.c-box--border {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .c-box--border {
    display: block;
  }
}
@media only screen and (min-width: 769px) {
  .c-box--border .c-list-link {
    line-height: 1.8;
    margin-top: 0;
    margin-left: 30px;
  }
  .c-box--border .c-list-link > a {
    display: inline-block;
    line-height: 1.8;
  }
}

.services-about {
  position: relative;
  padding-top: 100px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .services-about {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}
.services-about::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -60px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 61px 90px 0 90px;
  border-color: #eff3f5 transparent transparent transparent;
}
@media only screen and (max-width: 768px) {
  .services-about::after {
    bottom: -38px;
    border-width: 38px 56px 0 56px;
  }
}
@media only screen and (max-width: 768px) {
  .services-about .c-link--anchor {
    margin-top: 60px;
  }
}

.l-services__about__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-radius: 10px;
  -webkit-box-shadow: 10px 10px 30px rgba(5, 153, 204, 0.2);
          box-shadow: 10px 10px 30px rgba(5, 153, 204, 0.2);
  background: #fff;
  padding: 30px 35px;
}
@media only screen and (max-width: 768px) {
  .l-services__about__item {
    display: block;
    padding: 24px 20px 30px;
  }
}
.l-services__about__item:not(:first-of-type) {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .l-services__about__item:not(:first-of-type) {
    margin-top: 25px;
  }
}
.l-services__about__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #0099CC;
  font-size: 2.4rem;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .l-services__about__ttl {
    font-size: 1.8rem;
    margin-top: 12px;
    letter-spacing: 0.032em;
    text-align: center;
  }
}
.l-services__about__ttl > span {
  font-size: 1.8rem;
}
@media only screen and (max-width: 768px) {
  .l-services__about__ttl > span {
    font-size: 1.6rem;
  }
}
.l-services__about__image {
  width: 227px;
  margin-right: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  .l-services__about__image {
    width: 257px;
    margin: 0 auto;
  }
}
.l-services__about__lead {
  margin-top: 10px;
  font-size: 1.6rem;
  letter-spacing: 0.032em;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .l-services__about__lead {
    font-size: 1.4rem;
    margin-top: 15px;
    letter-spacing: 0.032em;
  }
}

.services-support {
  margin-top: 190px;
}
@media only screen and (max-width: 768px) {
  .services-support {
    margin-top: 128px;
  }
}
.services-support .l-services__support {
  position: relative;
}
.services-support .l-services__support__baloon {
  position: absolute;
  left: 50%;
  top: -30px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 1.5rem;
  text-align: center;
  width: 362px;
  border: 1px solid #0099CC;
  background: #fff;
  padding: 11px 0 13px;
  -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16);
}
@media only screen and (max-width: 768px) {
  .services-support .l-services__support__baloon {
    width: 295px;
  }
}
.services-support .l-services__support__baloon::before {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  width: 30px;
  height: 30px;
  background: #fff;
  border-right: 1px solid #0099CC;
  border-bottom: 1px solid #0099CC;
}
.services-support .l-services__support__head {
  border-radius: 10px 10px 0 0;
  background: #0099CC;
  padding: 50px 0 28px;
}
@media only screen and (max-width: 768px) {
  .services-support .l-services__support__head {
    padding: 50px 18px 40px;
  }
}
.services-support .l-services__support__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 3.2rem;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .services-support .l-services__support__ttl {
    font-size: 2.4rem;
  }
}
.services-support .l-services__support__ttl > span {
  font-size: 2.2rem;
}
@media only screen and (max-width: 768px) {
  .services-support .l-services__support__ttl > span {
    font-size: 1.8rem;
    margin-top: 6px;
  }
}
.services-support .l-services__support__txt {
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.5;
  margin-top: 8px;
}
@media only screen and (max-width: 768px) {
  .services-support .l-services__support__txt {
    margin-top: 15px;
  }
}
.services-support .l-services__support__body {
  position: relative;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-radius: 0 0 10px 10px;
  padding: 40px 10% 60px;
}
@media only screen and (max-width: 768px) {
  .services-support .l-services__support__body {
    padding: 26px 20px;
  }
}
.services-support .l-services__support__body .illust {
  position: absolute;
  background: url("/share/img_home/new/illust_service01.png") center/contain no-repeat;
}
@media only screen and (max-width: 768px) {
  .services-support .l-services__support__body .illust {
    position: static;
    margin-top: 25px;
  }
}
.services-support .l-services__support__body .illust.support {
  width: 327px;
  height: 214px;
  right: 76px;
  bottom: 26px;
}
@media only screen and (max-width: 768px) {
  .services-support .l-services__support__body .illust.support {
    width: 100%;
    height: auto;
  }
}
.services-support .l-services__support__body .illust.pro {
  width: 327px;
  height: 214px;
  right: 48px;
  bottom: 72px;
}
@media only screen and (max-width: 768px) {
  .services-support .l-services__support__body .illust.pro {
    width: 100%;
    height: auto;
  }
}
.services-support .l-services__support__body .c-list-check {
  position: relative;
  margin-top: 0;
  z-index: 1;
}
.services-support .c-link--anchor--white {
  max-width: 824px;
  margin-left: auto;
  margin-right: auto;
}

.services-issue {
  padding-top: 100px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .services-issue {
    padding-top: 60px;
  }
}
.services-issue .l-services__issue__box {
  border-radius: 10px;
  overflow: hidden;
}
.services-issue .l-services__issue__box:not(:first-child) {
  margin-top: 30px;
}
.services-issue .l-services__issue__box__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background: #0099CC;
  padding: 15px 26px;
}
@media only screen and (max-width: 768px) {
  .services-issue .l-services__issue__box__head {
    padding: 20px 12px;
  }
}
.services-issue .l-services__issue__box__head .icon {
  width: 46px;
  color: #fff;
  font-size: 1.1rem;
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 30px;
}
@media only screen and (max-width: 768px) {
  .services-issue .l-services__issue__box__head .icon {
    width: 36px;
    margin-right: 20px;
  }
}
.services-issue .l-services__issue__box__head .icon img {
  margin-bottom: 4px;
}
.services-issue .l-services__issue__box__head .ttl {
  color: #fff;
  font-size: 2.2rem;
}
@media only screen and (max-width: 768px) {
  .services-issue .l-services__issue__box__head .ttl {
    font-size: 1.6rem;
    font-weight: 600;
  }
}
.services-issue .l-services__issue__box__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  padding: 20px 26px;
}
@media only screen and (max-width: 768px) {
  .services-issue .l-services__issue__box__body {
    padding: 30px 12px;
  }
}
.services-issue .l-services__issue__box__body > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.services-issue .l-services__issue__box__body .icon {
  width: 46px;
  color: #0099CC;
  font-size: 1.1rem;
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 30px;
}
@media only screen and (max-width: 768px) {
  .services-issue .l-services__issue__box__body .icon {
    width: 36px;
    margin-right: 20px;
  }
}
.services-issue .l-services__issue__box__body .icon img {
  margin-bottom: 4px;
}
.services-issue .l-services__issue__box__body__inner:not(:first-child) {
  margin-top: 20px;
}
.services-issue .l-services__issue__box__body__inner .lead {
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.032em;
}
.services-issue .l-services__issue__box__body__inner .txt {
  font-size: 1.6rem;
  letter-spacing: 0.032em;
  line-height: 1.5;
}

.services-support-oss {
  padding-top: 100px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .services-support-oss {
    padding-top: 60px;
  }
}

.services-reason {
  padding-top: 100px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .services-reason {
    padding-bottom: 0;
  }
}
.services-reason .l-services__reason__box {
  border-radius: 10px;
  overflow: hidden;
}
.services-reason .l-services__reason__box:not(:first-child) {
  margin-top: 30px;
}
.services-reason .l-services__reason__box__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background: #0099CC;
  padding: 20px 22px;
}
@media only screen and (max-width: 768px) {
  .services-reason .l-services__reason__box__head {
    padding: 20px 12px;
  }
}
.services-reason .l-services__reason__box__head .icon {
  width: 54px;
  color: #fff;
  font-size: 1.1rem;
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 25px;
}
@media only screen and (max-width: 768px) {
  .services-reason .l-services__reason__box__head .icon {
    width: 46px;
    margin-right: 14px;
  }
}
.services-reason .l-services__reason__box__head .ttl {
  color: #fff;
  font-size: 2.2rem;
}
@media only screen and (max-width: 768px) {
  .services-reason .l-services__reason__box__head .ttl {
    font-size: 1.6rem;
  }
}
.services-reason .l-services__reason__box__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #F5F5F5;
  padding: 30px 40px;
}
@media only screen and (max-width: 768px) {
  .services-reason .l-services__reason__box__body {
    padding: 30px 20px;
  }
}
.services-reason .l-services__reason__box__body > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.services-reason .l-services__reason__box__body__inner:not(:first-child) {
  margin-top: 20px;
}
.services-reason .l-services__reason__box__body__inner .txt {
  font-size: 1.6rem;
  letter-spacing: 0.032em;
}