@charset "UTF-8";
.p-case__heading {
  font-weight: 700;
  line-height: 1.39;
  font-size: 4rem;
  text-align: left;
}
@media screen and (max-width: 856px) {
  .p-case__heading {
    font-size: 5.3333333333vw;
  }
}

.p-case__lead-highlight-line {
  padding: 11px 15px 13px;
  border-radius: 0 10px 10px 10px;
  background-color: #214589;
  color: #ffffff;
  font-weight: 700;
  width: fit-content;
  font-size: 2.2rem;
  margin-top: 4.5rem;
}
@media screen and (max-width: 856px) {
  .p-case__lead-highlight-line {
    font-size: 4.5333333333vw;
  }
}
@media screen and (max-width: 856px) {
  .p-case__lead-highlight-line {
    margin-top: 6.4vw;
  }
}
@media screen and (max-width: 856px) {
  .p-case__lead-highlight-line {
    padding: 8px 10px 9px;
  }
}

.p-case__lead {
  font-weight: 500;
  text-align: left;
  color: #214589;
  font-size: 2.2rem;
  margin-top: 1.5rem;
}
@media screen and (max-width: 856px) {
  .p-case__lead {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 856px) {
  .p-case__lead {
    margin-top: 2.6666666667vw;
  }
}

.p-case__eyecatch {
  width: 800px;
  border-radius: 8px;
  overflow: hidden;
  margin-top: 4rem;
}
.p-case__eyecatch.--h300 {
  height: 30rem;
}
@media screen and (max-width: 856px) {
  .p-case__eyecatch.--h300 {
    height: 40vw;
  }
}
.p-case__eyecatch img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 856px) {
  .p-case__eyecatch {
    margin-top: 5.3333333333vw;
  }
}
@media screen and (max-width: 856px) {
  .p-case__eyecatch {
    width: 100%;
  }
}

.p-case__companyname {
  font-size: 2.8rem;
  margin-top: 3rem;
  font-weight: bold;
  line-height: 1.14;
  letter-spacing: 0.56px;
  text-align: left;
  margin-top: 30px;
}
@media screen and (max-width: 856px) {
  .p-case__companyname {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 856px) {
  .p-case__companyname {
    margin-top: 4vw;
  }
}

.p-case__summary {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 6.5rem;
}
@media screen and (max-width: 856px) {
  .p-case__summary {
    margin-top: 10.6666666667vw;
  }
}
@media screen and (max-width: 856px) {
  .p-case__summary {
    gap: 20px;
  }
}

.p-case__summary-items {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
@media screen and (max-width: 856px) {
  .p-case__summary-items {
    flex-direction: column;
  }
}
.p-case__summary-items .e-title {
  font-size: 1.6rem;
  min-width: 13rem;
  margin: 0 10px 0 0;
  padding: 8px 8px 11px 8px;
  border-radius: 18px;
  background-color: #214589;
  color: #ffffff;
}
@media screen and (max-width: 856px) {
  .p-case__summary-items .e-title {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 856px) {
  .p-case__summary-items .e-title {
    min-width: 24vw;
  }
}
@media screen and (max-width: 856px) {
  .p-case__summary-items .e-title {
    padding: 4px 8px 6px 8px;
  }
}
.p-case__summary-items .e-text {
  flex: 1;
  text-align: left;
  font-size: 1.6rem;
  padding-bottom: 20px;
  line-height: 1.8;
  display: inline-block;
  /* 点線のスタイル */
  background-image: radial-gradient(circle at 1px 1px, #214589 1px, transparent 1px);
  background-size: 8px 8px;
  background-repeat: repeat-x;
  background-position: 0 100%;
}
@media screen and (max-width: 856px) {
  .p-case__summary-items .e-text {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 856px) {
  .p-case__summary-items .e-text {
    width: 100%;
  }
}
.p-case__summary-items .e-text > ul {
  list-style: disc;
  margin-left: 1.5em;
}
.p-case__summary-items .e-text li {
  list-style: disc;
}

.p-case__box-heading {
  text-align: left;
  font-weight: 700;
  position: relative;
  line-height: 1.5;
  font-size: 2.4rem;
  margin-top: 8rem;
  padding-left: 20px;
}
@media screen and (max-width: 856px) {
  .p-case__box-heading {
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 856px) {
  .p-case__box-heading {
    margin-top: 10.6666666667vw;
  }
}
@media screen and (max-width: 856px) {
  .p-case__box-heading {
    padding-left: 20px;
  }
}
.p-case__box-heading::before {
  position: absolute;
  content: "";
  background-color: #214589;
  width: 10px;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 1px 5px 5px 5px;
}
@media screen and (max-width: 856px) {
  .p-case__box-heading::before {
    width: 5px;
  }
}

.p-case__voice {
  display: grid;
  grid-template-columns: 150px auto;
  align-items: center;
  gap: 20px;
  margin-top: 6rem;
}
@media screen and (max-width: 856px) {
  .p-case__voice {
    margin-top: 5.3333333333vw;
  }
}
@media screen and (max-width: 856px) {
  .p-case__voice {
    grid-template-columns: 1fr;
  }
}

.p-case__voice-img {
  width: 142.3px;
  height: 165px;
  padding: 0px 0 0;
}
@media screen and (max-width: 856px) {
  .p-case__voice-img {
    margin: auto;
  }
}
.p-case__voice-img img {
  height: auto;
  object-fit: cover;
}

.p-case__voice-balloon {
  position: relative;
  display: inline-block;
  margin-left: 16px;
  padding: 39px 26px 38px;
  border-radius: 12px;
  background-color: #ffffff;
  text-align: left;
  font-size: 1.6rem;
  font-weight: 400;
  box-shadow: 8px 8px 20px 0 rgba(33, 78, 150, 0.16);
}
@media screen and (max-width: 856px) {
  .p-case__voice-balloon {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 856px) {
  .p-case__voice-balloon {
    padding: 6.66vw;
    border-radius: 8px;
    margin-left: 0;
  }
}
.p-case__voice-balloon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  border-style: solid;
  border-width: 16px 16px 0 0;
  border-color: transparent #ffffff transparent transparent;
  translate: -100% calc(-50% + 0.4px);
  transform: skew(0, -10deg);
  transform-origin: right;
}
@media screen and (max-width: 856px) {
  .p-case__voice-balloon::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    border-style: solid;
    border-width: 0 0 16px 16px;
    border-color: transparent transparent #ffffff;
    translate: calc(-50% + 0.4px) -100%;
    transform: skew(-10deg);
    transform-origin: bottom;
  }
}

.p-case__voice-text {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.8;
  text-align: left;
}
@media screen and (max-width: 856px) {
  .p-case__voice-text {
    font-size: 4.2666666667vw;
  }
}

.p-case__voice-author {
  margin-top: 2rem;
  text-align: left;
}
@media screen and (max-width: 856px) {
  .p-case__voice-author {
    margin-top: 4.2666666667vw;
  }
}

/*# sourceMappingURL=case.css.map */
