#case a:hover {
  opacity: 0.7;
}
#case .sp {
  display: none;
}
#case .case_ttl {
  background-image: url(/assets/img/solution_bg.png);
  background-size: 120px;
  position: relative;
  padding: 30px 0 50px;
  margin: 0;
  text-align: center;
}
#case .case_ttl .breadcrumbs {
  display: block;
  max-width: max-content;
  width: 80%;
  margin: auto;
  text-align: center;
  line-height: 1.6;
}
#case .case_ttl h1 {
  max-width: 1240px;
  width: 88%;
  font-size: min(5.05vw, 34px);
  margin: 30px auto 0;
  font-weight: 900;
  text-align: left;
  line-height: 1.3;
  font-feature-settings: "palt";
}
#case .case_ttl h1 .case_ttl_cate {
  font-size: min(2.55vw, 28px);
  display: block;
  margin-bottom: .5em;
}
#case .case_ttl h1 .case_ttl_comp {
  font-size: min(2.15vw, 24px);
  display: block;
  margin-top: 1em;
}
#case .case_block {
  max-width: 780px;
  margin: 80px auto 200px;
  width: 90%;
}
#case .case_block p {
  font-size: clamp(12px, 2.44vw, 18px);
  line-height: 1.75;
}
#case .case_block .case_main {
  margin-bottom: 20px;
}
#case .case_block .case_main .text01 {
  padding: 20px 0;
  border-top: dashed 1px #100964;
  border-bottom: dashed 1px #100964;
  margin-bottom: 40px;
  line-height: 1.2;
}
#case .border_b01 {
  border-bottom: dashed 1px #100964;
  padding-bottom: 20px;
}
#case .case_block .case_main .img {
  margin-bottom: 20px;
}
#case .sub_img {
  margin-bottom: 20px;
}
#case .case_block .case_main .text02 {
  margin-bottom: 50px;
  line-height: 1.75;
}
#case .case_block .case_main .text02 span {
  font-weight: 900;
}
#case .case_block .case_main .text02 span.note {
  font-weight: 600;
  font-size: clamp(10px, 2.1vw, 16px);
}
#case .case_block .case_contents {
  margin-bottom: 60px;
}
#case .case_block .case_contents h2 {
  font-size: clamp(15px, 3.66vw, 30px);
  margin-bottom: 40px;
  line-height: 1.6;
  font-weight: 900;
}
#case .case_block .case_contents .sub_img + h2 {
  padding-top: 40px;
}
#case .case_block .case_contents .text_q {
  font-size: clamp(12px, 2.44vw, 18px);
  font-weight: 900;
  margin-bottom: 30px;
  text-indent: -1em;
  padding-left: 1em;
}
#case .case_block .case_contents .text_a {
  font-size: clamp(12px, 2.44vw, 18px);
  margin-bottom: 40px;
}
#case .case_btn {
  margin: 80px auto;
}
#case .btnStyle.btn02 a::after {
  content: "";
  width: 22px;
  height: 22px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(/assets/img/icon_btnArrow_R.png);
  background-size: contain;
  background-repeat: no-repeat;
  left: 20px;
  transform: translateY(-50%) scale(-1);
}
#case .voice_list {
  padding: 5.2vw 4vw;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
#case .voice_card {
  width: calc(33.3% - 16px);  
}
#case .voice_card .voice_user_txt {
  padding-bottom: 20px;
}
#case .case_point {
  margin-bottom: 40px;
}
#case .case_point dl {
  background-color: #e6f6f9;
  border-radius: 10px;
  padding: 20px;
}
#case .case_point dl + dl {
  margin-top: 20px;
}
#case .case_point dt {
  padding-bottom: .8em;
  margin-bottom: .8em;
  border-bottom: 2px dotted;
  font-size: clamp(12px, 2.44vw, 18px);
}
#case .case_point li {
  font-size: clamp(12px, 2.44vw, 18px);
  font-feature-settings: normal;
  line-height: 1.4;
  margin-bottom: 0.5em;
  text-indent: -1em;
  padding-left: 1em;
}
#case .case_point li:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  #case .sp {
    display: block;
  }
  #case .case_ttl {
    padding: 5% 5% 10%;
  }
  #case .case_ttl .breadcrumbs {
    width: 100%;
    font-size: 3.2vw;
  }
  #case .case_ttl h1 {
    width: 100%;
    font-size: 7vw;
    margin: 30px auto 0;
  }
  #case .case_ttl h1 .case_ttl_cate {
    font-size: 5vw;
  }
  #case .case_ttl h1 .case_ttl_comp {
    font-size: 4vw;
  }
  #case .case_block {
    padding: 0;
    margin: 15% auto 10%;
  }
  #case .case_block p {
    font-size: 4vw;
  }
  #case .case_block .case_main {
    margin-bottom: 12%;
  }
  #case .case_block .case_main .text01 {
    padding: 5% 0;
    border-top: dashed 1px #100964;
    border-bottom: dashed 1px #100964;
    margin-bottom: 10%;
    line-height: 1.2;
  }
  #case .case_block .case_main .img {
    margin-bottom: 3%;
  }
  #case .case_block .case_main .text02 {
    margin-bottom: 10%;
    line-height: 1.4;
  }
  #case .case_block .case_main .text02 span {
    font-weight: bolder;
  }
  #case .case_block .case_main .text02 span.note {
    font-size: 3vw;
  }
  #case .case_block .case_contents {
    margin-bottom: 12%;
  }
  #case .case_block .case_contents h2 {
    font-size: 6.13vw;
    margin-bottom: 5%;
    line-height: 1.6;
  }
  #case .case_block .case_contents .sub_img + h2 {
    padding-top: 5%;
  }
  #case .case_block .case_contents .text_q {
    font-size: 3.73vw;
    font-weight: bolder;
    margin-bottom: 5%;
  }
  #case .case_block .case_contents .text_a {
    font-size: 3.6vw;
    margin-bottom: 7%;
  }
  #case .case_block .case_image {
    margin-bottom: 24%;
  }
  #case .case_block .case_contents .text_last {
    margin-bottom: 24%;
  }
  #case .case_btn {
    margin: 16% auto 24%;
  }
  #case .btnStyle.btn02 a::after {
    content: "";
    width: 22px;
    height: 22px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(/assets/img/icon_btnArrow_R.png);
    background-size: contain;
    background-repeat: no-repeat;
    left: 20px;
    transform: translateY(-50%) scale(-1);
  }
  .btnStyle.btn02 a {
    font-size: 3.6vw;
  }
  #case .case_point dt {
    font-size: 3.6vw;
  }
  #case .case_point li {
    font-size: 3.6vw;
  }
  #case .voice_card {
    width: 100%;  
  }
}/*# sourceMappingURL=case.css.map */