@charset "utf-8";
/* value ***************************************************/
.srvValueIntro {
  margin-bottom: 50px;
}
.srvValueCnt {
  background: #faf9f5;
  padding: 50px;
  box-sizing: border-box;
}
.srvValueCntWrap {
  display: flex;
  flex-wrap: wrap;
  padding: 42px 0;
  border-bottom: dotted 1px #aaa;
}
.srvValueCntWrap:first-child {
  padding: 0 0 42px;
}
.srvValueCntWrap:last-child {
  padding: 42px 0 0;
  border-bottom: none;
}
.srvValueCntLeft {
  width: calc(72% - 15px);
  margin: 0 15px 0 0;
  box-sizing: border-box;
}
.srvValueCntRight {
  width: calc(28% - 15px);
  margin: 0 0 0 15px;
  box-sizing: border-box;
}
.srvValueCntLastText {
  margin-top: 8px;
}

/* specialty ***************************************************/
.srvSpecialtyWrap {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  flex-wrap: wrap;
  margin: 90px 0;
}
.srvSpecialtyWrap .h3-styleB {
  margin-bottom: 12px;
  padding-top: 21%;
}
.srvSpecialtyWrap:first-child {
  margin: 0 0 90px;
}
.srvSpecialtyWrap:last-child {
  margin: 90px 0 0;
}
.srvSpecialtyWrap:nth-child(even) {
  flex-direction: row-reverse;
}
.srvSpecialtyImg {
  width: 59%;
  max-height: 480px;
  min-height: 480px;
  overflow: hidden;
}
.srvSpecialtyImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.srvSpecialtyText {
  width: 37%;
  border-bottom: solid 1px #ccc;
}
.srvSpecialtyDescLast {
  margin-top: 10px;
}
.srvSpecialtyDetailBtn {
  text-align: right;
  margin-top: 18px;
}

/* faq ***************************************************/
.srvFaqIntro {
  margin-bottom: 50px;
}

@media only screen and (max-width: 768px) {
  /* value ***************************************************/
  .srvValueIntro {
    margin-bottom: 35px;
  }
  .srvValueCnt {
    padding: 25px;
  }
  .srvValueCntWrap {
    padding: 25px 0;
  }
  .srvValueCntWrap:first-child {
    padding: 0 0 25px;
  }
  .srvValueCntWrap:last-child {
    padding: 25px 0 0;
  }
  .srvValueCntLeft {
    width: 100%;
    margin: 0 0 12px;
  }
  .srvValueCntRight {
    width: 100%;
    margin: 12px 0 0;
    max-height: 200px;
  }
  .srvValueCntRight img {
    height: 100%;
    object-fit: cover;
  }
  .srvValueCntLastText {
    margin-top: 6px;
  }
  /* specialty ***************************************************/
  .srvSpecialtyWrap {
    margin: 50px 0;
  }
  .srvSpecialtyWrap .h3-styleB {
    margin-bottom: 8px;
    padding-top: 30px;
  }
  .srvSpecialtyWrap:first-child {
    margin: 25px 0 50px;
  }
  .srvSpecialtyWrap:last-child {
    margin: 50px 0 25px;
  }
  .srvSpecialtyImg {
    width: 100%;
    max-height: 425px;
    min-height: auto;
    margin-bottom: 20px;
  }
  .srvSpecialtyImg img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .srvSpecialtyText {
    width: 100%;
    padding-bottom: 23px;
  }
  .srvSpecialtyDescLast {
    margin-top: 8px;
  }
  .srvSpecialtyDetailBtn {
    margin-top: 8px;
  }
  /* faq ***************************************************/
  .srvFaqIntro {
    margin-bottom: 35px;
  }
}

@media only screen and (max-width: 468px) {
}
