.case-title {
  margin-top: 30px;
  font-size: 2.4rem;
  line-height: 1;
  margin-bottom: 10px;
}

.case-wrap {
  padding-bottom: 60px;
}

.case-box {
  padding: 30px;
  border: 1px solid #ccc;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.case-box .image {
  width: 250px;
}
.case-box .content {
  width: calc(100% - 250px);
  padding-left: 20px;
}
.case-box .content .name {
  font-weight: bold;
  font-size: 20px;
  position: relative;
  margin-bottom: 30px;
}
.case-box .content .name::before {
  content: "";
  width: 60px;
  height: 6px;
  position: absolute;
  left: 0;
  bottom: -10px;
  background-size: auto auto;
  background-color: rgb(255, 255, 255);
  background-image: -webkit-repeating-linear-gradient(315deg, transparent, transparent 4px, rgb(44, 145, 223) 4px, rgb(44, 145, 223) 6px);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 4px, rgb(44, 145, 223) 4px, rgb(44, 145, 223) 6px);
  z-index: -1;
}
.case-box .content .comment {
  line-height: 1.6;
  margin-bottom: 30px;
}
.case-box .content ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.case-box .content ul li {
  width: 48%;
  background-color: #f4f4f4;
  padding: 14px 30px;
  margin-bottom: 16px;
}
.case-box .content ul li:last-child {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .case-box {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 20px;
  }
  .case-box .image {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  .case-box .content {
    width: 100%;
    padding: 0;
  }
  .case-box .content ul li {
    width: 100%;
    padding-left: 20px;
  }
}

.interview-wrap {
  padding-bottom: 60px;
}

.interview-box {
  padding: 30px;
  border: 1px solid #ccc;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.interview-box:not(:last-child) {
  margin-bottom: 20px;
}
.interview-box .image {
  position: relative;
  width: 250px;
  overflow: hidden;
}
.interview-box .image::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.interview-box .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.interview-box .content {
  width: calc(100% - 250px);
  padding-left: 20px;
}
.interview-box .content .name {
  display: inline-block;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.35;
  position: relative;
  margin-bottom: 30px;
}
.interview-box .content .name > span {
  font-weight: normal;
}
.interview-box .content .name::before {
  content: "";
  width: 100%;
  height: 6px;
  position: absolute;
  left: 0;
  bottom: -10px;
  background-size: auto auto;
  background-color: rgb(255, 255, 255);
  background-image: -webkit-repeating-linear-gradient(315deg, transparent, transparent 4px, rgb(44, 145, 223) 4px, rgb(44, 145, 223) 6px);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 4px, rgb(44, 145, 223) 4px, rgb(44, 145, 223) 6px);
  z-index: -1;
}
.interview-box .content .comment {
  line-height: 1.6;
  margin-bottom: 30px;
}
.interview-box .content .comment p.sub-title {
  font-size: 14px;
  color: #003289;
}
@media screen and (max-width: 768px) {
  .interview-box {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 20px;
  }
  .interview-box .image {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  .interview-box .content {
    width: 100%;
    padding: 0;
  }
  .interview-box .content ul li {
    width: 100%;
    padding-left: 20px;
  }
}/*# sourceMappingURL=case.css.map */