@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Racing+Sans+One&family=Roboto:wght@500;700&display=swap");
.m-title-top {
  color: #0399de;
  font-size: 50px;
  font-size: 3.125rem;
  font-family: "Racing Sans One";
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .m-title-top {
    font-size: 32px;
    font-size: 2rem;
  }
}

.m-textlink {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #0399de;
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "Racing Sans One";
  font-weight: 400;
  gap: 10px;
}
@media screen and (max-width: 640px) {
  .m-textlink {
    font-size: 16px;
    font-size: 1rem;
  }
}
.m-textlink:hover {
  text-decoration: none;
}
.m-textlink:hover .m-ico-arrow {
  background-color: #0399de;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.m-textlink:hover .m-ico-arrow::before {
  border-top-color: #fff;
  border-right-color: #fff;
}

/***********************
Toppage
***********************/
.mv {
  width: 100%;
  aspect-ratio: 2800/1400;
  position: relative;
}
@media screen and (max-width: 640px) {
  .mv {
    height: auto;
    aspect-ratio: 1/1;
  }
}
.mv .slick-slide img.m-pc-hidden {
  display: none;
}
@media screen and (max-width: 640px) {
  .mv .slick-slide img.m-pc-hidden {
    display: block;
  }
}
.mv .slick-slide img.m-sp-hidden {
  display: block;
}
@media screen and (max-width: 640px) {
  .mv .slick-slide img.m-sp-hidden {
    display: none;
  }
}
.mv .slide-arrow {
  position: absolute;
  top: 42%;
  width: 65px;
  background-color: #fff;
  aspect-ratio: 1;
  border-radius: 50%;
  -webkit-box-shadow: 0px 5px 17px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 17px 0px rgba(0, 0, 0, 0.1);
  color: transparent;
  font-size: 0;
  line-height: 1;
  z-index: 1;
}
@media screen and (max-width: 1000px) {
  .mv .slide-arrow {
    top: 45%;
    width: 30px;
  }
}
.mv .slide-arrow::before {
  position: absolute;
  content: "";
  top: 40%;
  width: 12px;
  height: 12px;
  border-top: solid 2px #0399de;
  border-right: solid 2px #0399de;
}
@media screen and (max-width: 1000px) {
  .mv .slide-arrow::before {
    width: 7px;
    height: 7px;
  }
}
.mv .slide-arrow.prev-arrow {
  left: 15px;
}
@media screen and (max-width: 640px) {
  .mv .slide-arrow.prev-arrow {
    left: 10px;
  }
}
.mv .slide-arrow.prev-arrow::before {
  left: 45%;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.mv .slide-arrow.next-arrow {
  right: 15px;
}
@media screen and (max-width: 640px) {
  .mv .slide-arrow.next-arrow {
    right: 10px;
  }
}
.mv .slide-arrow.next-arrow::before {
  left: 37%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.mv .slick-dots {
  position: absolute;
  bottom: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  z-index: 3;
  line-height: 1;
}
@media screen and (max-width: 1000px) {
  .mv .slick-dots {
    bottom: 10px;
  }
}
.mv .slick-dots li {
  display: inline-block;
  margin: 0 6px;
}
@media screen and (max-width: 1000px) {
  .mv .slick-dots li {
    margin: 0 5px;
  }
}
.mv .slick-dots button {
  width: 15px;
  height: 15px;
  display: block;
  padding: 0;
  color: transparent;
  outline: none;
  border: unset;
  border-radius: 50px;
  background: #fff;
  cursor: pointer;
}
@media screen and (max-width: 1000px) {
  .mv .slick-dots button {
    width: 10px;
    height: 10px;
  }
}
.mv .slick-dots .slick-active button {
  background: #0399de;
}
.mv__text {
  color: #fff;
  font-size: 55px;
  font-size: 3.4375rem;
  font-weight: bold;
  line-height: 1.4545454545;
  padding: 10% 0 0 5vw;
}
@media screen and (max-width: 640px) {
  .mv__text {
    font-size: 6vw;
    padding-top: 60px;
  }
}
.mv-scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: 20px;
  bottom: 20px;
  padding-bottom: 130px;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  .mv-scroll {
    padding-bottom: 50px;
  }
}
.mv-scroll span {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: #eee;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media screen and (max-width: 1000px) {
  .mv-scroll span {
    font-size: 10px;
    font-size: 0.625rem;
  }
}
.mv-scroll::after {
  content: "";
  position: absolute;
  top: 4em;
  width: 1px;
  height: 100px;
  background: #eee;
  -webkit-animation: pathmove 1.4s ease-in-out infinite;
          animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}
@media screen and (max-width: 640px) {
  .mv-scroll::after {
    height: 70px;
  }
}
.mv-slide li a:hover img {
  opacity: 1;
}

@-webkit-keyframes pathmove {
  0% {
    height: 0;
    top: 4em;
    opacity: 0;
  }
  30% {
    height: 60%;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 90%;
    opacity: 0;
  }
}

@keyframes pathmove {
  0% {
    height: 0;
    top: 4em;
    opacity: 0;
  }
  30% {
    height: 60%;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 90%;
    opacity: 0;
  }
}
.information {
  line-height: 1.7647058824;
  text-align: center;
  border: 4px solid #e1e4ed;
  padding: 17px;
  margin-block: 30px;
}
@media screen and (max-width: 640px) {
  .information {
    margin-block: 20px;
    text-align: left;
  }
  .information br {
    display: none;
  }
}
.information.important {
  border-color: #ffd9d9;
}
.information.important p {
  color: #de0000;
}
.information.important .m-h4 {
  text-align: center;
}

.news {
  background-color: #f1f2f6;
  padding-block: 50px 80px;
}
@media screen and (max-width: 640px) {
  .news {
    padding-block: 50px;
  }
}
.news .m-ico-arrow {
  background-color: transparent;
}
.news-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  padding-top: 15px;
}
@media screen and (max-width: 640px) {
  .news-list {
    gap: 15px;
  }
}
.news-list-item {
  display: block;
}
.news-list-item:hover {
  text-decoration: none;
}
.news-list-item:hover .news-list__title {
  text-decoration: underline;
}
.news-list-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 13px;
}
.news-list-heading .time {
  color: #0399de;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (max-width: 640px) {
  .news-list-heading .time {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.news-list__title {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.625;
  padding-top: 4px;
}
@media screen and (max-width: 768px) {
  .news-list__title {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 640px) {
  .news-list__title {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.news-important {
  background-color: #fff;
  border-radius: 5px;
  padding: 34px 43px 39px;
  margin-top: 50px;
  position: relative;
}
@media screen and (max-width: 640px) {
  .news-important {
    padding: 20px;
    margin-top: 30px;
  }
}
.news-important__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .news-important__title {
    font-size: 17px;
    font-size: 1.0625rem;
    gap: 10px;
  }
}
.news-important__title::before {
  content: "!";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  line-height: 1;
  width: 24px;
  font-size: 15px;
  aspect-ratio: 1;
  border-right: 50%;
  background-color: #0399de;
  border-radius: 50%;
  padding-left: 3px;
}
@media screen and (max-width: 640px) {
  .news-important__title::before {
    width: 18px;
    font-size: 12px;
    padding-left: 0;
  }
}
.news-important-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3px;
  padding: 13px 0 0 16px;
}
.news-important-item {
  font-size: 16px;
  font-size: 1rem;
  padding-left: 1.5em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .news-important-item {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.news-important-item::before {
  content: "－";
  color: #0399de;
  position: absolute;
  left: 0;
}
.news-important .m-textlink {
  position: absolute;
  right: 53px;
  bottom: 33px;
}
@media screen and (max-width: 640px) {
  .news-important .m-textlink {
    position: static;
    margin-left: auto;
    margin-top: 20px;
  }
}

.product-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url(../images/product_bg_top.png), url(../images/product_bg_btm.png);
  background-position: top center, bottom center;
  background-repeat: no-repeat;
  background-size: 1200px auto;
  padding-block: 80px 160px;
  padding-left: 50px;
}
@media screen and (max-width: 1200px) {
  .product-container {
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .product-container {
    padding-block: 60px 130px;
    background-size: 150% auto;
  }
}
@media screen and (max-width: 640px) {
  .product-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-block: 50px;
    padding-left: unset;
  }
}
.product-content {
  width: 35%;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .product-content {
    width: 45%;
  }
}
@media screen and (max-width: 640px) {
  .product-content {
    width: 100%;
  }
}
.product-image {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 640px) {
  .product-image {
    margin-top: 30px;
  }
}
.product-title {
  color: #0399de;
  font-family: "Racing Sans One";
  white-space: nowrap;
  line-height: 1.2;
  font-size: 50px;
  font-size: 3.125rem;
}
@media screen and (max-width: 768px) {
  .product-title {
    font-size: 32px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .product-title {
    white-space: normal;
  }
}
.product__text {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.8888888889;
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .product__text {
    padding-top: 15px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.product-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 16px;
}
@media screen and (max-width: 768px) {
  .product-buttons {
    padding-top: 10px;
  }
}
.product-buttons__button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #0399de;
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: bold;
  border-bottom: 1px solid #0399de;
  padding-block: 15px;
  padding-right: 10px;
}
@media screen and (max-width: 768px) {
  .product-buttons__button {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.product-buttons__button:hover {
  text-decoration: none;
}
.product-buttons__button:hover .m-ico-arrow {
  background-color: #0399de;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.product-buttons__button:hover .m-ico-arrow::before {
  border-top-color: #fff;
  border-right-color: #fff;
}
.product-buttons__button.--small {
  font-size: 16px;
  font-size: 1rem;
}
.product-buttons__button .m-ico-arrow {
  width: 30px;
}
.product-buttons__button .m-ico-arrow--medium {
  width: 22px;
}
.product-menus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: min(1276px, 100%);
  margin-inline: auto;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .product-menus {
    margin-bottom: 50px;
  }
}
.product-menu {
  position: relative;
  display: block;
  color: #fff;
  aspect-ratio: 2558/801;
  line-height: 1.3;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .product-menu {
    aspect-ratio: 4/1.75;
  }
}
.product-menu img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.product-menu:hover {
  text-decoration: none;
}
.product-menu:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  opacity: 1;
}
.product-menu--company {
  width: 100%;
}
.product-menu--company .product-menu__title {
  left: 6%;
}
.product-menu--research {
  width: 50%;
  aspect-ratio: 1276/800;
}
@media screen and (max-width: 640px) {
  .product-menu--research {
    aspect-ratio: 4/3;
  }
}
.product-menu--message {
  width: 50%;
  aspect-ratio: 1276/800;
}
@media screen and (max-width: 640px) {
  .product-menu--message {
    aspect-ratio: 4/3;
  }
}
.product-menu__title {
  position: absolute;
  top: 25%;
  left: 13%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  font-size: min(3vw, 42px);
  font-weight: 400;
  font-family: "Racing Sans One";
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .product-menu__title {
    top: 40px;
    left: 30px !important;
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 640px) {
  .product-menu__title {
    top: 25px;
    left: 20px !important;
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.product-menu__title .m-ico-arrow {
  width: min(2.5vw, 35px);
  margin-top: 5px;
  border-color: #fff;
  border-width: 1px;
  background-color: transparent;
}
@media screen and (max-width: 768px) {
  .product-menu__title .m-ico-arrow {
    width: 20px;
  }
}
@media screen and (max-width: 640px) {
  .product-menu__title .m-ico-arrow {
    margin-top: 0;
  }
}
.product-menu__title .m-ico-arrow::before {
  width: min(0.5vw, 6px);
  border-top-color: #fff;
  border-right-color: #fff;
}
@media screen and (max-width: 768px) {
  .product-menu__title .m-ico-arrow::before {
    width: 4px;
  }
}
.product-menu__en {
  font-size: 17px;
  font-size: 1.0625rem;
  font-family: "Racing Sans One";
}
@media screen and (max-width: 640px) {
  .product-menu__en {
    font-size: 14px;
    font-size: 0.875rem;
  }
}/*# sourceMappingURL=style.css.map */