@charset "UTF-8";
.fv {
  position: relative;
  z-index: 2;
  height: auto;
  background: #fff;
}
.fv .inner {
  max-width: none;
  padding: 0 0 0 0;
  width: 100%;
}
@media (min-width: 768px) {
  .fv .inner {
    max-width: none;
    padding: 0 0 40px 0;
  }
}
.fv__card {
  display: none;
}
@media (min-width: 768px) {
  .fv__card {
    display: block;
    width: 34%;
    max-width: 442px;
    left: -1%;
    bottom: -10%;
    z-index: 10;
    pointer-events: none;
  }
}
@media screen and (min-width: 1340px) {
  .fv__card {
    left: 3%;
    bottom: -20%;
  }
}
.fv .swiper {
  width: 100%;
}
.fv .swiper-wrapper {
  display: flex;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .fv .swiper-wrapper {
    padding-bottom: 40px;
  }
}
.fv .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
}
.fv .custom-pagination {
  display: flex;
  gap: 8px;
  margin-top: 0;
  margin-bottom: 20px;
  justify-content: center;
}
@media (min-width: 768px) {
  .fv .custom-pagination {
    gap: 17px;
    margin-top: 16px;
    margin-bottom: 0;
  }
}
.fv .custom-pagination .bullet {
  width: 5px;
  height: 5px;
  background: #b3b3b3;
  cursor: pointer;
  display: inline-block;
}
@media (min-width: 768px) {
  .fv .custom-pagination .bullet {
    width: 10px;
    height: 10px;
  }
}
.fv .custom-pagination .bullet.active {
  background-color: var(--main-color);
}
.fv__bottom {
  background: var(--middlegray-bg-color);
}
@media (min-width: 768px) {
  .fv__bottom {
    background: var(--lightgray-bg-color);
  }
}
.fv__bottom-inner {
  margin: 0 auto;
  width: 100%;
  padding: 23px 15px;
}
@media (min-width: 768px) {
  .fv__bottom-inner {
    max-width: 720px;
    padding: 23px 10px;
  }
}
.fv__bottom-form {
  display: flex;
  margin-bottom: 10px;
}
.fv__bottom-form-text {
  display: inline-block;
  background: #fff;
  padding: 10px;
  padding-left: 20px;
  flex: 1;
}
.fv__bottom-form-btn {
  position: relative;
  background: var(--main-color);
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.fv__bottom-form-btn ._image {
  width: 19px;
}
.fv__bottom-tag {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 5px 0;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .fv__bottom-tag {
    padding: 0;
  }
}
.fv__bottom-tag-item {
  display: inline-block;
  border: 1px solid #fff;
  padding: 2px 10px;
  margin-right: 5px;
  color: #fff;
}
@media (min-width: 768px) {
  .fv__bottom-tag-item {
    border: 1px solid var(--darkgray-bg-color);
    color: #000;
  }
}
.fv-main-pc .swiper-slide {
  height: auto;
}
.fv-main-pc .swiper-slide__inner {
  position: relative;
  display: flex;
  justify-content: stretch;
  flex-direction: column-reverse;
  align-items: center;
  z-index: 20;
  max-width: 1140px;
  margin: 0 auto;
  height: 100%;
  padding-bottom: 28px;
  padding: 0 0 25px;
}
@media (min-width: 768px) {
  .fv-main-pc .swiper-slide__inner {
    flex-direction: row;
    justify-content: space-between;
  }
}
.fv-main-pc .swiper .swiper-pagination {
  bottom: -6px;
}
@media (min-width: 768px) {
  .fv-main-pc .swiper .swiper-pagination {
    bottom: -5px;
  }
}
.fv-main-pc .swiper .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  background: #1695d4;
  opacity: 0.4;
}
@media (min-width: 768px) {
  .fv-main-pc .swiper .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
  }
}
.fv-main-pc .swiper .swiper-pagination-bullet-active {
  opacity: 1;
}
.fv-main__slide {
  display: block;
  width: 100%;
}
.fv-main__slide01 {
  padding-left: 20px;
  width: 104%;
}
@media (min-width: 768px) {
  .fv-main__slide01 {
    max-width: 680px;
    width: 100%;
    padding-right: 20px;
  }
}

.section .inner {
  padding-top: 33px;
  padding-bottom: 100px;
  z-index: 2;
}

.purpose {
  position: relative;
}
@media (min-width: 768px) {
  .purpose {
    margin-bottom: 20px;
  }
}
.purpose .inner {
  padding-top: 10px;
  padding-bottom: 0;
  justify-content: flex-start;
}
@media (min-width: 768px) {
  .purpose .inner {
    padding-top: 33px;
  }
}
.purpose__list-area {
  position: relative;
  margin-top: 10px;
}
@media screen and (min-width: 1400px) {
  .purpose__list-area {
    aspect-ratio: 70/23;
    margin-top: 50px;
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 2000px) {
  .purpose__list-area {
    aspect-ratio: 70/21;
  }
}
.purpose__list-area .inner {
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column-reverse;
}
@media (min-width: 768px) {
  .purpose__list-area .inner {
    flex-direction: row;
    align-items: stretch;
  }
}
.purpose__list-area.trigger1 {
  position: relative;
  display: block;
  width: 100%;
}
.purpose__list-area.trigger1::after {
  display: block;
  position: absolute;
  width: 75%;
  max-width: 700px;
  height: 100%;
  content: "";
  right: 0;
  top: 0;
  transition-duration: 0.5s;
  background-image: url("/assets/img/toppage/purpose-photo01.png");
  background-size: 100%;
  background-position: top right;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (min-width: 768px) {
  .purpose__list-area.trigger1::after {
    width: 40%;
  }
}
@media screen and (min-width: 1950px) {
  .purpose__list-area.trigger1::after {
    width: 50%;
    max-width: 900px;
  }
}
@media screen and (min-width: 2200px) {
  .purpose__list-area.trigger1::after {
    width: 60%;
    max-width: 1000px;
  }
}
@media screen and (min-width: 2300px) {
  .purpose__list-area.trigger1::after {
    width: 65%;
    max-width: 1100px;
  }
}
@media screen and (min-width: 2500px) {
  .purpose__list-area.trigger1::after {
    width: 70%;
    max-width: 1200px;
  }
}
.purpose__list-area.trigger2 {
  position: relative;
  display: block;
  width: 100%;
}
.purpose__list-area.trigger2::after {
  display: block;
  position: absolute;
  width: 75%;
  max-width: 700px;
  height: 100%;
  content: "";
  right: 0;
  top: 0;
  transition-duration: 0.5s;
  background-image: url("/assets/img/toppage/purpose-photo02.png");
  background-size: 100%;
  background-position: top right;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (min-width: 768px) {
  .purpose__list-area.trigger2::after {
    width: 40%;
  }
}
@media screen and (min-width: 1950px) {
  .purpose__list-area.trigger2::after {
    width: 50%;
    max-width: 900px;
  }
}
@media screen and (min-width: 2200px) {
  .purpose__list-area.trigger2::after {
    width: 60%;
    max-width: 1000px;
  }
}
@media screen and (min-width: 2300px) {
  .purpose__list-area.trigger2::after {
    width: 65%;
    max-width: 1100px;
  }
}
@media screen and (min-width: 2500px) {
  .purpose__list-area.trigger2::after {
    width: 70%;
    max-width: 1200px;
  }
}
.purpose__list-area.trigger3 {
  position: relative;
  display: block;
  width: 100%;
}
.purpose__list-area.trigger3::after {
  display: block;
  position: absolute;
  width: 75%;
  max-width: 700px;
  height: 100%;
  content: "";
  right: 0;
  top: 0;
  transition-duration: 0.5s;
  background-image: url("/assets/img/toppage/purpose-photo03.png");
  background-size: 100%;
  background-position: top right;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (min-width: 768px) {
  .purpose__list-area.trigger3::after {
    width: 40%;
  }
}
@media screen and (min-width: 1950px) {
  .purpose__list-area.trigger3::after {
    width: 50%;
    max-width: 900px;
  }
}
@media screen and (min-width: 2200px) {
  .purpose__list-area.trigger3::after {
    width: 60%;
    max-width: 1000px;
  }
}
@media screen and (min-width: 2300px) {
  .purpose__list-area.trigger3::after {
    width: 65%;
    max-width: 1100px;
  }
}
@media screen and (min-width: 2500px) {
  .purpose__list-area.trigger3::after {
    width: 70%;
    max-width: 1200px;
  }
}
.purpose__list-area.trigger4 {
  position: relative;
  display: block;
  width: 100%;
}
.purpose__list-area.trigger4::after {
  display: block;
  position: absolute;
  width: 75%;
  max-width: 700px;
  height: 100%;
  content: "";
  right: 0;
  top: 0;
  transition-duration: 0.5s;
  background-image: url("/assets/img/toppage/purpose-photo04.png");
  background-size: 100%;
  background-position: top right;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (min-width: 768px) {
  .purpose__list-area.trigger4::after {
    width: 40%;
  }
}
@media screen and (min-width: 1950px) {
  .purpose__list-area.trigger4::after {
    width: 50%;
    max-width: 900px;
  }
}
@media screen and (min-width: 2200px) {
  .purpose__list-area.trigger4::after {
    width: 60%;
    max-width: 1000px;
  }
}
@media screen and (min-width: 2300px) {
  .purpose__list-area.trigger4::after {
    width: 65%;
    max-width: 1100px;
  }
}
@media screen and (min-width: 2500px) {
  .purpose__list-area.trigger4::after {
    width: 70%;
    max-width: 1200px;
  }
}
.purpose__list-area.trigger5 {
  position: relative;
  display: block;
  width: 100%;
}
.purpose__list-area.trigger5::after {
  display: block;
  position: absolute;
  width: 75%;
  max-width: 700px;
  height: 100%;
  content: "";
  right: 0;
  top: 0;
  transition-duration: 0.5s;
  background-image: url("/assets/img/toppage/purpose-photo05.png");
  background-size: 100%;
  background-position: top right;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (min-width: 768px) {
  .purpose__list-area.trigger5::after {
    width: 40%;
  }
}
@media screen and (min-width: 1950px) {
  .purpose__list-area.trigger5::after {
    width: 50%;
    max-width: 900px;
  }
}
@media screen and (min-width: 2200px) {
  .purpose__list-area.trigger5::after {
    width: 60%;
    max-width: 1000px;
  }
}
@media screen and (min-width: 2300px) {
  .purpose__list-area.trigger5::after {
    width: 65%;
    max-width: 1100px;
  }
}
@media screen and (min-width: 2500px) {
  .purpose__list-area.trigger5::after {
    width: 70%;
    max-width: 1200px;
  }
}
.purpose__list-area.trigger6 {
  position: relative;
  display: block;
  width: 100%;
}
.purpose__list-area.trigger6::after {
  display: block;
  position: absolute;
  width: 75%;
  max-width: 700px;
  height: 100%;
  content: "";
  right: 0;
  top: 0;
  transition-duration: 0.5s;
  background-image: url("/assets/img/toppage/purpose-photo06.png");
  background-size: 100%;
  background-position: top right;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (min-width: 768px) {
  .purpose__list-area.trigger6::after {
    width: 40%;
  }
}
@media screen and (min-width: 1950px) {
  .purpose__list-area.trigger6::after {
    width: 50%;
    max-width: 900px;
  }
}
@media screen and (min-width: 2200px) {
  .purpose__list-area.trigger6::after {
    width: 60%;
    max-width: 1000px;
  }
}
@media screen and (min-width: 2300px) {
  .purpose__list-area.trigger6::after {
    width: 65%;
    max-width: 1100px;
  }
}
@media screen and (min-width: 2500px) {
  .purpose__list-area.trigger6::after {
    width: 70%;
    max-width: 1200px;
  }
}
.purpose__list-area.trigger7 {
  position: relative;
  display: block;
  width: 100%;
}
.purpose__list-area.trigger7::after {
  display: block;
  position: absolute;
  width: 75%;
  max-width: 700px;
  height: 100%;
  content: "";
  right: 0;
  top: 0;
  transition-duration: 0.5s;
  background-image: url("/assets/img/toppage/purpose-photo07.png");
  background-size: 100%;
  background-position: top right;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (min-width: 768px) {
  .purpose__list-area.trigger7::after {
    width: 40%;
  }
}
@media screen and (min-width: 1950px) {
  .purpose__list-area.trigger7::after {
    width: 50%;
    max-width: 900px;
  }
}
@media screen and (min-width: 2200px) {
  .purpose__list-area.trigger7::after {
    width: 60%;
    max-width: 1000px;
  }
}
@media screen and (min-width: 2300px) {
  .purpose__list-area.trigger7::after {
    width: 65%;
    max-width: 1100px;
  }
}
@media screen and (min-width: 2500px) {
  .purpose__list-area.trigger7::after {
    width: 70%;
    max-width: 1200px;
  }
}
.purpose__list-area.trigger8 {
  position: relative;
  display: block;
  width: 100%;
}
.purpose__list-area.trigger8::after {
  display: block;
  position: absolute;
  width: 75%;
  max-width: 700px;
  height: 100%;
  content: "";
  right: 0;
  top: 0;
  transition-duration: 0.5s;
  background-image: url("/assets/img/toppage/purpose-photo08.png");
  background-size: 100%;
  background-position: top right;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (min-width: 768px) {
  .purpose__list-area.trigger8::after {
    width: 40%;
  }
}
@media screen and (min-width: 1950px) {
  .purpose__list-area.trigger8::after {
    width: 50%;
    max-width: 900px;
  }
}
@media screen and (min-width: 2200px) {
  .purpose__list-area.trigger8::after {
    width: 60%;
    max-width: 1000px;
  }
}
@media screen and (min-width: 2300px) {
  .purpose__list-area.trigger8::after {
    width: 65%;
    max-width: 1100px;
  }
}
@media screen and (min-width: 2500px) {
  .purpose__list-area.trigger8::after {
    width: 70%;
    max-width: 1200px;
  }
}
.purpose__list-area.trigger9 {
  position: relative;
  display: block;
  width: 100%;
}
.purpose__list-area.trigger9::after {
  display: block;
  position: absolute;
  width: 75%;
  max-width: 700px;
  height: 100%;
  content: "";
  right: 0;
  top: 0;
  transition-duration: 0.5s;
  background-image: url("/assets/img/toppage/purpose-photo09.png");
  background-size: 100%;
  background-position: top right;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (min-width: 768px) {
  .purpose__list-area.trigger9::after {
    width: 40%;
  }
}
@media screen and (min-width: 1950px) {
  .purpose__list-area.trigger9::after {
    width: 50%;
    max-width: 900px;
  }
}
@media screen and (min-width: 2200px) {
  .purpose__list-area.trigger9::after {
    width: 60%;
    max-width: 1000px;
  }
}
@media screen and (min-width: 2300px) {
  .purpose__list-area.trigger9::after {
    width: 65%;
    max-width: 1100px;
  }
}
@media screen and (min-width: 2500px) {
  .purpose__list-area.trigger9::after {
    width: 70%;
    max-width: 1200px;
  }
}
.purpose__list-area.trigger10 {
  position: relative;
  display: block;
  width: 100%;
}
.purpose__list-area.trigger10::after {
  display: block;
  position: absolute;
  width: 75%;
  max-width: 700px;
  height: 100%;
  content: "";
  right: 0;
  top: 0;
  transition-duration: 0.5s;
  background-image: url("/assets/img/toppage/purpose-photo10.png");
  background-size: 100%;
  background-position: top right;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (min-width: 768px) {
  .purpose__list-area.trigger10::after {
    width: 40%;
  }
}
@media screen and (min-width: 1950px) {
  .purpose__list-area.trigger10::after {
    width: 50%;
    max-width: 900px;
  }
}
@media screen and (min-width: 2200px) {
  .purpose__list-area.trigger10::after {
    width: 60%;
    max-width: 1000px;
  }
}
@media screen and (min-width: 2300px) {
  .purpose__list-area.trigger10::after {
    width: 65%;
    max-width: 1100px;
  }
}
@media screen and (min-width: 2500px) {
  .purpose__list-area.trigger10::after {
    width: 70%;
    max-width: 1200px;
  }
}
.purpose__list-area.trigger11 {
  position: relative;
  display: block;
  width: 100%;
}
.purpose__list-area.trigger11::after {
  display: block;
  position: absolute;
  width: 75%;
  max-width: 700px;
  height: 100%;
  content: "";
  right: 0;
  top: 0;
  transition-duration: 0.5s;
  background-image: url("/assets/img/toppage/purpose-photo11.png");
  background-size: 100%;
  background-position: top right;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (min-width: 768px) {
  .purpose__list-area.trigger11::after {
    width: 40%;
  }
}
@media screen and (min-width: 1950px) {
  .purpose__list-area.trigger11::after {
    width: 50%;
    max-width: 900px;
  }
}
@media screen and (min-width: 2200px) {
  .purpose__list-area.trigger11::after {
    width: 60%;
    max-width: 1000px;
  }
}
@media screen and (min-width: 2300px) {
  .purpose__list-area.trigger11::after {
    width: 65%;
    max-width: 1100px;
  }
}
@media screen and (min-width: 2500px) {
  .purpose__list-area.trigger11::after {
    width: 70%;
    max-width: 1200px;
  }
}
.purpose__list-area.trigger12 {
  position: relative;
  display: block;
  width: 100%;
}
.purpose__list-area.trigger12::after {
  display: block;
  position: absolute;
  width: 75%;
  max-width: 700px;
  height: 100%;
  content: "";
  right: 0;
  top: 0;
  transition-duration: 0.5s;
  background-image: url("/assets/img/toppage/purpose-photo12.png");
  background-size: 100%;
  background-position: top right;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (min-width: 768px) {
  .purpose__list-area.trigger12::after {
    width: 40%;
  }
}
@media screen and (min-width: 1950px) {
  .purpose__list-area.trigger12::after {
    width: 50%;
    max-width: 900px;
  }
}
@media screen and (min-width: 2200px) {
  .purpose__list-area.trigger12::after {
    width: 60%;
    max-width: 1000px;
  }
}
@media screen and (min-width: 2300px) {
  .purpose__list-area.trigger12::after {
    width: 65%;
    max-width: 1100px;
  }
}
@media screen and (min-width: 2500px) {
  .purpose__list-area.trigger12::after {
    width: 70%;
    max-width: 1200px;
  }
}
.purpose__list-area.trigger13 {
  position: relative;
  display: block;
  width: 100%;
}
.purpose__list-area.trigger13::after {
  display: block;
  position: absolute;
  width: 75%;
  max-width: 700px;
  height: 100%;
  content: "";
  right: 0;
  top: 0;
  transition-duration: 0.5s;
  background-image: url("/assets/img/toppage/purpose-photo13.png");
  background-size: 100%;
  background-position: top right;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (min-width: 768px) {
  .purpose__list-area.trigger13::after {
    width: 40%;
  }
}
@media screen and (min-width: 1950px) {
  .purpose__list-area.trigger13::after {
    width: 50%;
    max-width: 900px;
  }
}
@media screen and (min-width: 2200px) {
  .purpose__list-area.trigger13::after {
    width: 60%;
    max-width: 1000px;
  }
}
@media screen and (min-width: 2300px) {
  .purpose__list-area.trigger13::after {
    width: 65%;
    max-width: 1100px;
  }
}
@media screen and (min-width: 2500px) {
  .purpose__list-area.trigger13::after {
    width: 70%;
    max-width: 1200px;
  }
}
.purpose__list-area.trigger14 {
  position: relative;
  display: block;
  width: 100%;
}
.purpose__list-area.trigger14::after {
  display: block;
  position: absolute;
  width: 75%;
  max-width: 700px;
  height: 100%;
  content: "";
  right: 0;
  top: 0;
  transition-duration: 0.5s;
  background-image: url("/assets/img/toppage/purpose-photo14.png");
  background-size: 100%;
  background-position: top right;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (min-width: 768px) {
  .purpose__list-area.trigger14::after {
    width: 40%;
  }
}
@media screen and (min-width: 1950px) {
  .purpose__list-area.trigger14::after {
    width: 50%;
    max-width: 900px;
  }
}
@media screen and (min-width: 2200px) {
  .purpose__list-area.trigger14::after {
    width: 60%;
    max-width: 1000px;
  }
}
@media screen and (min-width: 2300px) {
  .purpose__list-area.trigger14::after {
    width: 65%;
    max-width: 1100px;
  }
}
@media screen and (min-width: 2500px) {
  .purpose__list-area.trigger14::after {
    width: 70%;
    max-width: 1200px;
  }
}
.purpose__list-area.trigger15 {
  position: relative;
  display: block;
  width: 100%;
}
.purpose__list-area.trigger15::after {
  display: block;
  position: absolute;
  width: 75%;
  max-width: 700px;
  height: 100%;
  content: "";
  right: 0;
  top: 0;
  transition-duration: 0.5s;
  background-image: url("/assets/img/toppage/purpose-photo15.png");
  background-size: 100%;
  background-position: top right;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (min-width: 768px) {
  .purpose__list-area.trigger15::after {
    width: 40%;
  }
}
@media screen and (min-width: 1950px) {
  .purpose__list-area.trigger15::after {
    width: 50%;
    max-width: 900px;
  }
}
@media screen and (min-width: 2200px) {
  .purpose__list-area.trigger15::after {
    width: 60%;
    max-width: 1000px;
  }
}
@media screen and (min-width: 2300px) {
  .purpose__list-area.trigger15::after {
    width: 65%;
    max-width: 1100px;
  }
}
@media screen and (min-width: 2500px) {
  .purpose__list-area.trigger15::after {
    width: 70%;
    max-width: 1200px;
  }
}
.purpose__list-area.trigger16 {
  position: relative;
  display: block;
  width: 100%;
}
.purpose__list-area.trigger16::after {
  display: block;
  position: absolute;
  width: 75%;
  max-width: 700px;
  height: 100%;
  content: "";
  right: 0;
  top: 0;
  transition-duration: 0.5s;
  background-image: url("/assets/img/toppage/purpose-photo16.png");
  background-size: 100%;
  background-position: top right;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (min-width: 768px) {
  .purpose__list-area.trigger16::after {
    width: 40%;
  }
}
@media screen and (min-width: 1950px) {
  .purpose__list-area.trigger16::after {
    width: 50%;
    max-width: 900px;
  }
}
@media screen and (min-width: 2200px) {
  .purpose__list-area.trigger16::after {
    width: 60%;
    max-width: 1000px;
  }
}
@media screen and (min-width: 2300px) {
  .purpose__list-area.trigger16::after {
    width: 65%;
    max-width: 1100px;
  }
}
@media screen and (min-width: 2500px) {
  .purpose__list-area.trigger16::after {
    width: 70%;
    max-width: 1200px;
  }
}
.purpose__list-area.trigger17 {
  position: relative;
  display: block;
  width: 100%;
}
.purpose__list-area.trigger17::after {
  display: block;
  position: absolute;
  width: 75%;
  max-width: 700px;
  height: 100%;
  content: "";
  right: 0;
  top: 0;
  transition-duration: 0.5s;
  background-image: url("/assets/img/toppage/purpose-photo17.png");
  background-size: 100%;
  background-position: top right;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (min-width: 768px) {
  .purpose__list-area.trigger17::after {
    width: 40%;
  }
}
@media screen and (min-width: 1950px) {
  .purpose__list-area.trigger17::after {
    width: 50%;
    max-width: 900px;
  }
}
@media screen and (min-width: 2200px) {
  .purpose__list-area.trigger17::after {
    width: 60%;
    max-width: 1000px;
  }
}
@media screen and (min-width: 2300px) {
  .purpose__list-area.trigger17::after {
    width: 65%;
    max-width: 1100px;
  }
}
@media screen and (min-width: 2500px) {
  .purpose__list-area.trigger17::after {
    width: 70%;
    max-width: 1200px;
  }
}
.purpose__list-area.trigger18 {
  position: relative;
  display: block;
  width: 100%;
}
.purpose__list-area.trigger18::after {
  display: block;
  position: absolute;
  width: 75%;
  max-width: 700px;
  height: 100%;
  content: "";
  right: 0;
  top: 0;
  transition-duration: 0.5s;
  background-image: url("/assets/img/toppage/purpose-photo18.png");
  background-size: 100%;
  background-position: top right;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (min-width: 768px) {
  .purpose__list-area.trigger18::after {
    width: 40%;
  }
}
@media screen and (min-width: 1950px) {
  .purpose__list-area.trigger18::after {
    width: 50%;
    max-width: 900px;
  }
}
@media screen and (min-width: 2200px) {
  .purpose__list-area.trigger18::after {
    width: 60%;
    max-width: 1000px;
  }
}
@media screen and (min-width: 2300px) {
  .purpose__list-area.trigger18::after {
    width: 65%;
    max-width: 1100px;
  }
}
@media screen and (min-width: 2500px) {
  .purpose__list-area.trigger18::after {
    width: 70%;
    max-width: 1200px;
  }
}
.purpose__list-area.trigger19 {
  position: relative;
  display: block;
  width: 100%;
}
.purpose__list-area.trigger19::after {
  display: block;
  position: absolute;
  width: 75%;
  max-width: 700px;
  height: 100%;
  content: "";
  right: 0;
  top: 0;
  transition-duration: 0.5s;
  background-image: url("/assets/img/toppage/purpose-photo19.png");
  background-size: 100%;
  background-position: top right;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (min-width: 768px) {
  .purpose__list-area.trigger19::after {
    width: 40%;
  }
}
@media screen and (min-width: 1950px) {
  .purpose__list-area.trigger19::after {
    width: 50%;
    max-width: 900px;
  }
}
@media screen and (min-width: 2200px) {
  .purpose__list-area.trigger19::after {
    width: 60%;
    max-width: 1000px;
  }
}
@media screen and (min-width: 2300px) {
  .purpose__list-area.trigger19::after {
    width: 65%;
    max-width: 1100px;
  }
}
@media screen and (min-width: 2500px) {
  .purpose__list-area.trigger19::after {
    width: 70%;
    max-width: 1200px;
  }
}
.purpose__list-area.trigger20 {
  position: relative;
  display: block;
  width: 100%;
}
.purpose__list-area.trigger20::after {
  display: block;
  position: absolute;
  width: 75%;
  max-width: 700px;
  height: 100%;
  content: "";
  right: 0;
  top: 0;
  transition-duration: 0.5s;
  background-image: url("/assets/img/toppage/purpose-photo20.png");
  background-size: 100%;
  background-position: top right;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (min-width: 768px) {
  .purpose__list-area.trigger20::after {
    width: 40%;
  }
}
@media screen and (min-width: 1950px) {
  .purpose__list-area.trigger20::after {
    width: 50%;
    max-width: 900px;
  }
}
@media screen and (min-width: 2200px) {
  .purpose__list-area.trigger20::after {
    width: 60%;
    max-width: 1000px;
  }
}
@media screen and (min-width: 2300px) {
  .purpose__list-area.trigger20::after {
    width: 65%;
    max-width: 1100px;
  }
}
@media screen and (min-width: 2500px) {
  .purpose__list-area.trigger20::after {
    width: 70%;
    max-width: 1200px;
  }
}
.purpose__list-area.trigger21 {
  position: relative;
  display: block;
  width: 100%;
}
.purpose__list-area.trigger21::after {
  display: block;
  position: absolute;
  width: 75%;
  max-width: 700px;
  height: 100%;
  content: "";
  right: 0;
  top: 0;
  transition-duration: 0.5s;
  background-image: url("/assets/img/toppage/purpose-photo21.png");
  background-size: 100%;
  background-position: top right;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (min-width: 768px) {
  .purpose__list-area.trigger21::after {
    width: 40%;
  }
}
@media screen and (min-width: 1950px) {
  .purpose__list-area.trigger21::after {
    width: 50%;
    max-width: 900px;
  }
}
@media screen and (min-width: 2200px) {
  .purpose__list-area.trigger21::after {
    width: 60%;
    max-width: 1000px;
  }
}
@media screen and (min-width: 2300px) {
  .purpose__list-area.trigger21::after {
    width: 65%;
    max-width: 1100px;
  }
}
@media screen and (min-width: 2500px) {
  .purpose__list-area.trigger21::after {
    width: 70%;
    max-width: 1200px;
  }
}
.purpose__list-area.trigger22 {
  position: relative;
  display: block;
  width: 100%;
}
.purpose__list-area.trigger22::after {
  display: block;
  position: absolute;
  width: 75%;
  max-width: 700px;
  height: 100%;
  content: "";
  right: 0;
  top: 0;
  transition-duration: 0.5s;
  background-image: url("/assets/img/toppage/purpose-photo22.png");
  background-size: 100%;
  background-position: top right;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (min-width: 768px) {
  .purpose__list-area.trigger22::after {
    width: 40%;
  }
}
@media screen and (min-width: 1950px) {
  .purpose__list-area.trigger22::after {
    width: 50%;
    max-width: 900px;
  }
}
@media screen and (min-width: 2200px) {
  .purpose__list-area.trigger22::after {
    width: 60%;
    max-width: 1000px;
  }
}
@media screen and (min-width: 2300px) {
  .purpose__list-area.trigger22::after {
    width: 65%;
    max-width: 1100px;
  }
}
@media screen and (min-width: 2500px) {
  .purpose__list-area.trigger22::after {
    width: 70%;
    max-width: 1200px;
  }
}
.purpose__list-area.trigger23 {
  position: relative;
  display: block;
  width: 100%;
}
.purpose__list-area.trigger23::after {
  display: block;
  position: absolute;
  width: 75%;
  max-width: 700px;
  height: 100%;
  content: "";
  right: 0;
  top: 0;
  transition-duration: 0.5s;
  background-image: url("/assets/img/toppage/purpose-photo23.png");
  background-size: 100%;
  background-position: top right;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (min-width: 768px) {
  .purpose__list-area.trigger23::after {
    width: 40%;
  }
}
@media screen and (min-width: 1950px) {
  .purpose__list-area.trigger23::after {
    width: 50%;
    max-width: 900px;
  }
}
@media screen and (min-width: 2200px) {
  .purpose__list-area.trigger23::after {
    width: 60%;
    max-width: 1000px;
  }
}
@media screen and (min-width: 2300px) {
  .purpose__list-area.trigger23::after {
    width: 65%;
    max-width: 1100px;
  }
}
@media screen and (min-width: 2500px) {
  .purpose__list-area.trigger23::after {
    width: 70%;
    max-width: 1200px;
  }
}
.purpose__list-area.trigger24 {
  position: relative;
  display: block;
  width: 100%;
}
.purpose__list-area.trigger24::after {
  display: block;
  position: absolute;
  width: 75%;
  max-width: 700px;
  height: 100%;
  content: "";
  right: 0;
  top: 0;
  transition-duration: 0.5s;
  background-image: url("/assets/img/toppage/purpose-photo24.png");
  background-size: 100%;
  background-position: top right;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (min-width: 768px) {
  .purpose__list-area.trigger24::after {
    width: 40%;
  }
}
@media screen and (min-width: 1950px) {
  .purpose__list-area.trigger24::after {
    width: 50%;
    max-width: 900px;
  }
}
@media screen and (min-width: 2200px) {
  .purpose__list-area.trigger24::after {
    width: 60%;
    max-width: 1000px;
  }
}
@media screen and (min-width: 2300px) {
  .purpose__list-area.trigger24::after {
    width: 65%;
    max-width: 1100px;
  }
}
@media screen and (min-width: 2500px) {
  .purpose__list-area.trigger24::after {
    width: 70%;
    max-width: 1200px;
  }
}
.purpose__list-area.trigger25 {
  position: relative;
  display: block;
  width: 100%;
}
.purpose__list-area.trigger25::after {
  display: block;
  position: absolute;
  width: 75%;
  max-width: 700px;
  height: 100%;
  content: "";
  right: 0;
  top: 0;
  transition-duration: 0.5s;
  background-image: url("/assets/img/toppage/purpose-photo25.png");
  background-size: 100%;
  background-position: top right;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (min-width: 768px) {
  .purpose__list-area.trigger25::after {
    width: 40%;
  }
}
@media screen and (min-width: 1950px) {
  .purpose__list-area.trigger25::after {
    width: 50%;
    max-width: 900px;
  }
}
@media screen and (min-width: 2200px) {
  .purpose__list-area.trigger25::after {
    width: 60%;
    max-width: 1000px;
  }
}
@media screen and (min-width: 2300px) {
  .purpose__list-area.trigger25::after {
    width: 65%;
    max-width: 1100px;
  }
}
@media screen and (min-width: 2500px) {
  .purpose__list-area.trigger25::after {
    width: 70%;
    max-width: 1200px;
  }
}
.purpose__list-area.trigger26 {
  position: relative;
  display: block;
  width: 100%;
}
.purpose__list-area.trigger26::after {
  display: block;
  position: absolute;
  width: 75%;
  max-width: 700px;
  height: 100%;
  content: "";
  right: 0;
  top: 0;
  transition-duration: 0.5s;
  background-image: url("/assets/img/toppage/purpose-photo26.png");
  background-size: 100%;
  background-position: top right;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (min-width: 768px) {
  .purpose__list-area.trigger26::after {
    width: 40%;
  }
}
@media screen and (min-width: 1950px) {
  .purpose__list-area.trigger26::after {
    width: 50%;
    max-width: 900px;
  }
}
@media screen and (min-width: 2200px) {
  .purpose__list-area.trigger26::after {
    width: 60%;
    max-width: 1000px;
  }
}
@media screen and (min-width: 2300px) {
  .purpose__list-area.trigger26::after {
    width: 65%;
    max-width: 1100px;
  }
}
@media screen and (min-width: 2500px) {
  .purpose__list-area.trigger26::after {
    width: 70%;
    max-width: 1200px;
  }
}
.purpose__list-area.trigger27 {
  position: relative;
  display: block;
  width: 100%;
}
.purpose__list-area.trigger27::after {
  display: block;
  position: absolute;
  width: 75%;
  max-width: 700px;
  height: 100%;
  content: "";
  right: 0;
  top: 0;
  transition-duration: 0.5s;
  background-image: url("/assets/img/toppage/purpose-photo27.png");
  background-size: 100%;
  background-position: top right;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (min-width: 768px) {
  .purpose__list-area.trigger27::after {
    width: 40%;
  }
}
@media screen and (min-width: 1950px) {
  .purpose__list-area.trigger27::after {
    width: 50%;
    max-width: 900px;
  }
}
@media screen and (min-width: 2200px) {
  .purpose__list-area.trigger27::after {
    width: 60%;
    max-width: 1000px;
  }
}
@media screen and (min-width: 2300px) {
  .purpose__list-area.trigger27::after {
    width: 65%;
    max-width: 1100px;
  }
}
@media screen and (min-width: 2500px) {
  .purpose__list-area.trigger27::after {
    width: 70%;
    max-width: 1200px;
  }
}
.purpose__list-area.trigger28 {
  position: relative;
  display: block;
  width: 100%;
}
.purpose__list-area.trigger28::after {
  display: block;
  position: absolute;
  width: 75%;
  max-width: 700px;
  height: 100%;
  content: "";
  right: 0;
  top: 0;
  transition-duration: 0.5s;
  background-image: url("/assets/img/toppage/purpose-photo28.png");
  background-size: 100%;
  background-position: top right;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (min-width: 768px) {
  .purpose__list-area.trigger28::after {
    width: 40%;
  }
}
@media screen and (min-width: 1950px) {
  .purpose__list-area.trigger28::after {
    width: 50%;
    max-width: 900px;
  }
}
@media screen and (min-width: 2200px) {
  .purpose__list-area.trigger28::after {
    width: 60%;
    max-width: 1000px;
  }
}
@media screen and (min-width: 2300px) {
  .purpose__list-area.trigger28::after {
    width: 65%;
    max-width: 1100px;
  }
}
@media screen and (min-width: 2500px) {
  .purpose__list-area.trigger28::after {
    width: 70%;
    max-width: 1200px;
  }
}
.purpose__list-area.trigger29 {
  position: relative;
  display: block;
  width: 100%;
}
.purpose__list-area.trigger29::after {
  display: block;
  position: absolute;
  width: 75%;
  max-width: 700px;
  height: 100%;
  content: "";
  right: 0;
  top: 0;
  transition-duration: 0.5s;
  background-image: url("/assets/img/toppage/purpose-photo29.png");
  background-size: 100%;
  background-position: top right;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (min-width: 768px) {
  .purpose__list-area.trigger29::after {
    width: 40%;
  }
}
@media screen and (min-width: 1950px) {
  .purpose__list-area.trigger29::after {
    width: 50%;
    max-width: 900px;
  }
}
@media screen and (min-width: 2200px) {
  .purpose__list-area.trigger29::after {
    width: 60%;
    max-width: 1000px;
  }
}
@media screen and (min-width: 2300px) {
  .purpose__list-area.trigger29::after {
    width: 65%;
    max-width: 1100px;
  }
}
@media screen and (min-width: 2500px) {
  .purpose__list-area.trigger29::after {
    width: 70%;
    max-width: 1200px;
  }
}
.purpose__list-area.trigger30 {
  position: relative;
  display: block;
  width: 100%;
}
.purpose__list-area.trigger30::after {
  display: block;
  position: absolute;
  width: 75%;
  max-width: 700px;
  height: 100%;
  content: "";
  right: 0;
  top: 0;
  transition-duration: 0.5s;
  background-image: url("/assets/img/toppage/purpose-photo30.png");
  background-size: 100%;
  background-position: top right;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (min-width: 768px) {
  .purpose__list-area.trigger30::after {
    width: 40%;
  }
}
@media screen and (min-width: 1950px) {
  .purpose__list-area.trigger30::after {
    width: 50%;
    max-width: 900px;
  }
}
@media screen and (min-width: 2200px) {
  .purpose__list-area.trigger30::after {
    width: 60%;
    max-width: 1000px;
  }
}
@media screen and (min-width: 2300px) {
  .purpose__list-area.trigger30::after {
    width: 65%;
    max-width: 1100px;
  }
}
@media screen and (min-width: 2500px) {
  .purpose__list-area.trigger30::after {
    width: 70%;
    max-width: 1200px;
  }
}
.purpose__list-area.trigger31 {
  position: relative;
  display: block;
  width: 100%;
}
.purpose__list-area.trigger31::after {
  display: block;
  position: absolute;
  width: 75%;
  max-width: 700px;
  height: 100%;
  content: "";
  right: 0;
  top: 0;
  transition-duration: 0.5s;
  background-image: url("/assets/img/toppage/purpose-photo31.png");
  background-size: 100%;
  background-position: top right;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (min-width: 768px) {
  .purpose__list-area.trigger31::after {
    width: 40%;
  }
}
@media screen and (min-width: 1950px) {
  .purpose__list-area.trigger31::after {
    width: 50%;
    max-width: 900px;
  }
}
@media screen and (min-width: 2200px) {
  .purpose__list-area.trigger31::after {
    width: 60%;
    max-width: 1000px;
  }
}
@media screen and (min-width: 2300px) {
  .purpose__list-area.trigger31::after {
    width: 65%;
    max-width: 1100px;
  }
}
@media screen and (min-width: 2500px) {
  .purpose__list-area.trigger31::after {
    width: 70%;
    max-width: 1200px;
  }
}
.purpose__list-area.trigger32 {
  position: relative;
  display: block;
  width: 100%;
}
.purpose__list-area.trigger32::after {
  display: block;
  position: absolute;
  width: 75%;
  max-width: 700px;
  height: 100%;
  content: "";
  right: 0;
  top: 0;
  transition-duration: 0.5s;
  background-image: url("/assets/img/toppage/purpose-photo32.png");
  background-size: 100%;
  background-position: top right;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (min-width: 768px) {
  .purpose__list-area.trigger32::after {
    width: 40%;
  }
}
@media screen and (min-width: 1950px) {
  .purpose__list-area.trigger32::after {
    width: 50%;
    max-width: 900px;
  }
}
@media screen and (min-width: 2200px) {
  .purpose__list-area.trigger32::after {
    width: 60%;
    max-width: 1000px;
  }
}
@media screen and (min-width: 2300px) {
  .purpose__list-area.trigger32::after {
    width: 65%;
    max-width: 1100px;
  }
}
@media screen and (min-width: 2500px) {
  .purpose__list-area.trigger32::after {
    width: 70%;
    max-width: 1200px;
  }
}
.purpose__list-area.trigger33 {
  position: relative;
  display: block;
  width: 100%;
}
.purpose__list-area.trigger33::after {
  display: block;
  position: absolute;
  width: 75%;
  max-width: 700px;
  height: 100%;
  content: "";
  right: 0;
  top: 0;
  transition-duration: 0.5s;
  background-image: url("/assets/img/toppage/purpose-photo33.png");
  background-size: 100%;
  background-position: top right;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (min-width: 768px) {
  .purpose__list-area.trigger33::after {
    width: 40%;
  }
}
@media screen and (min-width: 1950px) {
  .purpose__list-area.trigger33::after {
    width: 50%;
    max-width: 900px;
  }
}
@media screen and (min-width: 2200px) {
  .purpose__list-area.trigger33::after {
    width: 60%;
    max-width: 1000px;
  }
}
@media screen and (min-width: 2300px) {
  .purpose__list-area.trigger33::after {
    width: 65%;
    max-width: 1100px;
  }
}
@media screen and (min-width: 2500px) {
  .purpose__list-area.trigger33::after {
    width: 70%;
    max-width: 1200px;
  }
}
.purpose__list-area.trigger34 {
  position: relative;
  display: block;
  width: 100%;
}
.purpose__list-area.trigger34::after {
  display: block;
  position: absolute;
  width: 75%;
  max-width: 700px;
  height: 100%;
  content: "";
  right: 0;
  top: 0;
  transition-duration: 0.5s;
  background-image: url("/assets/img/toppage/purpose-photo34.png");
  background-size: 100%;
  background-position: top right;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (min-width: 768px) {
  .purpose__list-area.trigger34::after {
    width: 40%;
  }
}
@media screen and (min-width: 1950px) {
  .purpose__list-area.trigger34::after {
    width: 50%;
    max-width: 900px;
  }
}
@media screen and (min-width: 2200px) {
  .purpose__list-area.trigger34::after {
    width: 60%;
    max-width: 1000px;
  }
}
@media screen and (min-width: 2300px) {
  .purpose__list-area.trigger34::after {
    width: 65%;
    max-width: 1100px;
  }
}
@media screen and (min-width: 2500px) {
  .purpose__list-area.trigger34::after {
    width: 70%;
    max-width: 1200px;
  }
}
.purpose__list-area.trigger35 {
  position: relative;
  display: block;
  width: 100%;
}
.purpose__list-area.trigger35::after {
  display: block;
  position: absolute;
  width: 75%;
  max-width: 700px;
  height: 100%;
  content: "";
  right: 0;
  top: 0;
  transition-duration: 0.5s;
  background-image: url("/assets/img/toppage/purpose-photo35.png");
  background-size: 100%;
  background-position: top right;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (min-width: 768px) {
  .purpose__list-area.trigger35::after {
    width: 40%;
  }
}
@media screen and (min-width: 1950px) {
  .purpose__list-area.trigger35::after {
    width: 50%;
    max-width: 900px;
  }
}
@media screen and (min-width: 2200px) {
  .purpose__list-area.trigger35::after {
    width: 60%;
    max-width: 1000px;
  }
}
@media screen and (min-width: 2300px) {
  .purpose__list-area.trigger35::after {
    width: 65%;
    max-width: 1100px;
  }
}
@media screen and (min-width: 2500px) {
  .purpose__list-area.trigger35::after {
    width: 70%;
    max-width: 1200px;
  }
}
.purpose__list-area.trigger36 {
  position: relative;
  display: block;
  width: 100%;
}
.purpose__list-area.trigger36::after {
  display: block;
  position: absolute;
  width: 75%;
  max-width: 700px;
  height: 100%;
  content: "";
  right: 0;
  top: 0;
  transition-duration: 0.5s;
  background-image: url("/assets/img/toppage/purpose-photo36.png");
  background-size: 100%;
  background-position: top right;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (min-width: 768px) {
  .purpose__list-area.trigger36::after {
    width: 40%;
  }
}
@media screen and (min-width: 1950px) {
  .purpose__list-area.trigger36::after {
    width: 50%;
    max-width: 900px;
  }
}
@media screen and (min-width: 2200px) {
  .purpose__list-area.trigger36::after {
    width: 60%;
    max-width: 1000px;
  }
}
@media screen and (min-width: 2300px) {
  .purpose__list-area.trigger36::after {
    width: 65%;
    max-width: 1100px;
  }
}
@media screen and (min-width: 2500px) {
  .purpose__list-area.trigger36::after {
    width: 70%;
    max-width: 1200px;
  }
}
.purpose__list-area.trigger37 {
  position: relative;
  display: block;
  width: 100%;
}
.purpose__list-area.trigger37::after {
  display: block;
  position: absolute;
  width: 75%;
  max-width: 700px;
  height: 100%;
  content: "";
  right: 0;
  top: 0;
  transition-duration: 0.5s;
  background-image: url("/assets/img/toppage/purpose-photo37.png");
  background-size: 100%;
  background-position: top right;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (min-width: 768px) {
  .purpose__list-area.trigger37::after {
    width: 40%;
  }
}
@media screen and (min-width: 1950px) {
  .purpose__list-area.trigger37::after {
    width: 50%;
    max-width: 900px;
  }
}
@media screen and (min-width: 2200px) {
  .purpose__list-area.trigger37::after {
    width: 60%;
    max-width: 1000px;
  }
}
@media screen and (min-width: 2300px) {
  .purpose__list-area.trigger37::after {
    width: 65%;
    max-width: 1100px;
  }
}
@media screen and (min-width: 2500px) {
  .purpose__list-area.trigger37::after {
    width: 70%;
    max-width: 1200px;
  }
}
.purpose__list-area.trigger38 {
  position: relative;
  display: block;
  width: 100%;
}
.purpose__list-area.trigger38::after {
  display: block;
  position: absolute;
  width: 75%;
  max-width: 700px;
  height: 100%;
  content: "";
  right: 0;
  top: 0;
  transition-duration: 0.5s;
  background-image: url("/assets/img/toppage/purpose-photo38.png");
  background-size: 100%;
  background-position: top right;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (min-width: 768px) {
  .purpose__list-area.trigger38::after {
    width: 40%;
  }
}
@media screen and (min-width: 1950px) {
  .purpose__list-area.trigger38::after {
    width: 50%;
    max-width: 900px;
  }
}
@media screen and (min-width: 2200px) {
  .purpose__list-area.trigger38::after {
    width: 60%;
    max-width: 1000px;
  }
}
@media screen and (min-width: 2300px) {
  .purpose__list-area.trigger38::after {
    width: 65%;
    max-width: 1100px;
  }
}
@media screen and (min-width: 2500px) {
  .purpose__list-area.trigger38::after {
    width: 70%;
    max-width: 1200px;
  }
}
.purpose__list-area.trigger39 {
  position: relative;
  display: block;
  width: 100%;
}
.purpose__list-area.trigger39::after {
  display: block;
  position: absolute;
  width: 75%;
  max-width: 700px;
  height: 100%;
  content: "";
  right: 0;
  top: 0;
  transition-duration: 0.5s;
  background-image: url("/assets/img/toppage/purpose-photo39.png");
  background-size: 100%;
  background-position: top right;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (min-width: 768px) {
  .purpose__list-area.trigger39::after {
    width: 40%;
  }
}
@media screen and (min-width: 1950px) {
  .purpose__list-area.trigger39::after {
    width: 50%;
    max-width: 900px;
  }
}
@media screen and (min-width: 2200px) {
  .purpose__list-area.trigger39::after {
    width: 60%;
    max-width: 1000px;
  }
}
@media screen and (min-width: 2300px) {
  .purpose__list-area.trigger39::after {
    width: 65%;
    max-width: 1100px;
  }
}
@media screen and (min-width: 2500px) {
  .purpose__list-area.trigger39::after {
    width: 70%;
    max-width: 1200px;
  }
}
.purpose__list-area.trigger40 {
  position: relative;
  display: block;
  width: 100%;
}
.purpose__list-area.trigger40::after {
  display: block;
  position: absolute;
  width: 75%;
  max-width: 700px;
  height: 100%;
  content: "";
  right: 0;
  top: 0;
  transition-duration: 0.5s;
  background-image: url("/assets/img/toppage/purpose-photo40.png");
  background-size: 100%;
  background-position: top right;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (min-width: 768px) {
  .purpose__list-area.trigger40::after {
    width: 40%;
  }
}
@media screen and (min-width: 1950px) {
  .purpose__list-area.trigger40::after {
    width: 50%;
    max-width: 900px;
  }
}
@media screen and (min-width: 2200px) {
  .purpose__list-area.trigger40::after {
    width: 60%;
    max-width: 1000px;
  }
}
@media screen and (min-width: 2300px) {
  .purpose__list-area.trigger40::after {
    width: 65%;
    max-width: 1100px;
  }
}
@media screen and (min-width: 2500px) {
  .purpose__list-area.trigger40::after {
    width: 70%;
    max-width: 1200px;
  }
}
.purpose__list-area.trigger41 {
  position: relative;
  display: block;
  width: 100%;
}
.purpose__list-area.trigger41::after {
  display: block;
  position: absolute;
  width: 75%;
  max-width: 700px;
  height: 100%;
  content: "";
  right: 0;
  top: 0;
  transition-duration: 0.5s;
  background-image: url("/assets/img/toppage/purpose-photo41.png");
  background-size: 100%;
  background-position: top right;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (min-width: 768px) {
  .purpose__list-area.trigger41::after {
    width: 40%;
  }
}
@media screen and (min-width: 1950px) {
  .purpose__list-area.trigger41::after {
    width: 50%;
    max-width: 900px;
  }
}
@media screen and (min-width: 2200px) {
  .purpose__list-area.trigger41::after {
    width: 60%;
    max-width: 1000px;
  }
}
@media screen and (min-width: 2300px) {
  .purpose__list-area.trigger41::after {
    width: 65%;
    max-width: 1100px;
  }
}
@media screen and (min-width: 2500px) {
  .purpose__list-area.trigger41::after {
    width: 70%;
    max-width: 1200px;
  }
}
.purpose__list-area.trigger42 {
  position: relative;
  display: block;
  width: 100%;
}
.purpose__list-area.trigger42::after {
  display: block;
  position: absolute;
  width: 75%;
  max-width: 700px;
  height: 100%;
  content: "";
  right: 0;
  top: 0;
  transition-duration: 0.5s;
  background-image: url("/assets/img/toppage/purpose-photo42.png");
  background-size: 100%;
  background-position: top right;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (min-width: 768px) {
  .purpose__list-area.trigger42::after {
    width: 40%;
  }
}
@media screen and (min-width: 1950px) {
  .purpose__list-area.trigger42::after {
    width: 50%;
    max-width: 900px;
  }
}
@media screen and (min-width: 2200px) {
  .purpose__list-area.trigger42::after {
    width: 60%;
    max-width: 1000px;
  }
}
@media screen and (min-width: 2300px) {
  .purpose__list-area.trigger42::after {
    width: 65%;
    max-width: 1100px;
  }
}
@media screen and (min-width: 2500px) {
  .purpose__list-area.trigger42::after {
    width: 70%;
    max-width: 1200px;
  }
}
.purpose__list-area.trigger43 {
  position: relative;
  display: block;
  width: 100%;
}
.purpose__list-area.trigger43::after {
  display: block;
  position: absolute;
  width: 75%;
  max-width: 700px;
  height: 100%;
  content: "";
  right: 0;
  top: 0;
  transition-duration: 0.5s;
  background-image: url("/assets/img/toppage/purpose-photo43.png");
  background-size: 100%;
  background-position: top right;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (min-width: 768px) {
  .purpose__list-area.trigger43::after {
    width: 40%;
  }
}
@media screen and (min-width: 1950px) {
  .purpose__list-area.trigger43::after {
    width: 50%;
    max-width: 900px;
  }
}
@media screen and (min-width: 2200px) {
  .purpose__list-area.trigger43::after {
    width: 60%;
    max-width: 1000px;
  }
}
@media screen and (min-width: 2300px) {
  .purpose__list-area.trigger43::after {
    width: 65%;
    max-width: 1100px;
  }
}
@media screen and (min-width: 2500px) {
  .purpose__list-area.trigger43::after {
    width: 70%;
    max-width: 1200px;
  }
}
.purpose__list-area.trigger44 {
  position: relative;
  display: block;
  width: 100%;
}
.purpose__list-area.trigger44::after {
  display: block;
  position: absolute;
  width: 75%;
  max-width: 700px;
  height: 100%;
  content: "";
  right: 0;
  top: 0;
  transition-duration: 0.5s;
  background-image: url("/assets/img/toppage/purpose-photo44.png");
  background-size: 100%;
  background-position: top right;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (min-width: 768px) {
  .purpose__list-area.trigger44::after {
    width: 40%;
  }
}
@media screen and (min-width: 1950px) {
  .purpose__list-area.trigger44::after {
    width: 50%;
    max-width: 900px;
  }
}
@media screen and (min-width: 2200px) {
  .purpose__list-area.trigger44::after {
    width: 60%;
    max-width: 1000px;
  }
}
@media screen and (min-width: 2300px) {
  .purpose__list-area.trigger44::after {
    width: 65%;
    max-width: 1100px;
  }
}
@media screen and (min-width: 2500px) {
  .purpose__list-area.trigger44::after {
    width: 70%;
    max-width: 1200px;
  }
}
.purpose__list-area.trigger45 {
  position: relative;
  display: block;
  width: 100%;
}
.purpose__list-area.trigger45::after {
  display: block;
  position: absolute;
  width: 75%;
  max-width: 700px;
  height: 100%;
  content: "";
  right: 0;
  top: 0;
  transition-duration: 0.5s;
  background-image: url("/assets/img/toppage/purpose-photo45.png");
  background-size: 100%;
  background-position: top right;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (min-width: 768px) {
  .purpose__list-area.trigger45::after {
    width: 40%;
  }
}
@media screen and (min-width: 1950px) {
  .purpose__list-area.trigger45::after {
    width: 50%;
    max-width: 900px;
  }
}
@media screen and (min-width: 2200px) {
  .purpose__list-area.trigger45::after {
    width: 60%;
    max-width: 1000px;
  }
}
@media screen and (min-width: 2300px) {
  .purpose__list-area.trigger45::after {
    width: 65%;
    max-width: 1100px;
  }
}
@media screen and (min-width: 2500px) {
  .purpose__list-area.trigger45::after {
    width: 70%;
    max-width: 1200px;
  }
}
.purpose__list-area.trigger46 {
  position: relative;
  display: block;
  width: 100%;
}
.purpose__list-area.trigger46::after {
  display: block;
  position: absolute;
  width: 75%;
  max-width: 700px;
  height: 100%;
  content: "";
  right: 0;
  top: 0;
  transition-duration: 0.5s;
  background-image: url("/assets/img/toppage/purpose-photo46.png");
  background-size: 100%;
  background-position: top right;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (min-width: 768px) {
  .purpose__list-area.trigger46::after {
    width: 40%;
  }
}
@media screen and (min-width: 1950px) {
  .purpose__list-area.trigger46::after {
    width: 50%;
    max-width: 900px;
  }
}
@media screen and (min-width: 2200px) {
  .purpose__list-area.trigger46::after {
    width: 60%;
    max-width: 1000px;
  }
}
@media screen and (min-width: 2300px) {
  .purpose__list-area.trigger46::after {
    width: 65%;
    max-width: 1100px;
  }
}
@media screen and (min-width: 2500px) {
  .purpose__list-area.trigger46::after {
    width: 70%;
    max-width: 1200px;
  }
}
.purpose__list-area.trigger47 {
  position: relative;
  display: block;
  width: 100%;
}
.purpose__list-area.trigger47::after {
  display: block;
  position: absolute;
  width: 75%;
  max-width: 700px;
  height: 100%;
  content: "";
  right: 0;
  top: 0;
  transition-duration: 0.5s;
  background-image: url("/assets/img/toppage/purpose-photo47.png");
  background-size: 100%;
  background-position: top right;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (min-width: 768px) {
  .purpose__list-area.trigger47::after {
    width: 40%;
  }
}
@media screen and (min-width: 1950px) {
  .purpose__list-area.trigger47::after {
    width: 50%;
    max-width: 900px;
  }
}
@media screen and (min-width: 2200px) {
  .purpose__list-area.trigger47::after {
    width: 60%;
    max-width: 1000px;
  }
}
@media screen and (min-width: 2300px) {
  .purpose__list-area.trigger47::after {
    width: 65%;
    max-width: 1100px;
  }
}
@media screen and (min-width: 2500px) {
  .purpose__list-area.trigger47::after {
    width: 70%;
    max-width: 1200px;
  }
}
.purpose__list-area.trigger48 {
  position: relative;
  display: block;
  width: 100%;
}
.purpose__list-area.trigger48::after {
  display: block;
  position: absolute;
  width: 75%;
  max-width: 700px;
  height: 100%;
  content: "";
  right: 0;
  top: 0;
  transition-duration: 0.5s;
  background-image: url("/assets/img/toppage/purpose-photo48.png");
  background-size: 100%;
  background-position: top right;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (min-width: 768px) {
  .purpose__list-area.trigger48::after {
    width: 40%;
  }
}
@media screen and (min-width: 1950px) {
  .purpose__list-area.trigger48::after {
    width: 50%;
    max-width: 900px;
  }
}
@media screen and (min-width: 2200px) {
  .purpose__list-area.trigger48::after {
    width: 60%;
    max-width: 1000px;
  }
}
@media screen and (min-width: 2300px) {
  .purpose__list-area.trigger48::after {
    width: 65%;
    max-width: 1100px;
  }
}
@media screen and (min-width: 2500px) {
  .purpose__list-area.trigger48::after {
    width: 70%;
    max-width: 1200px;
  }
}
.purpose__list-area.trigger49 {
  position: relative;
  display: block;
  width: 100%;
}
.purpose__list-area.trigger49::after {
  display: block;
  position: absolute;
  width: 75%;
  max-width: 700px;
  height: 100%;
  content: "";
  right: 0;
  top: 0;
  transition-duration: 0.5s;
  background-image: url("/assets/img/toppage/purpose-photo49.png");
  background-size: 100%;
  background-position: top right;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (min-width: 768px) {
  .purpose__list-area.trigger49::after {
    width: 40%;
  }
}
@media screen and (min-width: 1950px) {
  .purpose__list-area.trigger49::after {
    width: 50%;
    max-width: 900px;
  }
}
@media screen and (min-width: 2200px) {
  .purpose__list-area.trigger49::after {
    width: 60%;
    max-width: 1000px;
  }
}
@media screen and (min-width: 2300px) {
  .purpose__list-area.trigger49::after {
    width: 65%;
    max-width: 1100px;
  }
}
@media screen and (min-width: 2500px) {
  .purpose__list-area.trigger49::after {
    width: 70%;
    max-width: 1200px;
  }
}
.purpose__list-area.trigger50 {
  position: relative;
  display: block;
  width: 100%;
}
.purpose__list-area.trigger50::after {
  display: block;
  position: absolute;
  width: 75%;
  max-width: 700px;
  height: 100%;
  content: "";
  right: 0;
  top: 0;
  transition-duration: 0.5s;
  background-image: url("/assets/img/toppage/purpose-photo50.png");
  background-size: 100%;
  background-position: top right;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (min-width: 768px) {
  .purpose__list-area.trigger50::after {
    width: 40%;
  }
}
@media screen and (min-width: 1950px) {
  .purpose__list-area.trigger50::after {
    width: 50%;
    max-width: 900px;
  }
}
@media screen and (min-width: 2200px) {
  .purpose__list-area.trigger50::after {
    width: 60%;
    max-width: 1000px;
  }
}
@media screen and (min-width: 2300px) {
  .purpose__list-area.trigger50::after {
    width: 65%;
    max-width: 1100px;
  }
}
@media screen and (min-width: 2500px) {
  .purpose__list-area.trigger50::after {
    width: 70%;
    max-width: 1200px;
  }
}
.purpose__list-area.trigger51 {
  position: relative;
  display: block;
  width: 100%;
}
.purpose__list-area.trigger51::after {
  display: block;
  position: absolute;
  width: 75%;
  max-width: 700px;
  height: 100%;
  content: "";
  right: 0;
  top: 0;
  transition-duration: 0.5s;
  background-image: url("/assets/img/toppage/purpose-photo51.png");
  background-size: 100%;
  background-position: top right;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (min-width: 768px) {
  .purpose__list-area.trigger51::after {
    width: 40%;
  }
}
@media screen and (min-width: 1950px) {
  .purpose__list-area.trigger51::after {
    width: 50%;
    max-width: 900px;
  }
}
@media screen and (min-width: 2200px) {
  .purpose__list-area.trigger51::after {
    width: 60%;
    max-width: 1000px;
  }
}
@media screen and (min-width: 2300px) {
  .purpose__list-area.trigger51::after {
    width: 65%;
    max-width: 1100px;
  }
}
@media screen and (min-width: 2500px) {
  .purpose__list-area.trigger51::after {
    width: 70%;
    max-width: 1200px;
  }
}
.purpose__list-area.trigger52 {
  position: relative;
  display: block;
  width: 100%;
}
.purpose__list-area.trigger52::after {
  display: block;
  position: absolute;
  width: 75%;
  max-width: 700px;
  height: 100%;
  content: "";
  right: 0;
  top: 0;
  transition-duration: 0.5s;
  background-image: url("/assets/img/toppage/purpose-photo52.png");
  background-size: 100%;
  background-position: top right;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (min-width: 768px) {
  .purpose__list-area.trigger52::after {
    width: 40%;
  }
}
@media screen and (min-width: 1950px) {
  .purpose__list-area.trigger52::after {
    width: 50%;
    max-width: 900px;
  }
}
@media screen and (min-width: 2200px) {
  .purpose__list-area.trigger52::after {
    width: 60%;
    max-width: 1000px;
  }
}
@media screen and (min-width: 2300px) {
  .purpose__list-area.trigger52::after {
    width: 65%;
    max-width: 1100px;
  }
}
@media screen and (min-width: 2500px) {
  .purpose__list-area.trigger52::after {
    width: 70%;
    max-width: 1200px;
  }
}
.purpose__list-area.trigger53 {
  position: relative;
  display: block;
  width: 100%;
}
.purpose__list-area.trigger53::after {
  display: block;
  position: absolute;
  width: 75%;
  max-width: 700px;
  height: 100%;
  content: "";
  right: 0;
  top: 0;
  transition-duration: 0.5s;
  background-image: url("/assets/img/toppage/purpose-photo53.png");
  background-size: 100%;
  background-position: top right;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (min-width: 768px) {
  .purpose__list-area.trigger53::after {
    width: 40%;
  }
}
@media screen and (min-width: 1950px) {
  .purpose__list-area.trigger53::after {
    width: 50%;
    max-width: 900px;
  }
}
@media screen and (min-width: 2200px) {
  .purpose__list-area.trigger53::after {
    width: 60%;
    max-width: 1000px;
  }
}
@media screen and (min-width: 2300px) {
  .purpose__list-area.trigger53::after {
    width: 65%;
    max-width: 1100px;
  }
}
@media screen and (min-width: 2500px) {
  .purpose__list-area.trigger53::after {
    width: 70%;
    max-width: 1200px;
  }
}
.purpose__list-area.trigger54 {
  position: relative;
  display: block;
  width: 100%;
}
.purpose__list-area.trigger54::after {
  display: block;
  position: absolute;
  width: 75%;
  max-width: 700px;
  height: 100%;
  content: "";
  right: 0;
  top: 0;
  transition-duration: 0.5s;
  background-image: url("/assets/img/toppage/purpose-photo54.png");
  background-size: 100%;
  background-position: top right;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (min-width: 768px) {
  .purpose__list-area.trigger54::after {
    width: 40%;
  }
}
@media screen and (min-width: 1950px) {
  .purpose__list-area.trigger54::after {
    width: 50%;
    max-width: 900px;
  }
}
@media screen and (min-width: 2200px) {
  .purpose__list-area.trigger54::after {
    width: 60%;
    max-width: 1000px;
  }
}
@media screen and (min-width: 2300px) {
  .purpose__list-area.trigger54::after {
    width: 65%;
    max-width: 1100px;
  }
}
@media screen and (min-width: 2500px) {
  .purpose__list-area.trigger54::after {
    width: 70%;
    max-width: 1200px;
  }
}
.purpose__list-area.trigger55 {
  position: relative;
  display: block;
  width: 100%;
}
.purpose__list-area.trigger55::after {
  display: block;
  position: absolute;
  width: 75%;
  max-width: 700px;
  height: 100%;
  content: "";
  right: 0;
  top: 0;
  transition-duration: 0.5s;
  background-image: url("/assets/img/toppage/purpose-photo55.png");
  background-size: 100%;
  background-position: top right;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (min-width: 768px) {
  .purpose__list-area.trigger55::after {
    width: 40%;
  }
}
@media screen and (min-width: 1950px) {
  .purpose__list-area.trigger55::after {
    width: 50%;
    max-width: 900px;
  }
}
@media screen and (min-width: 2200px) {
  .purpose__list-area.trigger55::after {
    width: 60%;
    max-width: 1000px;
  }
}
@media screen and (min-width: 2300px) {
  .purpose__list-area.trigger55::after {
    width: 65%;
    max-width: 1100px;
  }
}
@media screen and (min-width: 2500px) {
  .purpose__list-area.trigger55::after {
    width: 70%;
    max-width: 1200px;
  }
}
.purpose__list-area.trigger56 {
  position: relative;
  display: block;
  width: 100%;
}
.purpose__list-area.trigger56::after {
  display: block;
  position: absolute;
  width: 75%;
  max-width: 700px;
  height: 100%;
  content: "";
  right: 0;
  top: 0;
  transition-duration: 0.5s;
  background-image: url("/assets/img/toppage/purpose-photo56.png");
  background-size: 100%;
  background-position: top right;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (min-width: 768px) {
  .purpose__list-area.trigger56::after {
    width: 40%;
  }
}
@media screen and (min-width: 1950px) {
  .purpose__list-area.trigger56::after {
    width: 50%;
    max-width: 900px;
  }
}
@media screen and (min-width: 2200px) {
  .purpose__list-area.trigger56::after {
    width: 60%;
    max-width: 1000px;
  }
}
@media screen and (min-width: 2300px) {
  .purpose__list-area.trigger56::after {
    width: 65%;
    max-width: 1100px;
  }
}
@media screen and (min-width: 2500px) {
  .purpose__list-area.trigger56::after {
    width: 70%;
    max-width: 1200px;
  }
}
.purpose__list-area.trigger57 {
  position: relative;
  display: block;
  width: 100%;
}
.purpose__list-area.trigger57::after {
  display: block;
  position: absolute;
  width: 75%;
  max-width: 700px;
  height: 100%;
  content: "";
  right: 0;
  top: 0;
  transition-duration: 0.5s;
  background-image: url("/assets/img/toppage/purpose-photo57.png");
  background-size: 100%;
  background-position: top right;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (min-width: 768px) {
  .purpose__list-area.trigger57::after {
    width: 40%;
  }
}
@media screen and (min-width: 1950px) {
  .purpose__list-area.trigger57::after {
    width: 50%;
    max-width: 900px;
  }
}
@media screen and (min-width: 2200px) {
  .purpose__list-area.trigger57::after {
    width: 60%;
    max-width: 1000px;
  }
}
@media screen and (min-width: 2300px) {
  .purpose__list-area.trigger57::after {
    width: 65%;
    max-width: 1100px;
  }
}
@media screen and (min-width: 2500px) {
  .purpose__list-area.trigger57::after {
    width: 70%;
    max-width: 1200px;
  }
}
.purpose__list-area.trigger58 {
  position: relative;
  display: block;
  width: 100%;
}
.purpose__list-area.trigger58::after {
  display: block;
  position: absolute;
  width: 75%;
  max-width: 700px;
  height: 100%;
  content: "";
  right: 0;
  top: 0;
  transition-duration: 0.5s;
  background-image: url("/assets/img/toppage/purpose-photo58.png");
  background-size: 100%;
  background-position: top right;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (min-width: 768px) {
  .purpose__list-area.trigger58::after {
    width: 40%;
  }
}
@media screen and (min-width: 1950px) {
  .purpose__list-area.trigger58::after {
    width: 50%;
    max-width: 900px;
  }
}
@media screen and (min-width: 2200px) {
  .purpose__list-area.trigger58::after {
    width: 60%;
    max-width: 1000px;
  }
}
@media screen and (min-width: 2300px) {
  .purpose__list-area.trigger58::after {
    width: 65%;
    max-width: 1100px;
  }
}
@media screen and (min-width: 2500px) {
  .purpose__list-area.trigger58::after {
    width: 70%;
    max-width: 1200px;
  }
}
.purpose__list-area.trigger59 {
  position: relative;
  display: block;
  width: 100%;
}
.purpose__list-area.trigger59::after {
  display: block;
  position: absolute;
  width: 75%;
  max-width: 700px;
  height: 100%;
  content: "";
  right: 0;
  top: 0;
  transition-duration: 0.5s;
  background-image: url("/assets/img/toppage/purpose-photo59.png");
  background-size: 100%;
  background-position: top right;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (min-width: 768px) {
  .purpose__list-area.trigger59::after {
    width: 40%;
  }
}
@media screen and (min-width: 1950px) {
  .purpose__list-area.trigger59::after {
    width: 50%;
    max-width: 900px;
  }
}
@media screen and (min-width: 2200px) {
  .purpose__list-area.trigger59::after {
    width: 60%;
    max-width: 1000px;
  }
}
@media screen and (min-width: 2300px) {
  .purpose__list-area.trigger59::after {
    width: 65%;
    max-width: 1100px;
  }
}
@media screen and (min-width: 2500px) {
  .purpose__list-area.trigger59::after {
    width: 70%;
    max-width: 1200px;
  }
}
.purpose__list-area.trigger60 {
  position: relative;
  display: block;
  width: 100%;
}
.purpose__list-area.trigger60::after {
  display: block;
  position: absolute;
  width: 75%;
  max-width: 700px;
  height: 100%;
  content: "";
  right: 0;
  top: 0;
  transition-duration: 0.5s;
  background-image: url("/assets/img/toppage/purpose-photo60.png");
  background-size: 100%;
  background-position: top right;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (min-width: 768px) {
  .purpose__list-area.trigger60::after {
    width: 40%;
  }
}
@media screen and (min-width: 1950px) {
  .purpose__list-area.trigger60::after {
    width: 50%;
    max-width: 900px;
  }
}
@media screen and (min-width: 2200px) {
  .purpose__list-area.trigger60::after {
    width: 60%;
    max-width: 1000px;
  }
}
@media screen and (min-width: 2300px) {
  .purpose__list-area.trigger60::after {
    width: 65%;
    max-width: 1100px;
  }
}
@media screen and (min-width: 2500px) {
  .purpose__list-area.trigger60::after {
    width: 70%;
    max-width: 1200px;
  }
}
.purpose__list-area.trigger61 {
  position: relative;
  display: block;
  width: 100%;
}
.purpose__list-area.trigger61::after {
  display: block;
  position: absolute;
  width: 75%;
  max-width: 700px;
  height: 100%;
  content: "";
  right: 0;
  top: 0;
  transition-duration: 0.5s;
  background-image: url("/assets/img/toppage/purpose-photo61.png");
  background-size: 100%;
  background-position: top right;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (min-width: 768px) {
  .purpose__list-area.trigger61::after {
    width: 40%;
  }
}
@media screen and (min-width: 1950px) {
  .purpose__list-area.trigger61::after {
    width: 50%;
    max-width: 900px;
  }
}
@media screen and (min-width: 2200px) {
  .purpose__list-area.trigger61::after {
    width: 60%;
    max-width: 1000px;
  }
}
@media screen and (min-width: 2300px) {
  .purpose__list-area.trigger61::after {
    width: 65%;
    max-width: 1100px;
  }
}
@media screen and (min-width: 2500px) {
  .purpose__list-area.trigger61::after {
    width: 70%;
    max-width: 1200px;
  }
}
.purpose__list-area.trigger62 {
  position: relative;
  display: block;
  width: 100%;
}
.purpose__list-area.trigger62::after {
  display: block;
  position: absolute;
  width: 75%;
  max-width: 700px;
  height: 100%;
  content: "";
  right: 0;
  top: 0;
  transition-duration: 0.5s;
  background-image: url("/assets/img/toppage/purpose-photo62.png");
  background-size: 100%;
  background-position: top right;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (min-width: 768px) {
  .purpose__list-area.trigger62::after {
    width: 40%;
  }
}
@media screen and (min-width: 1950px) {
  .purpose__list-area.trigger62::after {
    width: 50%;
    max-width: 900px;
  }
}
@media screen and (min-width: 2200px) {
  .purpose__list-area.trigger62::after {
    width: 60%;
    max-width: 1000px;
  }
}
@media screen and (min-width: 2300px) {
  .purpose__list-area.trigger62::after {
    width: 65%;
    max-width: 1100px;
  }
}
@media screen and (min-width: 2500px) {
  .purpose__list-area.trigger62::after {
    width: 70%;
    max-width: 1200px;
  }
}
.purpose__list-area.trigger63 {
  position: relative;
  display: block;
  width: 100%;
}
.purpose__list-area.trigger63::after {
  display: block;
  position: absolute;
  width: 75%;
  max-width: 700px;
  height: 100%;
  content: "";
  right: 0;
  top: 0;
  transition-duration: 0.5s;
  background-image: url("/assets/img/toppage/purpose-photo63.png");
  background-size: 100%;
  background-position: top right;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (min-width: 768px) {
  .purpose__list-area.trigger63::after {
    width: 40%;
  }
}
@media screen and (min-width: 1950px) {
  .purpose__list-area.trigger63::after {
    width: 50%;
    max-width: 900px;
  }
}
@media screen and (min-width: 2200px) {
  .purpose__list-area.trigger63::after {
    width: 60%;
    max-width: 1000px;
  }
}
@media screen and (min-width: 2300px) {
  .purpose__list-area.trigger63::after {
    width: 65%;
    max-width: 1100px;
  }
}
@media screen and (min-width: 2500px) {
  .purpose__list-area.trigger63::after {
    width: 70%;
    max-width: 1200px;
  }
}
.purpose__list-area.trigger64 {
  position: relative;
  display: block;
  width: 100%;
}
.purpose__list-area.trigger64::after {
  display: block;
  position: absolute;
  width: 75%;
  max-width: 700px;
  height: 100%;
  content: "";
  right: 0;
  top: 0;
  transition-duration: 0.5s;
  background-image: url("/assets/img/toppage/purpose-photo64.png");
  background-size: 100%;
  background-position: top right;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (min-width: 768px) {
  .purpose__list-area.trigger64::after {
    width: 40%;
  }
}
@media screen and (min-width: 1950px) {
  .purpose__list-area.trigger64::after {
    width: 50%;
    max-width: 900px;
  }
}
@media screen and (min-width: 2200px) {
  .purpose__list-area.trigger64::after {
    width: 60%;
    max-width: 1000px;
  }
}
@media screen and (min-width: 2300px) {
  .purpose__list-area.trigger64::after {
    width: 65%;
    max-width: 1100px;
  }
}
@media screen and (min-width: 2500px) {
  .purpose__list-area.trigger64::after {
    width: 70%;
    max-width: 1200px;
  }
}
.purpose__list-area.trigger65 {
  position: relative;
  display: block;
  width: 100%;
}
.purpose__list-area.trigger65::after {
  display: block;
  position: absolute;
  width: 75%;
  max-width: 700px;
  height: 100%;
  content: "";
  right: 0;
  top: 0;
  transition-duration: 0.5s;
  background-image: url("/assets/img/toppage/purpose-photo65.png");
  background-size: 100%;
  background-position: top right;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (min-width: 768px) {
  .purpose__list-area.trigger65::after {
    width: 40%;
  }
}
@media screen and (min-width: 1950px) {
  .purpose__list-area.trigger65::after {
    width: 50%;
    max-width: 900px;
  }
}
@media screen and (min-width: 2200px) {
  .purpose__list-area.trigger65::after {
    width: 60%;
    max-width: 1000px;
  }
}
@media screen and (min-width: 2300px) {
  .purpose__list-area.trigger65::after {
    width: 65%;
    max-width: 1100px;
  }
}
@media screen and (min-width: 2500px) {
  .purpose__list-area.trigger65::after {
    width: 70%;
    max-width: 1200px;
  }
}
.purpose__list-area.trigger66 {
  position: relative;
  display: block;
  width: 100%;
}
.purpose__list-area.trigger66::after {
  display: block;
  position: absolute;
  width: 75%;
  max-width: 700px;
  height: 100%;
  content: "";
  right: 0;
  top: 0;
  transition-duration: 0.5s;
  background-image: url("/assets/img/toppage/purpose-photo66.png");
  background-size: 100%;
  background-position: top right;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (min-width: 768px) {
  .purpose__list-area.trigger66::after {
    width: 40%;
  }
}
@media screen and (min-width: 1950px) {
  .purpose__list-area.trigger66::after {
    width: 50%;
    max-width: 900px;
  }
}
@media screen and (min-width: 2200px) {
  .purpose__list-area.trigger66::after {
    width: 60%;
    max-width: 1000px;
  }
}
@media screen and (min-width: 2300px) {
  .purpose__list-area.trigger66::after {
    width: 65%;
    max-width: 1100px;
  }
}
@media screen and (min-width: 2500px) {
  .purpose__list-area.trigger66::after {
    width: 70%;
    max-width: 1200px;
  }
}
.purpose__list-area.trigger67 {
  position: relative;
  display: block;
  width: 100%;
}
.purpose__list-area.trigger67::after {
  display: block;
  position: absolute;
  width: 75%;
  max-width: 700px;
  height: 100%;
  content: "";
  right: 0;
  top: 0;
  transition-duration: 0.5s;
  background-image: url("/assets/img/toppage/purpose-photo67.png");
  background-size: 100%;
  background-position: top right;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (min-width: 768px) {
  .purpose__list-area.trigger67::after {
    width: 40%;
  }
}
@media screen and (min-width: 1950px) {
  .purpose__list-area.trigger67::after {
    width: 50%;
    max-width: 900px;
  }
}
@media screen and (min-width: 2200px) {
  .purpose__list-area.trigger67::after {
    width: 60%;
    max-width: 1000px;
  }
}
@media screen and (min-width: 2300px) {
  .purpose__list-area.trigger67::after {
    width: 65%;
    max-width: 1100px;
  }
}
@media screen and (min-width: 2500px) {
  .purpose__list-area.trigger67::after {
    width: 70%;
    max-width: 1200px;
  }
}
.purpose__list-area.trigger68 {
  position: relative;
  display: block;
  width: 100%;
}
.purpose__list-area.trigger68::after {
  display: block;
  position: absolute;
  width: 75%;
  max-width: 700px;
  height: 100%;
  content: "";
  right: 0;
  top: 0;
  transition-duration: 0.5s;
  background-image: url("/assets/img/toppage/purpose-photo68.png");
  background-size: 100%;
  background-position: top right;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (min-width: 768px) {
  .purpose__list-area.trigger68::after {
    width: 40%;
  }
}
@media screen and (min-width: 1950px) {
  .purpose__list-area.trigger68::after {
    width: 50%;
    max-width: 900px;
  }
}
@media screen and (min-width: 2200px) {
  .purpose__list-area.trigger68::after {
    width: 60%;
    max-width: 1000px;
  }
}
@media screen and (min-width: 2300px) {
  .purpose__list-area.trigger68::after {
    width: 65%;
    max-width: 1100px;
  }
}
@media screen and (min-width: 2500px) {
  .purpose__list-area.trigger68::after {
    width: 70%;
    max-width: 1200px;
  }
}
.purpose__list-area.trigger69 {
  position: relative;
  display: block;
  width: 100%;
}
.purpose__list-area.trigger69::after {
  display: block;
  position: absolute;
  width: 75%;
  max-width: 700px;
  height: 100%;
  content: "";
  right: 0;
  top: 0;
  transition-duration: 0.5s;
  background-image: url("/assets/img/toppage/purpose-photo69.png");
  background-size: 100%;
  background-position: top right;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (min-width: 768px) {
  .purpose__list-area.trigger69::after {
    width: 40%;
  }
}
@media screen and (min-width: 1950px) {
  .purpose__list-area.trigger69::after {
    width: 50%;
    max-width: 900px;
  }
}
@media screen and (min-width: 2200px) {
  .purpose__list-area.trigger69::after {
    width: 60%;
    max-width: 1000px;
  }
}
@media screen and (min-width: 2300px) {
  .purpose__list-area.trigger69::after {
    width: 65%;
    max-width: 1100px;
  }
}
@media screen and (min-width: 2500px) {
  .purpose__list-area.trigger69::after {
    width: 70%;
    max-width: 1200px;
  }
}
.purpose__list-area.trigger70 {
  position: relative;
  display: block;
  width: 100%;
}
.purpose__list-area.trigger70::after {
  display: block;
  position: absolute;
  width: 75%;
  max-width: 700px;
  height: 100%;
  content: "";
  right: 0;
  top: 0;
  transition-duration: 0.5s;
  background-image: url("/assets/img/toppage/purpose-photo70.png");
  background-size: 100%;
  background-position: top right;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (min-width: 768px) {
  .purpose__list-area.trigger70::after {
    width: 40%;
  }
}
@media screen and (min-width: 1950px) {
  .purpose__list-area.trigger70::after {
    width: 50%;
    max-width: 900px;
  }
}
@media screen and (min-width: 2200px) {
  .purpose__list-area.trigger70::after {
    width: 60%;
    max-width: 1000px;
  }
}
@media screen and (min-width: 2300px) {
  .purpose__list-area.trigger70::after {
    width: 65%;
    max-width: 1100px;
  }
}
@media screen and (min-width: 2500px) {
  .purpose__list-area.trigger70::after {
    width: 70%;
    max-width: 1200px;
  }
}
.purpose__list-area.trigger71 {
  position: relative;
  display: block;
  width: 100%;
}
.purpose__list-area.trigger71::after {
  display: block;
  position: absolute;
  width: 75%;
  max-width: 700px;
  height: 100%;
  content: "";
  right: 0;
  top: 0;
  transition-duration: 0.5s;
  background-image: url("/assets/img/toppage/purpose-photo71.png");
  background-size: 100%;
  background-position: top right;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (min-width: 768px) {
  .purpose__list-area.trigger71::after {
    width: 40%;
  }
}
@media screen and (min-width: 1950px) {
  .purpose__list-area.trigger71::after {
    width: 50%;
    max-width: 900px;
  }
}
@media screen and (min-width: 2200px) {
  .purpose__list-area.trigger71::after {
    width: 60%;
    max-width: 1000px;
  }
}
@media screen and (min-width: 2300px) {
  .purpose__list-area.trigger71::after {
    width: 65%;
    max-width: 1100px;
  }
}
@media screen and (min-width: 2500px) {
  .purpose__list-area.trigger71::after {
    width: 70%;
    max-width: 1200px;
  }
}
.purpose__list-area.trigger72 {
  position: relative;
  display: block;
  width: 100%;
}
.purpose__list-area.trigger72::after {
  display: block;
  position: absolute;
  width: 75%;
  max-width: 700px;
  height: 100%;
  content: "";
  right: 0;
  top: 0;
  transition-duration: 0.5s;
  background-image: url("/assets/img/toppage/purpose-photo72.png");
  background-size: 100%;
  background-position: top right;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (min-width: 768px) {
  .purpose__list-area.trigger72::after {
    width: 40%;
  }
}
@media screen and (min-width: 1950px) {
  .purpose__list-area.trigger72::after {
    width: 50%;
    max-width: 900px;
  }
}
@media screen and (min-width: 2200px) {
  .purpose__list-area.trigger72::after {
    width: 60%;
    max-width: 1000px;
  }
}
@media screen and (min-width: 2300px) {
  .purpose__list-area.trigger72::after {
    width: 65%;
    max-width: 1100px;
  }
}
@media screen and (min-width: 2500px) {
  .purpose__list-area.trigger72::after {
    width: 70%;
    max-width: 1200px;
  }
}
.purpose__list-area.trigger73 {
  position: relative;
  display: block;
  width: 100%;
}
.purpose__list-area.trigger73::after {
  display: block;
  position: absolute;
  width: 75%;
  max-width: 700px;
  height: 100%;
  content: "";
  right: 0;
  top: 0;
  transition-duration: 0.5s;
  background-image: url("/assets/img/toppage/purpose-photo73.png");
  background-size: 100%;
  background-position: top right;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (min-width: 768px) {
  .purpose__list-area.trigger73::after {
    width: 40%;
  }
}
@media screen and (min-width: 1950px) {
  .purpose__list-area.trigger73::after {
    width: 50%;
    max-width: 900px;
  }
}
@media screen and (min-width: 2200px) {
  .purpose__list-area.trigger73::after {
    width: 60%;
    max-width: 1000px;
  }
}
@media screen and (min-width: 2300px) {
  .purpose__list-area.trigger73::after {
    width: 65%;
    max-width: 1100px;
  }
}
@media screen and (min-width: 2500px) {
  .purpose__list-area.trigger73::after {
    width: 70%;
    max-width: 1200px;
  }
}
.purpose__list-area.trigger74 {
  position: relative;
  display: block;
  width: 100%;
}
.purpose__list-area.trigger74::after {
  display: block;
  position: absolute;
  width: 75%;
  max-width: 700px;
  height: 100%;
  content: "";
  right: 0;
  top: 0;
  transition-duration: 0.5s;
  background-image: url("/assets/img/toppage/purpose-photo74.png");
  background-size: 100%;
  background-position: top right;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (min-width: 768px) {
  .purpose__list-area.trigger74::after {
    width: 40%;
  }
}
@media screen and (min-width: 1950px) {
  .purpose__list-area.trigger74::after {
    width: 50%;
    max-width: 900px;
  }
}
@media screen and (min-width: 2200px) {
  .purpose__list-area.trigger74::after {
    width: 60%;
    max-width: 1000px;
  }
}
@media screen and (min-width: 2300px) {
  .purpose__list-area.trigger74::after {
    width: 65%;
    max-width: 1100px;
  }
}
@media screen and (min-width: 2500px) {
  .purpose__list-area.trigger74::after {
    width: 70%;
    max-width: 1200px;
  }
}
.purpose__list-area.trigger75 {
  position: relative;
  display: block;
  width: 100%;
}
.purpose__list-area.trigger75::after {
  display: block;
  position: absolute;
  width: 75%;
  max-width: 700px;
  height: 100%;
  content: "";
  right: 0;
  top: 0;
  transition-duration: 0.5s;
  background-image: url("/assets/img/toppage/purpose-photo75.png");
  background-size: 100%;
  background-position: top right;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (min-width: 768px) {
  .purpose__list-area.trigger75::after {
    width: 40%;
  }
}
@media screen and (min-width: 1950px) {
  .purpose__list-area.trigger75::after {
    width: 50%;
    max-width: 900px;
  }
}
@media screen and (min-width: 2200px) {
  .purpose__list-area.trigger75::after {
    width: 60%;
    max-width: 1000px;
  }
}
@media screen and (min-width: 2300px) {
  .purpose__list-area.trigger75::after {
    width: 65%;
    max-width: 1100px;
  }
}
@media screen and (min-width: 2500px) {
  .purpose__list-area.trigger75::after {
    width: 70%;
    max-width: 1200px;
  }
}
.purpose__list-area.trigger76 {
  position: relative;
  display: block;
  width: 100%;
}
.purpose__list-area.trigger76::after {
  display: block;
  position: absolute;
  width: 75%;
  max-width: 700px;
  height: 100%;
  content: "";
  right: 0;
  top: 0;
  transition-duration: 0.5s;
  background-image: url("/assets/img/toppage/purpose-photo76.png");
  background-size: 100%;
  background-position: top right;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (min-width: 768px) {
  .purpose__list-area.trigger76::after {
    width: 40%;
  }
}
@media screen and (min-width: 1950px) {
  .purpose__list-area.trigger76::after {
    width: 50%;
    max-width: 900px;
  }
}
@media screen and (min-width: 2200px) {
  .purpose__list-area.trigger76::after {
    width: 60%;
    max-width: 1000px;
  }
}
@media screen and (min-width: 2300px) {
  .purpose__list-area.trigger76::after {
    width: 65%;
    max-width: 1100px;
  }
}
@media screen and (min-width: 2500px) {
  .purpose__list-area.trigger76::after {
    width: 70%;
    max-width: 1200px;
  }
}
.purpose__list-area.trigger77 {
  position: relative;
  display: block;
  width: 100%;
}
.purpose__list-area.trigger77::after {
  display: block;
  position: absolute;
  width: 75%;
  max-width: 700px;
  height: 100%;
  content: "";
  right: 0;
  top: 0;
  transition-duration: 0.5s;
  background-image: url("/assets/img/toppage/purpose-photo77.png");
  background-size: 100%;
  background-position: top right;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (min-width: 768px) {
  .purpose__list-area.trigger77::after {
    width: 40%;
  }
}
@media screen and (min-width: 1950px) {
  .purpose__list-area.trigger77::after {
    width: 50%;
    max-width: 900px;
  }
}
@media screen and (min-width: 2200px) {
  .purpose__list-area.trigger77::after {
    width: 60%;
    max-width: 1000px;
  }
}
@media screen and (min-width: 2300px) {
  .purpose__list-area.trigger77::after {
    width: 65%;
    max-width: 1100px;
  }
}
@media screen and (min-width: 2500px) {
  .purpose__list-area.trigger77::after {
    width: 70%;
    max-width: 1200px;
  }
}
.purpose__list-area.trigger78 {
  position: relative;
  display: block;
  width: 100%;
}
.purpose__list-area.trigger78::after {
  display: block;
  position: absolute;
  width: 75%;
  max-width: 700px;
  height: 100%;
  content: "";
  right: 0;
  top: 0;
  transition-duration: 0.5s;
  background-image: url("/assets/img/toppage/purpose-photo78.png");
  background-size: 100%;
  background-position: top right;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (min-width: 768px) {
  .purpose__list-area.trigger78::after {
    width: 40%;
  }
}
@media screen and (min-width: 1950px) {
  .purpose__list-area.trigger78::after {
    width: 50%;
    max-width: 900px;
  }
}
@media screen and (min-width: 2200px) {
  .purpose__list-area.trigger78::after {
    width: 60%;
    max-width: 1000px;
  }
}
@media screen and (min-width: 2300px) {
  .purpose__list-area.trigger78::after {
    width: 65%;
    max-width: 1100px;
  }
}
@media screen and (min-width: 2500px) {
  .purpose__list-area.trigger78::after {
    width: 70%;
    max-width: 1200px;
  }
}
.purpose__list-area.trigger79 {
  position: relative;
  display: block;
  width: 100%;
}
.purpose__list-area.trigger79::after {
  display: block;
  position: absolute;
  width: 75%;
  max-width: 700px;
  height: 100%;
  content: "";
  right: 0;
  top: 0;
  transition-duration: 0.5s;
  background-image: url("/assets/img/toppage/purpose-photo79.png");
  background-size: 100%;
  background-position: top right;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (min-width: 768px) {
  .purpose__list-area.trigger79::after {
    width: 40%;
  }
}
@media screen and (min-width: 1950px) {
  .purpose__list-area.trigger79::after {
    width: 50%;
    max-width: 900px;
  }
}
@media screen and (min-width: 2200px) {
  .purpose__list-area.trigger79::after {
    width: 60%;
    max-width: 1000px;
  }
}
@media screen and (min-width: 2300px) {
  .purpose__list-area.trigger79::after {
    width: 65%;
    max-width: 1100px;
  }
}
@media screen and (min-width: 2500px) {
  .purpose__list-area.trigger79::after {
    width: 70%;
    max-width: 1200px;
  }
}
.purpose__list-area.trigger80 {
  position: relative;
  display: block;
  width: 100%;
}
.purpose__list-area.trigger80::after {
  display: block;
  position: absolute;
  width: 75%;
  max-width: 700px;
  height: 100%;
  content: "";
  right: 0;
  top: 0;
  transition-duration: 0.5s;
  background-image: url("/assets/img/toppage/purpose-photo80.png");
  background-size: 100%;
  background-position: top right;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (min-width: 768px) {
  .purpose__list-area.trigger80::after {
    width: 40%;
  }
}
@media screen and (min-width: 1950px) {
  .purpose__list-area.trigger80::after {
    width: 50%;
    max-width: 900px;
  }
}
@media screen and (min-width: 2200px) {
  .purpose__list-area.trigger80::after {
    width: 60%;
    max-width: 1000px;
  }
}
@media screen and (min-width: 2300px) {
  .purpose__list-area.trigger80::after {
    width: 65%;
    max-width: 1100px;
  }
}
@media screen and (min-width: 2500px) {
  .purpose__list-area.trigger80::after {
    width: 70%;
    max-width: 1200px;
  }
}
.purpose__list-area.trigger81 {
  position: relative;
  display: block;
  width: 100%;
}
.purpose__list-area.trigger81::after {
  display: block;
  position: absolute;
  width: 75%;
  max-width: 700px;
  height: 100%;
  content: "";
  right: 0;
  top: 0;
  transition-duration: 0.5s;
  background-image: url("/assets/img/toppage/purpose-photo81.png");
  background-size: 100%;
  background-position: top right;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (min-width: 768px) {
  .purpose__list-area.trigger81::after {
    width: 40%;
  }
}
@media screen and (min-width: 1950px) {
  .purpose__list-area.trigger81::after {
    width: 50%;
    max-width: 900px;
  }
}
@media screen and (min-width: 2200px) {
  .purpose__list-area.trigger81::after {
    width: 60%;
    max-width: 1000px;
  }
}
@media screen and (min-width: 2300px) {
  .purpose__list-area.trigger81::after {
    width: 65%;
    max-width: 1100px;
  }
}
@media screen and (min-width: 2500px) {
  .purpose__list-area.trigger81::after {
    width: 70%;
    max-width: 1200px;
  }
}
.purpose__list-area.trigger82 {
  position: relative;
  display: block;
  width: 100%;
}
.purpose__list-area.trigger82::after {
  display: block;
  position: absolute;
  width: 75%;
  max-width: 700px;
  height: 100%;
  content: "";
  right: 0;
  top: 0;
  transition-duration: 0.5s;
  background-image: url("/assets/img/toppage/purpose-photo82.png");
  background-size: 100%;
  background-position: top right;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (min-width: 768px) {
  .purpose__list-area.trigger82::after {
    width: 40%;
  }
}
@media screen and (min-width: 1950px) {
  .purpose__list-area.trigger82::after {
    width: 50%;
    max-width: 900px;
  }
}
@media screen and (min-width: 2200px) {
  .purpose__list-area.trigger82::after {
    width: 60%;
    max-width: 1000px;
  }
}
@media screen and (min-width: 2300px) {
  .purpose__list-area.trigger82::after {
    width: 65%;
    max-width: 1100px;
  }
}
@media screen and (min-width: 2500px) {
  .purpose__list-area.trigger82::after {
    width: 70%;
    max-width: 1200px;
  }
}
.purpose__list-area.trigger83 {
  position: relative;
  display: block;
  width: 100%;
}
.purpose__list-area.trigger83::after {
  display: block;
  position: absolute;
  width: 75%;
  max-width: 700px;
  height: 100%;
  content: "";
  right: 0;
  top: 0;
  transition-duration: 0.5s;
  background-image: url("/assets/img/toppage/purpose-photo83.png");
  background-size: 100%;
  background-position: top right;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (min-width: 768px) {
  .purpose__list-area.trigger83::after {
    width: 40%;
  }
}
@media screen and (min-width: 1950px) {
  .purpose__list-area.trigger83::after {
    width: 50%;
    max-width: 900px;
  }
}
@media screen and (min-width: 2200px) {
  .purpose__list-area.trigger83::after {
    width: 60%;
    max-width: 1000px;
  }
}
@media screen and (min-width: 2300px) {
  .purpose__list-area.trigger83::after {
    width: 65%;
    max-width: 1100px;
  }
}
@media screen and (min-width: 2500px) {
  .purpose__list-area.trigger83::after {
    width: 70%;
    max-width: 1200px;
  }
}
.purpose__list-area.trigger84 {
  position: relative;
  display: block;
  width: 100%;
}
.purpose__list-area.trigger84::after {
  display: block;
  position: absolute;
  width: 75%;
  max-width: 700px;
  height: 100%;
  content: "";
  right: 0;
  top: 0;
  transition-duration: 0.5s;
  background-image: url("/assets/img/toppage/purpose-photo84.png");
  background-size: 100%;
  background-position: top right;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (min-width: 768px) {
  .purpose__list-area.trigger84::after {
    width: 40%;
  }
}
@media screen and (min-width: 1950px) {
  .purpose__list-area.trigger84::after {
    width: 50%;
    max-width: 900px;
  }
}
@media screen and (min-width: 2200px) {
  .purpose__list-area.trigger84::after {
    width: 60%;
    max-width: 1000px;
  }
}
@media screen and (min-width: 2300px) {
  .purpose__list-area.trigger84::after {
    width: 65%;
    max-width: 1100px;
  }
}
@media screen and (min-width: 2500px) {
  .purpose__list-area.trigger84::after {
    width: 70%;
    max-width: 1200px;
  }
}
.purpose__list-area.trigger85 {
  position: relative;
  display: block;
  width: 100%;
}
.purpose__list-area.trigger85::after {
  display: block;
  position: absolute;
  width: 75%;
  max-width: 700px;
  height: 100%;
  content: "";
  right: 0;
  top: 0;
  transition-duration: 0.5s;
  background-image: url("/assets/img/toppage/purpose-photo85.png");
  background-size: 100%;
  background-position: top right;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (min-width: 768px) {
  .purpose__list-area.trigger85::after {
    width: 40%;
  }
}
@media screen and (min-width: 1950px) {
  .purpose__list-area.trigger85::after {
    width: 50%;
    max-width: 900px;
  }
}
@media screen and (min-width: 2200px) {
  .purpose__list-area.trigger85::after {
    width: 60%;
    max-width: 1000px;
  }
}
@media screen and (min-width: 2300px) {
  .purpose__list-area.trigger85::after {
    width: 65%;
    max-width: 1100px;
  }
}
@media screen and (min-width: 2500px) {
  .purpose__list-area.trigger85::after {
    width: 70%;
    max-width: 1200px;
  }
}
.purpose__list-area.trigger86 {
  position: relative;
  display: block;
  width: 100%;
}
.purpose__list-area.trigger86::after {
  display: block;
  position: absolute;
  width: 75%;
  max-width: 700px;
  height: 100%;
  content: "";
  right: 0;
  top: 0;
  transition-duration: 0.5s;
  background-image: url("/assets/img/toppage/purpose-photo86.png");
  background-size: 100%;
  background-position: top right;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (min-width: 768px) {
  .purpose__list-area.trigger86::after {
    width: 40%;
  }
}
@media screen and (min-width: 1950px) {
  .purpose__list-area.trigger86::after {
    width: 50%;
    max-width: 900px;
  }
}
@media screen and (min-width: 2200px) {
  .purpose__list-area.trigger86::after {
    width: 60%;
    max-width: 1000px;
  }
}
@media screen and (min-width: 2300px) {
  .purpose__list-area.trigger86::after {
    width: 65%;
    max-width: 1100px;
  }
}
@media screen and (min-width: 2500px) {
  .purpose__list-area.trigger86::after {
    width: 70%;
    max-width: 1200px;
  }
}
.purpose__list-area.trigger87 {
  position: relative;
  display: block;
  width: 100%;
}
.purpose__list-area.trigger87::after {
  display: block;
  position: absolute;
  width: 75%;
  max-width: 700px;
  height: 100%;
  content: "";
  right: 0;
  top: 0;
  transition-duration: 0.5s;
  background-image: url("/assets/img/toppage/purpose-photo87.png");
  background-size: 100%;
  background-position: top right;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (min-width: 768px) {
  .purpose__list-area.trigger87::after {
    width: 40%;
  }
}
@media screen and (min-width: 1950px) {
  .purpose__list-area.trigger87::after {
    width: 50%;
    max-width: 900px;
  }
}
@media screen and (min-width: 2200px) {
  .purpose__list-area.trigger87::after {
    width: 60%;
    max-width: 1000px;
  }
}
@media screen and (min-width: 2300px) {
  .purpose__list-area.trigger87::after {
    width: 65%;
    max-width: 1100px;
  }
}
@media screen and (min-width: 2500px) {
  .purpose__list-area.trigger87::after {
    width: 70%;
    max-width: 1200px;
  }
}
.purpose__list-area.trigger88 {
  position: relative;
  display: block;
  width: 100%;
}
.purpose__list-area.trigger88::after {
  display: block;
  position: absolute;
  width: 75%;
  max-width: 700px;
  height: 100%;
  content: "";
  right: 0;
  top: 0;
  transition-duration: 0.5s;
  background-image: url("/assets/img/toppage/purpose-photo88.png");
  background-size: 100%;
  background-position: top right;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (min-width: 768px) {
  .purpose__list-area.trigger88::after {
    width: 40%;
  }
}
@media screen and (min-width: 1950px) {
  .purpose__list-area.trigger88::after {
    width: 50%;
    max-width: 900px;
  }
}
@media screen and (min-width: 2200px) {
  .purpose__list-area.trigger88::after {
    width: 60%;
    max-width: 1000px;
  }
}
@media screen and (min-width: 2300px) {
  .purpose__list-area.trigger88::after {
    width: 65%;
    max-width: 1100px;
  }
}
@media screen and (min-width: 2500px) {
  .purpose__list-area.trigger88::after {
    width: 70%;
    max-width: 1200px;
  }
}
.purpose__list-area.trigger89 {
  position: relative;
  display: block;
  width: 100%;
}
.purpose__list-area.trigger89::after {
  display: block;
  position: absolute;
  width: 75%;
  max-width: 700px;
  height: 100%;
  content: "";
  right: 0;
  top: 0;
  transition-duration: 0.5s;
  background-image: url("/assets/img/toppage/purpose-photo89.png");
  background-size: 100%;
  background-position: top right;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (min-width: 768px) {
  .purpose__list-area.trigger89::after {
    width: 40%;
  }
}
@media screen and (min-width: 1950px) {
  .purpose__list-area.trigger89::after {
    width: 50%;
    max-width: 900px;
  }
}
@media screen and (min-width: 2200px) {
  .purpose__list-area.trigger89::after {
    width: 60%;
    max-width: 1000px;
  }
}
@media screen and (min-width: 2300px) {
  .purpose__list-area.trigger89::after {
    width: 65%;
    max-width: 1100px;
  }
}
@media screen and (min-width: 2500px) {
  .purpose__list-area.trigger89::after {
    width: 70%;
    max-width: 1200px;
  }
}
.purpose__list-area.trigger90 {
  position: relative;
  display: block;
  width: 100%;
}
.purpose__list-area.trigger90::after {
  display: block;
  position: absolute;
  width: 75%;
  max-width: 700px;
  height: 100%;
  content: "";
  right: 0;
  top: 0;
  transition-duration: 0.5s;
  background-image: url("/assets/img/toppage/purpose-photo90.png");
  background-size: 100%;
  background-position: top right;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (min-width: 768px) {
  .purpose__list-area.trigger90::after {
    width: 40%;
  }
}
@media screen and (min-width: 1950px) {
  .purpose__list-area.trigger90::after {
    width: 50%;
    max-width: 900px;
  }
}
@media screen and (min-width: 2200px) {
  .purpose__list-area.trigger90::after {
    width: 60%;
    max-width: 1000px;
  }
}
@media screen and (min-width: 2300px) {
  .purpose__list-area.trigger90::after {
    width: 65%;
    max-width: 1100px;
  }
}
@media screen and (min-width: 2500px) {
  .purpose__list-area.trigger90::after {
    width: 70%;
    max-width: 1200px;
  }
}
.purpose__list-area.trigger91 {
  position: relative;
  display: block;
  width: 100%;
}
.purpose__list-area.trigger91::after {
  display: block;
  position: absolute;
  width: 75%;
  max-width: 700px;
  height: 100%;
  content: "";
  right: 0;
  top: 0;
  transition-duration: 0.5s;
  background-image: url("/assets/img/toppage/purpose-photo91.png");
  background-size: 100%;
  background-position: top right;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (min-width: 768px) {
  .purpose__list-area.trigger91::after {
    width: 40%;
  }
}
@media screen and (min-width: 1950px) {
  .purpose__list-area.trigger91::after {
    width: 50%;
    max-width: 900px;
  }
}
@media screen and (min-width: 2200px) {
  .purpose__list-area.trigger91::after {
    width: 60%;
    max-width: 1000px;
  }
}
@media screen and (min-width: 2300px) {
  .purpose__list-area.trigger91::after {
    width: 65%;
    max-width: 1100px;
  }
}
@media screen and (min-width: 2500px) {
  .purpose__list-area.trigger91::after {
    width: 70%;
    max-width: 1200px;
  }
}
.purpose__list-area.trigger92 {
  position: relative;
  display: block;
  width: 100%;
}
.purpose__list-area.trigger92::after {
  display: block;
  position: absolute;
  width: 75%;
  max-width: 700px;
  height: 100%;
  content: "";
  right: 0;
  top: 0;
  transition-duration: 0.5s;
  background-image: url("/assets/img/toppage/purpose-photo92.png");
  background-size: 100%;
  background-position: top right;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (min-width: 768px) {
  .purpose__list-area.trigger92::after {
    width: 40%;
  }
}
@media screen and (min-width: 1950px) {
  .purpose__list-area.trigger92::after {
    width: 50%;
    max-width: 900px;
  }
}
@media screen and (min-width: 2200px) {
  .purpose__list-area.trigger92::after {
    width: 60%;
    max-width: 1000px;
  }
}
@media screen and (min-width: 2300px) {
  .purpose__list-area.trigger92::after {
    width: 65%;
    max-width: 1100px;
  }
}
@media screen and (min-width: 2500px) {
  .purpose__list-area.trigger92::after {
    width: 70%;
    max-width: 1200px;
  }
}
.purpose__list-area.trigger93 {
  position: relative;
  display: block;
  width: 100%;
}
.purpose__list-area.trigger93::after {
  display: block;
  position: absolute;
  width: 75%;
  max-width: 700px;
  height: 100%;
  content: "";
  right: 0;
  top: 0;
  transition-duration: 0.5s;
  background-image: url("/assets/img/toppage/purpose-photo93.png");
  background-size: 100%;
  background-position: top right;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (min-width: 768px) {
  .purpose__list-area.trigger93::after {
    width: 40%;
  }
}
@media screen and (min-width: 1950px) {
  .purpose__list-area.trigger93::after {
    width: 50%;
    max-width: 900px;
  }
}
@media screen and (min-width: 2200px) {
  .purpose__list-area.trigger93::after {
    width: 60%;
    max-width: 1000px;
  }
}
@media screen and (min-width: 2300px) {
  .purpose__list-area.trigger93::after {
    width: 65%;
    max-width: 1100px;
  }
}
@media screen and (min-width: 2500px) {
  .purpose__list-area.trigger93::after {
    width: 70%;
    max-width: 1200px;
  }
}
.purpose__list-area.trigger94 {
  position: relative;
  display: block;
  width: 100%;
}
.purpose__list-area.trigger94::after {
  display: block;
  position: absolute;
  width: 75%;
  max-width: 700px;
  height: 100%;
  content: "";
  right: 0;
  top: 0;
  transition-duration: 0.5s;
  background-image: url("/assets/img/toppage/purpose-photo94.png");
  background-size: 100%;
  background-position: top right;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (min-width: 768px) {
  .purpose__list-area.trigger94::after {
    width: 40%;
  }
}
@media screen and (min-width: 1950px) {
  .purpose__list-area.trigger94::after {
    width: 50%;
    max-width: 900px;
  }
}
@media screen and (min-width: 2200px) {
  .purpose__list-area.trigger94::after {
    width: 60%;
    max-width: 1000px;
  }
}
@media screen and (min-width: 2300px) {
  .purpose__list-area.trigger94::after {
    width: 65%;
    max-width: 1100px;
  }
}
@media screen and (min-width: 2500px) {
  .purpose__list-area.trigger94::after {
    width: 70%;
    max-width: 1200px;
  }
}
.purpose__list-area.trigger95 {
  position: relative;
  display: block;
  width: 100%;
}
.purpose__list-area.trigger95::after {
  display: block;
  position: absolute;
  width: 75%;
  max-width: 700px;
  height: 100%;
  content: "";
  right: 0;
  top: 0;
  transition-duration: 0.5s;
  background-image: url("/assets/img/toppage/purpose-photo95.png");
  background-size: 100%;
  background-position: top right;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (min-width: 768px) {
  .purpose__list-area.trigger95::after {
    width: 40%;
  }
}
@media screen and (min-width: 1950px) {
  .purpose__list-area.trigger95::after {
    width: 50%;
    max-width: 900px;
  }
}
@media screen and (min-width: 2200px) {
  .purpose__list-area.trigger95::after {
    width: 60%;
    max-width: 1000px;
  }
}
@media screen and (min-width: 2300px) {
  .purpose__list-area.trigger95::after {
    width: 65%;
    max-width: 1100px;
  }
}
@media screen and (min-width: 2500px) {
  .purpose__list-area.trigger95::after {
    width: 70%;
    max-width: 1200px;
  }
}
.purpose__list-area.trigger96 {
  position: relative;
  display: block;
  width: 100%;
}
.purpose__list-area.trigger96::after {
  display: block;
  position: absolute;
  width: 75%;
  max-width: 700px;
  height: 100%;
  content: "";
  right: 0;
  top: 0;
  transition-duration: 0.5s;
  background-image: url("/assets/img/toppage/purpose-photo96.png");
  background-size: 100%;
  background-position: top right;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (min-width: 768px) {
  .purpose__list-area.trigger96::after {
    width: 40%;
  }
}
@media screen and (min-width: 1950px) {
  .purpose__list-area.trigger96::after {
    width: 50%;
    max-width: 900px;
  }
}
@media screen and (min-width: 2200px) {
  .purpose__list-area.trigger96::after {
    width: 60%;
    max-width: 1000px;
  }
}
@media screen and (min-width: 2300px) {
  .purpose__list-area.trigger96::after {
    width: 65%;
    max-width: 1100px;
  }
}
@media screen and (min-width: 2500px) {
  .purpose__list-area.trigger96::after {
    width: 70%;
    max-width: 1200px;
  }
}
.purpose__list-area.trigger97 {
  position: relative;
  display: block;
  width: 100%;
}
.purpose__list-area.trigger97::after {
  display: block;
  position: absolute;
  width: 75%;
  max-width: 700px;
  height: 100%;
  content: "";
  right: 0;
  top: 0;
  transition-duration: 0.5s;
  background-image: url("/assets/img/toppage/purpose-photo97.png");
  background-size: 100%;
  background-position: top right;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (min-width: 768px) {
  .purpose__list-area.trigger97::after {
    width: 40%;
  }
}
@media screen and (min-width: 1950px) {
  .purpose__list-area.trigger97::after {
    width: 50%;
    max-width: 900px;
  }
}
@media screen and (min-width: 2200px) {
  .purpose__list-area.trigger97::after {
    width: 60%;
    max-width: 1000px;
  }
}
@media screen and (min-width: 2300px) {
  .purpose__list-area.trigger97::after {
    width: 65%;
    max-width: 1100px;
  }
}
@media screen and (min-width: 2500px) {
  .purpose__list-area.trigger97::after {
    width: 70%;
    max-width: 1200px;
  }
}
.purpose__list-area.trigger98 {
  position: relative;
  display: block;
  width: 100%;
}
.purpose__list-area.trigger98::after {
  display: block;
  position: absolute;
  width: 75%;
  max-width: 700px;
  height: 100%;
  content: "";
  right: 0;
  top: 0;
  transition-duration: 0.5s;
  background-image: url("/assets/img/toppage/purpose-photo98.png");
  background-size: 100%;
  background-position: top right;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (min-width: 768px) {
  .purpose__list-area.trigger98::after {
    width: 40%;
  }
}
@media screen and (min-width: 1950px) {
  .purpose__list-area.trigger98::after {
    width: 50%;
    max-width: 900px;
  }
}
@media screen and (min-width: 2200px) {
  .purpose__list-area.trigger98::after {
    width: 60%;
    max-width: 1000px;
  }
}
@media screen and (min-width: 2300px) {
  .purpose__list-area.trigger98::after {
    width: 65%;
    max-width: 1100px;
  }
}
@media screen and (min-width: 2500px) {
  .purpose__list-area.trigger98::after {
    width: 70%;
    max-width: 1200px;
  }
}
.purpose__list-area.trigger99 {
  position: relative;
  display: block;
  width: 100%;
}
.purpose__list-area.trigger99::after {
  display: block;
  position: absolute;
  width: 75%;
  max-width: 700px;
  height: 100%;
  content: "";
  right: 0;
  top: 0;
  transition-duration: 0.5s;
  background-image: url("/assets/img/toppage/purpose-photo99.png");
  background-size: 100%;
  background-position: top right;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (min-width: 768px) {
  .purpose__list-area.trigger99::after {
    width: 40%;
  }
}
@media screen and (min-width: 1950px) {
  .purpose__list-area.trigger99::after {
    width: 50%;
    max-width: 900px;
  }
}
@media screen and (min-width: 2200px) {
  .purpose__list-area.trigger99::after {
    width: 60%;
    max-width: 1000px;
  }
}
@media screen and (min-width: 2300px) {
  .purpose__list-area.trigger99::after {
    width: 65%;
    max-width: 1100px;
  }
}
@media screen and (min-width: 2500px) {
  .purpose__list-area.trigger99::after {
    width: 70%;
    max-width: 1200px;
  }
}
.purpose__list-left {
  display: flex;
  flex: 1;
  position: relative;
  justify-content: space-between;
  align-items: center;
  line-height: 1.4;
  flex-wrap: wrap;
  gap: 6px;
  z-index: 2;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .purpose__list-left {
    display: grid;
    grid-template-rows: repeat(8, auto);
    grid-auto-flow: column;
    place-content: start;
    justify-content: normal;
    gap: 0 20px;
    max-width: 600px;
    padding-top: 0;
    padding-bottom: 40px;
  }
}
.purpose__list-left::after {
  position: absolute;
  content: "";
  width: 120%;
  height: 100%;
  top: 0;
  left: -40px;
  z-index: -1;
  background: var(--lightgray-bg-color);
}
@media (min-width: 768px) {
  .purpose__list-left::after {
    display: none;
  }
}
.purpose__list-item {
  display: flex;
  padding: 10px 5px 10px;
  text-align: center;
  justify-content: center;
  align-items: stretch;
  line-height: 1.4;
  width: calc((100% - 12px) / 3);
  aspect-ratio: 1.4/1;
  background: #fff;
}
@media (min-width: 768px) {
  .purpose__list-item {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid #b3b3b3;
    padding: 10px 5px 10px 20px;
    height: 60px;
  }
}
.purpose__list-item span {
  display: flex;
  align-items: center;
  line-height: 1.2;
}
.purpose__list-item a {
  display: flex;
  align-items: center;
}
.purpose__list-item a:hover {
  opacity: 1;
}
.purpose__list-item.active {
  color: var(--main-color);
}
@media (min-width: 768px) {
  .purpose__list-item.active span {
    position: relative;
  }
  .purpose__list-item.active span::before {
    display: inline-block;
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0.8rem;
    height: 0.8rem;
    background: var(--main-color);
  }
  .purpose__list-item.active span::before {
    left: -1em;
    top: 11px;
  }
}
.purpose__list-item.active a {
  color: var(--main-color);
}
.purpose__list-item:last-child {
  display: none;
}
@media (min-width: 768px) {
  .purpose__list-item:last-child {
    display: block;
    border-bottom: 0;
  }
}
.purpose__list-item br {
  display: none;
}
@media screen and (min-width: 340px) {
  .purpose__list-item br {
    display: inline;
  }
}
@media (min-width: 768px) {
  .purpose__list-item br.sp {
    display: none;
  }
}
@media screen and (min-width: 1100px) {
  .purpose__list-item br.smpc-br {
    display: none;
  }
}
.purpose__list-item br.smpc-br._menu {
  display: none;
}
@media screen and (min-width: 450px) {
  .purpose__list-item br.smpc-br._menu {
    display: inline;
  }
}
@media screen and (min-width: 1100px) {
  .purpose__list-item br.smpc-br._menu {
    display: none;
  }
}
.purpose__list-image {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  position: relative;
  flex: 1;
  overflow: auto;
  z-index: 10;
}
@media (min-width: 768px) {
  .purpose__list-image {
    width: auto;
  }
}
.purpose__list-image .swiper-slide-active a {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}
.purpose__list-image .swiper-slide-active a:hover {
  opacity: 1;
}
.purpose .slide__image-card {
  position: absolute;
  bottom: 0px;
  left: 2%;
  z-index: 10;
  width: 30%;
}
@media (min-width: 768px) {
  .purpose .slide__image-card {
    max-width: 338px;
    width: auto;
    max-width: none;
    width: 60%;
  }
}
@media screen and (min-width: 2000px) {
  .purpose .slide__image-card {
    width: 80%;
  }
}
.purpose .swiper .slider {
  width: 100%;
  height: 300px;
}
@media (min-width: 768px) {
  .purpose .swiper .slider {
    height: 100%;
    height: 100%;
  }
}
.purpose .swiper-photo {
  position: relative;
}

.product {
  position: relative;
  /*ここからスライダー用*/
  /*ここまでスライダー用*/
}
@media screen and (min-width: 1650px) {
  .product {
    aspect-ratio: 40/26;
  }
}
.product__back {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-image: url(/assets/img/toppage/back-product.svg);
  background-repeat: no-repeat;
  background-position: right 100px;
  background-size: 100%;
}
@media (min-width: 768px) {
  .product__back {
    background-position: right;
  }
}
.product__link {
  margin-bottom: 15px;
}
.product .inner {
  padding-bottom: 0px;
  z-index: 5;
}
@media (min-width: 768px) {
  .product .inner {
    padding-bottom: 120px;
  }
}
.product__list {
  width: 100%;
}
.product__list-image {
  margin-top: 50px;
}
.product__list-image .swiper-wrapper {
  align-items: stretch;
}
.product__list-frame {
  background: #fff;
  border-radius: 15px;
  margin: 0;
  overflow: hidden;
  box-shadow: 10px 10px 11px 5px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .product__list-frame {
    margin: 0 5px;
  }
}
.product__list-icon {
  position: absolute;
  top: 5px;
  left: 10px;
  color: var(--main-color);
  font-size: 12px;
}
@media (min-width: 768px) {
  .product__list-icon {
    font-size: 18px;
  }
}
.product__list-text {
  margin-top: -20px;
  padding: 0 10px 10px;
}
@media (min-width: 768px) {
  .product__list-text {
    margin-top: 0;
    padding: 0 20px 20px;
  }
}
.product__list-name {
  line-height: 1.2;
  font-weight: 400;
}
@media screen and (min-width: 500px) {
  .product__list-name .sp-small {
    display: inline;
  }
}
.product__list-copy {
  margin-top: 10px;
}

.purchase {
  position: relative;
  margin-bottom: 0px;
}
@media (min-width: 768px) {
  .purchase {
    margin-bottom: 35%;
  }
}
@media screen and (min-width: 1600px) {
  .purchase {
    aspect-ratio: 295/216;
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 1900px) {
  .purchase {
    aspect-ratio: auto;
    margin-bottom: 550px;
  }
}
.purchase__read {
  margin-top: 60px;
  width: calc(100% - 5px);
  line-height: 1.8;
}
@media screen and (min-width: 370px) {
  .purchase__read {
    margin-top: 80px;
  }
}
@media screen and (min-width: 500px) {
  .purchase__read {
    width: calc(100% - 25px);
  }
}
@media (min-width: 768px) {
  .purchase__read {
    width: 50%;
    margin-top: 140px;
    max-width: 550px;
  }
}
.purchase__read .pc-lg {
  display: none;
}
@media screen and (min-width: 1100px) {
  .purchase__read .pc-lg {
    display: inline;
  }
}
.purchase__link {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .purchase__link {
    margin-top: 40px;
  }
}
.purchase__card {
  position: absolute;
  z-index: 15;
  width: 80%;
  left: 0%;
  top: 510px;
}
@media screen and (min-width: 370px) {
  .purchase__card {
    top: 510px;
  }
}
@media screen and (min-width: 530px) {
  .purchase__card {
    top: 450px;
  }
}
@media (min-width: 768px) {
  .purchase__card {
    width: 60%;
    max-width: 738px;
    top: auto;
    bottom: -23%;
    left: -2%;
  }
}
@media screen and (min-width: 852px) {
  .purchase__card {
    bottom: -30%;
  }
}
@media screen and (min-width: 1100px) {
  .purchase__card {
    bottom: -40%;
  }
}
.purchase-photo {
  position: relative;
  display: block;
  width: 100%;
  z-index: 1;
  margin-top: 10%;
}
.purchase-photo.pc {
  display: none;
}
@media (min-width: 768px) {
  .purchase-photo {
    position: absolute;
    width: 47%;
    top: 420px;
    right: 0;
    max-width: 900px;
    margin-top: 0;
  }
  .purchase-photo.pc {
    display: block;
  }
  .purchase-photo.sp {
    display: none;
  }
}
@media screen and (min-width: 950px) {
  .purchase-photo {
    top: 410px;
  }
}
@media screen and (min-width: 1080px) {
  .purchase-photo {
    top: 360px;
  }
}
.purchase .movebox {
  position: absolute;
  left: -10px;
  top: 235px;
  width: calc(100% - 5px);
  height: 300px;
  z-index: -1;
}
@media screen and (min-width: 370px) {
  .purchase .movebox {
    height: 300px;
  }
}
@media screen and (min-width: 540px) {
  .purchase .movebox {
    height: 230px;
  }
}
@media (min-width: 768px) {
  .purchase .movebox {
    height: auto;
    top: 440px;
    width: 93%;
    aspect-ratio: 61/35;
  }
}
@media screen and (min-width: 1080px) {
  .purchase .movebox {
    aspect-ratio: 58/25;
  }
}
@media screen and (min-width: 1250px) {
  .purchase .movebox {
    aspect-ratio: 62/25;
  }
}
@media screen and (min-width: 1900px) {
  .purchase .movebox {
    aspect-ratio: 69/25;
    height: 650px;
  }
}

.solution {
  position: relative;
  aspect-ratio: 482/312;
}
.solution__back {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-image: url(/assets/img/toppage/back-solution.svg);
  background-repeat: no-repeat;
  background-position: right 100px;
  background-size: 100%;
}
@media (min-width: 768px) {
  .solution__back {
    background-position: right;
  }
}
.solution .inner {
  padding-bottom: 0px;
  z-index: 5;
}
@media (min-width: 768px) {
  .solution .inner {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 600px) {
  .solution .sec__subtitle {
    margin-bottom: 10%;
  }
}
@media screen and (min-width: 1200px) {
  .solution .sec__subtitle {
    margin-bottom: 7%;
  }
}
.solution .solution__grid {
  display: grid;
  align-items: stretch;
  gap: 20px;
}
@media (min-width: 768px) {
  .solution .solution__grid {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    padding: 16px;
  }
}
.solution .solution__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  background-color: #fff;
  padding: 40px 20px 30px;
  border-radius: 12px;
  box-shadow: 7px 5px 5px rgba(0, 0, 0, 0.2);
  text-align: center;
  border-radius: 20px;
  max-width: 580px;
  gap: 20px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .solution .solution__item {
    padding: 50px 15px 30px;
  }
}
.solution .solution__thumbnail {
  position: relative;
  z-index: 10;
  width: 80%;
  max-width: 360px;
  height: auto;
  margin: 0 auto;
  margin-bottom: -52px;
}
@media (min-width: 768px) {
  .solution .solution__thumbnail {
    width: 70%;
  }
}
.solution .solution__detail {
  display: flex;
  position: relative;
  z-index: 5;
  flex-direction: column;
  text-align: left;
  background: var(--middlegray-bg-color);
  padding: 60px 20px 30px 20px;
  color: #fff;
  width: 100%;
}
@media (min-width: 768px) {
  .solution .solution__detail {
    width: 83%;
    padding: 60px 30px 25px 30px;
  }
}
.solution .solution__detail .read-more {
  display: block;
  text-align: right;
  font-size: 10px;
  padding: 5px;
  padding-right: 5%;
  cursor: pointer;
  background: transparent;
  color: #fff;
}
@media (min-width: 768px) {
  .solution .solution__detail .read-more {
    display: none;
  }
}
.solution .solution__detail .read-more.hidden {
  display: none;
}
.solution .solution__name {
  text-align: center;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #fff;
}
@media (min-width: 768px) {
  .solution .solution__name {
    text-align: left;
  }
}
.solution .solution__description {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (min-width: 768px) {
  .solution .solution__description {
    line-height: 2;
    display: block;
    -webkit-line-clamp: unset;
    overflow: unset;
  }
}
.solution .solution__description.expanded {
  display: block;
  -webkit-line-clamp: unset;
}
.solution .solution__link {
  display: block;
  width: 90%;
  text-align: right;
}
@media (min-width: 768px) {
  .solution .solution__link {
    width: 77%;
  }
}

.news .inner {
  position: static;
  padding-bottom: 10px;
}
.news .inner.news__link-wrap {
  padding-top: 0;
}
@media screen and (min-width: 1250px) {
  .news .inner.news__link-wrap {
    padding-bottom: 150px;
  }
}
.news__wrap {
  position: relative;
  width: 100%;
  justify-content: space-between;
  gap: 10px;
}
.news .sec__subtitle {
  line-height: 1;
}
.news .sec__subtitle:after {
  top: 9px;
}
.news__category {
  width: 100%;
}
.news__category-area {
  width: 100%;
  z-index: 1;
  padding-left: 35px;
}
@media (min-width: 768px) {
  .news__category-area {
    width: 300px;
    padding-left: 15px;
  }
}
@media screen and (min-width: 1250px) {
  .news__category-area {
    position: absolute;
    left: calc((100vw - 1220px) / 2); /* innerと同じ左端に揃える */
    top: 0;
  }
}
@media (min-width: 768px) {
  .news__category-list {
    margin-top: 70px;
  }
}
.news__category-list-item {
  display: inline-block;
  position: relative;
  padding-right: 20px;
  padding-left: 1.2em;
  margin-bottom: 25px;
  cursor: pointer;
  transition: all 0.4s ease;
}
.news__category-list-item::before {
  display: inline-block;
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.8rem;
  height: 0.8rem;
  background: var(--main-color);
}
@media (min-width: 768px) {
  .news__category-list-item {
    display: block;
    padding-right: 0;
    padding-left: 24px;
  }
}
.news__category-list-item.active {
  color: var(--main-color);
}
.news__category-list-item:hover {
  opacity: 0.5;
}
.news__list {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-top: 1px var(--middlegray-bg-color) solid;
  opacity: 1;
  transition: opacity 0.2s ease;
}
@media (min-width: 768px) {
  .news__list {
    flex-wrap: wrap;
  }
}
.news__list.fade-out {
  opacity: 0;
  pointer-events: none;
}
.news__list.fade-out .news__list-item {
  padding: 0;
  height: 0;
  opacity: 0;
  transition: opacity 0.6s ease, height 0.2s ease, padding-top 0.4s, padding-bottom 0.4s;
}
.news__list-area {
  right: 0;
  flex: 1;
  min-height: 500px;
}
@media (min-width: 768px) {
  .news__list-area {
    width: 100vw;
  }
}
@media screen and (min-width: 1250px) {
  .news__list-area {
    padding-left: calc((100vw - 1220px) / 2 + 320px); /* 中央揃えを打ち消して右端に */
  }
}
.news__list-item {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  border-bottom: 1px #666 solid;
  opacity: 0;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  transition: opacity 0.6s ease, visibility 0.4s ease, height 0.4s ease, padding-top 0.4s, padding-bottom 0.4s;
}
@media (min-width: 768px) {
  .news__list-item {
    flex-direction: row;
  }
}
.news__list-item.show {
  opacity: 1;
  visibility: visible;
  height: auto;
  margin: initial;
  padding: 20px 35px;
  transition: opacity 0.6s ease, visibility 0.4s ease, height 0.4s ease, padding-top 0.4s, padding-bottom 0.4s;
}
@media (min-width: 768px) {
  .news__list-item.show {
    padding: 30px 40px;
  }
}
.news__list-meta {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
@media (min-width: 768px) {
  .news__list-meta {
    width: 30%;
    max-width: 250px;
    gap: 0;
    flex-direction: column;
    align-items: flex-start;
  }
}
.news__list-date {
  color: var(--middlegray-bg-color);
}
.news__list-category {
  display: inline-block;
  padding: 5px 15px;
  color: #fff;
  background: var(--darkgray-bg-color);
}
@media (min-width: 768px) {
  .news__list-category {
    margin-bottom: 15px;
  }
}
.news__list-content {
  flex: 1;
  width: 80%;
}
.news__link {
  display: block;
  text-align: right;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .news__link {
    margin-top: 60px;
  }
}

.aboutus {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .aboutus {
    aspect-ratio: 1435/837;
  }
}
@media screen and (min-width: 2150px) {
  .aboutus {
    aspect-ratio: auto;
  }
}
.aboutus .inner {
  padding-bottom: 100%;
}
@media (min-width: 768px) {
  .aboutus .inner {
    padding-bottom: 160px;
  }
}
@media screen and (min-width: 1440px) {
  .aboutus .inner {
    padding-bottom: 160px;
  }
}
@media screen and (min-width: 1800px) {
  .aboutus .inner {
    padding-bottom: 240px;
  }
}
@media screen and (min-width: 2150px) {
  .aboutus .inner {
    padding-bottom: 470px;
  }
}
@media (min-width: 768px) {
  .aboutus__read {
    width: 40%;
    max-width: 443px;
    line-height: 2.2;
  }
}
.aboutus-image {
  max-width: 1200px;
  z-index: 2;
  bottom: 13%;
  right: 15px;
  width: calc(100% - 30px);
}
@media (min-width: 768px) {
  .aboutus-image {
    width: 56%;
    bottom: 20%;
    right: 0;
  }
}
@media screen and (min-width: 1440px) {
  .aboutus-image {
    bottom: 15%;
  }
}
.aboutus__link {
  display: inline-block;
  margin-top: 26px;
}
@media (min-width: 768px) {
  .aboutus__link {
    margin-top: 60px;
  }
}
.aboutus .movebox {
  position: absolute;
  right: -2%;
  bottom: 17%;
  width: 80%;
  height: 317px;
  z-index: 1;
  height: 27%;
}
@media screen and (min-width: 480px) {
  .aboutus .movebox {
    height: 30%;
  }
}
@media screen and (min-width: 560px) {
  .aboutus .movebox {
    height: 317px;
  }
}
@media (min-width: 768px) {
  .aboutus .movebox {
    bottom: 28%;
    width: 50%;
    height: 395px;
  }
}
.aboutus-logo {
  bottom: calc(17% - 28px);
  right: 20px;
  width: 159px;
  z-index: 2;
}
@media (min-width: 768px) {
  .aboutus-logo {
    bottom: calc(28% - 56px);
    right: 0;
    width: 317px;
  }
}/*# sourceMappingURL=toppage.css.map */