.products .detail__title {
  background: rgb(0, 177, 211);
  background: linear-gradient(90deg, rgba(0, 177, 211, 0.15) 0%, rgba(0, 64, 151, 0.15) 100%);
  font-weight: 900;
  font-size: 4rem;
  padding: 2.5rem 1rem;
  line-height: 1.2;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .products .detail__title {
    font-size: 5.2rem;
    text-align: left;
    padding: 3rem;
  }
}
.products .detail__intro {
  background-color: #F5F8FA;
  padding: 3rem 0 5rem;
}
@media only screen and (max-width: 767px) {
  .products .detail__intro {
    padding: 6rem 0;
  }
}
.products .detail__intro .wrapper {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .products .detail__intro .wrapper {
    display: block;
  }
}
.products .detail__intro .info {
  width: 45%;
}
.products .detail__intro .info.full {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .products .detail__intro .info {
    width: 100%;
  }
}
.products .detail__intro .info .cat {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
@media only screen and (max-width: 767px) {
  .products .detail__intro .info .cat {
    gap: 2rem;
  }
}
.products .detail__intro .info .cat .item {
  padding: 0.4rem 1rem 0.6rem;
  background-color: #004097;
  border-radius: 5rem;
  color: #fff;
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .products .detail__intro .info .cat .item {
    font-size: 2.8rem;
    padding: 0.8rem 2rem 1rem;
  }
}
.products .detail__intro .info .note {
  margin-top: 2rem;
}
@media only screen and (max-width: 767px) {
  .products .detail__intro .info .note {
    margin-top: 4rem;
  }
}
.products .detail__intro .info .btnType01 {
  margin-top: 4rem;
  height: 5rem;
  width: 60%;
  max-width: 300px;
}
@media only screen and (max-width: 767px) {
  .products .detail__intro .info .btnType01 {
    margin: 5rem auto;
    height: 8.5rem;
    width: 80%;
  }
}
.products .detail__intro .info .btnType01 span::after {
  transform: translate(0);
}
.products .detail__slide {
  position: relative;
  width: 50%;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .products .detail__slide {
    margin-top: 3rem;
    width: 100%;
  }
}
.products .detail__slide .swiper-slide {
  height: 40rem;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .products .detail__slide .swiper-slide {
    height: 45rem;
  }
}
.products .detail__slide .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.products .detail__controller {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  height: 5rem;
  width: 20rem;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .products .detail__controller {
    height: 6.5rem;
    width: 26rem;
  }
}
.products .detail__controller .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  position: static;
  width: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  gap: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .products .detail__controller .swiper-pagination {
    gap: 2rem;
  }
}
.products .detail__controller .arrow {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #000;
  height: inherit;
  width: 50%;
}
.products .detail__controller .arrow::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  height: 30%;
  width: 1.5px;
  background-color: #fff;
}
.products .detail__controller .arrow .swiper-button-prev {
  left: 1.5rem;
  z-index: 3;
}
@media only screen and (max-width: 767px) {
  .products .detail__controller .arrow .swiper-button-prev {
    left: 1rem;
  }
}
.products .detail__controller .arrow .swiper-button-prev::after {
  content: "";
  transform: skew(-45deg);
  border-bottom: solid 2px #fff;
  border-left: solid 2px #fff;
  height: 0.6rem;
  width: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .products .detail__controller .arrow .swiper-button-prev::after {
    height: 1rem;
    width: 3.2rem;
  }
}
.products .detail__controller .arrow .swiper-button-next {
  right: 1.5rem;
  z-index: 3;
}
@media only screen and (max-width: 767px) {
  .products .detail__controller .arrow .swiper-button-next {
    right: 1rem;
  }
}
.products .detail__controller .arrow .swiper-button-next::after {
  content: "";
  transform: skew(45deg);
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  height: 0.6rem;
  width: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .products .detail__controller .arrow .swiper-button-next::after {
    height: 1rem;
    width: 3.2rem;
  }
}
.products .detail__nav {
  padding: 3rem 0;
  border-bottom: 1px solid #E6E6E6;
}
.products .detail__nav .tocType01 {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .products .detail__nav .tocType01 .list .item {
    line-height: 1.4;
    width: 50%;
    border: none;
  }
  .products .detail__nav .tocType01 .list .item:nth-of-type(even) {
    border-left: 1.5px solid #CCC;
  }
  .products .detail__nav .tocType01 .list .item span {
    display: inline-block;
  }
}
@media only screen and (max-width: 767px) {
  .products .detail .inner-big {
    margin-left: -6%;
    width: 110%;
  }
}
.products .detail__feature, .products .detail__use, .products .detail__free, .products .detail__flow, .products .detail__link, .products .detail__related-link {
  margin-top: 10rem;
}
.products .detail__feature .inner, .products .detail__use .inner, .products .detail__free .inner, .products .detail__flow .inner, .products .detail__link .inner, .products .detail__related-link .inner {
  max-width: 1000px;
  width: 90%;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .products .detail__feature .inner, .products .detail__use .inner, .products .detail__free .inner, .products .detail__flow .inner, .products .detail__link .inner, .products .detail__related-link .inner {
    padding: 0;
  }
}
.products .detail__feature .titleType01, .products .detail__free .titleType01 {
  margin-bottom: 6rem;
}
.products .detail__feature .inner-big, .products .detail__free .inner-big {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 767px) {
  .products .detail__feature .inner-big, .products .detail__free .inner-big {
    margin-bottom: 5rem;
  }
}
.products .detail__feature .content, .products .detail__free .content {
  padding-bottom: 5rem;
  border-bottom: 1px solid #E6E6E6;
}
@media only screen and (max-width: 767px) {
  .products .detail__feature .content, .products .detail__free .content {
    padding-bottom: 7rem;
  }
}
.products .detail__feature .content:not(:first-child), .products .detail__free .content:not(:first-child) {
  margin-top: 5rem;
}
@media only screen and (max-width: 767px) {
  .products .detail__feature .content:not(:first-child), .products .detail__free .content:not(:first-child) {
    margin-top: 6rem;
  }
}
.products .detail__feature .text, .products .detail__feature .gallery, .products .detail__free .text, .products .detail__free .gallery {
  margin-top: 2rem;
}
@media only screen and (max-width: 767px) {
  .products .detail__feature .text, .products .detail__feature .gallery, .products .detail__free .text, .products .detail__free .gallery {
    margin-top: 4rem;
  }
}
.products .detail__feature .text, .products .detail__free .text {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .products .detail__feature .text, .products .detail__free .text {
    flex-wrap: wrap;
  }
}
.products .detail__feature .text .note, .products .detail__free .text .note {
  width: 66%;
}
@media only screen and (max-width: 767px) {
  .products .detail__feature .text .note, .products .detail__free .text .note {
    width: 100%;
  }
}
.products .detail__feature .text .note.full, .products .detail__free .text .note.full {
  width: 100%;
}
.products .detail__feature .text .img, .products .detail__free .text .img {
  width: 30%;
}
@media only screen and (max-width: 767px) {
  .products .detail__feature .text .img, .products .detail__free .text .img {
    margin-top: 4rem;
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .products .detail__feature .text .img.left, .products .detail__free .text .img.left {
    order: -1;
  }
}
.products .detail__feature .gallery .main, .products .detail__free .gallery .main {
  margin: auto;
  width: 85%;
}
@media only screen and (max-width: 767px) {
  .products .detail__feature .gallery .main, .products .detail__free .gallery .main {
    width: 100%;
  }
}
.products .detail__feature .gallery .main + .imgs, .products .detail__feature .gallery .main + .main, .products .detail__free .gallery .main + .imgs, .products .detail__free .gallery .main + .main {
  margin-top: 3%;
}
@media only screen and (max-width: 767px) {
  .products .detail__feature .gallery .main + .imgs, .products .detail__feature .gallery .main + .main, .products .detail__free .gallery .main + .imgs, .products .detail__free .gallery .main + .main {
    margin-top: 3rem;
  }
}
.products .detail__feature .gallery .imgs, .products .detail__free .gallery .imgs {
  display: flex;
  justify-content: center;
  gap: 3%;
}
@media only screen and (max-width: 767px) {
  .products .detail__feature .gallery .imgs, .products .detail__free .gallery .imgs {
    flex-wrap: wrap;
    gap: 3rem;
  }
}
.products .detail__feature .gallery .imgs figure, .products .detail__free .gallery .imgs figure {
  width: 48.5%;
}
@media only screen and (max-width: 767px) {
  .products .detail__feature .gallery .imgs figure, .products .detail__free .gallery .imgs figure {
    width: 100%;
  }
}
.products .detail__use, .products .detail__flow {
  background-color: #F5F8FA;
  padding: 9rem 0;
}
.products .detail__use .inner, .products .detail__flow .inner {
  margin-top: 3rem;
}
.products .detail__use .list, .products .detail__flow .list {
  display: flex;
  margin-top: 3rem;
  gap: 1.333%;
}
@media only screen and (max-width: 767px) {
  .products .detail__use .list, .products .detail__flow .list {
    flex-wrap: wrap;
    margin-top: 5rem;
    gap: 3rem 6%;
  }
}
.products .detail__use .list .item, .products .detail__flow .list .item {
  width: 24%;
}
@media only screen and (max-width: 767px) {
  .products .detail__use .list .item, .products .detail__flow .list .item {
    width: 47%;
  }
}
.products .detail__use .list .imgWrap, .products .detail__flow .list .imgWrap {
  height: 16rem;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .products .detail__use .list .imgWrap, .products .detail__flow .list .imgWrap {
    height: 22rem;
  }
}
.products .detail__use .list .imgWrap img, .products .detail__flow .list .imgWrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.products .detail__use .list .note, .products .detail__flow .list .note {
  margin-top: 1rem;
}
@media only screen and (max-width: 767px) {
  .products .detail__use .list .note, .products .detail__flow .list .note {
    margin-top: 2rem;
  }
}
.products .detail__use .list .caption {
  margin-top: 1.5rem;
  font-size: 2.4rem;
  font-weight: bold;
  color: #00b1dd;
}
@media only screen and (max-width: 767px) {
  .products .detail__use .list .caption {
    font-size: 3rem;
    margin-top: 2rem;
  }
}
.products .detail__use .text-blue {
  font-size: 2.4rem;
  margin-top: 2rem;
  line-height: 1.3;
  color: #00b1dd;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .products .detail__use .text-blue {
    font-size: 2.8rem;
    line-height: 1.6;
  }
}
.products .detail__free .gallery .main {
  width: 100%;
}
.products .detail__free .texts {
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
}
@media only screen and (max-width: 767px) {
  .products .detail__free .texts {
    flex-wrap: wrap;
    gap: 6rem;
    margin-top: 4rem;
  }
}
.products .detail__free .texts .item {
  width: 48%;
}
@media only screen and (max-width: 767px) {
  .products .detail__free .texts .item {
    width: 100%;
  }
}
.products .detail__free .texts .item .caption {
  font-size: 2.4rem;
  font-weight: bold;
  color: #00b1dd;
  margin: 1.8rem 0 1.5rem;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .products .detail__free .texts .item .caption {
    font-size: 3.6rem;
    margin: 3rem 0 2.5rem;
  }
}
.products .detail__flow .list .img {
  background-color: #00b1dd;
}
.products .detail__flow .list .caption {
  color: #fff;
  text-align: center;
  padding: 1.5rem 0;
}
@media only screen and (max-width: 767px) {
  .products .detail__flow .list .caption {
    padding: 2rem 0;
  }
}
.products .detail__flow .list .caption .nmb {
  font-size: 2.2rem;
  font-weight: bold;
  font-family: "Roboto Condensed", sans-serif;
}
@media only screen and (max-width: 767px) {
  .products .detail__flow .list .caption .nmb {
    font-size: 3rem;
  }
}
.products .detail__flow .list .caption .subtitle {
  font-size: 2.4rem;
  font-weight: bold;
  margin-top: 0.4rem;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .products .detail__flow .list .caption .subtitle {
    font-size: 3.3rem;
  }
}
.products .detail__related-link .inner {
  background-color: #ebeef5;
  padding: 5rem;
}
@media only screen and (max-width: 767px) {
  .products .detail__related-link .inner {
    width: 100%;
  }
}
.products .detail__related-link .titleType01 {
  margin-bottom: 4rem;
}
.products .detail__related-link ul > li.item:not(:first-of-type) {
  margin-top: 1rem;
}
.products .detail__related-link ul > li.item > h3 {
  margin-bottom: 0.8rem;
}
.products .detail__related-link ul > li.item .titleType05 {
  font-feature-settings: "palt";
}
@media only screen and (max-width: 767px) {
  .products .detail__related-link ul > li.item .titleType05 {
    font-size: 2.8rem;
    font-weight: normal;
  }
}
.products .detail__related-link ul > li.item a.link {
  word-break: break-all;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .products .detail__related-link ul > li.item a.link {
    display: block;
    margin-left: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .products .detail__link .wrapper, .products .detail__link .inner {
    width: 100%;
  }
}
.products .detail__link .btn01 {
  background-image: url("../../assets/img/products/common/link-intro-bg.png");
  background-size: cover;
  margin: auto;
  width: 80%;
  padding: 2rem;
}
@media only screen and (max-width: 767px) {
  .products .detail__link .btn01 {
    width: 86%;
    padding: 3rem 4rem;
  }
}
.products .detail__link .btn01 .btnType01 {
  height: 6rem;
  margin: auto;
  background-color: unset;
}
@media only screen and (max-width: 767px) {
  .products .detail__link .btn01 .btnType01 {
    width: 100%;
    height: 10rem;
  }
}
.products .detail__link .btn01 .btnType01:hover {
  color: #fff;
  opacity: 0.7;
}
.products .detail__link .btn01 .btnType01:hover::before {
  display: none;
}
.products .detail__link .btn01 .btnType01:hover span::after {
  background-image: url("../../assets/img/common/icon-arrow-white.svg");
}
.products .detail__link .btn01 .btnType01::after {
  border: 1.5px solid #fff;
}
.products .detail__link .btn01 .btnType01 span::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 3rem;
  margin: auto;
  background-image: url("../../assets/img/common/icon-gear-white.svg");
  background-size: cover;
  height: 2.3rem;
  width: 2.3rem;
}
@media only screen and (max-width: 767px) {
  .products .detail__link .btn01 .btnType01 span::before {
    left: 5rem;
    height: 4rem;
    width: 4rem;
  }
}
.products .detail__link .btn02 {
  position: relative;
  background-image: url("../../assets/img/products/common/link-contact-bg.png");
  background-size: cover;
  padding: 4rem 0 5rem;
  color: #fff;
  text-align: center;
  margin-top: 4rem;
  border: 1px solid #fff;
}
@media only screen and (max-width: 767px) {
  .products .detail__link .btn02 {
    padding: 5rem 0 25rem;
    margin-top: 6rem;
  }
}
.products .detail__link .btn02::before {
  content: "";
  position: absolute;
  inset: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
@media only screen and (max-width: 767px) {
  .products .detail__link .btn02::before {
    inset: 1rem;
  }
}
.products .detail__link .btn02 .imgs figure {
  position: absolute;
}
.products .detail__link .btn02 .imgs figure:first-child {
  bottom: 0.5rem;
  left: 7rem;
  width: 16rem;
}
@media only screen and (max-width: 767px) {
  .products .detail__link .btn02 .imgs figure:first-child {
    left: 14rem;
    bottom: 1rem;
    width: 20rem;
  }
}
.products .detail__link .btn02 .imgs figure:last-child {
  top: 52%;
  right: 7rem;
  transform: translateY(-50%);
  width: 12.5rem;
}
@media only screen and (max-width: 767px) {
  .products .detail__link .btn02 .imgs figure:last-child {
    top: auto;
    bottom: 3rem;
    right: 14rem;
    transform: none;
    width: 17rem;
  }
}
.products .detail__link .btn02 .title {
  position: relative;
  font-size: 2.8rem;
  font-weight: bold;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .products .detail__link .btn02 .title {
    font-size: 3.6rem;
  }
}
.products .detail__link .btn02 .btnType01 {
  position: relative;
  margin: 2rem auto 0;
  height: 8rem;
  z-index: 2;
  background-color: #fff;
  color: #000;
}
@media only screen and (max-width: 767px) {
  .products .detail__link .btn02 .btnType01 {
    margin-top: 3rem;
    height: 13rem;
  }
}
.products .detail__link .btn02 .btnType01:hover {
  opacity: 0.7;
}
.products .detail__link .btn02 .btnType01::after {
  display: none;
}
.products .detail__link .btn02 .btnType01 span::after {
  background-image: url("../../assets/img/common/icon-arrow-black.svg");
}
.products .detail__related {
  margin-top: 11rem;
}
.products .detail__related .titleType01 {
  justify-content: center;
}
.products .detail__related .list {
  display: flex;
  gap: 2%;
  margin-top: 4rem;
}
@media only screen and (max-width: 767px) {
  .products .detail__related .list {
    flex-wrap: wrap;
    gap: 3rem 4%;
  }
}
.products .detail__related .list .item {
  width: 23.5%;
}
@media only screen and (max-width: 767px) {
  .products .detail__related .list .item {
    width: 48%;
  }
}
.products .detail__related .list .item .thumbnail {
  height: 18rem;
}
.products .detail__related .list .item .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.products .detail__related .list .item .headline {
  margin-top: 1.5rem;
  line-height: 1.2;
  font-size: 2.4rem;
  font-weight: bold;
  color: #00b1dd;
}
@media only screen and (max-width: 767px) {
  .products .detail__related .list .item .headline {
    font-size: 3.6rem;
    margin-top: 2rem;
  }
}
.products .productsSearch__inner {
  padding: 3rem 9rem 8rem 9rem;
  margin-bottom: 12rem;
  background-color: #f5f8fa;
}
@media print, screen and (min-width: 768px) {
  .products .productsSearch__inner {
    border-top: 1px solid #00b1dd;
  }
}
@media only screen and (max-width: 767px) {
  .products .productsSearch__inner {
    padding: 6rem 0 10rem 0;
    margin-bottom: 14rem;
  }
}
.products .productsSearch__inner .note {
  margin-top: 3rem;
}
@media only screen and (max-width: 767px) {
  .products .productsSearch__inner .note {
    margin-top: 5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .products .productsSearch__inner .intro {
    text-align: center;
  }
}
.products .productsSearch__tab {
  text-align: center;
  font-size: 0;
}
.products .productsSearch__tab li {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #fff;
  font-size: 2.8rem;
  padding: 2rem 0;
  background-color: #00b1dd;
  display: inline-block;
  vertical-align: bottom;
  cursor: pointer;
  width: 40rem;
}
@media only screen and (max-width: 767px) {
  .products .productsSearch__tab li {
    padding: 1rem 0;
    font-size: 3.8rem;
    line-height: 1.2;
    width: 25rem;
  }
}
.products .productsSearch__tab li.active {
  padding: 4rem 5rem 4rem 10rem;
}
@media print, screen and (min-width: 768px) {
  .products .productsSearch__tab li.active span {
    position: relative;
  }
  .products .productsSearch__tab li.active span::before {
    content: url(../img/common/icon-search.svg);
    display: inline-block;
    width: 6.9rem;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    left: -8rem;
  }
}
@media only screen and (max-width: 767px) {
  .products .productsSearch__tab li.active {
    padding: 5rem 0;
  }
}
.products .productsSearch__tab .tab {
  opacity: 0.5;
}
.products .productsSearch__tab .tab.material {
  background-color: #2391D0;
}
.products .productsSearch__tab .tab.processing {
  background-color: #0377B9;
}
.products .productsSearch__tab .tab.active {
  opacity: 1;
}
.products .productsSearch .panel-area .panel {
  display: none;
}
.products .productsSearch .panel-area .panel.active {
  display: block;
}
.products .productsSearch__nav .wrapper {
  background-color: #EBEEF5;
  padding: 2rem 0;
}
@media only screen and (max-width: 767px) {
  .products .productsSearch__nav .wrapper {
    padding: 4rem 0;
    width: 100%;
  }
}
.products .productsSearch__nav .tocType01-profile {
  margin-bottom: 0;
}
.products .productsSearch__nav .list {
  display: flex;
  flex-wrap: wrap;
}
.products .productsSearch__nav .list .item {
  text-align: center;
  border-right: 1.5px solid #CCC;
  border-left: 1.5px solid #CCC;
}
@media only screen and (max-width: 767px) {
  .products .productsSearch__nav .list .item a {
    padding: 0.3rem 0rem 0.4rem;
  }
}
.products .productsSearch__nav .list li {
  position: relative;
  border-left: 2px solid #ccc;
  border-right: 2px solid #ccc;
}
@media only screen and (max-width: 767px) {
  .products .productsSearch__nav .list li {
    width: 90%;
  }
}
.products .productsSearch__nav .list li span {
  position: relative;
}
.products .productsSearch__nav .list li span::after {
  content: "";
  position: absolute;
  top: 0.7rem;
  right: 0;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform: rotate(45deg);
  width: 1rem;
  height: 1rem;
}
@media only screen and (max-width: 767px) {
  .products .productsSearch__nav .list li span::after {
    width: 2rem;
    height: 2rem;
    top: 1rem;
  }
}
.products .productsSearch .productsList__list.material .productsList__name, .products .productsSearch .productsList__list.processing .productsList__name {
  padding: 0 4rem;
}
.products .productsSearch .productsList__list.material .arrow--white::after, .products .productsSearch .productsList__list.processing .arrow--white::after {
  right: -2rem;
}
.products .productsSearch .productsList__list.material .productsList__item a:hover .arrow--white::after, .products .productsSearch .productsList__list.processing .productsList__item a:hover .arrow--white::after {
  background-image: url(../../assets/img/common/icon-arrow-navy.svg);
  right: -3rem;
}
.products .productsSearch .productsList__list.material .productsList__name {
  background-color: #2391D0;
}
.products .productsSearch .productsList__list.material .productsList__name::after {
  border: 1px solid #2391D0;
}
.products .productsSearch .productsList__list.material .productsList__txt {
  background-color: rgba(35, 145, 208, 0.5);
}
.products .productsSearch .productsList__list.material .productsList__item a:hover .productsList__name {
  color: #2391D0;
}
.products .productsSearch .productsList__list.material .productsList__item a:hover .productsList__name::after {
  border: 1px solid #2391D0;
}
.products .productsSearch .productsList__list.processing .productsList__name {
  background-color: #0377B9;
}
.products .productsSearch .productsList__list.processing .productsList__name::after {
  border: 1px solid #0377B9;
}
.products .productsSearch .productsList__list.processing .productsList__txt {
  background-color: rgba(3, 119, 185, 0.5);
}
.products .productsSearch .productsList__list.processing .productsList__item a:hover .productsList__name {
  color: #0377B9;
}
.products .productsSearch .productsList__list.processing .productsList__item a:hover .productsList__name::after {
  border: 1px solid #0377B9;
}
.products .productsCategory__inner {
  background-color: #f5f8fa;
  padding-bottom: 8rem;
}
.products .productsCategory__title {
  height: 10rem;
  color: #fff;
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
  line-height: 10rem;
}
@media only screen and (max-width: 767px) {
  .products .productsCategory__title {
    height: 18rem;
    font-size: 5.2rem;
    line-height: 18rem;
  }
}
.products .productsCategory__title.food {
  background-color: #EC6571;
}
.products .productsCategory__title.electronic {
  background-color: #E6891E;
}
.products .productsCategory__title.life {
  background-color: #E6D21E;
}
.products .productsCategory__title.medicine {
  background-color: #96C23A;
}
.products .productsCategory__title.material {
  background-color: #519850;
}
.products .productsCategory__title.car {
  background-color: #1ba1e7;
}
.products .productsCategory__title.sustainable {
  background-color: #9A77B9;
}
.products .productsCategory__title.consignment {
  background-color: #E78BB4;
}
.products .productsCategory__title.innovation {
  background-color: #0377B9;
}
.products .productsCategory__title.products-material {
  background-color: #2391D0;
}
.products .productsCategory__title.products-processing {
  background-color: #0377B9;
}
.products .productsCategory .categoryList {
  margin-bottom: 5rem;
}
.products .productsCategory .categoryList .intro {
  text-align: center;
  margin: 4rem auto;
}
@media only screen and (max-width: 767px) {
  .products .productsCategory .categoryList .intro {
    text-align: left;
    margin: 6rem auto;
  }
}
.products .productsCategory .categoryList__item:not(:last-of-type) {
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .products .productsCategory .categoryList__item:not(:last-of-type) {
    margin-bottom: 4rem;
  }
}
.products .productsCategory .categoryList__name {
  height: auto;
  color: #fff;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 3.5rem;
  padding: 1.5rem 7rem 1.5rem 3rem;
  position: relative;
  background: linear-gradient(90deg, #D9F3FA, #D9EBF4, #D9E2EF);
}
@media only screen and (max-width: 767px) {
  .products .productsCategory .categoryList__name {
    font-size: 3.8rem;
    line-height: 5.4rem;
    padding: 4rem;
  }
}
.products .productsCategory .categoryList__name .arrow--white {
  position: relative;
  display: block;
  width: 100%;
}
.products .productsCategory .categoryList__name .arrow--white::after {
  top: -0.3rem;
  right: -3rem;
}
@media only screen and (max-width: 767px) {
  .products .productsCategory .categoryList__name .arrow--white::after {
    content: none;
  }
}
.products .productsCategory .categoryList__name::before {
  background: #00b1dd;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.6s ease-out;
  width: 100%;
}
.products .productsCategory .categoryList__content {
  display: flex;
  padding: 2.3rem 0;
  gap: 4%;
  justify-content: center;
  position: relative;
  background: #F5F8FA;
  transition: all 0.3s ease-in;
}
@media only screen and (max-width: 767px) {
  .products .productsCategory .categoryList__content {
    flex-wrap: wrap;
    padding: 4.2rem 4rem;
  }
}
.products .productsCategory .categoryList__content.full .categoryList__explain {
  width: 90%;
  margin: 0 auto;
}
.products .productsCategory .categoryList__content::before {
  background: linear-gradient(90deg, #D9F3FA, #D9EBF4, #D9E2EF);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.6s ease-out;
  width: 100%;
}
.products .productsCategory .categoryList__img {
  width: 18%;
  height: 12rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .products .productsCategory .categoryList__img {
    width: 70%;
    height: 30rem;
  }
}
.products .productsCategory .categoryList__img img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}
.products .productsCategory .categoryList__explain {
  width: 72%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .products .productsCategory .categoryList__explain {
    width: 100%;
    margin-top: 2rem;
  }
}
.products .productsCategory .categoryList__label {
  display: flex;
  flex-wrap: wrap;
  gap: 1%;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
  .products .productsCategory .categoryList__label {
    margin: 1rem 0 2rem 0;
    gap: 3%;
  }
}
.products .productsCategory .categoryList__label .item {
  padding: 0.5rem 1.6rem 0.6rem;
  background-color: #004097;
  border-radius: 5rem;
  color: #fff;
  font-size: 1.4rem;
  margin: 0.4rem 0;
}
@media only screen and (max-width: 767px) {
  .products .productsCategory .categoryList__label .item {
    padding: 0.8rem 2.5rem;
    font-size: 2.8rem;
    margin: 1rem 0;
  }
}
.products .productsCategory .categoryList__txt {
  line-height: 1.6;
}
.products .productsCategory .categoryList a:hover {
  opacity: 1;
}
.products .productsCategory .categoryList a:hover .categoryList__name {
  color: #00b1dd;
}
.products .productsCategory .categoryList a:hover .arrow--white::after {
  right: -5rem;
  background-image: url(../../assets/img/common/icon-arrow-blue.svg);
}
.products .productsCategory .categoryList a:hover .categoryList__content::before, .products .productsCategory .categoryList a:hover .categoryList__name::before {
  opacity: 0;
}
.products .productsCategory__btn {
  margin: 8rem auto 12rem auto;
}
@media only screen and (max-width: 767px) {
  .products .productsCategory__btn {
    margin: 10rem auto 14rem auto;
  }
}
.products .productsCategory__btn .btnType01 {
  margin: 0 auto;
  background-color: #B3B3B3;
}
.products .productsCategory__btn .btnType01::after {
  border: 1px solid #B3B3B3;
}
.products .productsCategory__btn .btnType01:hover {
  color: #B3B3B3;
}
.products .productsCategory__btn .btnType01:hover span::after {
  background-image: url(../../assets/img/common/icon-arrow-gray.svg);
  left: 2rem;
}
.products .productsCategory__btn .btnType01 span {
  letter-spacing: 0.4rem;
}
@media only screen and (max-width: 767px) {
  .products .productsCategory__btn .btnType01 span {
    letter-spacing: 0.6rem;
  }
}
.products .productsCategory__btn .btnType01 span::after {
  right: 30rem;
  transform: rotate(180deg);
}
@media only screen and (max-width: 767px) {
  .products .productsCategory__btn .btnType01 span::after {
    right: 50rem;
  }
}