@charset "UTF-8";
#heatstroke_top {
  /* ==================================================
    main_visual　～　リンクボタン
  ================================================== */
}
#heatstroke_top .main_visual h1 img {
  width: 100%;
}
#heatstroke_top .main_visual .page_link {
  display: flex;
  justify-content: center;
  width: 90%;
  margin: auto;
  gap: 15px;
  margin-top: -6%;
  max-width: 1200px;
}
#heatstroke_top .main_visual .page_link li {
  width: calc((100% - 30px) / 3);
  filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.3));
}
#heatstroke_top .main_visual .page_link li img {
  width: 100%;
}
#heatstroke_top .main_visual .page_link li:hover {
  filter: none;
}
#heatstroke_top .main_visual .page_link li:hover img {
  border: #133682 4px solid;
  border-radius: 12px;
}
@media screen and (max-width: 767px) {
  #heatstroke_top .main_visual .page_link {
    flex-direction: column;
    margin-top: -22%;
  }
  #heatstroke_top .main_visual .page_link li {
    width: 100%;
    max-width: 335px;
    margin: auto;
  }
}
#heatstroke_top {
  /* ==================================================
    logo-slider
  ================================================== */
}
#heatstroke_top .logo-slider {
  width: 100%;
  padding: 16px 0;
  overflow: hidden;
}
#heatstroke_top .logo-slider .slick-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
#heatstroke_top .logo-slider img {
  width: 172px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 24px;
}
#heatstroke_top .logo-slider .logo02 img {
  width: 140px;
}
#heatstroke_top .logo-slider .logo07 img {
  width: 140px;
}
@media screen and (max-width: 767px) {
  #heatstroke_top .logo-slider img {
    width: 160px;
    height: 60px;
  }
  #heatstroke_top .logo-slider .logo02 img {
    width: 130px;
  }
  #heatstroke_top .logo-slider .logo07 img {
    width: 130px;
  }
}
#heatstroke_top .case_btn {
  text-align: center;
  margin: 30px auto 80px;
}
#heatstroke_top .case_btn a {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 16px 10px 14px;
  width: 204px;
  border-radius: 8px;
  border: solid #ccc 1px;
}
#heatstroke_top .case_btn a:hover {
  text-decoration: none;
  border: #0D45BE solid 2px;
}
#heatstroke_top .case_btn_ico {
  transform: rotate(90deg);
}
#heatstroke_top .case_btn_ico img {
  vertical-align: bottom;
}
#heatstroke_top {
  /* ==================================================
    three_solutions
  ================================================== */
}
#heatstroke_top #three_solutions {
  padding: 80px 40px;
  background-image: linear-gradient(90deg, #dbefff, #c5daff);
}
#heatstroke_top #three_solutions h2 {
  color: #133682;
  font-size: 40px;
}
#heatstroke_top #three_solutions .three_solutions_content {
  display: flex;
  justify-content: center;
  gap: 30px;
}
#heatstroke_top #three_solutions .three_solutions_content li {
  width: 368px;
  text-align: center;
}
#heatstroke_top #three_solutions .three_solutions_content li > img {
  display: block;
}
#heatstroke_top #three_solutions .three_solutions_content .solution_inner {
  border-radius: 0 0 12px 12px;
  background-color: #fff;
  padding: 12px 28px 40px;
}
#heatstroke_top #three_solutions .three_solutions_content .solution_inner dt {
  color: #fff;
  background-color: #192D84;
  font-size: 20px;
  margin-bottom: 20px;
  padding: 6px;
}
#heatstroke_top #three_solutions .three_solutions_content .solution_inner dd {
  font-size: 18px;
}
#heatstroke_top #three_solutions .three_solutions_content .solution_inner dd span {
  font-size: 22px;
  color: #304EC4;
}
#heatstroke_top #three_solutions .three_solutions_content .solution_inner dd img {
  margin-top: 40px;
  max-height: 180px;
  width: auto;
}
#heatstroke_top #three_solutions .three_solutions_content .solution_inner dd p:has(strong) {
  font-size: 24px;
  margin: 10px 0;
}
@media screen and (max-width: 767px) {
  #heatstroke_top #three_solutions {
    padding: 50px 20px;
  }
  #heatstroke_top #three_solutions h2 {
    font-size: 24px;
  }
  #heatstroke_top #three_solutions .three_solutions_content {
    flex-direction: column;
    gap: 30px;
  }
  #heatstroke_top #three_solutions .three_solutions_content li {
    width: 98%;
    max-width: 368px;
    margin: auto;
  }
  #heatstroke_top #three_solutions .three_solutions_content .solution_inner {
    padding: 13px 22px 32px;
    margin-top: -1px;
  }
  #heatstroke_top #three_solutions .three_solutions_content .solution_inner dt + dd {
    white-space: nowrap;
    position: relative;
    left: -20px;
    transform: translate(-50%, 0);
    left: 50%;
    width: 100vw;
  }
}/*# sourceMappingURL=page.css.map */