main {
  overflow: hidden;
}

.p-front-content {
  position: relative;
  width: 100%;
  padding: 7rem 2rem 30rem 2rem;
  background-image: url(../images/front_bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
@media screen and (max-width: 959px) {
  .p-front-content {
    padding: 8rem 2rem 10rem 2rem;
  }
}
.p-front-content__icon {
  position: absolute;
  top: 34rem;
  right: -12.5rem;
  width: 42.2rem;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}
@media screen and (max-width: 959px) {
  .p-front-content__icon {
    top: 2rem;
    right: -5.2083333333rem;
    width: 17.5833333333rem;
    -o-object-fit: contain;
       object-fit: contain;
    -webkit-transform: rotate(35deg);
            transform: rotate(35deg);
  }
}
.p-front-content__icon02 {
  position: absolute;
  top: 58%;
  left: -19rem;
  width: 52.8rem;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform: rotate(-47deg);
          transform: rotate(-47deg);
}
@media screen and (max-width: 959px) {
  .p-front-content__icon02 {
    left: -7.9166666667rem;
    width: 22rem;
  }
}

.p-front-campaign {
  width: 100%;
  max-width: 100%;
  margin-bottom: 17rem;
}
@media screen and (max-width: 959px) {
  .p-front-campaign {
    margin-bottom: 8rem;
  }
}
.p-front-campaign__inner {
  width: 100%;
  max-width: 110rem;
  margin: 0 auto;
  text-align: left;
}
.p-front-campaign__title {
  color: #48353E;
  font-family: "Forum", cursive;
  font-size: 4.8rem;
  line-height: 1.2083333333;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .p-front-campaign__title {
    font-size: 3.6rem;
  }
}
.p-front-campaign__subTitle {
  font-size: 1.8rem;
  line-height: 1.2222222222;
  font-weight: 500;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 6.4rem;
}
@media screen and (max-width: 959px) {
  .p-front-campaign__subTitle {
    font-size: 1.4rem;
    margin-bottom: 5rem;
  }
}
.p-front-campaign__lists {
  margin-bottom: 8.8rem;
}
@media screen and (max-width: 959px) {
  .p-front-campaign__lists {
    margin-bottom: 4rem;
  }
}
.p-front-campaign__list {
  margin-bottom: 3.2rem;
}
.p-front-campaign__list:last-of-type {
  margin-bottom: 0rem;
}
.p-front-campaign__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.4rem;
  padding-right: 7rem;
}
@media screen and (max-width: 959px) {
  .p-front-campaign__link {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2rem;
    padding-right: 0rem;
  }
}
.p-front-campaign__link::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0rem;
  width: 2.9rem;
  height: 2.9rem;
  background-image: url(../images/icon_arrow.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 959px) {
  .p-front-campaign__link::before {
    display: none;
  }
}
.p-front-campaign__thumbnail {
  min-width: 23rem;
  width: 23rem;
}
@media screen and (max-width: 959px) {
  .p-front-campaign__thumbnail {
    width: 100%;
  }
}
.p-front-campaign__thumbnail img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-front-campaign__articleTitle {
  color: #48353E;
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 959px) {
  .p-front-campaign__articleTitle {
    font-size: 1.8rem;
  }
}
.p-front-campaign__text {
  color: #48353E;
  font-size: 1.8rem;
  line-height: 1.6666666667;
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (max-width: 959px) {
  .p-front-campaign__text {
    font-size: 1.6rem;
  }
}
.p-front-campaign__all {
  position: relative;
  color: #48353E;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
}
.p-front-campaign__all::before {
  position: absolute;
  content: "";
  top: 0.4rem;
  right: -1.5rem;
  width: 0.8rem;
  height: 0.8rem;
  border-top: 0.1rem solid #48353E;
  border-right: 0.1rem solid #48353E;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.p-front-news {
  width: 100%;
  max-width: 100%;
}
.p-front-news__inner {
  width: 100%;
  max-width: 110rem;
  margin: 0 auto;
  text-align: left;
}
.p-front-news__title {
  color: #48353E;
  font-family: "Forum", cursive;
  font-size: 4.8rem;
  line-height: 1.2083333333;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .p-front-news__title {
    font-size: 3.6rem;
  }
}
.p-front-news__subTitle {
  font-size: 1.8rem;
  line-height: 1.2222222222;
  font-weight: 500;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 6.4rem;
}
@media screen and (max-width: 959px) {
  .p-front-news__subTitle {
    font-size: 1.4rem;
    margin-bottom: 5rem;
  }
}
.p-front-news__lists {
  margin-bottom: 8.8rem;
}
@media screen and (max-width: 959px) {
  .p-front-news__lists {
    margin-bottom: 4rem;
  }
}
.p-front-news__list {
  margin-bottom: 3.2rem;
}
.p-front-news__list:last-of-type {
  margin-bottom: 0rem;
}
.p-front-news__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0rem;
  padding-right: 7rem;
}
@media screen and (max-width: 959px) {
  .p-front-news__link {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-right: 0rem;
  }
}
.p-front-news__link::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0rem;
  width: 2.9rem;
  height: 2.9rem;
  background-image: url(../images/icon_arrow.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 959px) {
  .p-front-news__link::before {
    display: none;
  }
}
.p-front-news__time {
  min-width: 13.7rem;
  width: 13.7rem;
  color: #48353E;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0;
  padding-top: 0.8rem;
}
@media screen and (max-width: 959px) {
  .p-front-news__time {
    width: 100%;
    font-size: 1.4rem;
    padding-top: 0rem;
    margin-bottom: 1.5rem;
  }
}
.p-front-news__articleTitle {
  color: #48353E;
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 959px) {
  .p-front-news__articleTitle {
    font-size: 1.8rem;
  }
}
.p-front-news__text {
  color: #48353E;
  font-size: 1.8rem;
  line-height: 1.6666666667;
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (max-width: 959px) {
  .p-front-news__text {
    font-size: 1.6rem;
  }
}
.p-front-news__all {
  position: relative;
  color: #48353E;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
}
.p-front-news__all::before {
  position: absolute;
  content: "";
  top: 0.4rem;
  right: -1.5rem;
  width: 0.8rem;
  height: 0.8rem;
  border-top: 0.1rem solid #48353E;
  border-right: 0.1rem solid #48353E;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.p-front-banner {
  margin-bottom: 12rem;
}
@media screen and (max-width: 959px) {
  .p-front-banner {
    margin-bottom: 8rem;
  }
}
.p-front-banner .slick-slide {
  margin: 0 1.5rem;
}
@media screen and (max-width: 959px) {
  .p-front-banner .slick-slide {
    margin: 0 0.5rem;
  }
}
.p-front-banner .slick-arrow {
  display: none !important;
}

.p-front-sp {
  display: none !important;
}
@media screen and (max-width: 959px) {
  .p-front-sp {
    display: block !important;
  }
}/*# sourceMappingURL=p-front.css.map */