.service_intro .container {
  display: flex;
  align-items: center;
  gap: 123px;
}
@media screen and (max-width: 1900px) {
  .service_intro .container {
    gap: 123rem;
  }
}
@media screen and (max-width: 768px) {
  .service_intro .container {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
.service_intro .container .text {
  flex: 1;
}
.service_intro .container .text .acu {
  font-size: 14px;
  letter-spacing: 0.06em;
  color: #3e3a39;
  margin-bottom: 15px;
  font-weight: 600;
}
@media screen and (max-width: 1900px) {
  .service_intro .container .text .acu {
    font-size: 14rem;
    margin-bottom: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .service_intro .container .text .acu {
    font-size: 18rem;
    margin-bottom: 10rem;
  }
}
.service_intro .container .text .ttl {
  font-size: 30px;
  line-height: 44px;
  font-weight: 900;
  margin-bottom: 25px;
}
@media screen and (max-width: 1900px) {
  .service_intro .container .text .ttl {
    font-size: 30rem;
    line-height: 44rem;
    margin-bottom: 25rem;
  }
}
.service_intro .container .text .description {
  font-size: 16px;
  line-height: 32px;
  font-weight: 500;
}
@media screen and (max-width: 1900px) {
  .service_intro .container .text .description {
    font-size: 16rem;
    line-height: 32rem;
  }
}
@media screen and (max-width: 768px) {
  .service_intro .container .text .description {
    font-size: 18rem;
  }
}
.service_intro .container .img {
  height: 645px;
  margin-right: calc((100vw - 1117px) / -2);
  flex-shrink: 0;
  max-width: 49.61vw;
  width: 100%;
  aspect-ratio: 1/1;
  position: relative;
  overflow: hidden;
  border-radius: 0 0 0 52px;
}
@media screen and (max-width: 1900px) {
  .service_intro .container .img {
    border-radius: 0 0 0 52rem;
  }
}
.service_intro .container .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.1);
  transition: transform 2s ease-out;
}
@media screen and (max-width: 1900px) {
  .service_intro .container .img {
    height: 645rem;
    margin-right: calc((100vw - 1117rem) / -2);
  }
}
@media screen and (max-width: 768px) {
  .service_intro .container .img {
    max-width: 610rem;
    margin-right: calc((100vw - 580rem) / -2);
    margin-left: auto;
    gap: 73rem;
    height: 610rem;
  }
}

.service_navi .service-swiper {
  width: 100%;
  margin: 0 auto;
  padding: 69px 190px 180px 45px;
  margin-bottom: 133px;
}
@media screen and (max-width: 1900px) {
  .service_navi .service-swiper {
    padding: 69rem 190rem 90rem 45rem;
    margin-bottom: 133rem;
  }
}
@media screen and (max-width: 768px) {
  .service_navi .service-swiper {
    padding-left: 0;
    padding-right: 0;
  }
}
.service_navi .service-swiper .swiper-wrapper {
  display: flex;
  gap: 20px;
  width: max-content;
  padding-right: 20px;
}
@media screen and (max-width: 1900px) {
  .service_navi .service-swiper .swiper-wrapper {
    grid-auto-columns: 360rem;
    gap: 20rem;
    padding-right: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .service_navi .service-swiper .swiper-wrapper {
    display: flex;
    flex-direction: column;
    gap: 48rem;
    width: 90%;
    margin: auto;
    padding-right: 0;
  }
}
.service_navi .service-swiper .swiper-slide.item {
  max-width: 360px;
  min-height: 379px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border-right: 1px solid #c4c4c4;
  position: relative;
  transition: 0.6s ease;
}
.service_navi .service-swiper .swiper-slide.item:last-child {
  border-right: none;
}
@media screen and (max-width: 1900px) {
  .service_navi .service-swiper .swiper-slide.item {
    max-width: 360rem;
    min-height: 379rem;
  }
}
@media screen and (max-width: 768px) {
  .service_navi .service-swiper .swiper-slide.item {
    min-width: auto;
    max-width: 100%;
    border-right: none;
    border-bottom: 1px solid #c4c4c4;
    padding-bottom: 52rem;
    padding-right: 0;
  }
  .service_navi .service-swiper .swiper-slide.item:last-child {
    border-bottom: none;
  }
}
.service_navi .service-swiper .swiper-slide.item:hover {
  filter: opacity(80%);
  transition: 0.6s ease;
}
.service_navi .service-swiper .swiper-slide.item:hover svg {
  transition: 0.6s ease;
}
.service_navi .service-swiper .swiper-slide.item:hover svg .circle {
  fill: #fff;
}
.service_navi .service-swiper .swiper-slide.item:hover svg .arrow {
  transform: translateY(2px);
  stroke: #002145;
}
.service_navi .service-swiper .swiper-slide.item .num {
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.1em;
  margin-bottom: 6px;
}
@media screen and (max-width: 1900px) {
  .service_navi .service-swiper .swiper-slide.item .num {
    font-size: 14rem;
    margin-bottom: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .service_navi .service-swiper .swiper-slide.item .num {
    font-size: 18rem;
  }
}
.service_navi .service-swiper .swiper-slide.item .ttl {
  font-weight: 900;
  font-size: 24px;
  color: #002145;
  margin-bottom: 20px;
}
@media screen and (max-width: 1900px) {
  .service_navi .service-swiper .swiper-slide.item .ttl {
    font-size: 24rem;
    margin-bottom: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .service_navi .service-swiper .swiper-slide.item .ttl {
    margin-bottom: 38rem;
  }
}
.service_navi .service-swiper .swiper-slide.item .description {
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  margin-bottom: 32px;
  flex-grow: 1;
  width: 90%;
  margin: auto auto 32px;
}
@media screen and (max-width: 1900px) {
  .service_navi .service-swiper .swiper-slide.item .description {
    font-size: 16rem;
    line-height: 32rem;
    margin: auto auto 32rem;
  }
}
@media screen and (max-width: 768px) {
  .service_navi .service-swiper .swiper-slide.item .description {
    font-size: 21rem;
    line-height: 46rem;
  }
}
.service_navi .service-swiper .swiper-slide.item svg {
  width: 66px;
  height: 66px;
  margin-top: auto;
  transition: 0.6s ease;
}
@media screen and (max-width: 1900px) {
  .service_navi .service-swiper .swiper-slide.item svg {
    width: 66rem;
    height: 66rem;
  }
}
@media screen and (max-width: 768px) {
  .service_navi .service-swiper .swiper-slide.item svg {
    width: 65rem;
    height: 65rem;
  }
}
.service_navi .service-swiper .swiper-slide.item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.service_navi .service-swiper .swiper-scrollbar {
  height: 9px;
  background: #d9dada;
  max-width: 1080px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 0;
}
@media screen and (max-width: 1900px) {
  .service_navi .service-swiper .swiper-scrollbar {
    height: 9rem;
    max-width: 1080rem;
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .service_navi .service-swiper .swiper-scrollbar {
    display: none;
  }
}
.service_navi .service-swiper .swiper-scrollbar .swiper-scrollbar-drag {
  border-radius: 0;
  background: #ffa631;
}
.service_navi .container {
  max-width: 1080px;
  padding: 69px 0 168px;
}
@media screen and (max-width: 1900px) {
  .service_navi .container {
    padding: 69rem 0 168rem;
    max-width: 1080rem;
  }
}
@media screen and (max-width: 768px) {
  .service_navi .container {
    padding: 87rem 0 126rem;
    max-width: 580rem;
  }
}
.service_navi .container .grid-item {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 360px;
  width: max-content;
  gap: 20px;
}
@media screen and (max-width: 1900px) {
  .service_navi .container .grid-item {
    grid-auto-columns: auto;
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .service_navi .container .grid-item {
    display: flex;
    flex-direction: column;
    gap: 48rem;
    width: 100%;
  }
}
.service_navi .container .item {
  min-width: 360px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-right: 1px solid #c4c4c4;
  position: relative;
  transition: 0.6s ease;
}
@media screen and (max-width: 1900px) {
  .service_navi .container .item {
    min-width: auto;
  }
}
.service_navi .container .item:last-child {
  border-right: none;
}
@media screen and (max-width: 768px) {
  .service_navi .container .item {
    border-right: none;
    border-bottom: 1px solid #c4c4c4;
    padding-bottom: 52rem;
    padding-right: 0;
    min-width: auto;
  }
}
.service_navi .container .item:hover {
  filter: opacity(80%);
  transition: 0.6s ease;
}
.service_navi .container .item:hover svg {
  transition: 0.6s ease;
}
.service_navi .container .item:hover svg .circle {
  fill: #fff;
}
.service_navi .container .item:hover svg .arrow {
  transform: translateY(2px);
  stroke: #002145;
}
.service_navi .container .item .num {
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.1em;
  margin-bottom: 6px;
}
@media screen and (max-width: 1900px) {
  .service_navi .container .item .num {
    font-size: 14rem;
    margin-bottom: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .service_navi .container .item .num {
    font-size: 20rem;
  }
}
.service_navi .container .item .ttl {
  font-weight: 900;
  font-size: 24px;
  color: #002145;
  margin-bottom: 20px;
}
@media screen and (max-width: 1900px) {
  .service_navi .container .item .ttl {
    font-size: 24rem;
    margin-bottom: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .service_navi .container .item .ttl {
    font-size: 28rem;
    margin-bottom: 38rem;
  }
}
.service_navi .container .item .description {
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  margin-bottom: 32px;
}
@media screen and (max-width: 1900px) {
  .service_navi .container .item .description {
    font-size: 16rem;
    line-height: 32rem;
    margin-bottom: 32rem;
  }
}
@media screen and (max-width: 768px) {
  .service_navi .container .item .description {
    font-size: 21rem;
    line-height: 46rem;
  }
}
.service_navi .container .item svg {
  width: 66px;
  height: 66px;
  margin-top: auto;
  transition: 0.6s ease;
}
@media screen and (max-width: 1900px) {
  .service_navi .container .item svg {
    width: 66rem;
    height: 66rem;
  }
}
@media screen and (max-width: 768px) {
  .service_navi .container .item svg {
    width: 65rem;
    height: 65rem;
  }
}
.service_navi .container .item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.service {
  margin-bottom: 106px;
}
@media screen and (max-width: 1900px) {
  .service {
    margin-bottom: 106rem;
  }
}
@media screen and (max-width: 768px) {
  .service {
    margin-bottom: 100rem;
  }
}
.service:last-child {
  margin-bottom: 0;
  padding-bottom: 240px;
}
@media screen and (max-width: 1900px) {
  .service:last-child {
    padding-bottom: 240rem;
  }
}
@media screen and (max-width: 768px) {
  .service:last-child {
    padding-bottom: 200rem;
  }
}
.service.service03_pro05 {
  padding-bottom: 160px;
}
@media screen and (max-width: 1900px) {
  .service.service03_pro05 {
    padding-bottom: 160rem;
  }
}
@media screen and (max-width: 768px) {
  .service.service03_pro05 {
    padding-bottom: 200rem;
  }
}
.service .intro {
  display: flex;
  align-items: center;
  gap: 61px;
  max-width: 1200px;
  width: 90%;
  margin: auto auto 56px;
}
.service .intro.mb43 {
  margin-bottom: 43px;
}
@media screen and (max-width: 1900px) {
  .service .intro.mb43 {
    margin-bottom: 43rem;
  }
}
@media screen and (max-width: 1900px) {
  .service .intro {
    gap: 61rem;
    max-width: 1200rem;
    margin-bottom: 56rem;
  }
}
@media screen and (max-width: 768px) {
  .service .intro {
    flex-direction: column;
    gap: 37rem;
    margin-bottom: 115rem;
  }
}
.service .intro .text .sec-ttl {
  margin-bottom: 33px;
}
@media screen and (max-width: 1900px) {
  .service .intro .text .sec-ttl {
    margin-bottom: 33rem;
  }
}
.service .intro .text .ttl {
  font-size: 30px;
  line-height: 44px;
  font-weight: 900;
  margin-bottom: 40px;
}
@media screen and (max-width: 1900px) {
  .service .intro .text .ttl {
    font-size: 30rem;
    line-height: 44rem;
    margin-bottom: 40rem;
  }
}
.service .intro .text .description {
  font-size: 16px;
  line-height: 32px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .service .intro .text .description {
    font-size: 21rem;
    line-height: 46rem;
  }
}
.service .intro .img {
  height: 400px;
  margin-left: calc((100vw - 1139px) / -2);
  flex-shrink: 0;
  max-width: 49.8vw;
  width: 100%;
  aspect-ratio: 648/400;
  position: relative;
}
.service .intro .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 30px 30px 0;
}
@media screen and (max-width: 1900px) {
  .service .intro .img {
    height: 400rem;
    margin-left: calc((100vw - 1139rem) / -2);
  }
  .service .intro .img img {
    border-radius: 0 30rem 30rem 0;
  }
}
@media screen and (max-width: 768px) {
  .service .intro .img {
    max-width: 610rem;
    aspect-ratio: 610/376;
    height: 376rem;
    margin-left: calc((100vw - 510rem) / -2);
  }
  .service .intro .img img {
    width: auto;
    height: 100%;
  }
}
.service .detail {
  max-width: 1200px;
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 1900px) {
  .service .detail {
    max-width: 1200rem;
  }
}
@media screen and (max-width: 768px) {
  .service .detail {
    max-width: 585rem;
    width: 100%;
  }
}
.service .detail .item {
  max-width: 980px;
  margin-left: auto;
  margin-bottom: 78px;
}
@media screen and (max-width: 1900px) {
  .service .detail .item {
    max-width: 980rem;
    margin-bottom: 78rem;
  }
}
@media screen and (max-width: 768px) {
  .service .detail .item {
    max-width: 100%;
    margin: auto auto 122rem;
  }
}
.service .detail .item .item-ttl {
  font-size: 21px;
  line-height: 32px;
  font-weight: 500;
  color: #3e3a39;
  margin-bottom: 26px;
  position: relative;
}
.service .detail .item .item-ttl:before {
  content: "";
  width: 60px;
  height: 2px;
  background-color: #ffa631;
  position: absolute;
  top: 11px;
  right: calc(100% + 23px);
}
@media screen and (max-width: 1900px) {
  .service .detail .item .item-ttl:before {
    width: 60rem;
    height: 2rem;
    top: 11rem;
  }
}
@media screen and (max-width: 768px) {
  .service .detail .item .item-ttl:before {
    left: 0;
    right: auto;
    top: auto;
    bottom: calc(100% + 36px);
  }
}
@media screen and (max-width: 1900px) {
  .service .detail .item .item-ttl {
    font-size: 21rem;
    line-height: 32rem;
    margin-bottom: 26rem;
  }
}
@media screen and (max-width: 768px) {
  .service .detail .item .item-ttl {
    font-size: 24rem;
    margin-bottom: 22rem;
  }
}
.service .detail .item .description {
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 71px;
}
@media screen and (max-width: 1900px) {
  .service .detail .item .description {
    font-size: 16rem;
    line-height: 32rem;
    margin-bottom: 71rem;
  }
}
@media screen and (max-width: 768px) {
  .service .detail .item .description {
    font-size: 21rem;
    line-height: 46rem;
    margin-bottom: 74rem;
  }
}
.service .detail .item .grid-item {
  display: grid;
  grid-template-columns: 429px 509px;
  grid-auto-flow: row;
  gap: 79px 48px;
}
@media screen and (max-width: 1900px) {
  .service .detail .item .grid-item {
    gap: 79rem 48rem;
    grid-template-columns: 429rem 509rem;
  }
}
@media screen and (max-width: 768px) {
  .service .detail .item .grid-item {
    display: flex;
    flex-direction: column;
    gap: 63rem;
  }
}
.service .detail .item .grid-item .text {
  display: flex;
  flex-direction: column;
  gap: 26px;
}
@media screen and (max-width: 1900px) {
  .service .detail .item .grid-item .text {
    gap: 26rem;
  }
}
.service .detail .item .grid-item .text dl dt {
  font-size: 16px;
  line-height: 40px;
  font-weight: 500;
  max-width: 292px;
  width: 100%;
  background-color: #002145;
  border-radius: 999px;
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 1900px) {
  .service .detail .item .grid-item .text dl dt {
    font-size: 16rem;
    line-height: 40rem;
    max-width: 292rem;
    margin-bottom: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .service .detail .item .grid-item .text dl dt {
    font-size: 24rem;
    line-height: 61rem;
    max-width: 427rem;
    margin: auto auto 15rem;
  }
}
.service .detail .item .grid-item .text dl dd {
  font-size: 16px;
  line-height: 32px;
  color: #3e3a39;
  margin-inline-start: 0;
  min-height: 60px;
}
@media screen and (max-width: 1900px) {
  .service .detail .item .grid-item .text dl dd {
    font-size: 16rem;
    line-height: 32rem;
    min-height: 60rem;
  }
}
@media screen and (max-width: 768px) {
  .service .detail .item .grid-item .text dl dd {
    font-size: 21rem;
    text-align: center;
  }
}
.service .detail .item .grid-item .text .description {
  margin-bottom: 0;
}
.service .detail .item .grid-item .text .description.mt29 {
  margin-top: 29px;
}
@media screen and (max-width: 1900px) {
  .service .detail .item .grid-item .text .description.mt29 {
    margin-top: 29rem;
  }
}
@media screen and (max-width: 768px) {
  .service .detail .item .grid-item .text .description.mt29 {
    margin-top: 0;
  }
}
.service .detail .item .grid-item .text .description.mt104 {
  margin-top: 104px;
}
@media screen and (max-width: 1900px) {
  .service .detail .item .grid-item .text .description.mt104 {
    margin-top: 104rem;
  }
}
@media screen and (max-width: 768px) {
  .service .detail .item .grid-item .text .description.mt104 {
    margin-top: 0;
  }
}
.service .detail .item .grid-item .text .description.mt98 {
  margin-top: 98px;
}
@media screen and (max-width: 1900px) {
  .service .detail .item .grid-item .text .description.mt98 {
    margin-top: 98rem;
  }
}
@media screen and (max-width: 768px) {
  .service .detail .item .grid-item .text .description.mt98 {
    margin-top: 0;
  }
}
.service .detail .item .grid-item .text .description.mt47 {
  margin-top: 47px;
}
@media screen and (max-width: 1900px) {
  .service .detail .item .grid-item .text .description.mt47 {
    margin-top: 47rem;
  }
}
@media screen and (max-width: 768px) {
  .service .detail .item .grid-item .text .description.mt47 {
    margin-top: 0;
  }
}
.service .detail .item .grid-item .text .description.mt64 {
  margin-top: 64px;
}
@media screen and (max-width: 1900px) {
  .service .detail .item .grid-item .text .description.mt64 {
    margin-top: 64rem;
  }
}
@media screen and (max-width: 768px) {
  .service .detail .item .grid-item .text .description.mt64 {
    margin-top: 0;
  }
}
.service .detail .item .grid-item .end {
  grid-column: 1/3;
  grid-row: 2;
  font-size: 16px;
  line-height: 32px;
}
@media screen and (max-width: 768px) {
  .service .detail .item .grid-item .end {
    font-size: 21rem;
    line-height: 46rem;
  }
}
@media screen and (max-width: 768px) {
  .service .detail .item:nth-child(2) .item-ttl {
    margin-bottom: 73rem;
  }
}
.service .detail .item .table-wrap {
  overflow-x: auto;
}
.service .detail .item table {
  width: 100%;
  border-collapse: collapse;
}
@media screen and (max-width: 768px) {
  .service .detail .item table {
    width: 903rem;
  }
}
.service .detail .item table tr th {
  font-size: 16px;
  color: #002145;
  font-weight: 700;
  padding-bottom: 21px;
  padding-top: 31px;
  border-bottom: 1px solid #d9dada;
}
@media screen and (max-width: 1900px) {
  .service .detail .item table tr th {
    font-size: 16rem;
    padding-top: 31rem;
    padding-bottom: 21rem;
  }
}
@media screen and (max-width: 768px) {
  .service .detail .item table tr th {
    font-size: 21rem;
  }
}
.service .detail .item table tr td {
  font-size: 16px;
  font-weight: 500;
  color: #3e3a39;
  padding-bottom: 21px;
  text-align: center;
  padding-top: 29px;
  border-bottom: 1px solid #d9dada;
  vertical-align: middle;
}
@media screen and (max-width: 1900px) {
  .service .detail .item table tr td {
    font-size: 16rem;
    padding-top: 29rem;
    padding-bottom: 21rem;
  }
}
@media screen and (max-width: 1900px) and (max-width: 768px) {
  .service .detail .item table tr td {
    font-size: 21rem;
    padding-bottom: 29rem;
    padding-top: 31rem;
  }
}
.service .detail .item table tr td:first-child {
  color: #002145;
  font-weight: 700;
  text-align: left;
  padding-left: 43px;
}
@media screen and (max-width: 1900px) {
  .service .detail .item table tr td:first-child {
    padding-left: 43rem;
  }
}
.service .detail .item table tr td:last-child {
  text-align: right;
  padding-right: 36px;
}
@media screen and (max-width: 1900px) {
  .service .detail .item table tr td:last-child {
    padding-right: 36rem;
  }
}
.service .detail .item table tr:first-child th,
.service .detail .item table tr:first-child td {
  padding-top: 0;
}
.service .detail .item table tr:first-child .circle:first-child p {
  margin-left: 9px;
  margin-right: auto;
}
.service .detail .item table tr:first-child .circle:last-child p {
  margin-left: auto;
  margin-right: 0;
}
.service .detail.service03 .item {
  max-width: 1080px;
}
.service .detail.service03 .item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1900px) {
  .service .detail.service03 .item {
    max-width: 1080rem;
  }
}
@media screen and (max-width: 768px) {
  .service .detail.service03 .item:nth-child(2) .item-ttl {
    margin-bottom: 22rem;
  }
}
.service .detail.service03 .item .grid-item {
  grid-template-columns: 487px 519px;
  margin-left: auto;
  justify-content: space-between;
  gap: 0;
}
@media screen and (max-width: 1900px) {
  .service .detail.service03 .item .grid-item {
    grid-template-columns: 487rem 519rem;
  }
}
.service .detail.service02 .item {
  margin: auto;
  max-width: 1080px;
}
@media screen and (max-width: 1900px) {
  .service .detail.service02 .item {
    max-width: 1080rem;
  }
}
@media screen and (max-width: 768px) {
  .service .detail.service02 .item {
    max-width: 580rem;
  }
}
.service .detail.service02 .item .table-wrap {
  display: flex;
  gap: 94px;
  align-items: flex-start;
}
@media screen and (max-width: 1900px) {
  .service .detail.service02 .item .table-wrap {
    gap: 94rem;
  }
}
@media screen and (max-width: 768px) {
  .service .detail.service02 .item .table-wrap {
    flex-direction: column;
  }
}
.service .detail.service02 .item .table-wrap table {
  table-layout: fixed;
  margin-top: 0;
  width: 492px;
}
@media screen and (max-width: 1900px) {
  .service .detail.service02 .item .table-wrap table {
    width: 492rem;
  }
}
@media screen and (max-width: 768px) {
  .service .detail.service02 .item .table-wrap table {
    width: 100%;
  }
}
.service .detail.service02 .item .table-wrap table tr:first-child th {
  border-bottom: none;
  padding-bottom: 0;
}
.service .detail.service02 .item .table-wrap table tr:nth-child(2) td {
  padding-top: 20px;
}
@media screen and (max-width: 1900px) {
  .service .detail.service02 .item .table-wrap table tr:nth-child(2) td {
    padding-top: 20rem;
  }
}
.service .detail.service02 .item .table-wrap table caption {
  margin-top: 13px;
  width: 492px;
  caption-side: bottom;
  display: flex;
  justify-content: space-between;
}
.service .detail.service02 .item .table-wrap table caption .description {
  text-align: left;
}
@media screen and (max-width: 1900px) {
  .service .detail.service02 .item .table-wrap table caption {
    width: 492rem;
    margin-top: 13rem;
  }
}
.service .detail.service02 .item .table-wrap table .circle p {
  font-size: 12px;
  background-color: #002145;
  color: #fff;
  line-height: 26px;
  border-radius: 999px;
  width: 88px;
  padding-bottom: 0;
  margin: auto;
}
@media screen and (max-width: 1900px) {
  .service .detail.service02 .item .table-wrap table .circle p {
    font-size: 12rem;
    line-height: 26rem;
    width: 88rem;
  }
}
.service .product {
  position: relative;
}
.service .product .wave-left {
  position: absolute;
  height: 580px;
  width: 285px;
  background-color: transparent;
  border-radius: 35px 0 0 35px;
  top: 0;
  right: 0;
}
@media screen and (max-width: 1900px) {
  .service .product .wave-left {
    height: 580rem;
    width: 285rem;
    border-radius: 35rem 0 0 35rem;
  }
}
@media screen and (max-width: 768px) {
  .service .product .wave-left {
    width: 142rem;
  }
}
.service .product .container {
  max-width: 1200px;
  width: 90%;
  margin: auto;
  padding: 32px 0 68px;
}
@media screen and (max-width: 1900px) {
  .service .product .container {
    padding: 32rem 0 68rem;
    max-width: 1200rem;
  }
}
.service .product .container .sec-ttl {
  margin-bottom: 34px;
}
.service .product .container .wrapper {
  position: relative;
  max-width: 1036px;
  width: 100%;
  margin-right: auto;
}
@media screen and (max-width: 1900px) {
  .service .product .container .wrapper {
    max-width: 1036rem;
  }
}
@media screen and (max-width: 768px) {
  .service .product .container .wrapper .product-swiper {
    overflow: visible;
  }
}
.service .product .container .wrapper .product-swiper .swiper-slide {
  width: 322px;
  margin-right: 35px;
}
@media screen and (max-width: 1900px) {
  .service .product .container .wrapper .product-swiper .swiper-slide {
    width: 322rem;
    margin-right: 35rem;
  }
}
@media screen and (max-width: 768px) {
  .service .product .container .wrapper .product-swiper .swiper-slide {
    width: 512rem;
  }
}
.service .product .container .wrapper .product-swiper .swiper-slide .item {
  position: relative;
  transition: all 0.5s ease;
}
.service .product .container .wrapper .product-swiper .swiper-slide .item:hover {
  filter: opacity(80%);
  transition: all 0.5s ease;
}
.service .product .container .wrapper .product-swiper .swiper-slide .item a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
}
.service .product .container .wrapper .product-swiper .swiper-slide .item .thum {
  height: 214px;
  margin-bottom: 9px;
  border-radius: 15px;
}
.service .product .container .wrapper .product-swiper .swiper-slide .item .thum img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  object-fit: cover;
}
@media screen and (max-width: 1900px) {
  .service .product .container .wrapper .product-swiper .swiper-slide .item .thum {
    margin-bottom: 9rem;
    height: 214rem;
  }
}
.service .product .container .wrapper .product-swiper .swiper-slide .item .item-element {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3px;
}
@media screen and (max-width: 1900px) {
  .service .product .container .wrapper .product-swiper .swiper-slide .item .item-element {
    margin-bottom: 3rem;
  }
}
.service .product .container .wrapper .product-swiper .swiper-slide .item .item-element .update {
  font-weight: 600;
  color: #d9dada;
  font-size: 18px;
}
@media screen and (max-width: 1900px) {
  .service .product .container .wrapper .product-swiper .swiper-slide .item .item-element .update {
    font-size: 18rem;
  }
}
@media screen and (max-width: 768px) {
  .service .product .container .wrapper .product-swiper .swiper-slide .item .item-element .update {
    font-size: 21rem;
  }
}
.service .product .container .wrapper .product-swiper .swiper-slide .item .item-element .cat {
  font-weight: 700;
  color: #002145;
  font-size: 16px;
}
.service .product .container .wrapper .product-swiper .swiper-slide .item .item-element .cat::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #002145;
  border-radius: 50px;
  vertical-align: middle;
  margin-right: 6px;
}
@media screen and (max-width: 1900px) {
  .service .product .container .wrapper .product-swiper .swiper-slide .item .item-element .cat::before {
    width: 8rem;
    height: 8rem;
    margin-right: 6rem;
  }
}
@media screen and (max-width: 1900px) {
  .service .product .container .wrapper .product-swiper .swiper-slide .item .item-element .cat {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .service .product .container .wrapper .product-swiper .swiper-slide .item .item-element .cat {
    font-size: 21rem;
  }
}
.service .product .container .wrapper .product-swiper .swiper-slide .item .item-ttl {
  font-weight: 700;
  font-size: 18px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
@media screen and (max-width: 1900px) {
  .service .product .container .wrapper .product-swiper .swiper-slide .item .item-ttl {
    font-size: 18rem;
  }
}
@media screen and (max-width: 768px) {
  .service .product .container .wrapper .product-swiper .swiper-slide .item .item-ttl {
    font-size: 24rem;
  }
}
.service .product .container .wrapper .swiper-button-next:after,
.service .product .container .wrapper .swiper-rtl .swiper-button-prev:after {
  content: none;
}
.service .product .container .wrapper .swiper-button-next,
.service .product .container .wrapper .swiper-button-prev {
  width: 65px;
  height: 65px;
  top: 74px;
  margin-top: 0;
  padding: 0;
  background-color: transparent;
  border: none;
  border-radius: 50px;
}
@media screen and (max-width: 1900px) {
  .service .product .container .wrapper .swiper-button-next,
  .service .product .container .wrapper .swiper-button-prev {
    width: 65rem;
    height: 65rem;
    top: 74rem;
  }
}
.service .product .container .wrapper .swiper-button-next {
  right: auto;
  left: calc(100% + 43px);
}
@media screen and (max-width: 1900px) {
  .service .product .container .wrapper .swiper-button-next {
    left: calc(100% + 43rem);
  }
}
.service .product .container .wrapper .swiper-button-next:hover svg .bg {
  fill: #002145;
}
.service .product .container .wrapper .swiper-button-next:hover svg .arrow {
  stroke: #fff;
}
@media screen and (max-width: 768px) {
  .service .product .container .wrapper .swiper-button-next {
    display: none;
  }
}
.service .product .container .wrapper .swiper-button-prev {
  display: none;
}
.service .product .container .wrapper .btn {
  margin-top: 64px;
}
@media screen and (max-width: 1900px) {
  .service .product .container .wrapper .btn {
    margin-top: 64rem;
  }
}/*# sourceMappingURL=service.css.map */