@import url("https://fonts.googleapis.com/earlyaccess/notosansjp.css");
.top__text {
  text-align: center;
  font-weight: 400;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .top__text {
    font-size: 15px;
    margin-bottom: 40px;
  }
}

.client__title1 {
  width: 56.1%;
  max-width: 758px;
}
@media screen and (max-width: 768px) {
  .client__title1 {
    width: 85%;
    min-width: 286px;
  }
}

.client__img1 {
  border-radius: 15px;
}

.strengths {
  background-color: #FECD2F;
}
.strengths .client__title2 {
  width: 65.1%;
  max-width: 774px;
  margin: 0 auto 54px;
}
@media screen and (max-width: 768px) {
  .strengths .client__title2 {
    width: 68%;
    min-width: 256px;
    margin-bottom: 26px;
  }
}
.strengths .strengths__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1250px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 960px) {
  .strengths .strengths__wrap {
    display: block;
  }
}
.strengths .strengths__wrap .strengths__st {
  font-size: 23px;
  font-weight: 700;
  color: #0069BC;
  background-color: #FFFFFF;
  padding: 6px 22px;
  border-radius: 20px;
  margin: 0 auto 20px;
  display: inline-block;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .strengths .strengths__wrap .strengths__st {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .strengths .strengths__wrap .strengths__st {
    font-size: 17px;
  }
}
.strengths .strengths__wrap .block {
  width: 46.2%;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .strengths .strengths__wrap .block {
    width: 100%;
  }
}
.strengths .strengths__wrap .block ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.strengths .strengths__wrap .block ul li {
  width: 48.2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.strengths .strengths__wrap .block ul li img:nth-child(2n) {
  margin-top: 7.4%;
}
.strengths .strengths__wrap .center {
  width: 8.24%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url("../img/client/icon_cross.svg");
  background-size: 49%;
  background-position: center top 58%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 960px) {
  .strengths .strengths__wrap .center {
    width: 100%;
    background-position: center;
    background-size: 50px;
    height: 90px;
  }
}
.strengths .dispatch {
  max-width: 750px;
  margin: 0 auto;
}
.strengths .dispatch .dispatch__item {
  width: 100%;
  position: relative;
  background-color: #FFFFFF;
  border-radius: 15px;
  padding: 50px 25px 35px;
  margin-bottom: 50px;
  position: relative;
}
.strengths .dispatch .dispatch__item:first-child {
  margin-right: 3.2%;
}
@media screen and (max-width: 768px) {
  .strengths .dispatch .dispatch__item:first-child {
    margin-right: auto;
  }
}
@media screen and (max-width: 1380px) and (min-width: 960px) {
  .strengths .dispatch .dispatch__item {
    padding: 35px 35px 25px;
  }
}
@media screen and (max-width: 960px) {
  .strengths .dispatch .dispatch__item {
    padding: 35px 25px 20px;
  }
}
@media screen and (max-width: 768px) {
  .strengths .dispatch .dispatch__item {
    width: 100%;
    max-width: 500px;
    padding: 50px 25px 20px;
    margin: 0 auto;
  }
}
.strengths .dispatch .dispatch__item .dispatch__top {
  position: absolute;
  top: -20px;
  left: calc(50% - 225px);
}
@media screen and (max-width: 1380px) and (min-width: 960px) {
  .strengths .dispatch .dispatch__item .dispatch__top {
    left: calc(50% - 200px);
  }
}
@media screen and (max-width: 960px) {
  .strengths .dispatch .dispatch__item .dispatch__top {
    left: calc(50% - 200px);
  }
}
@media screen and (max-width: 768px) {
  .strengths .dispatch .dispatch__item .dispatch__top {
    left: calc(50% - 100px);
    top: -35px;
  }
}
.strengths .dispatch .dispatch__item .dispatch__top span {
  background-color: #059DFF;
  color: #FFFFFF;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.68;
  letter-spacing: 0.0032em;
  text-align: center;
  display: inline-block;
  width: 450px;
  padding: 6px 10px;
}
@media screen and (max-width: 1380px) and (min-width: 960px) {
  .strengths .dispatch .dispatch__item .dispatch__top span {
    font-size: 18px;
    width: 400px;
  }
}
@media screen and (max-width: 960px) {
  .strengths .dispatch .dispatch__item .dispatch__top span {
    font-size: 17px;
    padding: 6px 10px;
    width: 400px;
  }
}
@media screen and (max-width: 768px) {
  .strengths .dispatch .dispatch__item .dispatch__top span {
    width: 200px;
  }
}
.strengths .dispatch .dispatch__item ul {
  padding-left: 6.5%;
}
@media screen and (max-width: 960px) {
  .strengths .dispatch .dispatch__item ul {
    padding-left: 10%;
  }
}
@media screen and (max-width: 768px) {
  .strengths .dispatch .dispatch__item ul {
    padding-left: 2%;
  }
}
.strengths .dispatch .dispatch__item ul li {
  position: relative;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.94;
  letter-spacing: 0.0035em;
  padding-left: 30px;
}
@media screen and (max-width: 960px) {
  .strengths .dispatch .dispatch__item ul li {
    padding-left: 25px;
    font-size: 15px;
  }
}
.strengths .dispatch .dispatch__item ul li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 18px;
  height: 18px;
  background-image: url("../img/client/icon_check.svg");
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 960px) {
  .strengths .dispatch .dispatch__item ul li:after {
    top: 8px;
  }
}
@media screen and (max-width: 768px) {
  .strengths .dispatch .dispatch__item ul li:after {
    top: 8px;
    width: 16px;
    height: 16px;
  }
}

.case .client__title3 {
  width: 51.2%;
  max-width: 512px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 768px) {
  .case .client__title3 {
    width: 99%;
    min-width: 332px;
  }
}
.case .case__block {
  max-width: 1000px;
  margin: 0 auto;
}
.case .case__block .case__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  background-color: #FFFFFF;
  border: 2px solid #059DFF;
  border-radius: 15px;
  padding: 87px 50px 50px;
  margin-bottom: 70px;
}
.case .case__block .case__item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 960px) {
  .case .case__block .case__item {
    padding: 80px 40px 40px;
  }
}
@media screen and (max-width: 768px) {
  .case .case__block .case__item {
    padding: 70px 28px 28px;
    display: block;
    margin-bottom: 90px;
  }
}
.case .case__block .case__item .blue__Wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 50px;
  position: absolute;
  top: -25px;
  left: 0;
  z-index: 1;
}
.case .case__block .case__item .blue__Wrap h3 {
  background-color: #059DFF;
  border-radius: 50px;
  text-align: center;
  color: #FFFFFF;
  padding: 15px 45px;
}
@media screen and (max-width: 768px) {
  .case .case__block .case__item .blue__Wrap h3 {
    min-width: 295px;
    padding: 15px 32px;
  }
}
@media screen and (max-width: 768px) {
  .case .case__block .case__item .blue__Wrap h3 .img1 {
    max-width: 220px;
  }
}
@media screen and (max-width: 768px) {
  .case .case__block .case__item .blue__Wrap h3 .img2 {
    max-width: 177px;
  }
}
@media screen and (max-width: 768px) {
  .case .case__block .case__item .blue__Wrap h3 .img3 {
    max-width: 210px;
  }
}
@media screen and (max-width: 768px) {
  .case .case__block .case__item .blue__Wrap h3 .img4 {
    max-width: 244px;
  }
}
@media screen and (max-width: 768px) {
  .case .case__block .case__item .blue__Wrap h3 .img5 {
    max-width: 248px;
  }
}
@media screen and (max-width: 960px) {
  .case .case__block .case__item .blue__Wrap {
    padding: 10px 35px;
  }
}
@media screen and (max-width: 768px) {
  .case .case__block .case__item .blue__Wrap {
    height: auto;
    top: -48px;
  }
}
.case .case__block .case__item .blue__Wrap:after {
  content: "";
  position: absolute;
  left: calc(50% - 18px);
  bottom: -10px;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-bottom: 30px solid #059DFF;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .case .case__block .case__item .blue__Wrap:after {
    bottom: -3px;
  }
}
@media screen and (max-width: 768px) {
  .case .case__block .case__item .blue__Wrap.sp-height {
    height: 75px;
    top: -40px;
  }
}
@media screen and (max-width: 768px) {
  .case .case__block .case__item .blue__Wrap.sp-height:after {
    bottom: -12px;
  }
}
.case .case__block .case__item .left__img {
  width: 120px;
  height: 120px;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .case .case__block .case__item .left__img {
    width: 100px;
    height: 100px;
    display: block;
    margin: 0 auto 20px;
  }
}
.case .case__block .case__item .text__wrap {
  width: calc(100% - 150px);
}
@media screen and (max-width: 768px) {
  .case .case__block .case__item .text__wrap {
    width: 100%;
  }
}
.case .case__block .case__item .text__wrap .top {
  font-weight: 400;
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  .case .case__block .case__item .text__wrap .top {
    font-size: 16px;
    margin-bottom: 36px;
  }
}
.case .case__block .case__item .text__wrap .top img {
  width: 250px;
  display: block;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .case .case__block .case__item .text__wrap .top img {
    margin: 0 auto 15px;
  }
}
.case .case__block .case__item .text__wrap .middle {
  font-weight: 400;
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  .case .case__block .case__item .text__wrap .middle {
    font-size: 16px;
    margin-bottom: 36px;
  }
}
.case .case__block .case__item .text__wrap .middle img {
  width: 249px;
  display: block;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .case .case__block .case__item .text__wrap .middle img {
    margin: 0 auto 15px;
  }
}
.case .case__block .case__item .text__wrap .bottom {
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .case .case__block .case__item .text__wrap .bottom {
    font-size: 16px;
  }
}
.case .case__block .case__item .text__wrap .bottom img {
  width: 118px;
  display: block;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .case .case__block .case__item .text__wrap .bottom img {
    margin: 0 auto 10px;
  }
}
.case .case__block .case__item.double {
  padding-top: 130px;
}
@media screen and (max-width: 768px) {
  .case .case__block .case__item.double {
    padding-top: 92px;
  }
}
.case .case__block .case__item.double .blue__Wrap {
  height: 93px;
}
@media screen and (max-width: 768px) {
  .case .case__block .case__item.double .blue__Wrap {
    height: 102px;
  }
}
@media screen and (max-width: 960px) {
  .case .case__block .case__item.double .blue__Wrap h3 {
    padding: 15px 26px;
  }
}
@media screen and (max-width: 768px) {
  .case .case__block .case__item.double .blue__Wrap:after {
    bottom: -12px;
  }
}
.case .case__block .case__item.triple {
  padding-top: 170px;
}
@media screen and (max-width: 768px) {
  .case .case__block .case__item.triple {
    padding-top: 145px;
  }
}
.case .case__block .case__item.triple .blue__Wrap {
  height: 133px;
}
@media screen and (max-width: 768px) {
  .case .case__block .case__item.triple .blue__Wrap {
    height: 156px;
  }
}
.case .case__block .case__item.triple .blue__Wrap h3 {
  border-radius: 65px;
}
@media screen and (max-width: 960px) {
  .case .case__block .case__item.triple .blue__Wrap h3 {
    padding: 15px 20px;
    border-radius: 50px;
  }
}
@media screen and (max-width: 768px) {
  .case .case__block .case__item.triple .blue__Wrap:after {
    bottom: -12px;
  }
}