@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
.sec-case__list.sortList {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: flex-start;
}
@media screen and (min-width: 580px) {
  .sec-case__list.sortList {
    gap: 40px 3%;
  }
}
@media screen and (min-width: 1025px) {
  .sec-case__list.sortList {
    gap: 60px 5%;
  }
}
.sec-case__list.sortList > li {
  width: 100%;
}
@media screen and (min-width: 580px) {
  .sec-case__list.sortList > li {
    width: 48%;
  }
}
@media screen and (min-width: 1025px) {
  .sec-case__list.sortList > li {
    width: 30%;
  }
}

.filterList__case {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px 2%;
}
@media screen and (min-width: 580px) {
  .filterList__case {
    gap: 15px 2%;
  }
}
@media screen and (min-width: 1025px) {
  .filterList__case {
    gap: 15px 1.4%;
  }
}
.filterList__case label {
  background: #5A5F63;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  line-height: 1;
  font-weight: 700;
  cursor: pointer;
  transition: 0.3s;
  padding: 0.6em 0.5em;
  width: 32%;
  font-size: clamp(1.4rem, 1.36vw, 1.6rem);
}
@media screen and (min-width: 580px) {
  .filterList__case label {
    padding: 1em 0.5em;
    width: 23.4%;
  }
}
@media screen and (min-width: 1025px) {
  .filterList__case label {
    width: 15.4%;
  }
}
.filterList__case label.checkbox.active {
  background: #003E92;
}

.sec-case__list [class*=hidden-] {
  display: none;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  width: 0;
  opacity: 0;
  cursor: pointer;
}

input {
  margin: 0;
  width: 0;
  opacity: 0;
}

@media screen and (min-width: 768px) {
  .kv {
    width: 80%;
    margin: 0 auto 60px;
    max-width: 740px;
  }
}

.case-intro {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .case-intro {
    justify-content: space-between;
  }
}
.case-intro > p {
  order: 2;
  font-size: clamp(1.5rem, 1.55vw, 1.8rem);
  width: 100%;
}
@media screen and (min-width: 768px) {
  .case-intro > p {
    order: 1;
    width: 72.8%;
  }
}
.case-intro .cp-logo {
  order: 1;
  width: 60%;
  max-width: 324px;
  margin: 0 auto 15px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .case-intro .cp-logo {
    order: 2;
    width: 25%;
    margin-bottom: 0;
  }
}

.cp-data {
  width: 100%;
  border-collapse: collapse;
}
.cp-data th,
.cp-data td {
  padding: 0.5em 0.8em;
  text-align: left;
  font-size: clamp(1.4rem, 1.7vw, 2rem);
}
@media screen and (min-width: 768px) {
  .cp-data th,
  .cp-data td {
    padding: 1em 2em;
  }
}
.cp-data th {
  background-color: #1C5EB7;
  color: #fff;
  white-space: nowrap;
  border-right: solid 2px #fff;
  border-bottom: solid 2px #fff;
}
@media screen and (min-width: 768px) {
  .cp-data th {
    min-width: 10em;
    border-right: solid 4px #fff;
    border-bottom: solid 4px #fff;
  }
}
.cp-data td {
  background-color: #F2F8FE;
  border-bottom: solid 2px #fff;
}
@media screen and (min-width: 768px) {
  .cp-data td {
    border-bottom: solid 4px #fff;
  }
}
.cp-data tr:first-of-type th {
  border-radius: 10px 0 0 0;
}
.cp-data tr:first-of-type td {
  border-radius: 0 10px 0 0;
}
.cp-data tr:last-of-type th {
  border-radius: 0 0 0 10px;
  border-bottom: 0;
}
.cp-data tr:last-of-type td {
  border-radius: 0 0 10px 0;
  border-bottom: 0;
}

.faq {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .faq {
    margin-bottom: 80px;
  }
}
.faq .faq-q, .faq .faq-a {
  position: relative;
  padding-left: 50px;
}
@media screen and (min-width: 768px) {
  .faq .faq-q, .faq .faq-a {
    padding-left: 70px;
  }
}
@media screen and (min-width: 1025px) {
  .faq .faq-q, .faq .faq-a {
    padding-left: 110px;
  }
}
.faq .faq-q::before, .faq .faq-a::before {
  font-weight: 700;
  font-size: clamp(2.2rem, 4.2vw, 4.5rem);
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  padding-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .faq .faq-q::before, .faq .faq-a::before {
    width: 50px;
    height: 50px;
  }
}
@media screen and (min-width: 1025px) {
  .faq .faq-q::before, .faq .faq-a::before {
    width: 70px;
    height: 70px;
  }
}
.faq .faq-q {
  font-weight: 700;
  font-size: clamp(1.7rem, 2vw, 2.8rem);
  margin-bottom: 20px;
  min-height: 30px;
}
@media screen and (min-width: 768px) {
  .faq .faq-q {
    margin-bottom: 34px;
    min-height: 50px;
  }
}
@media screen and (min-width: 1025px) {
  .faq .faq-q {
    min-height: 70px;
  }
}
.faq .faq-q::before {
  content: "Q";
  color: #fff;
  background: #3F80D8;
  margin-bottom: 18px;
  top: -0.5rem;
}
@media screen and (min-width: 768px) {
  .faq .faq-q::before {
    margin-bottom: 28px;
  }
}
.faq .faq-a {
  font-size: clamp(1.5rem, 1.55vw, 1.8rem);
}
.faq .faq-a::before {
  content: "A";
  color: #003E92;
  border: solid 1px #003E92;
}
.faq .faq-a p {
  display: block;
  margin: 0 0 1.5em;
}
.faq .faq-a img {
  width: auto;
}
.faq .faq-a ol {
  counter-reset: count 0;
  list-style-type: none;
  padding: 15px 0;
}
.faq .faq-a ol li {
  padding-left: 2rem;
  text-indent: -1.9rem;
  margin-bottom: 0.5em;
}
.faq .faq-a ol li::before {
  content: counter(count) ". ";
  counter-increment: count 1;
}
.faq .faq-a ul {
  list-style-type: none;
  padding: 15px 0;
}
.faq .faq-a ul li {
  margin-bottom: 0.5em;
  padding-left: 2rem;
  text-indent: -1.9rem;
}
.faq .faq-a ul li::before {
  content: "● ";
  color: #45a6ef;
}
.faq .faq-a table {
  padding: 15px 0;
  width: 100%;
  border-collapse: collapse;
}
.faq .faq-a table th, .faq .faq-a table td {
  padding: 4px 15px;
  border: solid 1px #ddd;
}
.faq .faq-a strong {
  font-weight: 700;
  padding: 0.5em 0;
  color: #003E92;
}
.faq .faq-a__tbl {
  width: auto;
  border-collapse: collapse;
  margin: 1.5em 0;
  display: block;
}
.faq .faq-a__tbl th,
.faq .faq-a__tbl td {
  padding: 0.5em 2em 0.5em 0;
  text-align: left;
  font-size: clamp(1.5rem, 1.55vw, 1.8rem);
}
@media screen and (max-width: 769px) {
  .faq table {
    width: 100% !important;
  }
}

.cp-data-txt {
  background-color: #fff;
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.16));
  transform: translateZ(0);
  background: #F2F8FE;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .cp-data-txt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 100px;
    transform: inherit;
  }
}
.cp-data-txt dt, .cp-data-txt dd {
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 1.5em 2em;
  font-size: clamp(1.6rem, 1.7vw, 2rem);
}
.cp-data-txt dt {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .cp-data-txt dt {
    width: 25.25%;
  }
}
.cp-data-txt dd {
  width: 100%;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .cp-data-txt dd {
    width: 74.75%;
  }
}

.c-list {
  display: block;
  margin: 1em 0;
  padding-left: 1em;
}
.c-list li {
  display: block;
  margin-bottom: 0.3em;
}