.parts-contact {
  margin-top: 0;
}

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

gs-difference

*************************************************/
.gs-difference-table {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border: #C5C5C5 solid 1px;
}
.gs-difference-table th, .gs-difference-table td {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 24px 0;
  border: #C5C5C5 solid 1px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .gs-difference-table th, .gs-difference-table td {
    padding: 12px 0;
    font-size: 13px;
  }
}
.gs-difference-table .in-head {
  color: #fff;
  background-color: #3084AC;
}
.gs-difference-table .in-title {
  width: 24%;
  background-color: #F1F1F1;
}
.gs-difference-table .in-body {
  width: 38%;
  font-size: 18px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .gs-difference-table .in-body {
    font-size: 13px;
  }
}

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

gs-system

*************************************************/
.gs-system {
  margin-bottom: 0;
}

.gs-system-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 20px;
}

.gs-system-list__item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 270px;
  -webkit-box-shadow: 4px 4px 8px rgba(4, 33, 47, 0.1);
          box-shadow: 4px 4px 8px rgba(4, 33, 47, 0.1);
  border-radius: 4px;
  border: #F1F1F1 solid 1px;
}
.gs-system-list__item.is-red .in-title {
  color: #C64141;
}
.gs-system-list__item.is-red .in-label__el,
.gs-system-list__item.is-red .in-bglead {
  background-color: #C64141;
}
.gs-system-list__item .in-label {
  position: absolute;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.gs-system-list__item .in-label__el {
  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;
  max-width: 210px;
  min-height: 52px;
  margin: 0 auto;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  border-radius: 100px;
  background-color: #3084AC;
}
@media screen and (max-width: 767px) {
  .gs-system-list__item .in-label__el {
    min-height: 40px;
    font-size: 14px;
  }
}
.gs-system-list__item .in-top {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 60px 0 10px;
}
@media screen and (max-width: 767px) {
  .gs-system-list__item .in-top {
    padding-top: 45px;
  }
}
.gs-system-list__item .in-bottom {
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .gs-system-list__item .in-bottom {
    padding-bottom: 15px;
  }
}
.gs-system-list__item .in-icon {
  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;
  min-height: 100px;
  margin-bottom: 20px;
  line-height: 0;
}
.gs-system-list__item .in-icon__el {
  display: block;
}
.gs-system-list__item .in-title {
  color: #3084AC;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .gs-system-list__item .in-title {
    font-size: 18px;
  }
}
.gs-system-list__item .in-lead {
  text-align: center;
}
.gs-system-list__item .in-bglead {
  margin-bottom: 20px;
  padding: 8px 0;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  background-color: #3084AC;
}
@media screen and (max-width: 767px) {
  .gs-system-list__item .in-bglead {
    margin-bottom: 15px;
    font-size: 16px;
  }
}

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

gs-problem

*************************************************/
.gs-problem-img01 {
  width: min(1200px, 90%);
  margin: 0 auto 35px;
  line-height: 0;
}

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

gs-support

*************************************************/
.gs-support {
  padding: 80px 0;
  background-color: #ECECEC;
}
@media screen and (max-width: 767px) {
  .gs-support {
    padding: 60px 0;
  }
}
@media screen and (min-width: 768px) {
  .gs-support .parts-texts18 {
    text-align: center;
  }
}

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

gs-reasons

*************************************************/
.gs-reasons-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 40px;
}
@media screen and (max-width: 767px) {
  .gs-reasons-icons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}

.gs-reasons-icons__box {
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 373px;
  height: 373px;
  border-radius: 50%;
  border: #3084AC solid 2px;
  background-color: #3084AC;
}
@media screen and (max-width: 767px) {
  .gs-reasons-icons__box {
    width: 273px;
    height: 273px;
    margin: 0 auto;
  }
}

.gs-reasons-icons__head {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
  height: 42.8954423592%;
  padding-top: 20px;
  color: #fff;
  text-align: center;
}
.gs-reasons-icons__head .in-en {
  display: block;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .gs-reasons-icons__head .in-en {
    font-size: 18px;
  }
}
.gs-reasons-icons__head .in-num {
  display: block;
  margin-top: 10px;
  font-size: 60px;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .gs-reasons-icons__head .in-num {
    font-size: 40px;
  }
}

.gs-reasons-icons__body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 57.1045576408%;
  padding-top: 25px;
  color: #3084AC;
  background-color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .gs-reasons-icons__body {
    padding-top: 15px;
  }
}
.gs-reasons-icons__body .in-title {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .gs-reasons-icons__body .in-title {
    margin-bottom: 5px;
    font-size: 18px;
  }
}

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

gs-support02

*************************************************/
.gs-support02 {
  margin-bottom: 0;
}

.gs-support02-flex01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1440px;
  margin: 0 auto;
}
@media screen and (max-width: 992px) {
  .gs-support02-flex01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}

.gs-support02-flex01__letters {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 51.3888888889%;
}
@media screen and (max-width: 992px) {
  .gs-support02-flex01__letters {
    width: 100%;
  }
}

.gs-support02-flex01__img {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 48.6111111111%;
}
@media screen and (max-width: 992px) {
  .gs-support02-flex01__img {
    width: 100%;
    padding-left: 20px;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
.gs-support02-flex01__img img {
  width: 100%;
  border-radius: 4px 0 0 4px;
}

.gs-support02-flex01__letters-inner {
  max-width: 580px;
  margin-left: auto;
  padding: 0 40px;
}
@media screen and (max-width: 992px) {
  .gs-support02-flex01__letters-inner {
    max-width: none;
    padding: 0 20px;
  }
}

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

gs-schedule

*************************************************/
.gs-schedule {
  padding-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .gs-schedule {
    padding-bottom: 100px;
  }
}

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

.gs-schedule-list01__item {
  position: relative;
  width: 200px;
  padding-left: 48px;
}
@media screen and (max-width: 767px) {
  .gs-schedule-list01__item {
    width: min(70%, 300px);
    padding: 48px 0 0;
  }
}
.gs-schedule-list01__item::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 100%;
  display: block;
  content: "";
  background: url(../images/common/arw02.svg) no-repeat center center/18px auto;
}
@media screen and (max-width: 767px) {
  .gs-schedule-list01__item::before {
    left: 50%;
    width: 48px;
    height: 48px;
    margin-left: -24px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.gs-schedule-list01__item:first-child {
  padding-left: 0;
}
.gs-schedule-list01__item:first-child::before {
  display: none;
}

.gs-schedule-list01__img img {
  border-radius: 4px;
}

.gs-schedule-materials {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #040000;
  margin-top: 80px;
  padding: 40px 40px 60px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .gs-schedule-materials {
    margin-top: 40px;
    padding: 20px 15px 30px;
  }
}

.gs-schedule-materials__title {
  margin-bottom: 40px;
  color: #3084AC;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .gs-schedule-materials__title {
    margin-bottom: 20px;
    font-size: 20px;
  }
}

.gs-schedule-materials__inner {
  max-width: 1000px;
  margin: 0 auto;
}
.gs-schedule-materials__inner .parts-dotslist01 {
  gap: 3px;
}
@media screen and (max-width: 767px) {
  .gs-schedule-materials__inner .parts-dotslist01 {
    font-size: 14px;
  }
}