.technology-category-mensai {
  position: relative;
  margin-top: 73px;
  width: 1440px;
  max-width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .technology-category-mensai {
    margin-top: 34px;
  }
}

@media screen and (max-width: 768px) {
  .technology-category-mensai-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 17px 13px;
    margin-top: -29px;
    padding: 0 20px;
  }
}

.technology-category-mensai-button {
  position: absolute;
}

@media screen and (max-width: 768px) {
  .technology-category-mensai-button {
    display: flex;
    flex-direction: column-reverse;
  }
}

.technology-category-mensai-button .technology-category-mensai-icon {
  cursor: pointer;
  position: relative;
  display: block;
  margin-top: 2px;
  margin-inline: auto;
  width: 80px;
}

.technology-category-mensai-button .technology-category-mensai-icon img {
  width: 100%;
}

@media screen and (max-width: 1440px) {
  .technology-category-mensai-button .technology-category-mensai-icon {
    width: 5.55556vw;
    margin-inline: auto;
  }
}

@media screen and (max-width: 768px) {
  .technology-category-mensai-button .technology-category-mensai-icon {
    margin-top: 0;
    width: 15.01272vw;
  }
}

.technology-category-mensai-button .technology-category-mensai-icon::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: rgba(216, 236, 251, 0.3);
  filter: blur(3px);
  animation-name: tab-text;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}

@media screen and (max-width: 1440px) {
  .technology-category-mensai-button .technology-category-mensai-icon::before {
    top: -0.69444vw;
    left: -0.69444vw;
    width: 6.94444vw;
    height: 6.94444vw;
  }
}

@media screen and (max-width: 768px) {
  .technology-category-mensai-button .technology-category-mensai-icon::before {
    top: -1.52672vw;
    left: -1.52672vw;
    width: 17.8117vw;
    height: 17.8117vw;
  }
}

.technology-category-mensai-button .technology-category-mensai-icon.--left::after, .technology-category-mensai-button .technology-category-mensai-icon.--left2::after, .technology-category-mensai-button .technology-category-mensai-icon.--right::after, .technology-category-mensai-button .technology-category-mensai-icon.--right2::after {
  content: "";
  position: absolute;
  width: 67px;
  height: 30px;
  top: -6px;
  animation-name: tab-text;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}

@media screen and (max-width: 1440px) {
  .technology-category-mensai-button .technology-category-mensai-icon.--left::after, .technology-category-mensai-button .technology-category-mensai-icon.--left2::after, .technology-category-mensai-button .technology-category-mensai-icon.--right::after, .technology-category-mensai-button .technology-category-mensai-icon.--right2::after {
    width: 4.65278vw;
    height: 2.08333vw;
    top: -0.41667vw;
  }
}

@media screen and (max-width: 768px) {
  .technology-category-mensai-button .technology-category-mensai-icon.--left::after, .technology-category-mensai-button .technology-category-mensai-icon.--left2::after, .technology-category-mensai-button .technology-category-mensai-icon.--right::after, .technology-category-mensai-button .technology-category-mensai-icon.--right2::after {
    content: "TAP";
    width: auto;
    height: auto;
    background: transparent !important;
    top: -6.36132vw !important;
    left: 0 !important;
    right: 0 !important;
    margin: auto;
    color: #fff;
    font-size: 3.81679vw;
    text-align: center;
  }
}

.technology-category-mensai-button .technology-category-mensai-icon.--left::after {
  background: url(/technology/safety/img/pc/section1_text_clickleft.png) no-repeat center center/cover;
  left: -68px;
}

@media screen and (max-width: 1440px) {
  .technology-category-mensai-button .technology-category-mensai-icon.--left::after {
    left: -4.72222vw;
  }
}

.technology-category-mensai-button .technology-category-mensai-icon.--left2::after {
  background: url(/technology/safety/img/pc/section1_text_clickleft.png) no-repeat center center/cover;
  top: 2px;
  left: -68px;
}

@media screen and (max-width: 1440px) {
  .technology-category-mensai-button .technology-category-mensai-icon.--left2::after {
    top: 0.13889vw;
    left: -4.72222vw;
  }
}

.technology-category-mensai-button .technology-category-mensai-icon.--right::after {
  background: url(/technology/safety/img/pc/section1_text_clickright.png) no-repeat center center/cover;
  right: -68px;
}

@media screen and (max-width: 1440px) {
  .technology-category-mensai-button .technology-category-mensai-icon.--right::after {
    right: -4.72222vw;
  }
}

.technology-category-mensai-button .technology-category-mensai-icon.--right2::after {
  background: url(/technology/safety/img/pc/section1_text_clickright.png) no-repeat center center/cover;
  top: 2px;
  right: -68px;
}

@media screen and (max-width: 1440px) {
  .technology-category-mensai-button .technology-category-mensai-icon.--right2::after {
    top: 0.13889vw;
    right: -4.72222vw;
  }
}

.technology-category-mensai-button .technology-category-mensai-icon.is-stop::before {
  display: none;
}

.technology-category-mensai-button .technology-category-mensai-icon.is-stop::before, .technology-category-mensai-button .technology-category-mensai-icon.is-stop::after {
  animation: none !important;
}

.technology-category-mensai-button .technology-category-mensai-label {
  position: relative;
  display: block;
  color: #fff;
  font-size: 24px;
  margin: auto;
  font-family: "Noto Serif JP", sans-serif;
}

@media screen and (max-width: 1440px) {
  .technology-category-mensai-button .technology-category-mensai-label {
    font-size: 1.66667vw;
  }
}

@media screen and (max-width: 768px) {
  .technology-category-mensai-button .technology-category-mensai-label {
    font-size: 4.58015vw;
  }
}

@media screen and (max-width: 768px) {
  .technology-category-mensai-button .technology-category-mensai-label.--letter-spacing1 {
    letter-spacing: 0;
  }
}

@media screen and (max-width: 768px) {
  .technology-category-mensai-button .technology-category-mensai-label.--letter-spacing1 span {
    letter-spacing: -0.2em;
  }
}

.technology-category-mensai-button.is-01 {
  top: 3.9%;
  left: 42.55%;
}

@media screen and (max-width: 768px) {
  .technology-category-mensai-button.is-01 {
    top: 8.9%;
    left: 32.55%;
  }
}

.technology-category-mensai-button.is-02 {
  top: 3.9%;
  right: 42%;
}

@media screen and (max-width: 768px) {
  .technology-category-mensai-button.is-02 {
    top: 8.9%;
    right: 31.4%;
  }
}

.technology-category-mensai-button.is-03 {
  top: 27.2%;
  right: 29.9%;
}

@media screen and (max-width: 768px) {
  .technology-category-mensai-button.is-03 {
    top: 27.2%;
    right: 3.9%;
  }
}

.technology-category-mensai-button.is-04 {
  top: 27.2%;
  left: 30.1%;
}

@media screen and (max-width: 768px) {
  .technology-category-mensai-button.is-04 {
    top: 27.2%;
    left: 4.1%;
  }
}

.technology-category-mensai-button.is-05 {
  bottom: 36.6%;
  left: 28.3%;
}

@media screen and (max-width: 768px) {
  .technology-category-mensai-button.is-05 {
    bottom: 34%;
    left: 1%;
  }
}

.technology-category-mensai-button.is-06 {
  bottom: 36.6%;
  right: 29.1%;
}

@media screen and (max-width: 768px) {
  .technology-category-mensai-button.is-06 {
    bottom: 34%;
    right: 1%;
  }
}

.technology-category-mensai-button.is-07 {
  bottom: 8.4%;
  left: 42.55%;
}

@media screen and (max-width: 768px) {
  .technology-category-mensai-button.is-07 {
    bottom: 15%;
    left: 33%;
  }
}

.technology-category-mensai-button.is-08 {
  bottom: 8.4%;
  right: 42%;
}

@media screen and (max-width: 768px) {
  .technology-category-mensai-button.is-08 {
    bottom: 15%;
    right: 31.4%;
  }
}

@keyframes tab-text {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.technology-category-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 10000;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .technology-category-modal {
    padding: 20px 0;
    align-items: flex-start;
  }
}

.technology-category-modal-bg {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 10000;
}

.technology-category-modal-content {
  position: relative;
  margin: 80px auto;
  background: #F5F5F5;
  border-radius: 16px;
  max-width: 773px;
  width: calc(100% - 40px);
  padding: 40px 100px 50px;
  z-index: 10001;
}

@media screen and (max-width: 768px) {
  .technology-category-modal-content {
    margin: 40px auto;
    padding: 40px 20px;
  }
}

.technology-category-modal-close {
  cursor: pointer;
  position: absolute;
  top: -38px;
  right: 35px;
  z-index: 9999;
  height: 75px;
  width: 75px;
  border-radius: 50%;
  background: linear-gradient(135deg, #6BC97A, #3B8E48);
  backdrop-filter: blur(4px);
}

.technology-category-modal-close::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #6BC97A;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  .technology-category-modal-close {
    top: -40px;
    right: 15px;
    width: 64px;
    height: 64px;
  }
}

@media (hover: hover) and (pointer: fine) {
  .technology-category-modal-close:hover::before {
    opacity: 1;
  }
}

.technology-category-modal-close img {
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  height: 24px;
}

@media screen and (max-width: 768px) {
  .technology-category-modal-close img {
    top: 16px;
    width: 15px;
    height: 15px;
  }
}

.technology-category-modal-close span {
  position: absolute;
  top: 42px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  color: #fff;
  font-size: 12px;
  letter-spacing: -0.03em;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .technology-category-modal-close span {
    top: 38px;
    font-size: 8px;
  }
}

.technology-category-modal-tab-wrap {
  position: relative;
}

.technology-category-modal-tab {
  margin: auto;
  display: flex;
  justify-content: center;
  gap: 15px;
}

@media screen and (max-width: 768px) {
  .technology-category-modal-tab {
    padding-bottom: 10px;
    justify-content: flex-start;
    overflow: scroll;
  }
}

.technology-category-modal-tab-scroll-hint {
  display: none;
  position: absolute;
  padding-right: 22px;
  right: 0;
  bottom: -16px;
  font-size: 16px;
  color: #3B8E48;
  opacity: 1;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.technology-category-modal-tab-scroll-hint::after {
  content: "";
  background: url(/technology/safety/img/sp/slide_icon_scroll.png) no-repeat center center/cover;
  width: 18px;
  height: 10px;
  position: absolute;
  top: 8px;
  right: 0;
}

@media screen and (max-width: 768px) {
  .technology-category-modal-tab-scroll-hint {
    display: block;
  }
}

.technology-category-modal-tab-scroll-hint.is-hidden {
  opacity: 0;
}

.technology-category-modal-tab-button {
  background: transparent !important;
  margin: 0 !important;
  width: auto !important;
  height: auto !important;
  color: #D9D9D9;
  font-size: 12px;
  text-align: center;
  opacity: 1 !important;
}

.technology-category-modal-tab-button .tab-icon {
  display: block;
  position: relative;
  width: 57px;
  height: 57px;
}

.technology-category-modal-tab-button .icon-on,
.technology-category-modal-tab-button .icon-off {
  position: absolute;
  top: 0;
  left: 0;
}

.technology-category-modal-tab-button .icon-on {
  opacity: 0;
}

.technology-category-modal-tab-button .icon-off {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .technology-category-modal-tab-button {
    width: 90px !important;
  }
}

.technology-category-modal-tab-button.swiper-pagination-bullet-active {
  color: #898989;
}

.technology-category-modal-tab-button.swiper-pagination-bullet-active .icon-on {
  opacity: 1;
}

.technology-category-modal-tab-button.swiper-pagination-bullet-active .icon-off {
  opacity: 0;
}

.technology-category-modal-slider {
  margin-top: 23px;
  padding-top: 17px;
  border-top: 1px solid #DFDFDF;
}

.technology-category-modal-slide {
  display: flex;
  align-items: center;
  gap: 39px;
}

@media screen and (max-width: 768px) {
  .technology-category-modal-slide {
    display: block;
  }
}

.technology-category-modal-slide-inner {
  flex: 1;
}

.technology-category-modal-slide-title {
  font-size: 15px;
  text-align: center;
  font-weight: 400;
  line-height: 1.8;
}

.technology-category-modal-slide-title .technology-category-modal-slide-title-big {
  font-size: 20px;
  font-weight: 500;
}

.technology-category-modal-slide-title .technology-category-modal-slide-title-big2 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
}

.technology-category-modal-slide-text {
  margin-top: 7px;
  font-size: 15px;
  line-height: 1.8;
}

.technology-category-modal-slide-note {
  display: block;
  font-size: 12px;
}

.technology-category-modal-slide-image {
  flex: 1;
  margin-top: 41px;
}

.technology-category-modal-slide-prev::after,
.technology-category-modal-slide-next::after {
  display: none;
}

.technology-category-modal-slide-prev,
.technology-category-modal-slide-next {
  width: 48px;
  height: 48px;
}

@media screen and (max-width: 768px) {
  .technology-category-modal-slide-prev,
  .technology-category-modal-slide-next {
    width: 38px;
    height: 38px;
  }
}

.technology-category-modal-slide-prev {
  background: url(/technology/safety/img/pc/section1_icon_slider_prev.png) no-repeat center center/cover;
  left: -60px;
}

@media screen and (max-width: 768px) {
  .technology-category-modal-slide-prev {
    left: -18px;
  }
}

.technology-category-modal-slide-next {
  background: url(/technology/safety/img/pc/section1_icon_slider_next.png) no-repeat center center/cover;
  right: -60px;
}

@media screen and (max-width: 768px) {
  .technology-category-modal-slide-next {
    right: -18px;
  }
}

.technology-category-taisuigai {
  position: relative;
  margin-top: 83px;
  width: 1440px;
  max-width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .technology-category-taisuigai {
    margin-top: 34px;
  }
}

.technology-category-taisuigai-content {
  position: relative;
}

.technology-category-taisuigai-text {
  text-align: center;
}

.technology-category-taisuigai-toggle-bg {
  position: absolute;
  top: 7px;
  left: 10px;
  width: calc(25% - 6px);
  height: calc(100% - 14px);
  background: #58ADFD;
  border-radius: 9999px;
  transition: all 0.3s ease;
  z-index: 1;
}

.technology-category-taisuigai-toggle {
  position: absolute;
  top: 34px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  width: 560px;
  max-width: 100%;
  height: 64px;
  background: #fff;
  border-radius: 9999px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
  padding: 0 13px;
  overflow: hidden;
  z-index: 3;
}

.technology-category-taisuigai-toggle-btn {
  position: relative;
  flex: 1;
  border: none;
  background: transparent;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  z-index: 2;
  transition: color 0.3s ease;
}

.technology-category-taisuigai-toggle-btn.active {
  color: #fff;
}

.technology-category-taisuigai-images {
  display: grid;
}

.technology-category-taisuigai-image {
  display: none;
  margin: 0 auto;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease;
  grid-area: 1 / 1;
}

@media screen and (max-width: 768px) {
  .technology-category-taisuigai-image {
    margin-top: 70px;
  }
}

.technology-category-taisuigai-image.active {
  opacity: 1;
  visibility: visible;
  display: block;
}

.technolog-category-taisuigai-notes {
  display: none;
}

@media screen and (max-width: 768px) {
  .technolog-category-taisuigai-notes {
    display: block;
    margin-top: 5px;
    padding-left: 30px;
    font-size: 10px;
  }
}
