@charset "UTF-8";
.hero {
  margin-bottom: -5px;
}

.pickup {
  padding: 134px 35px 177px;
  background-color: #f0f0f0;
}
@media screen and (max-width: 767px) {
  .pickup {
    padding: 60px 35px 30px;
  }
}
.pickup__wrap {
  max-width: 1105px;
  margin: 0 auto;
}
.pickup__cont {
  display: flex;
  -moz-column-gap: 95px;
       column-gap: 95px;
  margin-top: 74px;
}
@media screen and (max-width: 1024px) {
  .pickup__cont {
    -moz-column-gap: 20px;
         column-gap: 20px;
    margin-top: 38px;
  }
}
@media screen and (max-width: 767px) {
  .pickup__cont {
    gap: 0;
  }
}
.pickup__item {
  width: 33.3333333333%;
  display: flex;
  flex-direction: column;
}
.pickup__item--title {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 38px;
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pickup__item--top {
  position: relative;
  border-radius: 25px;
  margin-bottom: -3rem;
}
.pickup__item--img {
  border-radius: 25px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.12);
}
.pickup__item--link {
  display: block;
  margin: 10px auto;
  width: 180px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  border-radius: 20px;
  background: linear-gradient(90deg, #159fe8 0%, #3238ec 100%);
  padding: 9px 19px;
  position: relative;
  bottom: 7rem;
}
.pickup__item--link::after {
  content: "";
  display: inline-block;
  background-image: url(../images/arrow-right-white.svg);
  background-size: cover;
  width: 8px;
  height: 11px;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}
.pickup__item--text {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pickup .pick-swiper-pagination {
    display: block;
    margin-top: 47px;
    text-align: center;
  }
}
.pickup .pick-swiper-pagination .swiper-pagination-bullet {
  margin: 0 10px !important;
}
.pickup .pick-swiper-pagination .swiper-pagination-bullet-active {
  background-color: #676767 !important;
}

.product {
  padding: 126px 35px 140px;
}
@media screen and (max-width: 767px) {
  .product {
    padding: 66px 35px 88px;
  }
}
.product__wrap {
  max-width: 1330px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .product__wrap {
    padding: 0 10px;
  }
}
.product__title {
  font-size: 4.2rem;
  font-weight: bold;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .product__title {
    font-size: 2.2rem;
    margin-top: 38px;
    margin-bottom: 40px;
  }
}
.product__text {
  font-size: 1.6rem;
  font-weight: 500;
  max-width: 650px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .product__text {
    font-size: 1.4rem;
  }
}
.product__cont {
  display: flex;
  margin-top: 95px;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .product__cont {
    flex-direction: column;
    row-gap: 100px;
    align-items: center;
  }
}
.product__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .product__item {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 767px) {
  .product__item {
    width: 100%;
  }
}
.product__item.gfr {
  max-width: 360px;
}
.product__item.lom {
  max-width: 300px;
}
.product__item.nfr {
  max-width: 330px;
}
.product__item--logo.gfr {
  width: 174px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .product__item--logo.gfr {
    width: 130px;
  }
}
.product__item--logo.lom {
  width: 260px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .product__item--logo.lom {
    width: 220px;
  }
}
@media screen and (max-width: 767px) {
  .product__item--logo.lom {
    width: 180px;
  }
}
.product__item--logo.nfr {
  width: 270px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .product__item--logo.nfr {
    width: 230px;
  }
}
@media screen and (max-width: 767px) {
  .product__item--logo.nfr {
    width: 190px;
  }
}
.product__item--img {
  max-height: 365px;
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .product__item--img {
    width: calc(100% + 90px);
  }
}
.product__item--img.gfr {
  margin-top: 80px;
}
@media screen and (max-width: 1024px) {
  .product__item--img.gfr {
    margin-top: 90px;
  }
}
@media screen and (max-width: 767px) {
  .product__item--img.gfr {
    margin-top: 30px;
  }
}
.product__item--img.nfr {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .product__item--img.nfr {
    margin-top: 30px;
  }
}
.product__item--img.lom {
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  .product__item--img.lom {
    width: 90%;
  }
}
.product__item--gray {
  font-size: 2.5rem;
  font-weight: bold;
  color: #676767;
}
.product__item--text {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: auto;
  text-align: center;
  height: 75px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .product__item--text {
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 0;
  }
}
.product__item--text-sub {
  font-size: 1.6rem;
  text-align: center;
  height: 50px;
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.product__item--btn {
  display: block;
  margin: 0 auto;
  max-width: 260px;
  width: 100%;
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  border-radius: 25px;
  background: linear-gradient(90deg, #159fe8 0%, #3238ec 100%);
  padding: 14px 19px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .product__item--btn {
    width: 95%;
  }
}
.product__item--btn.gray {
  background: #B2B2B2;
  pointer-events: none;
}
.product__item--btn::after {
  content: "";
  display: inline-block;
  background-image: url(../images/arrow-right-white.svg);
  background-size: cover;
  width: 8px;
  height: 11px;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}

.news {
  background-color: #f0f0f0;
  padding: 95px 35px 65px;
}
@media screen and (max-width: 767px) {
  .news {
    padding: 63px 35px 43px;
  }
}
.news__wrap {
  max-width: 805px;
  width: 100%;
  margin: 0 auto;
}
.news__cont {
  display: flex;
  flex-direction: column;
  row-gap: 31px;
  width: 100%;
  margin-top: 65px;
}
@media screen and (max-width: 767px) {
  .news__cont {
    row-gap: 14px;
  }
}
.news__item {
  display: flex;
  align-items: center;
  padding-bottom: 30px;
  border-bottom: 1px solid #989898;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .news__item {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 14px;
  }
}
.news__item--left {
  margin-right: 33px;
  flex-shrink: 0;
  width: 100px;
}
@media screen and (max-width: 767px) {
  .news__item--left {
    margin-bottom: 6px;
  }
}
.news__item--cat {
  font-size: 1.2rem;
  color: #fff;
  background-color: #9f9f9f;
  border-radius: 5px;
  padding: 2px 7px;
}
.news__item--right {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .news__item--right {
    flex-direction: column;
    align-items: flex-start;
  }
}
.news__item--date {
  font-size: 1.6rem;
  font-weight: 500;
  margin-right: 54px;
}
@media screen and (max-width: 767px) {
  .news__item--date {
    margin-bottom: 4px;
  }
}
.news__item--text {
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .news__item--text {
    font-size: 1.4rem;
  }
}
.news__btn {
  display: block;
  margin: 55px auto 0;
  width: 260px;
  border-radius: 25px;
  padding: 13.5px 19px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(90deg, #159fe8 0%, #3238ec 100%);
}
@media screen and (max-width: 767px) {
  .news__btn {
    width: 180px;
    padding: 8.8px 19px;
  }
}
.news__btn:hover {
  opacity: 1;
}
.news__btn:hover .news__btn--bg {
  transform: translateX(105%);
}
.news__btn:hover p {
  color: #fff;
}
.news__btn:hover p::after {
  background-image: url(../images/arrow-right-white.svg);
}
.news__btn--bg {
  position: absolute;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background-color: #f0f0f0;
  top: 2px;
  left: 2px;
  pointer-events: none;
  transition: 0.3s;
}
.news__btn img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.news__btn p {
  font-size: 1.5rem;
  font-weight: bold;
  color: #159fe8;
  position: relative;
  z-index: 2;
}
.news__btn p::after {
  content: "";
  display: inline-block;
  background-image: url(../images/arrow-right-blue.svg);
  background-size: cover;
  width: 8px;
  height: 11px;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .news__btn p::after {
    right: 0;
  }
}

.kom {
  padding: 90px 35px 95px;
  background-color: #f0f0f0;
}
@media screen and (max-width: 767px) {
  .kom {
    padding: 43px 35px 55px;
  }
}
.kom__wrap {
  max-width: 1140px;
  margin: 0 auto;
}
.kom__cont {
  margin-top: 65px;
}
.kom__item {
  display: flex;
  flex-direction: column;
  border-radius: 25px;
  width: calc(50% - 30px);
  max-width: 360px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.12);
  align-self: stretch;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .kom__item {
    max-width: 305px;
  }
}
@media screen and (max-width: 767px) {
  .kom__item {
    width: 100%;
    max-width: none;
  }
}
.kom__item--img {
  height: 18.794vw;
  max-height: 240px;
}
@media screen and (max-width: 767px) {
  .kom__item--img {
    height: 54.794vw;
    max-height: none;
  }
}
.kom__item--bottom {
  background-color: #fff;
  padding: 26px 26px 13px;
  min-height: 310px;
}
.kom__item--date {
  font-size: 1.6rem;
  font-weight: 500;
  color: #676767;
  margin-bottom: 18px;
}
.kom__item--text {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 15px;
}
.kom__item--box {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
}
.kom__item--cat {
  font-size: 1.4rem;
  border: 1px solid #676767;
  padding: 3px 16px;
  border-radius: 9px;
}
.kom__btn {
  display: block;
  margin: 55px auto 0;
  width: 260px;
  border-radius: 25px;
  padding: 13.5px 19px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(90deg, #159fe8 0%, #3238ec 100%);
}
@media screen and (max-width: 767px) {
  .kom__btn {
    width: 180px;
    padding: 8.8px 19px;
  }
}
.kom__btn:hover {
  opacity: 1;
}
.kom__btn:hover .kom__btn--bg {
  transform: translateX(105%);
}
.kom__btn:hover p {
  color: #fff;
}
.kom__btn:hover p::after {
  background-image: url(../images/arrow-right-white.svg);
}
.kom__btn--bg {
  position: absolute;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background-color: #f0f0f0;
  top: 2px;
  left: 2px;
  pointer-events: none;
  transition: 0.3s;
}
.kom__btn img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.kom__btn p {
  font-size: 1.5rem;
  font-weight: bold;
  color: #159fe8;
  position: relative;
  z-index: 2;
}
.kom__btn p::after {
  content: "";
  display: inline-block;
  background-image: url(../images/arrow-right-blue.svg);
  background-size: cover;
  width: 8px;
  height: 11px;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .kom__btn p::after {
    right: 0;
  }
}
.kom .kom-swiper-pagination {
  display: none;
}
@media screen and (max-width: 767px) {
  .kom .kom-swiper-pagination {
    display: block;
    margin-top: 47px;
    text-align: center;
  }
}
.kom .kom-swiper-pagination .swiper-pagination-bullet {
  margin: 0 10px !important;
}
.kom .kom-swiper-pagination .swiper-pagination-bullet-active {
  background-color: #676767 !important;
}

.pop__line {
  max-width: 600px;
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  margin: 0 auto;
  z-index: 5;
  display: none;
}
@media screen and (max-width: 767px) {
  .pop__line {
    max-width: 285px;
  }
}
.pop__line.pc {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .pop__line.pc {
    opacity: 0;
    pointer-events: none;
  }
}
.pop__line.sp {
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .pop__line.sp {
    opacity: 1;
    pointer-events: all;
  }
}
.pop__btn {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 37px;
  height: 37px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .pop__btn {
    width: 20px;
    height: 20px;
  }
}
.pop__registration {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 70px;
  width: 180px;
}
@media screen and (max-width: 767px) {
  .pop__registration {
    bottom: 35px;
  }
}

.release__wrap {
  padding: 70px 35px;
  max-width: 1100px;
  margin: 5px auto 0;
}
@media screen and (max-width: 767px) {
  .release__wrap {
    padding: 30px 35px;
  }
}
.release__cont {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.release__link {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .release__link {
    flex-direction: column;
  }
}
.release__text {
  font-size: 2.2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .release__text {
    font-size: 1.6rem;
    margin-bottom: 20px;
    text-align: center;
  }
}
.release__text span {
  color: #F04162;
  font-weight: bold;
}
.release__btn {
  max-width: 260px;
  display: block;
  margin: 0 auto;
}

/*1126追加*/
.info__wrap {
  padding: 15px 35px;
  max-width: 1100px;
  margin: 5px auto 0;
}
@media screen and (max-width: 767px) {
  .info__wrap {
    padding: 10px 35px;
  }
}
.info__cont {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .info__cont {
    flex-direction: column;
    gap: 2rem;
  }
}
.info__text {
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .info__text {
    font-size: 1.4rem;
  }
}
.info__img {
  width: 10%;
  border-radius: 12px;
}
@media screen and (max-width: 767px) {
  .info__img {
    width: 30%;
  }
}/*# sourceMappingURL=top.css.map */