.c5-service-container {
  font-size: 16px;
  color: #2F353D;
  padding-bottom: 30px;
}
.c5-service-container > *:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .c5-service-container {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .c5-service-container {
    padding-bottom: 30px;
  }
}

.c5-service-heading01 {
  font-size: 24px;
  text-align: center;
  margin: 90px 0 135px;
}
@media only screen and (max-width: 767px) {
  .c5-service-heading01 {
    font-size: 22px;
    margin: 30px 0 20px;
  }
}

.c5-service-section {
  margin: 0 0 120px;
}
@media only screen and (max-width: 767px) {
  .c5-service-section {
    margin: 0 0 50px;
  }
}
.c5-service-section__text {
  margin: 0 0 55px;
}
@media only screen and (max-width: 767px) {
  .c5-service-section__text {
    margin: 0 0 30px;
  }
}
.c5-service-section__note {
  font-weight: bold;
}

.c5-service-mv {
  margin: 0 0 50px;
}
@media only screen and (min-width: 768px) {
  .c5-service-mv {
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  .c5-service-mv {
    margin: 0 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 767px) {
  .c5-service-mv__bg {
    margin-bottom: 20px;
  }
}
.c5-service-mv__title {
  font-size: 24px;
  line-height: 1.5833333333;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .c5-service-mv__title {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
  .c5-service-mv__title {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1400px) {
  .c5-service-mv__title {
    position: absolute;
    left: 132px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1399px) {
  .c5-service-mv__title {
    position: absolute;
    left: 132px;
  }
}
@media only screen and (max-width: 767px) {
  .c5-service-mv__title {
    line-height: 1.4;
    text-align: center;
  }
}

.c5-service-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px 60px;
  padding: 0;
  list-style: none;
}
.c5-service-tab li {
  margin: 0 5px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}
.c5-service-tab a {
  display: block;
  text-align: center;
  padding: 20px;
  background-color: #F3F4F6;
  text-decoration: none;
  font-weight: bold;
  height: 100%;
  position: relative;
  min-height: 90px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c5-service-tab a:hover {
  background-color: #434343;
  color: #fff;
}
.c5-service-tab a:hover > span {
  color: white;
}
@media only screen and (max-width: 767px) {
  .c5-service-tab a {
    padding: 5px;
    font-size: 12px;
    height: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 5em;
  }
}
.c5-service-tab a > span {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
}
.c5-service-tab a.active {
  cursor: default;
  pointer-events: none;
  background-color: #434343;
}
.c5-service-tab a.active > span {
  color: white;
}

.c5-service-main01 {
  margin: 0 0 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .c5-service-main01 {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  .c5-service-main01 {
    margin: 0 0 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media only screen and (min-width: 768px) {
  .c5-service-main01__body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 85px;
  }
}
.c5-service-main01__body > *:last-child {
  margin-bottom: 0;
}
.c5-service-main01__logo {
  margin: 0 0 15px;
  display: inline-bloxk;
}
@media only screen and (max-width: 767px) {
  .c5-service-main01__logo {
    margin: 0 0 10px;
  }
}
.c5-service-main01__title {
  font-size: 27px;
  line-height: 1.0740740741;
  margin: 0 0 30px;
}
@media only screen and (max-width: 767px) {
  .c5-service-main01__title {
    font-size: 24px;
    margin: 0 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .c5-service-main01__figure {
    margin: 0 0 20px;
  }
}

.c5-service-contact__text {
  text-align: center;
  min-height: 5em;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.4;
}
.c5-service-contact__text small {
  font-size: 14px;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .c5-service-contact__text {
    font-size: 14px;
  }
  .c5-service-contact__text small {
    font-size: 12px;
  }
}
.c5-service-contact__btn {
  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;
  text-align: center;
  padding: 20px;
  background: #434343;
  color: white !important;
  text-decoration: none;
  font-weight: bold;
  height: 100%;
  position: relative;
  min-height: 90px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c5-service-contact__btn:hover {
  opacity: 0.75;
}
.c5-service-contact__btn:not(.is-disabled) {
  background: #5787f4;
}
.c5-service-contact__btn.is-disabled {
  pointer-events: none;
  background: #8c8c8c !important;
}

.c5-service-borderBox01 {
  border: solid 1px #666;
  padding: 40px 30px;
  margin: 0 0 60px;
}
.c5-service-borderBox01 > *:last-child {
  margin-bottom: 0;
}

.c5-bg--gray.c5-layout--full.s5-general--pt50.s5-general--pb20 {
  padding-top: 120px !important;
  padding-bottom: 90px !important;
}
@media only screen and (max-width: 767px) {
  .c5-bg--gray.c5-layout--full.s5-general--pt50.s5-general--pb20 {
    padding-top: 50px !important;
    padding-bottom: 20px !important;
  }
}