@charset "UTF-8";
/* ==================================================
  hs_gnav
================================================== */
#hs_gnav {
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
  min-width: 1020px;
}
#hs_gnav .hs_gnav_inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#hs_gnav .logo_nav {
  display: flex;
  align-items: center;
  gap: 48px;
}
#hs_gnav {
  /* ロゴ */
}
#hs_gnav .hs_logo {
  line-height: 1.2;
}
#hs_gnav {
  /* グローバルナビ */
}
#hs_gnav .nav_link ul {
  display: flex;
  gap: 32px;
}
#hs_gnav .nav_link ul a {
  text-decoration: none;
  font-weight: bold;
  color: #000;
  font-size: 16px;
}
#hs_gnav {
  /* 問い合わせボタン */
}
#hs_gnav .nav_btn {
  display: flex;
  gap: 10px;
}
#hs_gnav .nav_btn li {
  display: flex;
  align-items: center;
  font-size: 15px;
  width: 190px;
  height: 54px;
}
#hs_gnav .nav_btn li a {
  border-radius: 4px;
  border-width: 2px;
}
#hs_gnav .nav_btn li a::after {
  content: none;
}
#hs_gnav {
  /* ハンバーガー */
}
#hs_gnav .sp_menu_btn {
  display: none;
  background: none;
  border: none;
  width: 28px;
  height: 22px;
  position: relative;
}
#hs_gnav .sp_menu_btn span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #000;
}
#hs_gnav .sp_menu_btn span:nth-child(1) {
  top: 0;
}
#hs_gnav .sp_menu_btn span:nth-child(2) {
  top: 10px;
}
#hs_gnav .sp_menu_btn span:nth-child(3) {
  bottom: 0;
}
@media screen and (max-width: 767px) {
  #hs_gnav {
    min-width: auto;
  }
  #hs_gnav .s_pc {
    display: none;
  }
  #hs_gnav .sp_menu_btn {
    display: block;
  }
}

/* ===============================
  HEADER / FIXED BASE
================================ */
#hs_gnav {
  position: relative;
  width: 100%;
  z-index: 1000;
}
#hs_gnav.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
}

/* sp_menu の基準 */
.f_menuModal {
  position: relative;
}

/* ===============================
  SP MENU (overlay)
================================ */
.sp_menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  padding: 28px 20px 40px;
  z-index: 1001;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.18), 0 6px 14px rgba(0, 0, 0, 0.08);
  /* フワッとアニメーション */
  opacity: 0;
  visibility: hidden;
  transform: translateY(-24px);
  transition: opacity 0.35s cubic-bezier(0.22, 1, 0.36, 1), transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.sp_menu_list {
  text-align: center;
}
.sp_menu_list li {
  font-size: 20px;
  margin-bottom: 30px;
}
.sp_menu_list li a {
  color: #133682;
}

#hs_gnav .sp_menu_cta {
  flex-direction: column;
  align-items: center;
  max-width: 335px;
  margin: 40px auto 0;
  gap: 15px;
}
#hs_gnav .sp_menu_cta li {
  width: 100%;
  font-size: 22px;
  height: 70px;
}
#hs_gnav .sp_menu_cta li a {
  border-radius: 8px;
  border-width: 4px;
}
#hs_gnav .sp_menu_cta li a::after {
  width: 16px;
  height: 16px;
  margin-left: 0.5em;
}

/* OPEN */
body.is-sp-menu-open .sp_menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* ===============================
  Hamburger → Close
================================ */
.sp_menu_btn {
  width: 28px;
  height: 22px;
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
}
.sp_menu_btn span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #000;
  transition: transform 0.25s ease, opacity 0.2s ease;
}
.sp_menu_btn span:nth-child(1) {
  top: 0;
}
.sp_menu_btn span:nth-child(2) {
  top: 10px;
}
.sp_menu_btn span:nth-child(3) {
  bottom: 0;
}

body.is-sp-menu-open .sp_menu_btn span:nth-child(1) {
  transform: translateY(10px) rotate(45deg);
}
body.is-sp-menu-open .sp_menu_btn span:nth-child(2) {
  opacity: 0;
}
body.is-sp-menu-open .sp_menu_btn span:nth-child(3) {
  transform: translateY(-10px) rotate(-45deg);
}

/* ==================================================
  btn_area01~03
================================================== */
.btn_inquiry a, .btn_document a {
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  position: relative;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  width: 100%;
  height: 100%;
}
.btn_inquiry a::after, .btn_document a::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  margin-left: 12px;
}

.btn_inquiry a {
  background-color: #0D45BE;
  border: #0D45BE 4px solid;
}
.btn_inquiry a::after {
  background: url(/softdrink/jihanki/solution/heatstroke/common/img/arrow_link_blue01.svg) no-repeat center/contain;
}
.btn_inquiry:hover a {
  background-color: #fff;
  color: #0D45BE;
}
.btn_inquiry:hover a::after {
  background: url(/softdrink/jihanki/solution/heatstroke/common/img/arrow_link_blue02.svg) no-repeat center/contain;
}

.btn_document a {
  background-color: #DB231E;
  border: #DB231E 4px solid;
}
.btn_document a::after {
  background: url(/softdrink/jihanki/solution/heatstroke/common/img/arrow_link_red01.svg) no-repeat center/contain;
}
.btn_document:hover a {
  background-color: #fff;
  color: #DB231E;
}
.btn_document:hover a::after {
  background: url(/softdrink/jihanki/solution/heatstroke/common/img/arrow_link_red02.svg) no-repeat center/contain;
}

[class^=btn_area] .btn_inquiry, [class^=btn_area] .btn_document {
  width: 412px;
  height: 90px;
  font-size: 28px;
}
[class^=btn_area] .btn_inquiry a, [class^=btn_area] .btn_document a {
  border-radius: 8px;
}
[class^=btn_area] .btn_inquiry a::after, [class^=btn_area] .btn_document a::after {
  width: 24px;
  height: 24px;
}

.btn_area01 {
  display: flex;
  justify-content: center;
  gap: 24px;
  padding: 80px 20px;
}
.btn_area01 li a {
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.3);
}

.btn_area02, .btn_area03 {
  padding: 64px 20px;
  background-image: linear-gradient(90deg, #A1D5FF, #316EDF);
}
.btn_area02 ul, .btn_area03 ul {
  display: flex;
  justify-content: center;
  gap: 8px;
}
.btn_area02 ul li, .btn_area03 ul li {
  background-color: #fff;
  text-align: center;
  padding: 32px 48px 40px;
}
.btn_area02 ul li:first-of-type, .btn_area03 ul li:first-of-type {
  border-radius: 12px 0 0 12px;
}
.btn_area02 ul li:last-of-type, .btn_area03 ul li:last-of-type {
  border-radius: 0 12px 12px 0;
}
.btn_area02 ul li dl dt, .btn_area03 ul li dl dt {
  color: #133682;
  font-size: 24px;
}
.btn_area02 ul li dl dd, .btn_area03 ul li dl dd {
  margin: 15px 0 20px;
}

.btn_area03_text {
  text-align: center;
  font-size: 28px;
  margin-bottom: 30px;
}
.btn_area03_text strong {
  background-image: linear-gradient(90deg, #0d45be, #133682);
  color: #fff;
  padding: 5px 12px;
}

@media screen and (max-width: 767px) {
  [class^=btn_area] .btn_inquiry, [class^=btn_area] .btn_document {
    width: 100%;
    max-width: 335px;
    height: 70px;
    font-size: 22px;
    margin: auto;
  }
  .btn_area01 {
    flex-direction: column;
    align-items: center;
  }
  .btn_area02, .btn_area03 {
    padding: 50px 20px;
  }
  .btn_area02 ul, .btn_area03 ul {
    flex-direction: column;
    align-items: center;
  }
  .btn_area02 ul li, .btn_area03 ul li {
    width: 100%;
    padding: 30px 20px;
  }
  .btn_area02 ul li:first-of-type, .btn_area03 ul li:first-of-type {
    border-radius: 16px 16px 0 0;
  }
  .btn_area02 ul li:last-of-type, .btn_area03 ul li:last-of-type {
    border-radius: 0 0 16px 16px;
  }
  .btn_area02 ul li dl dt, .btn_area03 ul li dl dt {
    font-size: 20px;
  }
  .btn_area02 ul {
    max-width: 368px;
    margin: auto;
  }
  .btn_area03 > div {
    max-width: 368px;
    margin: auto;
  }
  .btn_area03_text {
    text-align: left;
    font-size: 20px;
    line-height: 2.2;
    margin-left: 30px;
  }
  .btn_area03_text strong {
    background-image: linear-gradient(90deg, #0d45be, #133682);
    color: #fff;
    padding: 6px 14px;
  }
}
/* ==================================================
  faq
================================================== */
#faq {
  padding: 90px 20px;
}
#faq h2 {
  background: none;
}
#faq .acWrap {
  margin-top: 50px;
  width: 1000px;
  margin: 0 auto;
  font-size: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1164px) {
  #faq .acWrap {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  #faq .acWrap {
    font-size: 14px;
    width: 100%;
  }
}
#faq .ac-child {
  display: none;
  padding: 0 1em 1em 2em;
  background-color: #EBF3FF;
  text-align: left;
  margin: 0;
  color: #0D45BE;
  text-indent: -1.75em;
  padding-left: 2.75em;
}
#faq .ac-child:last-of-type {
  border-bottom: #ccc 1px solid;
}
#faq .ac-parent {
  font-weight: bold;
  padding: 1.2em 3em 1.2em 1em;
  position: relative;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
  color: #133682;
  border-top: #ccc 1px solid;
}
#faq .ac-parent:last-of-type {
  border-bottom: #ccc 1px solid;
}
@media screen and (max-width: 767px) {
  #faq .ac-parent {
    padding-left: 2.8em;
    text-indent: -1.8em;
    line-height: 1.2em;
    padding-right: 10vw;
  }
}
#faq .ac-parent:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  width: 20px;
  height: 2px;
  background: #192D84;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  #faq .ac-parent:before {
    width: 16px;
    right: 14px;
  }
}
#faq .ac-parent:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 27px;
  width: 2px;
  height: 20px;
  background: #192D84;
  transform: translateY(-50%);
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  #faq .ac-parent:after {
    height: 16px;
    right: 21px;
  }
}
#faq .ac-parent.open {
  background-color: #EBF3FF;
}
#faq .ac-parent.open:last-of-type {
  border-bottom: none;
}
#faq .ac-parent.open:after {
  top: 25%;
  opacity: 0;
  transform: rotate(90deg);
}

/* ==================================================
  grad_btn
================================================== */
.grad_btn {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 20px;
  min-width: 280px;
  width: 100%;
  border-radius: 8px;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #88CAFF, #6097FF) border-box;
  border: 3px solid transparent;
  text-decoration: none;
  margin-top: 30px;
}
.grad_btn:hover {
  background: none;
  text-decoration: none;
}
.grad_btn::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 0;
  background: linear-gradient(#C0E3FF, #BDD4FF) padding-box, linear-gradient(90deg, #C0E3FF, #BDD4FF) border-box;
  opacity: 0;
  transition: opacity 0.25s ease;
  pointer-events: none;
}
.grad_btn:hover::after {
  opacity: 1;
}
.grad_btn_text {
  font-size: 18px;
  color: #133682;
  position: relative;
  z-index: 1;
}
.grad_btn_ico {
  position: relative;
  z-index: 1;
}
.grad_btn_ico img {
  width: 28px;
  height: auto;
  vertical-align: bottom;
}

/* ======================================
   Case Card
====================================== */
#customer_voice {
  padding: 90px 20px 60px;
}
#customer_voice .case_card {
  display: flex;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  /* ------------------------------
    Image
  ------------------------------ */
}
#customer_voice .case_card_img {
  width: 46.875%;
  max-width: 480px;
  background: #bfbfbf;
  flex-shrink: 0;
}
#customer_voice .case_card_img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
#customer_voice .case_card {
  /* ------------------------------
    Body
  ------------------------------ */
}
#customer_voice .case_card_body {
  flex: 1;
  padding: 40px 30px 80px 30px;
  position: relative;
}
#customer_voice .case_card_title {
  font-size: 24px;
  margin-bottom: 12px;
  color: #133682;
  text-align: left;
}
#customer_voice .case_card_company {
  font-size: 20px;
  margin-bottom: 20px;
}
#customer_voice .case_card {
  /* ------------------------------
    Info
  ------------------------------ */
}
#customer_voice .case_card_info {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 24px;
}
#customer_voice .case_card_info dl {
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 1.2;
}
#customer_voice .case_card_info dl.wide {
  width: 100%;
}
#customer_voice .case_card_info dt {
  background: #DBEFFF;
  color: #133682;
  font-size: 16px;
  font-weight: bold;
  padding: 5px 10px 3px;
  white-space: nowrap;
  line-height: 1.5;
}
#customer_voice .case_card_info dd {
  font-size: 18px;
  margin: 0;
  color: #000;
}
#customer_voice .case_card {
  /* ------------------------------
    Link
  ------------------------------ */
}
#customer_voice .case_card_link {
  position: absolute;
  right: 32px;
  bottom: 24px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: bold;
  color: #000;
}
#customer_voice .case_card_link span {
  color: #000;
}
#customer_voice .case_card_link img {
  vertical-align: text-bottom;
}
#customer_voice .case_card {
  /* ------------------------------
    Hover
  ------------------------------ */
}
#customer_voice .case_card:hover {
  transform: translateY(2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}
#customer_voice .case_card {
  /* ------------------------------
    Responsive
  ------------------------------ */
}
@media (max-width: 767px) {
  #customer_voice .case_card {
    flex-direction: column;
    max-width: 368px;
    margin: auto;
  }
  #customer_voice .case_card_img {
    width: 100%;
    max-width: 100%;
    height: 60vw;
    max-height: 245px;
  }
  #customer_voice .case_card_body {
    padding: 24px 20px 28px;
  }
  #customer_voice .case_card_title {
    font-size: 20px;
    margin-bottom: 8px;
    text-align: left;
  }
  #customer_voice .case_card_company {
    font-size: 18px;
    margin-bottom: 16px;
    text-align: left;
  }
  #customer_voice .case_card_info {
    flex-direction: column;
    gap: 10px;
  }
  #customer_voice .case_card_info dl {
    width: 100%;
  }
  #customer_voice .case_card_info dl dd {
    font-size: 16px;
  }
  #customer_voice .case_card_info dl dt {
    width: 115px;
    text-align: center;
  }
  #customer_voice .case_card_link {
    position: static;
    margin-top: 24px;
    justify-content: center;
  }
}/*# sourceMappingURL=heatstroke.css.map */