@charset "UTF-8";
/* ======================================================
/*  製品一覧
========================================================= */
@media screen and (min-width: 1420px) {
  #products {
    padding-left: calc((100vw - (1140px + 10vw)) / 2);
  }
}
@media screen and (min-width: 980px) {
  #products .sec_products {
    padding-right: 0;
  }
}
@media screen and (min-width: 980px) {
  #products .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#products .textarea {
  padding-top: 80px;
}
@media screen and (min-width: 768px) {
  #products .textarea {
    padding-top: 100px;
  }
}
@media screen and (min-width: 980px) {
  #products .textarea {
    width: 50%;
    padding-right: 60px;
    padding-bottom: 100px;
  }
}
#products .textarea .contents_title {
  margin-top: 20px;
}
@media screen and (min-width: 980px) {
  #products .textarea .contents_title {
    max-width: 500px;
    margin-top: 40px;
  }
}
#products .textarea .btn_area {
  margin-top: 30px;
}
#products .img {
  overflow: hidden;
}
@media screen and (max-width: 979px) {
  #products .img {
    margin: 60px -5vw 0;
    height: 400px;
  }
  #products .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center bottom;
       object-position: center bottom;
    -webkit-transform: none !important;
            transform: none !important;
  }
}
@media screen and (max-width: 979px) and (min-width: 768px) {
  #products .img img {
    -o-object-position: center;
       object-position: center;
  }
}
@media screen and (min-width: 980px) {
  #products .img {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  #products .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center bottom;
       object-position: center bottom;
  }
}
#products .products_link_container {
  margin-top: 40px;
}
@media screen and (min-width: 980px) {
  #products .products_link_container {
    margin-top: 60px;
  }
}
#products .products_link + .products_link {
  margin-top: 40px;
}
#products .products_link_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  color: #003CA0;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.4;
}
#products .products_link_title ._small {
  margin-right: 5px;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  #products .products_link_title {
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.4;
  }
  #products .products_link_title ._small {
    margin-right: 10px;
    font-size: 2rem;
    font-weight: 500;
  }
}
#products .products_link_area {
  max-width: 572px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  gap: 1px;
}
#products .products_link_area + .products_link_area {
  margin-top: 1px;
}
#products .products_link_item {
  width: calc((100% - 1px) / 2);
}
@media screen and (max-width: 424px) {
  #products .products_link_item .btn_standard span {
    font-size: 1.2rem;
  }
  #products .products_link_item .icon_arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 10px;
  }
  #products .products_link_item .icon_arrow svg {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  #products .products_link_item {
    width: calc((100% - 1px) / 2);
  }
}
@media screen and (min-width: 1266px) {
  #products .products_link_item {
    width: calc((100% - 2px) / 3);
  }
}

@media screen and (max-width: 1265px) {
  #products01 .contents_title br {
    display: none;
  }
}
#products01 .inner .textarea {
  padding-top: 40px;
}
@media screen and (min-width: 768px) {
  #products01 .inner .textarea {
    padding-top: 60px;
  }
}
@media screen and (min-width: 980px) {
  #products01 .inner .textarea {
    padding-top: 80px;
  }
}