/*************************************************

services-problem

*************************************************/
.services-problem {
  margin: 80px auto 100px;
}
@media screen and (max-width: 767px) {
  .services-problem {
    margin: 40px auto 60px;
  }
}

/* services-problem-icons
---------------------------------------*/
.services-problem-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 40px;
  gap: 24px 40px;
}
@media screen and (max-width: 767px) {
  .services-problem-icons {
    gap: 20px;
  }
}

.services-problem-icons__item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(33.3333333333% - 26.6666666667px);
  padding: 24px 24px 32px;
  background-color: #fff;
  border: #ECECEC solid 1px;
  -webkit-box-shadow: 4px 4px 8px rgba(4, 33, 47, 0.12);
          box-shadow: 4px 4px 8px rgba(4, 33, 47, 0.12);
}
@media screen and (max-width: 767px) {
  .services-problem-icons__item {
    width: 100%;
    padding: 20px 16px 22px;
  }
}
.services-problem-icons__item .in-text {
  margin-bottom: 16px;
  color: #3084AC;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .services-problem-icons__item .in-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .services-problem-icons__item .in-text {
    margin-bottom: 13px;
    font-size: 16px;
  }
}
.services-problem-icons__item .in-text span {
  display: inline-block;
}

/*************************************************

services-optimization

*************************************************/
.services-optimization {
  padding: 80px 0;
  background-color: #ECECEC;
}

.services-optimization-img01 {
  margin-bottom: 40px;
  line-height: 0;
}

/* services-optimization-icons
---------------------------------------*/
.services-optimization-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 40px;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .services-optimization-icons {
    gap: 20px;
  }
}

.services-optimization-icons__item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(33.3333333333% - 26.6666666667px);
  padding: 24px 23px 32px;
  color: #3084AC;
  background-color: #fff;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .services-optimization-icons__item {
    width: 100%;
    padding: 20px 16px 22px;
  }
}
.services-optimization-icons__item .in-top {
  width: 100%;
}
.services-optimization-icons__item .in-bottom {
  width: 100%;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .services-optimization-icons__item .in-bottom {
    margin-top: 14px;
  }
}
.services-optimization-icons__item .in-icon {
  width: 59.2592592593%;
  margin: 0 auto;
  text-align: center;
  line-height: 0;
}
.services-optimization-icons__item .in-text {
  margin-bottom: 16px;
  color: #3084AC;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .services-optimization-icons__item .in-text {
    margin-bottom: 12px;
    font-size: 16px;
  }
}

/*************************************************

services-solution

*************************************************/
.services-solution {
  margin-top: 0;
}
.services-solution::before {
  background-color: #ECECEC;
}
.services-solution sub {
  vertical-align: baseline;
  font-size: 0.7em;
}

/* services-solution-list
---------------------------------------*/
.services-solution-list {
  width: min(1200px, 100% - 30px);
  margin-left: auto;
  margin-right: auto;
}

.services-solution-list__item {
  position: relative;
  padding: 25px 0 55px 95px;
}
@media screen and (max-width: 767px) {
  .services-solution-list__item {
    padding: 12px 0 35px 65px;
  }
}
.services-solution-list__item::before {
  position: absolute;
  top: 3px;
  left: 38px;
  display: block;
  content: "";
  width: 3px;
  height: 100%;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .services-solution-list__item::before {
    left: 24px;
    width: 2px;
  }
}
.services-solution-list__item:last-child {
  padding-bottom: 0;
}
.services-solution-list__item:last-child::before {
  display: none;
}

.services-solution-list__num {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80px;
  height: 80px;
  padding-bottom: 0.2em;
  font-size: 32px;
  font-weight: 900;
  line-height: 1;
  color: #040000;
  border-radius: 50%;
  background-color: #fff;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .services-solution-list__num {
    width: 50px;
    height: 50px;
    font-size: 22px;
    padding-bottom: 0.1em;
  }
}

.services-solution-list__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .services-solution-list__tags {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.services-solution-list__tags .in-dlbox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(25% - 12px);
  padding: 8px 16px 15px;
  color: #282828;
  background-color: #fff;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .services-solution-list__tags .in-dlbox {
    width: 100%;
  }
}
.services-solution-list__tags .in-dlbox__title {
  margin-bottom: 4px;
  font-weight: 500;
}

/* services-solution-schedule
---------------------------------------*/
.services-solution-schedule {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 65px;
  padding: 40px 30px 50px;
  color: #3084AC;
  background-color: #fff;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .services-solution-schedule {
    padding: 30px 20px 40px;
  }
}

.services-solution-schedule__title {
  margin-bottom: 40px;
  text-align: center;
}

.services-solution-schedule__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px 0;
}
@media screen and (max-width: 767px) {
  .services-solution-schedule__list {
    gap: 0;
    -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;
  }
}

.services-solution-schedule__list-item {
  position: relative;
  padding-left: 48px;
}
@media screen and (max-width: 767px) {
  .services-solution-schedule__list-item {
    padding: 48px 0 0;
    width: 90%;
  }
}
.services-solution-schedule__list-item::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 100%;
  display: block;
  content: "";
  background: url(../images/our-services/solution_arw.svg) no-repeat center center/16px auto;
}
@media screen and (max-width: 767px) {
  .services-solution-schedule__list-item::before {
    top: 10px;
    left: 50%;
    width: 16px;
    height: 32px;
    background-size: 100% auto;
    -webkit-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg);
  }
}
.services-solution-schedule__list-item:first-child {
  padding: 0;
}
.services-solution-schedule__list-item:first-child::before {
  display: none;
}
.services-solution-schedule__list-item .in-inner {
  overflow: hidden;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 147px;
  -webkit-box-shadow: 4px 4px 8px rgba(4, 33, 47, 0.12);
          box-shadow: 4px 4px 8px rgba(4, 33, 47, 0.12);
  border-radius: 4px;
  border: #ECECEC solid 1px;
}
@media screen and (max-width: 767px) {
  .services-solution-schedule__list-item .in-inner {
    width: auto;
    margin: 0 auto;
  }
}
.services-solution-schedule__list-item .in-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 4px 0;
  color: #fff;
  font-weight: 700;
  text-align: center;
  background-color: #3084AC;
}
.services-solution-schedule__list-item .in-icon {
  margin: 15px 10px;
  text-align: center;
  line-height: 0;
}
.services-solution-schedule__list-item .in-text {
  padding-bottom: 20px;
  text-align: center;
  font-weight: 700;
}

/*************************************************

services-record

*************************************************/
.services-record {
  position: relative;
  overflow: hidden;
  padding: 80px 0 100px;
}
@media screen and (max-width: 767px) {
  .services-record {
    padding: 50px 0 60px;
  }
}
.services-record > * {
  position: relative;
  z-index: 5;
}

.services-record-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.services-record-bg img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.services-record-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 992px) {
  .services-record-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.services-record-left {
  width: 42.5%;
}
@media screen and (max-width: 992px) {
  .services-record-left {
    width: 100%;
  }
}

.services-record-right {
  width: 50%;
}
@media screen and (max-width: 992px) {
  .services-record-right {
    width: 100%;
    margin-top: 40px;
  }
}

.services-record-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
}

.services-record-list__item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(50% - 8px);
  padding: 0 10px 40px;
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 4px 4px 8px rgba(4, 33, 47, 0.12);
          box-shadow: 4px 4px 8px rgba(4, 33, 47, 0.12);
}
@media screen and (max-width: 767px) {
  .services-record-list__item {
    width: 100%;
    padding: 30px 10px 30px;
  }
}
.services-record-list__item .in-top {
  min-height: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .services-record-list__item .in-top {
    min-height: 0;
  }
}
.services-record-list__item .in-title {
  padding-bottom: 15px;
  color: #3084AC;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .services-record-list__item .in-title {
    font-size: 30px;
  }
}
.services-record-list__item .in-title strong {
  font-size: 1.5em;
}
.services-record-list__item .in-bottom {
  text-align: center;
}
.services-record-list__item .in-bottom .parts-texts20 {
  font-weight: 500;
}

/*************************************************

services-innovation

*************************************************/
.services-innovation {
  margin: 80px auto;
}
@media screen and (max-width: 767px) {
  .services-innovation {
    margin: 50px auto 70px;
  }
}

.services-innovation-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 40px;
  border-bottom: #ECECEC solid 1px;
}
@media screen and (max-width: 767px) {
  .services-innovation-list__item {
    padding-bottom: 30px;
  }
}
.services-innovation-list__item + .services-innovation-list__item {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .services-innovation-list__item + .services-innovation-list__item {
    margin-top: 30px;
  }
}

.services-innovation-list__item-num {
  color: #3084AC;
  font-size: 80px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .services-innovation-list__item-num {
    font-size: 50px;
  }
}

.services-innovation-list__item-letters {
  width: calc(100% - 130px);
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .services-innovation-list__item-letters {
    width: calc(100% - 85px);
  }
}
.services-innovation-list__item-letters .in-title {
  margin-bottom: 8px;
  font-weight: 700;
}
.services-innovation-list__item-letters .parts-texts18 {
  line-height: 1.75;
}