@charset "UTF-8";

/* --- SolutionsSec --- */
.SolutionsSec {
  padding-block: 100px 35px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .SolutionsSec {
    padding-block: 60px 15px;
  }
}

.SolutionsSec .MainInner.TreatRight::after {
  top: 239px;
  right: -257px;
}

@media screen and (max-width: 767px) {
  .SolutionsSec .MainInner.TreatRight::after {
    display: none;
  }
}


@media screen and (max-width: 767px) {
  .SolutionsSec p {
    line-height: calc(32/16);
  }
}

.SolutionsSec p + .SolutionsFigure {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .SolutionsSec p + .SolutionsFigure {
    margin-top: 20px;
  }
}

.SolutionsFigure {
  position: relative;
  z-index: 1;
}

.SolutionsFigure.TreatLeft::after {
  left: -324px;
  top: 310px;
}

@media screen and (max-width: 767px) {
  .SolutionsFigure.TreatLeft::after {
    display: none;
  }
}

.SolutionsFigureMain {
  position: relative;
}

.SolutionsFigure + .AnnotationStyle {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .SolutionsFigureMain + * {
    margin-top: 40px;
  }
  .SolutionsFigure + .AnnotationStyle {
    margin-top: 40px;
  }
}

.SolutionsLinks {
  width: 100%;
  margin: 0;
}

.SolutionsLinks img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .SolutionsLinks {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}

.SolutionsLinks img {
  max-width: 100%;
}

.SolutionsPopupNav {
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  .SolutionsPopupNav {
    display: none;
  }
}

.SolutionsPopupNav li {
  width: fit-content;
  position: absolute;
}

.SolutionsPopupNav li:nth-child(1),
.SolutionsPopupNav li:nth-child(2),
.SolutionsPopupNav li:nth-child(3) {
  top: calc((93 / 696) * 100%);
}

.SolutionsPopupNav li:nth-child(4),
.SolutionsPopupNav li:nth-child(5),
.SolutionsPopupNav li:nth-child(6) {
  width: calc((220 / 1000) * 100%);
  right: calc((193 / 1000) * 100%);
}
.SolutionsPopupNav li:nth-child(7),
.SolutionsPopupNav li:nth-child(8) {
  top: calc((626 / 696) * 100%);
}

.SolutionsPopupNav li:nth-child(1) {
  width: calc((232 / 1000) * 100%);
  right: calc((353 / 1000) * 100%);
}
.SolutionsPopupNav li:nth-child(2) {
  width: calc((128 / 1000) * 100%);
  right: calc((209 / 1000) * 100%);

}
.SolutionsPopupNav li:nth-child(3) {
  width: calc((134 / 1000) * 100%);
  right:  calc((59 / 1000) * 100%);
}
.SolutionsPopupNav li:nth-child(4) {
  top: calc((187 / 696) * 100%);
}
.SolutionsPopupNav li:nth-child(5) {
  top: calc((335 / 696) * 100%);
}
.SolutionsPopupNav li:nth-child(6) {
  top: calc((436 / 696) * 100%);
}
.SolutionsPopupNav li:nth-child(7),
.SolutionsPopupNav li:nth-child(8) {
  width: calc((200 / 1000) * 100%);
  bottom: calc((40 / 696) * 100%);
  right:  calc((300 / 1000) * 100%);
}

.SolutionsPopupNav li:nth-child(7) {
  width: calc((202 / 1000) * 100%);
  right: calc((298 / 1000) * 100%);
}
.SolutionsPopupNav li:nth-child(8) {
  width: calc((255 / 1000) * 100%);
  right: calc((35 / 1000) * 100%);

}

.SolutionsPopupNav li button {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(0.45vw,5px);
  white-space: nowrap;
  pointer-events: all;
  border: min(0.18vw,2px) solid #F8FF41;
  background-color: #F8FF41;
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: min(1.44vw,16px);
  line-height: calc(24/16);
  text-align: center;
  color: #252525;
  padding-inline: min(1.08vw,12px);
  padding-block: min(0.09vw,1px);
  border-radius: 50px;
  transition: all 0.3s;
  cursor: pointer;
}

.SolutionsPopupNav li button:hover,
.SolutionsPopupNav li button:focus,
.SolutionsPopupNav li button.active {
  background-color: #252525;
  color: #F8FF41;
}

/* .SolutionsPopupNav li button:hover::after,
.SolutionsPopupNav li button:focus::after,
.SolutionsPopupNav li button.active::after {
  background-color: #F8FF41;
} */
/*
.SolutionsPopupNav li button::after {
  content: "";
  display: block;
  width: min(1.62vw,18px);
  aspect-ratio: 1/1;
  mask: url(../images/icon_i.svg) no-repeat center/contain;
  background-color: #252525;
  transition: all 0.3s;
} */
/*
.SolutionsPopupNav li:nth-child(5) button::after {
  margin-left: max(-0.54vw,-6px);
} */


.SolutionsPopup {
  width: 376px;
  background: rgb(255 255 255 / 0.95);
  padding: 20px;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  transition: ease 0.3s;
  position: absolute;
  filter: drop-shadow(0px 10px 30px rgba(0, 0, 0, 0.2));
}

@media screen and (max-width: 767px) {
  .SolutionsPopup {
    opacity: 1;
    visibility: visible;
    position: static;
    width: 100%;
    padding: 0;
    filter: none;
  }

  .SolutionsPopup + .SolutionsPopup {
    margin-top: 36px;
  }
}

.SolutionsPopup.active {
  opacity: 1;
  visibility: visible;
}

.SolutionsPopup[data-modal-cont="modal01"],
.SolutionsPopup[data-modal-cont="modal02"],
.SolutionsPopup[data-modal-cont="modal03"] {
  top: 19.5%;
}

.SolutionsPopup[data-modal-cont="modal01"] {
  left: 33%;
}

.SolutionsPopup[data-modal-cont="modal02"] {
  right: 9%;
}

.SolutionsPopup[data-modal-cont="modal03"] {
  right: 4%;
}

.SolutionsPopup[data-modal-cont="modal04"] {
  top: 32.5%;
  right: 9%;
}

.SolutionsPopup[data-modal-cont="modal05"] {
  top: 53.8%;
  right: 9%;
}

.SolutionsPopup[data-modal-cont="modal06"] {
  top: 68.2%;
  right: 9%;
}

.SolutionsPopup[data-modal-cont="modal07"] {
  width: max-content;
  bottom: calc((80 / 696) * 100%);
  right:  calc((240 / 1000) * 100%);
}

@media screen and (max-width: 767px) {
  .SolutionsPopup[data-modal-cont="modal07"] {
    width: 100%;
  }
}

.SolutionsPopup[data-modal-cont="modal08"] {
  width: max-content;
  bottom: calc((80 / 696) * 100%);
  right:  calc((15 / 1000) * 100%);
}

@media screen and (max-width: 767px) {
  .SolutionsPopup[data-modal-cont="modal08"] {
    width: 100%;
  }
}

.SolutionsPopup p + * {
  margin-top: 6px;
}

.SolutionsPopupClose {
  font-size: 30px;
  line-height: 1;
  border: none;
  background-color: transparent;
  cursor: pointer;
  transition: ease 0.3s;
  position: absolute;
  top: 10px;
  right: 10px;
}

@media screen and (max-width: 767px) {
  .SolutionsPopupClose {
    display: none;
  }
}

.SolutionsPopupClose:hover {
  color: #4DEDEB;
}

.SolutionsPopupTitle {
  width: fit-content;
  font-size: 18px;
  line-height: calc(27/18);
  color: #252525;
  margin: 0;
  background: linear-gradient(to top, #F8FF41 0px, #F8FF41 8px, transparent 8px, transparent 100%);
}

.SolutionsPopupTitle + p {
  margin-top: 7px;
}

.SolutionsPopupBtn a {
  max-width: 121px;
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 16px;
  line-height: calc(24/16);
  /* border-width: 1.5px; */
  /* padding: 2px; */
  color: #252525;
  transition: all 0.3s;
}

.SolutionsPopupBtn a:hover {
  opacity: 0.7;
  text-decoration: underline;
}

.SolutionsPopupBtn a::after {
  content: "";
  display: block;
  width: 18px;
  aspect-ratio: 1/1;
  mask: url(../images/common/icon_blank.svg) no-repeat center/contain;
  background-color: #252525;
  transition: ease 0.3s;
}

.SolutionsSec .AnnotationStyle + * {
    margin-top: 63px;
}
