<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* * {
    outline: 1px red solid;
} */
html {
  scroll-behavior: smooth;
}

main {
  overflow: visible;
}

h2 + p {
  font-weight: 600;
}

.jump_point {
  scroll-margin-top: 15rem;
}

.service__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3.5rem 4rem;
}
.service__list:first-of-type .service__list__item:nth-child(1) {
  gap: 1rem;
}
.service__list:first-of-type .service__list__item:nth-child(1) img {
  width: min(140px, 14rem);
}
.service__list:first-of-type .service__list__item:nth-child(2) {
  gap: 3rem;
}
.service__list:first-of-type .service__list__item:nth-child(2) img {
  width: min(120px, 12rem);
}
.service__list:first-of-type .service__list__item:nth-child(3) {
  gap: 2rem;
}
.service__list:first-of-type .service__list__item:nth-child(3) img {
  width: min(130px, 13rem);
}
.service__list:first-of-type .service__list__item:nth-child(4) {
  gap: 2rem;
}
.service__list:first-of-type .service__list__item:nth-child(4) img {
  width: min(130px, 13rem);
}
.service__list:nth-of-type(2) .service__list__item:nth-child(1) {
  gap: 2rem;
}
.service__list:nth-of-type(2) .service__list__item:nth-child(1) img {
  width: min(130px, 13rem);
}
.service__list:nth-of-type(2) .service__list__item:nth-child(2) {
  gap: 3rem;
}
.service__list:nth-of-type(2) .service__list__item:nth-child(2) img {
  width: min(120px, 12rem);
}
.service__list:nth-of-type(2) .service__list__item:nth-child(3) {
  gap: 2rem;
}
.service__list:nth-of-type(2) .service__list__item:nth-child(3) img {
  width: min(130px, 13rem);
}
.service__list:nth-of-type(2) .service__list__item:nth-child(4) {
  gap: 5rem;
}
.service__list:nth-of-type(2) .service__list__item:nth-child(4) img {
  width: min(100px, 10rem);
}
@media screen and (max-width: 768px) {
  .service__list {
    display: grid;
    gap: 3rem;
  }
}
.service__list .service__list__item {
  width: 52rem;
  padding: 3rem 3.5rem;
  background-color: #FFFFFF;
  border-radius: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .service__list .service__list__item {
    width: 100%;
    padding: 3rem 2.5rem;
    display: block;
  }
}
.service__list .service__list__item div:first-child {
  width: 30rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .service__list .service__list__item div:first-child {
    width: 100%;
  }
}
.service__list .service__list__item h4 {
  margin: 0 0 1.5rem;
}
@media screen and (max-width: 768px) {
  .service__list .service__list__item h4 {
    font-size: 2rem;
    line-height: 1.5;
  }
}
.service__list .service__list__item h4 span {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.875;
}
.service__list .service__list__item .service__link {
  margin-top: 1rem;
  display: block;
  text-align: right;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
}
.service__list .service__list__item .service__link::after {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 0.8rem;
  margin-left: 1rem;
  background: url(/common/images/arrow_orange.svg) no-repeat center center;
  background-size: contain;
}
.service__list .service__list__item .service__image {
  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;
}
@media screen and (max-width: 768px) {
  .service__list .service__list__item .service__image {
    margin-top: 2rem;
  }
  .service__list .service__list__item .service__image img {
    width: auto;
    height: auto;
  }
}
.service__list:nth-of-type(3) {
  margin-top: 3rem;
  gap: 3rem;
}
@media screen and (max-width: 768px) {
  .service__list:nth-of-type(3) {
    gap: 3.1rem;
  }
}
.service__list:nth-of-type(3) .service__list__item {
  width: 34rem;
  display: block;
}
@media screen and (max-width: 768px) {
  .service__list:nth-of-type(3) .service__list__item {
    width: 100%;
  }
}
.service__list:nth-of-type(3) .service__list__item h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.service__list:nth-of-type(3) .service__list__item h4::before {
  content: "";
  display: inline-block;
  width: 2.5rem;
  height: 2.235rem;
  margin-top: 0.3rem;
  margin-right: 1rem;
  background: url(../images/check.png) no-repeat left top;
  background-size: contain;
}/*# sourceMappingURL=style.css.map */</pre></body></html>