/* お客様の会社情報 */
.case-head {
  margin: 60px 0;
}

.intro .case-head-ttl {
  font-family: "Noto Sans JP", sans-serif;
  color: #202c5c;
  font-weight: 500;
  font-size: 38px;
  margin-bottom: 16px;
  text-align: center;
}

.intro .case-head-ttl::after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  background-color: #178FFF;
  margin: 16px auto 0;
}

.case-head .case-head-box {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
}

.case-head .case-head-logo {
  width: 22%;
  max-width: 300px;
}

.case-head .case-head-info {
  width: 75%;
  background-color: #F9F6F1;
  padding: 30px;
}

.case-head .case-head-info .case-head-name {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 38px;
}

.case-head .case-head-info p {
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 0;
}

.case-head .case-head-info .case-head-cat {
  width: fit-content;
  background-color: #121b3d;
  border-radius: 4px !important;
  /* padding: 0 12px; */
  font-weight: 500;
  margin-bottom: 24px;
}

.case-head .case-head-info .case-head-cat a {
  padding: 0 12px;
  font-weight: 600;
  font-size: 14px;
  color: #fff !important;
}

/* 本文 */
article {
  padding: 0 0 60px;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Roboto, "Droid Sans", "Yu Gothic", Meiryo, "Meiryo UI", sans-serif !important;

}

article h2 {
  font-size: 24px;
  font-weight: bold;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Roboto, "Droid Sans", "Yu Gothic", Meiryo, "Meiryo UI", sans-serif !important;
  color: #202c5c;
  margin-bottom: 40px;
  border-bottom: 1px solid #202c5c;
  border-left: 6px solid #202c5c;
  padding: calc(15px + 0.5rem) calc(6px + 1rem);
  line-height: 32px;
}

article h2 small {
  font-size: 17px;
}

article p,
article li {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
}

article section {
  width: 100%;
  margin: 0;
  margin-top: 60px;
}

article .case-sec .case-sec-text b {
  font-weight: 600;
  color: #202c5c;
}

/* 画像横並び */
.case-sec-media {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 4%;
}

.case-sec-media picture {
  width: 48%;
}

@media screen and (max-width: 768px) {

  article p,
  article li {
    font-size: 16px;
  }

  article {
    padding: 0 0 60px 0;
  }

  .case-head .case-head-box {
    flex-direction: column;
    gap: 16px;
  }

  .case-head .case-head-logo,
  .case-head .case-head-info {
    width: 100%;
    display: block;
    margin: auto;
  }

  article h2 {
    font-size: 20px;
  }
}

/* 画像　1枚 */
picture img {
  width: 100%;
}

.case-sec picture.full {
  width: 100%;
  max-width: 800px;
  margin: 32px auto 0;
  display: block;
}

@media screen and (max-width: 1024px) {
  .case-sec picture.full {
    max-width: 600px;
  }
}

.case-sec small.pic-desc {
  font-size: 14px !important;
  font-weight: 500;
  line-height: 1.6;
  margin-top: 16px;
  display: block;
}

.case-sec small.pic-desc02 {
  font-size: 12px !important;
  font-weight: 500;
  margin-top: 8px;
  display: block;
  text-align: end;
}

.case-sec span.pic-desc02 {
  font-size: 12px !important;
  font-weight: 500;
  margin-top: 8px;
}

/* .case-sec-point */
.case-sec-point {
  border: 2px solid #202c5c;
  padding: 16px;
  border-radius: 24px;
  /* max-width: 800px; */
  margin: auto;
}

.case-sec-point h3 {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Roboto, "Droid Sans", "Yu Gothic", Meiryo, "Meiryo UI", sans-serif !important;
  font-size: 20px;
  margin-bottom: 12px;
  color: #202c5c;
  font-weight: 600;
}

.case-sec-point ul {
  padding-left: 36px;
}

.case-sec-point ul li {
  list-style: circle;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .intro .case-head-ttl {
    font-size: 28px;
    margin-bottom: 16px;
    text-align: center;
  }

  .case-head .case-head-info .case-head-name {
    font-size: 20px;
  }

  .case-sec-point ul {
    padding: 12px 20px;
  }

  .case-sec-point ul li {
    font-size: 16px;
  }

  .pconly {
    display: none;
  }
}

/* voice */
.each-voice .voice-ttl {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Roboto, "Droid Sans", "Yu Gothic", Meiryo, "Meiryo UI", sans-serif !important;
  font-size: 20px;
  margin-bottom: 12px;
  margin-top: 24px;
  color: #202c5c;
}

@media (max-width: 969px) {
  .case-head .case-head-ttl {
    font-size: 20px;
  }

  article h2 {
    margin-bottom: 20px;
    font-size: 18px;
    padding: 8px;
  }

  .each-voice .voice-ttl {
    font-size: 18px;
  }
}