@charset "UTF-8";
section.core .core_content {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}
section.core .core_content .core_content_text {
  width: 50%;
  flex-shrink: 0;
}
section.core .core_content .core_content_text p.strong {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 28px;
  text-align: left;
  color: #313e57;
  opacity: 1;
  margin-top: 35px;
}
section.core .core_content .core_content_text ul.core_lists {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 28px;
  text-align: left;
  color: #313e57;
  margin-top: 30px;
}
section.core .core_content .core_content_text ul.core_lists li {
  margin-top: 20px;
}
section.core .core_content .core_content_text p.strong + ul.core_lists {
  margin-top: 20px;
}
section.core .core_content .core_content_slider {
  width: 43.8333%;
  padding-left: 1%;
}
section.core .core_content .core_content_slider .swiper-horizontal > .swiper-pagination-bullets,
section.core .core_content .core_content_slider .swiper-pagination-bullets.swiper-pagination-horizontal,
section.core .core_content .core_content_slider .swiper-pagination-custom,
section.core .core_content .core_content_slider .swiper-pagination-fraction {
  text-align: right;
  padding-right: 30px;
  bottom: 30px;
}
section.core .core_content .core_content_slider .swiper-slide span {
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 24px;
  text-align: left;
  color: #2d2d2d;
  opacity: 0.7;
  margin-top: 20px;
  display: block;
}

section.overview .container-l {
  padding: 100px 0;
  background-image: url(../images/top/Products.png);
  background-size: cover;
}
section.overview .container-l .blur_img {
  border: 1px solid #ED964C;
}
section.overview a.btn2 {
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}

div#modal {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  padding: 30px;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
  /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
  /* -ms-overflow-style: none; */
  /*Firefoxへの対応*/
  /* scrollbar-width: none; */
  /*Google Chrome、Safariへの対応*/
}
div#modal::-webkit-scrollbar {
  display: none;
}
div#modal .modal_content {
  padding: 100px 0;
  background-image: url(../images/top/Products.png);
  background-size: cover;
  overflow-y: scroll;
  height: 100vh;
}
div#modal .modal_content .container-l .blur_img {
  border: 1px solid #ED964C;
}
div#modal .modal_content a.btn2 {
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}
div#modal .modal_content .others .other_cards {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}
div#modal .modal_content .others .other_cards .other_card {
  width: 23%;
}
div#modal .modal_content .others .other_cards .other_card span {
  display: block;
  line-height: 68px;
  background: #fff;
  border: 1px solid #ed964c;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.06em;
  text-align: center;
  color: #313e57;
}

div#modal.active {
  z-index: 100;
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 767px) {
  section.core .core_content {
    margin-top: 40px;
    flex-wrap: wrap;
  }
  section.core .core_content .core_content_text {
    width: 100%;
    flex-shrink: 0;
  }
  section.core .core_content .core_content_slider {
    margin-top: 40px;
    width: 100%;
    padding-left: 0;
  }
  div#modal .modal_content {
    padding: 20px 0;
  }
  div#modal .modal_content .container {
    padding: 0;
  }
  div#modal .modal_content .others .other_cards {
    margin-top: 40px;
    flex-wrap: wrap;
  }
  div#modal .modal_content .others .other_cards .other_card {
    width: 100%;
    margin-bottom: 20px;
  }
  div#modal .modal_content .others .other_cards .other_card a {
    line-height: 40px;
    font-size: 14px;
  }
  div#modal .modal_content a.btn2 {
    margin-top: 40px;
    margin-bottom: 80px;
  }
  div#modal .modal_content .others {
    margin-top: 40px;
  }
}/*# sourceMappingURL=rd.css.map */


.swiper-slide img{
  object-fit: cover;
  width: 100%;
  height: auto;
}