@charset "UTF-8";
.ser-inner {
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 2rem;
}
@media (max-width: 991px) {
  .ser-inner {
    max-width: 811px;
  }
}
@media (max-width: 750px) {
  .ser-inner {
    padding: 0 0;
  }
  .ser-inner.l-inner {
    padding: 0 32px;
  }
}

.ser-inner-option {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .ser-inner-option {
    max-width: 811px;
  }
}

.pc {
  display: block;
}
@media (max-width: 991px) {
  .pc {
    display: none;
  }
}

.md {
  display: none;
}
@media (max-width: 991px) {
  .md {
    display: block;
  }
}

.sp {
  display: none;
}
@media (max-width: 750px) {
  .sp {
    display: block;
  }
}
.sp-none {
  display: block;
}
@media (max-width: 750px) {
  .sp-none {
    display: none;
  }
}

.ser-bk-fff {
  background: #fff !important;
}

.ser-bk-blue {
  background: #E6EBF0 !important;
}

.p-service__content {
  font-family: "こぶりなゴシック W3 JIS2004", "メイリオ", "Segoe UI", sans-serif;
  font-weight: 300;
  position: relative;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.p-service__kvwrap {
  background: #E6EBF0;
  position: relative;
}
@media (max-width: 750px) {
  .p-service__kvwrap {
    padding: 0 32px;
  }
}
.p-service__title {
  text-align: center;
  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;
  padding-top: 176px;
  padding-bottom: 32px;
}
@media (max-width: 991px) {
  .p-service__title {
    padding-top: 40px;
    padding-bottom: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
@media (max-width: 750px) {
  .p-service__title {
    padding-top: 10px;
  }
}
.p-service__title h1 {
  text-align: left;
  color: rgba(73, 86, 94, 0.4);
  font-family: "Helvetica Neue", "Segoe UI", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 1.28px;
  text-transform: uppercase;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-bottom: 0;
}
.p-service__title h1::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.2) * 0.5em);
  content: "";
}
.p-service__title h1::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.2) * 0.5em);
  content: "";
}
@media (max-width: 991px) {
  .p-service__title h1 {
    text-align: right;
    font-size: 40px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (max-width: 750px) {
  .p-service__title h1 {
    font-size: 32px;
    margin-bottom: 22px;
    letter-spacing: 0.64px;
  }
}
.p-service__title_img {
  width: 320px;
}
@media (max-width: 991px) {
  .p-service__title_img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (max-width: 750px) {
  .p-service__title_img {
    width: 100%;
  }
}
.p-service__title img {
  width: auto;
  height: 60px;
  display: block;
  margin: auto;
}
@media (max-width: 540px) {
  .p-service__title img {
    height: 36px;
  }
}
.p-service-first__section {
  padding: 0px;
}
@media (max-width: 991px) {
  .p-service-first__section {
    padding: 0 0 60px;
  }
}
.p-service-first__image {
  width: 100%;
  max-width: 870px;
  margin: auto;
  text-align: center;
}
@media (max-width: 991px) {
  .p-service-first__image {
    max-width: 811px;
  }
}
.p-service-section {
  width: 100%;
  padding: 100px 0 0px;
  position: relative;
  background-color: #F8F9FA;
}
@media (max-width: 991px) {
  .p-service-section {
    padding: 60px 0 0;
  }
}
@media (max-width: 750px) {
  .p-service-section {
    padding: 40px 0 0;
  }
}
@media (max-width: 750px) {
  .p-service-section__top {
    padding: 0 32px;
  }
}
.p-service-section__top__topic {
  text-align: center;
}
.p-service-section__top p {
  color: #49565E;
  font-size: 14px;
  font-family: "こぶりなゴシック W6 JIS2004", "メイリオ", "Segoe UI", sans-serif;
  font-weight: 600;
  letter-spacing: 0.28px;
  padding: 0 0 8px;
  text-align: center;
  margin-bottom: 0;
}
.p-service-section__top p.sub_title {
  border-bottom: 1px solid #49565E;
  display: inline-block;
}
.p-service-section__top p span {
  font-family: HelveticaLTPro-Roman, "Helvetica", "Helvetica Neue", "Segoe UI", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
@media (max-width: 540px) {
  .p-service-section__top p {
    font-size: 14px;
  }
}
.p-service-section__title {
  color: #0092D4;
  font-family: "こぶりなゴシック W6 JIS2004", "メイリオ", "Segoe UI", sans-serif;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  line-height: 1.9;
  letter-spacing: 0.48px;
  padding: 40px 0;
  position: relative;
}
.p-service-section__title::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.9) * 0.5em);
  content: "";
}
.p-service-section__title::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.9) * 0.5em);
  content: "";
}
@media (max-width: 991px) {
  .p-service-section__title {
    padding: 32px 0;
    line-height: 1.5;
    margin: 0;
  }
  .p-service-section__title::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.5) * 0.5em);
    content: "";
  }
  .p-service-section__title::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.5) * 0.5em);
    content: "";
  }
}
@media (max-width: 750px) {
  .p-service-section__title {
    font-size: 16px;
    letter-spacing: 0.32px;
    padding: 40px 0;
    line-height: 1.5;
  }
  .p-service-section__title::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.5) * 0.5em);
    content: "";
  }
  .p-service-section__title::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.5) * 0.5em);
    content: "";
  }
}
.p-service-section__lead {
  width: 100%;
  line-height: 1.5 !important;
}
.p-service-section__lead::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
.p-service-section__lead::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}
.p-service-section__block {
  width: 100%;
  padding: 140px 0px;
  background-color: #F8F9FA;
}
@media (max-width: 991px) {
  .p-service-section__block {
    padding: 60px 0;
  }
}
@media (max-width: 750px) {
  .p-service-section__block {
    padding: 60px 32px;
  }
}
.p-service-section__block__title {
  color: #49565E;
  font-family: "こぶりなゴシック W6 JIS2004", "メイリオ", "Segoe UI", sans-serif;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 80px;
  position: relative;
  text-align: center;
}
.p-service-section__block__title.block-title, .p-service-section__block__title.change-title {
  margin-bottom: 48px;
}
@media (max-width: 991px) {
  .p-service-section__block__title {
    font-size: 32px;
    text-align: center;
    margin-bottom: 40px;
    padding-left: 32px;
    padding-right: 32px;
  }
  .p-service-section__block__title.change-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 750px) {
  .p-service-section__block__title {
    font-size: 24px;
  }
  .p-service-section__block__title.lh-sp {
    line-height: 1.7;
  }
  .p-service-section__block__title.lh-sp::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.7) * 0.5em);
    content: "";
  }
  .p-service-section__block__title.lh-sp::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.7) * 0.5em);
    content: "";
  }
}
.p-service-section__block.service-overview {
  padding: 80px 0;
}
@media (max-width: 991px) {
  .p-service-section__block.service-overview {
    padding: 56px 0 60px;
  }
}
@media (max-width: 750px) {
  .p-service-section__block.service-overview {
    padding: 56px 32px 60px;
  }
}
.p-service-section__block__lead {
  font-family: "こぶりなゴシック W6 JIS2004", "メイリオ", "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 2;
  text-align: center;
  letter-spacing: 0.28px;
  margin-bottom: 48px;
}
.p-service-section__block__lead::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * 0.5em);
  content: "";
}
.p-service-section__block__lead::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
  content: "";
}
@media (max-width: 991px) {
  .p-service-section__block__lead {
    line-height: 1.5;
    margin-bottom: 40px;
  }
  .p-service-section__block__lead::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.5) * 0.5em);
    content: "";
  }
  .p-service-section__block__lead::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.5) * 0.5em);
    content: "";
  }
}
.p-service-section__block.merit {
  padding: 140px 0;
}
@media (max-width: 991px) {
  .p-service-section__block.merit {
    padding: 60px 0;
  }
}
@media (max-width: 750px) {
  .p-service-section__block.merit {
    padding: 60px 32px;
  }
}
.p-service-section__block__merit {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-service-section__block__merit__num {
  color: rgba(144, 179, 211, 0.8);
  text-align: center;
  font-family: "Helvetica Neue", "Segoe UI", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 96px;
  font-style: normal;
  font-weight: 600;
  line-height: 1; /* 36px */
  letter-spacing: 1.92px;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-right: 24px;
}
@media (max-width: 991px) {
  .p-service-section__block__merit__num {
    font-size: 36px;
    letter-spacing: 0.72px;
  }
}
.p-service-section__block__merit__item {
  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 (max-width: 991px) {
  .p-service-section__block__merit__item {
    margin-top: 40px;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
}
@media (max-width: 750px) {
  .p-service-section__block__merit__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.p-service-section__block__merit__head {
  color: #49565E;
  font-family: "こぶりなゴシック W6 JIS2004", "メイリオ", "Segoe UI", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.48px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .p-service-section__block__merit__head {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.36px;
  }
  .p-service-section__block__merit__head::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.5) * 0.5em);
    content: "";
  }
  .p-service-section__block__merit__head::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.5) * 0.5em);
    content: "";
  }
}
.p-service-section__block__merit__head span {
  line-height: 1.7;
}
.p-service-section__block__merit__head span::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.7) * 0.5em);
  content: "";
}
.p-service-section__block__merit__head span::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.7) * 0.5em);
  content: "";
}
@media (max-width: 540px) {
  .p-service-section__block__merit__head--full {
    width: calc(100% + 40px);
    font-size: clamp_sp_vw(26);
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
}
.p-service-section__block__merit__text {
  font-size: 16px;
  letter-spacing: 0.32px;
  line-height: 1.7;
  margin-top: 32px;
  text-align: justify;
}
.p-service-section__block__merit__text::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.7) * 0.5em);
  content: "";
}
.p-service-section__block__merit__text::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.7) * 0.5em);
  content: "";
}
@media (max-width: 991px) {
  .p-service-section__block__merit__text {
    margin: 0;
    font-size: 14px;
    letter-spacing: 0.28px;
  }
}
.p-service-section__block__merit .c-row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 16px;
  border-bottom: 1px solid #E8E8E8;
}
.p-service-section__block__merit .c-row.border-gray {
  border-bottom: 1px solid #B2B2B2;
}
@media (max-width: 750px) {
  .p-service-section__block__merit .c-row {
    -ms-flex-flow: nowrap;
        flex-flow: nowrap;
  }
}
.p-service-section__block__option {
  -webkit-column-gap: 100px;
     -moz-column-gap: 100px;
          column-gap: 100px;
  margin-bottom: 80px;
}
.p-service-section__block__option__item {
  width: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 991px) {
  .p-service-section__block__option {
    gap: 36px 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-service-section__block__option__item {
    width: 380px;
  }
}
@media (max-width: 750px) {
  .p-service-section__block__option {
    gap: 40px 0;
    padding: 0;
  }
  .p-service-section__block__option__item {
    width: 100%;
  }
}
.p-service-section__block__option__head {
  font-family: "こぶりなゴシック W6 JIS2004", "メイリオ", "Segoe UI", sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.04px;
  line-height: 1;
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .p-service-section__block__option__head {
    font-size: 16px;
    letter-spacing: 0.32px;
  }
}
.p-service-section__block__option__head .fw-300 {
  font-family: "こぶりなゴシック W3 JIS2004", "メイリオ", "Segoe UI", sans-serif;
  font-weight: 300;
}
.p-service-section__block__option__image {
  overflow: hidden;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .p-service-section__block__option__image {
    margin-bottom: 16px;
  }
}
.p-service-section__block__option__image img {
  width: 100%;
}
.p-service-section__block__option__text {
  font-size: 16px;
  letter-spacing: 0.32px;
  line-height: 1.7;
  margin-bottom: 24px;
  text-align: justify;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.p-service-section__block__option__text::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.7) * 0.5em);
  content: "";
}
.p-service-section__block__option__text::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.7) * 0.5em);
  content: "";
}
@media (max-width: 750px) {
  .p-service-section__block__option__text {
    font-size: 14px;
  }
}
.p-service-section__block__option__price {
  width: 100%;
  font-family: "こぶりなゴシック W6 JIS2004", "メイリオ", "Segoe UI", sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: right;
  padding-bottom: 16px;
  border-bottom: 1px solid #B2B2B2;
}
.p-service-section__block__option__price::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1) * 0.5em);
  content: "";
}
.p-service-section__block__option__price::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1) * 0.5em);
  content: "";
}
.p-service-section__block__option__price span {
  font-family: "こぶりなゴシック W3 JIS2004", "メイリオ", "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 300;
}
.p-service-section-btn-inner {
  width: 400px;
  border: 2px solid #0095CD;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .p-service-section-btn-inner {
    width: 303px;
  }
}
@media (max-width: 750px) {
  .p-service-section-btn-inner {
    width: 100%;
  }
}
.p-service-section-btn-inner a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 40px 0;
  color: #0095CD;
  position: relative;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  overflow: hidden;
}
.p-service-section-btn-inner a:hover {
  color: #0095CD;
}
.p-service-section-btn-inner a::before {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(10px) brightness(1);
          backdrop-filter: blur(10px) brightness(1);
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  background-color: #0095CD;
}
@media (min-width: 991px) {
  .p-service-section-btn-inner a:hover {
    color: #fff;
    opacity: 1;
  }
  .p-service-section-btn-inner a:hover::before {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@media (max-width: 991px) {
  .p-service-section-btn-inner a {
    padding: 32px 0;
  }
}
.p-service-section-btn-inner P {
  margin-bottom: 0;
  text-align: center;
  font-family: "こぶりなゴシック W6 JIS2004", "メイリオ", "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  position: relative;
  z-index: 10;
}
@media (max-width: 991px) {
  .p-service-section-btn-inner P {
    font-size: 14px;
  }
}
.p-service-merit__left {
  width: 50%;
  max-width: 500px;
}
@media (max-width: 991px) {
  .p-service-merit__left {
    width: auto;
    max-width: none;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
  }
}
.p-service-merit__right {
  width: 50%;
  max-width: 480px;
}
@media (max-width: 991px) {
  .p-service-merit__right {
    width: 300px;
    max-width: none;
  }
}
@media (max-width: 750px) {
  .p-service-merit__right {
    width: 100%;
    margin-top: 24px;
  }
}

.c-breadcrumbs {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
@media (max-width: 991px) {
  .c-breadcrumbs {
    display: none;
  }
}
.c-breadcrumbs__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 32px;
  position: relative;
}
@media (max-width: 991px) {
  .c-breadcrumbs__inner {
    padding: 36px 16px;
  }
}
.c-breadcrumbs__list {
  width: 100%;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 540px) {
  .c-breadcrumbs__list {
    overflow-x: scroll;
  }
}
.c-breadcrumbs__list__item {
  display: inline;
}
.c-breadcrumbs__list__item span {
  color: #49565E;
  font-size: 14px;
  letter-spacing: 0.56px;
  line-height: 1;
}
.c-breadcrumbs__list__item span.en {
  font-family: "Helvetica Neue", "Segoe UI", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 400;
}
.c-breadcrumbs__list__item:not(:last-child) {
  margin-right: 24px;
}
.c-breadcrumbs__list__item a {
  position: relative;
}
.c-breadcrumbs__list__item a span {
  color: #49565E;
  display: inline-block;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.c-breadcrumbs__list__item a::after {
  content: "";
  background: url(../images/service/bread-arrow.svg);
  color: #707070;
  position: absolute;
  top: 50%;
  right: -22px;
  cursor: default;
  width: 14px;
  height: 6px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 991px) {
  .c-breadcrumbs__list__item a:hover {
    opacity: 1 !important;
  }
  .c-breadcrumbs__list__item a:hover span {
    color: #909090;
  }
}

.p-service_job-data .p-service-section {
  padding-top: 60px;
}
.p-service_job-data .p-service__title {
  padding-top: 239px;
}
@media (max-width: 991px) {
  .p-service_job-data .p-service__title {
    padding-top: 87px;
  }
}
@media (max-width: 991px) {
  .p-service_job-data .p-service__title h1 {
    margin-bottom: 16px;
  }
}
@media (max-width: 750px) {
  .p-service_job-data .p-service-section__title {
    font-size: 24px;
    letter-spacing: 0.48px;
  }
}
.p-service_job-data .p-service-first__section {
  padding: 100px 0 80px;
}
@media (max-width: 991px) {
  .p-service_job-data .p-service-first__section {
    padding-top: 40px;
  }
}
.p-service_job-data .p-service-section__top {
  padding-bottom: 80px;
}
@media (max-width: 750px) {
  .p-service_job-data .p-service-section__top {
    padding-top: 0;
    padding-bottom: 60px;
  }
}
.p-service_job-data .p-service-section__block.service-overview {
  padding: 140px 0;
}
@media (max-width: 991px) {
  .p-service_job-data .p-service-section__block.service-overview {
    padding: 60px 32px;
  }
}
.p-service_job-data .p-service-section-btn-inner {
  margin-top: 80px;
}
.p-service_job-data figure {
  margin-bottom: 0;
}

.c-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media (max-width: 750px) {
  .c-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.c-col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.c-col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.c-col-4, .c-col-6 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 22px;
  padding-left: 22px;
}

.u-d-none {
  display: none !important;
}