:root {
  --intro-fade-duration: 1000ms;
  --cursor-fade-duration: 500ms;
}

.industry-solutions-industry-map {
  position: relative;
  width: 100%;
  height: calc(100dvh - min(80px, 5.5555555556vw));
  padding-top: min(120px, 8.3333333333vw);
  padding-right: min(40px, 2.7777777778vw);
  overflow: hidden;
  touch-action: pan-y;
}
.industry-solutions-industry-processed_food .industry-solutions-industry-map {
  background-color: #38B27F;
}
@media screen and (max-width: 1023px) {
  .industry-solutions-industry-map {
    height: calc(100dvh - 20vw);
    padding-top: 24.2666666667vw;
    padding-right: 4.2666666667vw;
  }
}
.industry-solutions-industry-map--layer {
  position: absolute;
  top: 0;
  left: 0;
  width: fit-content;
  height: fit-content;
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
  will-change: transform;
}
.industry-solutions-industry-map--layer.is-dragging {
  cursor: grabbing;
}
.industry-solutions-industry-map--map_img {
  width: min(1342px, 93.1944444444vw);
  max-width: none;
  pointer-events: none;
  -webkit-user-drag: none;
  user-select: none;
}
@media screen and (max-width: 1023px) {
  .industry-solutions-industry-map--map_img {
    width: 214.6666666667vw;
  }
}
.industry-solutions-industry-map--link {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity var(--intro-fade-duration) ease;
}
[data-industry-root].is-intro-revealed .industry-solutions-industry-map--link {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.industry-solutions-industry-map--link::before {
  content: "";
  position: relative;
  z-index: 1;
  display: block;
  width: min(34px, 2.3611111111vw);
  height: min(34px, 2.3611111111vw);
  margin-right: max(-8px, -0.5555555556vw);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2234%22%20height%3D%2234%22%20data-name%3D%22%E3%82%B3%E3%83%B3%E3%83%9D%E3%83%BC%E3%83%8D%E3%83%B3%E3%83%88%20138%20%E2%80%93%2016%22%20viewBox%3D%220%200%2034%2034%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22a%22%20x1%3D%22.5%22%20x2%3D%22.5%22%20y2%3D%221%22%20gradientUnits%3D%22objectBoundingBox%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%2300bec6%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%236a5be2%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Ccircle%20cx%3D%2217%22%20cy%3D%2217%22%20r%3D%2217%22%20fill%3D%22url(%23a)%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%20232%22%2F%3E%3Ccircle%20cx%3D%2213%22%20cy%3D%2213%22%20r%3D%2213%22%20fill%3D%22%23fff%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%20247%22%20transform%3D%22translate(4%204)%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23297bce%22%20stroke-width%3D%222%22%20d%3D%22m15.501%2012.5%204%204.281-4%203.719%22%20data-name%3D%22%E3%83%91%E3%82%B9%2077400%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1023px) {
  .industry-solutions-industry-map--link::before {
    width: 6.9333333333vw;
    height: 6.9333333333vw;
    margin-right: -2.1333333333vw;
  }
}
.industry-solutions-industry-map--link_text {
  position: relative;
  z-index: 0;
  display: block;
  padding: min(8px, 0.5555555556vw) min(24px, 1.6666666667vw);
  border: 2px transparent solid;
  border-radius: min(24px, 1.6666666667vw);
  background-color: rgba(255, 255, 255, 0.87);
  color: #297BCE;
  font-size: min(16px, 1.1111111111vw);
  font-weight: bold;
  line-height: 1.5;
  transition: 0.3s background-color, 0.3s border-color;
}
.industry-solutions-industry-map--link:hover .industry-solutions-industry-map--link_text {
  background-color: white;
  border-color: #297BCE;
}
@media screen and (max-width: 1023px) {
  .industry-solutions-industry-map--link_text {
    padding: 0.5333333333vw 3.2vw;
    border-radius: 6.4vw;
    font-size: 3.2vw;
  }
}

.industry-solutions-industry-fixed {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 101;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  opacity: 0;
  visibility: hidden;
  padding: min(24px, 1.6666666667vw) min(80px, 5.5555555556vw) min(32px, 2.2222222222vw) min(16px, 1.1111111111vw);
  background-color: rgba(38, 150, 103, 0.8);
  pointer-events: none;
  transition: opacity var(--intro-fade-duration) ease;
}
[data-industry-root].is-intro-revealed .industry-solutions-industry-fixed {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
@media screen and (max-width: 1023px) {
  .industry-solutions-industry-fixed {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 4.2666666667vw;
    padding: 4.2666666667vw;
  }
}
.industry-solutions-industry-fixed--scroll {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: min(12px, 0.8333333333vw);
  margin-right: min(36px, 2.5vw);
}
.industry-solutions-industry-fixed--scroll::after {
  content: "";
  display: block;
  width: min(9px, 0.625vw);
  height: min(19px, 1.3194444444vw);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229.08%22%20height%3D%2219.286%22%20viewBox%3D%220%200%209.08%2019.286%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20d%3D%22M.497%200v18.359l8.3-5.457%22%20data-name%3D%22%E3%83%91%E3%82%B9%2077445%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1023px) {
  .industry-solutions-industry-fixed--scroll {
    position: absolute;
    bottom: calc(100% + 4.2666666667vw);
    left: 2.1333333333vw;
    gap: 3.2vw;
    margin-right: 0;
  }
  .industry-solutions-industry-fixed--scroll::after {
    width: 2.4vw;
    height: 5.0666666667vw;
  }
}
.industry-solutions-industry-fixed--scroll_text {
  color: #ffffff;
  font-size: min(14px, 0.9722222222vw);
  font-weight: 500;
  line-height: 1.5;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 1023px) {
  .industry-solutions-industry-fixed--scroll_text {
    font-size: 3.7333333333vw;
  }
}
.industry-solutions-industry-fixed--title_wrapper {
  width: fit-content;
}
.industry-solutions-industry-fixed--title {
  color: #ffffff;
  font-size: min(36px, 2.5vw);
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1023px) {
  .industry-solutions-industry-fixed--title {
    font-size: 5.3333333333vw;
  }
}
.industry-solutions-industry-fixed--label {
  margin-top: min(8px, 0.5555555556vw);
  padding: min(4px, 0.2777777778vw) 0;
  background-color: #ffe201;
  font-size: min(18px, 1.25vw);
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .industry-solutions-industry-fixed--label {
    margin-top: 2.1333333333vw;
    padding: 1.0666666667vw 0;
    font-size: 3.4666666667vw;
  }
}

.industry-solutions-industry-fixed_cases {
  --fixed-cases-gap: min(8px, 0.5555555556vw);
  --fixed-cases-card-width: min(150px, 10.4166666667vw);
  --fixed-cases-card-height: min(96px, 6.6666666667vw);
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  height: min(120px, 8.3333333333vw);
  margin-left: auto;
  border-radius: min(16px, 1.1111111111vw);
  box-shadow: 0 min(3px, 0.2083333333vw) min(6px, 0.4166666667vw) rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 1023px) {
  .industry-solutions-industry-fixed_cases {
    height: 17.0666666667vw;
    box-shadow: 0 0.8vw 1.6vw rgba(0, 0, 0, 0.16);
  }
}
.industry-solutions-industry-fixed_cases--head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(16px, 1.1111111111vw);
  padding: min(32px, 2.2222222222vw) min(8px, 0.5555555556vw) 0;
  border-radius: min(16px, 1.1111111111vw) 0 0 min(16px, 1.1111111111vw);
  background-color: #ffffff;
}
.industry-solutions-industry-fixed_cases--head::before {
  content: "";
  display: block;
  width: min(24px, 1.6666666667vw);
  height: min(26px, 1.8055555556vw);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2223.582%22%20height%3D%2225.726%22%20viewBox%3D%220%200%2023.582%2025.726%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22a%22%20x1%3D%22.5%22%20x2%3D%22.5%22%20y2%3D%221%22%20gradientUnits%3D%22objectBoundingBox%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%2300bec6%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%236a5be2%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22url(%23a)%22%20d%3D%22M0%200h23.582v25.726l-11.3-9.849L0%2025.726Z%22%20data-name%3D%22%E3%83%91%E3%82%B9%2077350%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1023px) {
  .industry-solutions-industry-fixed_cases--head {
    justify-content: center;
    gap: 1.0666666667vw;
    width: 32vw;
    padding: 0 2.1333333333vw;
    border-radius: 3.2vw;
  }
  .industry-solutions-industry-fixed_cases--head::before {
    width: 5.0666666667vw;
    height: 5.3333333333vw;
  }
}
.industry-solutions-industry-fixed_cases--list_link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(8px, 0.5555555556vw);
  padding: min(4px, 0.2777777778vw) min(12px, 0.8333333333vw);
  border: #297BCE 2px solid;
  border-radius: min(24px, 1.6666666667vw);
  background-color: #ffffff;
  color: #297BCE;
  font-size: min(15px, 1.0416666667vw);
  font-weight: bold;
  line-height: 1.5;
  transition: 0.3s background-color;
}
.industry-solutions-industry-fixed_cases--list_link::after {
  content: "";
  display: block;
  width: min(4px, 0.2777777778vw);
  height: min(7px, 0.4861111111vw);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%224.073%22%20height%3D%226.708%22%20viewBox%3D%220%200%204.073%206.708%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23297bce%22%20d%3D%22m.366.341%203%203.21-3%202.79%22%20data-name%3D%22%E3%83%91%E3%82%B9%2077346%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
.industry-solutions-industry-fixed_cases--list_link:hover {
  background-color: rgba(207, 225, 250, 0.87);
}
@media screen and (max-width: 1023px) {
  .industry-solutions-industry-fixed_cases--list_link {
    gap: 2.1333333333vw;
    padding: 1.0666666667vw;
    border-radius: 6.4vw;
    font-size: 2.6666666667vw;
  }
  .industry-solutions-industry-fixed_cases--list_link::after {
    width: 0.8vw;
    height: 1.3333333333vw;
  }
  .industry-solutions-industry-fixed_cases--list_link:hover {
    background-color: #ffffff;
  }
}
.industry-solutions-industry-fixed_cases--slider {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 min(32px, 2.2222222222vw);
  width: calc(var(--fixed-cases-card-width) * 3 + var(--fixed-cases-gap) * 2 + min(32px, 2.2222222222vw) * 2);
  border-radius: 0 min(16px, 1.1111111111vw) min(16px, 1.1111111111vw) 0;
}
.industry-solutions-industry-processed_food .industry-solutions-industry-fixed_cases--slider {
  background-color: #38B27F;
}
@media screen and (max-width: 1023px) {
  .industry-solutions-industry-fixed_cases--slider {
    display: none;
  }
}
.industry-solutions-industry-fixed_cases--viewport {
  width: calc(var(--fixed-cases-card-width) * 3 + var(--fixed-cases-gap) * 2);
  max-width: calc(var(--fixed-cases-card-width) * 3 + var(--fixed-cases-gap) * 2);
  overflow: hidden;
}
.industry-solutions-industry-fixed_cases--list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.industry-solutions-industry-fixed_cases--item {
  flex: 0 0 auto;
  min-width: 0;
  margin-right: var(--fixed-cases-gap);
}
.industry-solutions-industry-fixed_cases--link {
  display: block;
  border-radius: min(12px, 0.8333333333vw);
}
.industry-solutions-industry-fixed_cases--img {
  width: var(--fixed-cases-card-width);
  height: var(--fixed-cases-card-height);
  object-fit: cover;
  border-radius: min(12px, 0.8333333333vw);
  border: 2px transparent solid;
  transition: 0.3s border-color;
}
.industry-solutions-industry-fixed_cases--img:hover {
  border-color: #297BCE;
}
.industry-solutions-industry-fixed_cases--button {
  position: absolute;
  top: 0;
  bottom: 0;
  width: min(16px, 1.1111111111vw);
  height: min(16px, 1.1111111111vw);
  margin: auto 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  appearance: none;
  border: 0;
  cursor: pointer;
  filter: drop-shadow(0 min(3px, 0.2083333333vw) min(6px, 0.4166666667vw) rgba(0, 0, 0, 0.16));
}
.industry-solutions-industry-fixed_cases--button.is-prev {
  left: min(8px, 0.5555555556vw);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216.263%22%20height%3D%2216.263%22%20viewBox%3D%220%200%2016.263%2016.263%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%223%22%20d%3D%22M9.192%201.061%202.121%208.132l7.071%207.071%22%20data-name%3D%22%E3%83%91%E3%82%B9%2077348%22%2F%3E%3C%2Fsvg%3E");
}
.industry-solutions-industry-fixed_cases--button.is-next {
  right: min(8px, 0.5555555556vw);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216.263%22%20height%3D%2216.263%22%20viewBox%3D%220%200%2016.263%2016.263%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%223%22%20d%3D%22m7.07%201.061%207.072%207.071-7.071%207.071%22%20data-name%3D%22%E3%83%91%E3%82%B9%2077347%22%2F%3E%3C%2Fsvg%3E");
}

.industry-solutions-industry-cursor {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 102;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  width: min(144px, 10vw);
  height: min(136px, 9.4444444444vw);
  border-radius: min(12px, 0.8333333333vw);
  background-color: rgba(0, 0, 0, 0.4);
  pointer-events: none;
  transition: opacity var(--intro-fade-duration) ease;
}
[data-industry-root].is-intro-revealed .industry-solutions-industry-cursor {
  opacity: 1;
  visibility: visible;
}
[data-industry-root].is-cursor-hidden .industry-solutions-industry-cursor {
  opacity: 0;
  transition-duration: var(--cursor-fade-duration);
}
.industry-solutions-industry-cursor::before {
  content: "";
  display: block;
  width: min(57px, 3.9583333333vw);
  height: min(57px, 3.9583333333vw);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2256.844%22%20height%3D%2257.366%22%20viewBox%3D%220%200%2056.844%2057.366%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M26.67%206.706v14.368h3.5V6.706l5.564%205.562%202.477-2.477L28.421%200%2018.63%209.791l2.477%202.479Zm-5.6%2023.617v-3.5H6.708l5.562-5.564-2.481-2.479L0%2028.571l9.789%209.8%202.479-2.479-5.56-5.564Zm14.7-3.5v3.5h14.368l-5.562%205.564%202.479%202.479%209.789-9.8-9.789-9.786-2.481%202.477%205.564%205.564Z%22%20data-name%3D%22%E3%83%91%E3%82%B9%2077361%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M26.67%2050.66V36.292h3.5V50.66l5.567-5.56%202.477%202.477-9.793%209.791-9.791-9.793%202.476-2.475Zm-5.6-23.617v3.5H6.708l5.562%205.567-2.481%202.476L0%2028.8%209.789%2019l2.479%202.479-5.56%205.563Zm14.7%203.5v-3.5h14.368l-5.562-5.564L47.055%2019l9.789%209.8-9.789%209.791-2.481-2.481%205.564-5.564Z%22%20data-name%3D%22%E3%83%91%E3%82%B9%2077395%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1023px) {
  .industry-solutions-industry-cursor {
    width: 32.2666666667vw;
    height: 29.8666666667vw;
    border-radius: 3.2vw;
  }
  .industry-solutions-industry-cursor::before {
    width: 12.2666666667vw;
    height: 4.2666666667vw;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2246.027%22%20height%3D%2215.859%22%20viewBox%3D%220%200%2046.027%2015.859%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M17.062%206.512v2.837H5.431l4.5%204.5-2.005%202.01L0%207.931%207.926%200l2.007%202.007-4.5%204.5Zm11.9%202.837V6.512H40.6l-4.5-4.5L38.1%200l7.926%207.931-7.926%207.928-2.009-2.005%204.5-4.5Z%22%20data-name%3D%22%E3%83%91%E3%82%B9%2077395%22%2F%3E%3C%2Fsvg%3E");
  }
}

.industry-solutions-industry-processed_food .industry-solutions-industry-product {
  background-color: #EAF5F1;
}
.industry-solutions-industry-product--list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: min(60px, 4.1666666667vw) min(30px, 2.0833333333vw);
  padding: min(56px, 3.8888888889vw) min(80px, 5.5555555556vw);
}
@media screen and (max-width: 1023px) {
  .industry-solutions-industry-product--list {
    gap: 10.6666666667vw;
    padding: 8.5333333333vw 4.2666666667vw 21.3333333333vw;
  }
}
.industry-solutions-industry-product--item {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1023px) {
  .industry-solutions-industry-product--item {
    grid-column: 1/-1;
  }
}
.industry-solutions-industry-product--head {
  padding: min(12px, 0.8333333333vw) min(24px, 1.6666666667vw);
  border-radius: min(12px, 0.8333333333vw) min(12px, 0.8333333333vw) 0 0;
}
.industry-solutions-industry-processed_food .industry-solutions-industry-product--head {
  background-color: #38B27F;
  border-bottom: #269667 2px solid;
}
@media screen and (max-width: 1023px) {
  .industry-solutions-industry-product--head {
    padding: 2.1333333333vw 4.2666666667vw;
    border-radius: 2.1333333333vw 2.1333333333vw 0 0;
  }
}
.industry-solutions-industry-product--link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: min(12px, 0.8333333333vw);
  color: #ffffff;
  font-size: min(21px, 1.4583333333vw);
  font-weight: 500;
  line-height: 1.5;
  transition: 0.3s gap;
}
.industry-solutions-industry-product--link::after {
  content: "";
  display: block;
  width: min(14px, 0.9722222222vw);
  height: min(14px, 0.9722222222vw);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2214%22%20data-name%3D%22%E3%82%B3%E3%83%B3%E3%83%9D%E3%83%BC%E3%83%8D%E3%83%B3%E3%83%88%2075%20%E2%80%93%2020%22%20viewBox%3D%220%200%2014%2014%22%3E%3Ccircle%20cx%3D%227%22%20cy%3D%227%22%20r%3D%227%22%20fill%3D%22%23297bce%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%20251%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20d%3D%22m5.501%204%203%203.21-3%202.79%22%20data-name%3D%22%E3%83%91%E3%82%B9%2015411%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
.industry-solutions-industry-product--link:hover {
  gap: min(16px, 1.1111111111vw);
}
@media screen and (max-width: 1023px) {
  .industry-solutions-industry-product--link {
    gap: 3.2vw;
    font-size: 4.2666666667vw;
  }
  .industry-solutions-industry-product--link::after {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
  }
  .industry-solutions-industry-product--link:hover {
    gap: 3.2vw;
  }
}
.industry-solutions-industry-product--description {
  margin: min(16px, 1.1111111111vw) 0;
  font-size: min(16px, 1.1111111111vw);
  line-height: 1.5;
}
@media screen and (max-width: 1023px) {
  .industry-solutions-industry-product--description {
    margin: 4.2666666667vw 0;
    font-size: 3.7333333333vw;
  }
}
.industry-solutions-industry-product--sub_list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: min(10px, 0.6944444444vw);
  margin-top: auto;
}
@media screen and (max-width: 1023px) {
  .industry-solutions-industry-product--sub_list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2.6666666667vw;
  }
}
.industry-solutions-industry-product--sub_item {
  height: min(151px, 10.4861111111vw);
}
@media screen and (max-width: 1023px) {
  .industry-solutions-industry-product--sub_item {
    height: 40.2666666667vw;
  }
}
.industry-solutions-industry-product--button {
  position: fixed;
  bottom: 0;
  right: min(64px, 4.4444444444vw);
  z-index: 201;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: min(4px, 0.2777777778vw);
  padding: min(8px, 0.5555555556vw) min(36px, 2.5vw) min(12px, 0.8333333333vw);
  border-radius: min(16px, 1.1111111111vw) min(16px, 1.1111111111vw) 0 0;
  border: 10px #269667 solid;
  border-bottom: none;
  background-color: #ffffff;
  color: #297BCE;
  font-size: min(15px, 1.0416666667vw);
  font-weight: bold;
  line-height: 1.5;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.4s ease, visibility 0s linear 0.4s;
}
[data-industry-root].is-product-visible .industry-solutions-industry-product--button {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition-delay: 0s;
}
.industry-solutions-industry-product--button::before {
  content: "";
  display: block;
  width: min(11px, 0.7638888889vw);
  height: min(11px, 0.7638888889vw);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211.146%22%20height%3D%2211.146%22%20viewBox%3D%220%200%2011.146%2011.146%22%3E%3Cg%20data-name%3D%22%E3%82%B3%E3%83%B3%E3%83%9D%E3%83%BC%E3%83%8D%E3%83%B3%E3%83%88%2075%20%E2%80%93%2031%22%20transform%3D%22rotate(-90%205.573%205.573)%22%3E%3Ccircle%20cx%3D%225.573%22%20cy%3D%225.573%22%20r%3D%225.573%22%20fill%3D%22%23297bce%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%20251%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20d%3D%22m4.38%203.185%202.389%202.556L4.38%207.962%22%20data-name%3D%22%E3%83%91%E3%82%B9%2015411%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1023px) {
  .industry-solutions-industry-product--button {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    gap: 1.0666666667vw;
    padding: 3.2vw 6.4vw;
    border-radius: 4.2666666667vw 4.2666666667vw 0 0;
    border-width: 5px;
    font-size: 3.4666666667vw;
  }
  .industry-solutions-industry-product--button::before {
    width: 2.9333333333vw;
    height: 2.9333333333vw;
  }
}

.industry-solutions-industry-product_anchor {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  justify-items: center;
  align-items: end;
  height: 100%;
  padding-bottom: min(4px, 0.2777777778vw);
  border-radius: min(12px, 0.8333333333vw);
  background-color: #ffffff;
  box-shadow: 0 min(3px, 0.2083333333vw) min(6px, 0.4166666667vw) rgba(0, 0, 0, 0.16);
  text-decoration: none;
  transition: 0.3s box-shadow;
}
.industry-solutions-industry-product_anchor::after {
  content: "";
  display: block;
  width: min(14px, 0.9722222222vw);
  height: min(14px, 0.9722222222vw);
  margin-top: min(4px, 0.2777777778vw);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2214%22%20data-name%3D%22%E3%82%B3%E3%83%B3%E3%83%9D%E3%83%BC%E3%83%8D%E3%83%B3%E3%83%88%2075%20%E2%80%93%201%22%20viewBox%3D%220%200%2014%2014%22%3E%3Ccircle%20cx%3D%227%22%20cy%3D%227%22%20r%3D%227%22%20fill%3D%22%23297bce%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%20251%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20d%3D%22m5.906%204.72%202.389%202.556-2.389%202.221%22%20data-name%3D%22%E3%83%91%E3%82%B9%2015411%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
.industry-solutions-industry-product_anchor:hover {
  box-shadow: 0 min(1px, 0.0694444444vw) min(3px, 0.2083333333vw) rgba(0, 0, 0, 0.12);
}
@media screen and (max-width: 1023px) {
  .industry-solutions-industry-product_anchor {
    padding-bottom: 1.0666666667vw;
    border-radius: 3.2vw;
    box-shadow: 0 0.8vw 1.6vw rgba(0, 0, 0, 0.16);
  }
  .industry-solutions-industry-product_anchor::after {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
    margin-top: 1.0666666667vw;
  }
  .industry-solutions-industry-product_anchor:hover {
    box-shadow: 0 0.8vw 1.6vw rgba(0, 0, 0, 0.16);
  }
}
.industry-solutions-industry-product_anchor--img_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.industry-solutions-industry-product_anchor--text {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 2.3em;
  margin-top: min(4px, 0.2777777778vw);
  color: #297BCE;
  font-size: min(13px, 0.9027777778vw);
  font-weight: bold;
  text-align: center;
  line-height: 1.15;
}
@media screen and (max-width: 1023px) {
  .industry-solutions-industry-product_anchor--text {
    margin-top: 1.0666666667vw;
    font-size: 3.2vw;
  }
}
