@media screen and (min-width: 769px) {
  .setOrder {
    color: #000;
  }
}
@media screen and (min-width: 961px) {
  .setOrder {
    color: #000;
  }
}
@media screen and (max-width: 768px) {
  .setOrder {
    color: #000;
  }
}
/* ----------------------------------------------------------
font-weight
---------------------------------------------------------- */
html {
  scroll-behavior: smooth;
}

html,
body {
  margin: 0;
  font-weight: 400; /* regular */
  color: #000;
  counter-reset: number 0;
  font-size: 10px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #000;
}
html:before,
body:before {
  width: 1px;
  height: 100%;
  background: #f00;
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 1000;
  pointer-events: none;
}
html a,
html button,
html .children,
body a,
body button,
body .children {
  transition: opacity 0.3s ease;
}

input, textarea {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

body {
  width: 100%;
  overflow: scroll;
  font-weight: 400; /* regular */
  color: colorsblack;
  position: relative;
}

ul,
li {
  list-style: none;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

.recruit-service:where(figure) {
  margin-left: 0;
  margin-right: 0;
}
.recruit-service img {
  display: block;
  height: auto;
}
.recruit-service em {
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .recruit-service {
    padding-bottom: 120px;
    padding-bottom: calc(120 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .recruit-service {
    padding-bottom: 150px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .recruit-service {
    padding-bottom: calc(150 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .recruit-service {
    padding-bottom: 150px;
  }
}
.recruit-service__intro {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (max-width: 768px) {
  .recruit-service__intro {
    gap: 40px;
    gap: calc(40 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .recruit-service__intro {
    gap: 58px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .recruit-service__intro {
    gap: calc(58 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .recruit-service__intro {
    gap: 58px;
  }
}
@media screen and (max-width: 768px) {
  .recruit-service__intro {
    margin-bottom: 56px;
    margin-bottom: calc(56 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .recruit-service__intro {
    margin-bottom: 56px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .recruit-service__intro {
    margin-bottom: calc(56 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .recruit-service__intro {
    margin-bottom: 56px;
  }
}
.recruit-service__mv {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 calc(50% - 50vw);
}
.recruit-service__mv img {
  width: 100%;
}
.recruit-service__mv figcaption {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .recruit-service__mv figcaption {
    width: 325px;
    width: calc(325 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .recruit-service__mv figcaption {
    width: 880px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .recruit-service__mv figcaption {
    width: calc(880 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .recruit-service__mv figcaption {
    width: 880px;
  }
}
@media screen and (max-width: 768px) {
  .recruit-service__mv figcaption {
    margin-top: -20px;
    margin-top: calc(-20 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .recruit-service__mv figcaption {
    margin-top: -54px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .recruit-service__mv figcaption {
    margin-top: calc(-54 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .recruit-service__mv figcaption {
    margin-top: -54px;
  }
}
.recruit-service__mv figcaption svg {
  width: 100%;
  height: auto;
}
.recruit-service__lead {
  position: relative;
  line-height: 1.325;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .recruit-service__lead {
    padding-top: 20px;
    padding-top: calc(20 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .recruit-service__lead {
    padding-top: 23px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .recruit-service__lead {
    padding-top: calc(23 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .recruit-service__lead {
    padding-top: 23px;
  }
}
@media screen and (max-width: 768px) {
  .recruit-service__lead {
    padding-bottom: 20px;
    padding-bottom: calc(20 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .recruit-service__lead {
    padding-bottom: 23px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .recruit-service__lead {
    padding-bottom: calc(23 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .recruit-service__lead {
    padding-bottom: 23px;
  }
}
@media screen and (max-width: 768px) {
  .recruit-service__lead {
    font-size: 22px;
    font-size: calc(22 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .recruit-service__lead {
    font-size: 43px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .recruit-service__lead {
    font-size: calc(43 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .recruit-service__lead {
    font-size: 43px;
  }
}
.recruit-service__lead i {
  position: absolute;
  aspect-ratio: 1;
  display: flex;
}
@media screen and (max-width: 768px) {
  .recruit-service__lead i {
    width: 20px;
    width: calc(20 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .recruit-service__lead i {
    width: 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .recruit-service__lead i {
    width: calc(20 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .recruit-service__lead i {
    width: 20px;
  }
}
.recruit-service__lead i svg {
  width: 100%;
  height: auto;
}
.recruit-service__lead i:first-child {
  top: 0;
  left: 0;
}
.recruit-service__lead i:last-child {
  bottom: 0;
  right: 0;
}
.recruit-service__lead span {
  color: #006EFF;
}
@media screen and (max-width: 768px) {
  .recruit-service__wrap {
    margin-bottom: 80px;
    margin-bottom: calc(80 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .recruit-service__wrap {
    margin-bottom: 150px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .recruit-service__wrap {
    margin-bottom: calc(150 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .recruit-service__wrap {
    margin-bottom: 150px;
  }
}
.recruit-service__message {
  margin: 0 calc(50% - 50vw);
  white-space: wrap;
  font-size: min(11.3815789474vw, 173px);
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-style: italic;
  text-align: center;
}
.recruit-service__message em {
  font-style: italic;
}
.recruit-service__message span {
  color: #006EFF;
}

@media screen and (max-width: 768px) {
  .service-product:not(:first-child) {
    margin-top: 120px;
    margin-top: calc(120 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .service-product:not(:first-child) {
    margin-top: 150px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .service-product:not(:first-child) {
    margin-top: calc(150 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .service-product:not(:first-child) {
    margin-top: 150px;
  }
}
.service-product__wrap {
  display: flex;
}
@media screen and (min-width: 769px) {
  .service-product__wrap {
    gap: 100px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .service-product__wrap {
    gap: calc(100 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .service-product__wrap {
    gap: 100px;
  }
}
@media screen and (max-width: 768px) {
  .service-product__wrap {
    flex-wrap: wrap;
  }
}
.service-product__wrap.-reverse {
  flex-direction: row-reverse;
}
.service-product__item {
  flex-shrink: 0;
}
@media screen and (min-width: 769px) {
  .service-product__item {
    width: 500px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .service-product__item {
    width: calc(500 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .service-product__item {
    width: 500px;
  }
}
@media screen and (max-width: 768px) {
  .service-product__item {
    display: contents;
    width: 100%;
  }
}
.service-product__head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .service-product__head {
    margin-bottom: 20px;
    margin-bottom: calc(20 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .service-product__head {
    margin-bottom: 56px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .service-product__head {
    margin-bottom: calc(56 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .service-product__head {
    margin-bottom: 56px;
  }
}
@media screen and (max-width: 768px) {
  .service-product__head {
    order: -1;
  }
}
.service-product__head small {
  color: #006EFF;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .service-product__head small {
    margin-bottom: 40px;
    margin-bottom: calc(40 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .service-product__head small {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .service-product__head small {
    margin-bottom: calc(60 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .service-product__head small {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .service-product__head small {
    font-size: 18px;
    font-size: calc(18 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .service-product__head small {
    font-size: 24px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .service-product__head small {
    font-size: calc(24 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .service-product__head small {
    font-size: 24px;
  }
}
.service-product__head span {
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .service-product__head span {
    margin-bottom: 10px;
    margin-bottom: calc(10 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .service-product__head span {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .service-product__head span {
    margin-bottom: calc(20 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .service-product__head span {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .service-product__head span {
    font-size: 20px;
    font-size: calc(20 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .service-product__head span {
    font-size: 28px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .service-product__head span {
    font-size: calc(28 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .service-product__head span {
    font-size: 28px;
  }
}
.service-product__head em img {
  width: 100%;
}
.-reverse > .service-product__head {
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .-reverse > .service-product__head {
    align-items: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .service-product__desc {
    margin-bottom: 20px;
    margin-bottom: calc(20 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .service-product__desc {
    margin-bottom: 56px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .service-product__desc {
    margin-bottom: calc(56 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .service-product__desc {
    margin-bottom: 56px;
  }
}
.service-product__txt {
  line-height: 1.8823529412;
  font-weight: bold;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 768px) {
  .service-product__txt {
    font-size: 15px;
    font-size: calc(15 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .service-product__txt {
    font-size: 17px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .service-product__txt {
    font-size: calc(17 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .service-product__txt {
    font-size: 17px;
  }
}
.service-product__txt b {
  color: #006EFF;
}
@media screen and (max-width: 768px) {
  .service-product__txt + .service-product__txt {
    margin-top: 20px;
    margin-top: calc(20 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .service-product__txt + .service-product__txt {
    margin-top: 23px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .service-product__txt + .service-product__txt {
    margin-top: calc(23 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .service-product__txt + .service-product__txt {
    margin-top: 23px;
  }
}
.service-product__point {
  display: flex;
  border-top: 1px solid #006EFF;
  border-bottom: 1px solid #006EFF;
}
@media screen and (max-width: 768px) {
  .service-product__point {
    gap: 20px;
    gap: calc(20 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .service-product__point {
    gap: 28px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .service-product__point {
    gap: calc(28 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .service-product__point {
    gap: 28px;
  }
}
@media screen and (max-width: 768px) {
  .service-product__point {
    padding-top: 30px;
    padding-top: calc(30 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .service-product__point {
    padding-top: 32px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .service-product__point {
    padding-top: calc(32 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .service-product__point {
    padding-top: 32px;
  }
}
@media screen and (max-width: 768px) {
  .service-product__point {
    padding-bottom: 30px;
    padding-bottom: calc(30 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .service-product__point {
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .service-product__point {
    padding-bottom: calc(30 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .service-product__point {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .service-product__point {
    flex-direction: column;
    gap: 2.6666666667vw;
  }
}
.service-product__point dt {
  flex-shrink: 0;
  line-height: 1.2;
  color: #006EFF;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .service-product__point dt {
    font-size: 26px;
    font-size: calc(26 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .service-product__point dt {
    font-size: 35px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .service-product__point dt {
    font-size: calc(35 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .service-product__point dt {
    font-size: 35px;
  }
}
.service-product__point dd {
  flex-grow: 1;
  margin-left: 0;
}
@media screen and (min-width: 769px) {
  .service-product__point dd {
    padding-top: 10px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .service-product__point dd {
    padding-top: calc(10 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .service-product__point dd {
    padding-top: 10px;
  }
}
.service-product__list {
  list-style-type: decimal-leading-zero;
  counter-reset: item;
  margin: 0;
  padding-left: 0;
}
.service-product__list li {
  position: relative;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .service-product__list li {
    padding-left: 50px;
    padding-left: calc(50 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .service-product__list li {
    padding-left: 50px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .service-product__list li {
    padding-left: calc(50 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .service-product__list li {
    padding-left: 50px;
  }
}
@media screen and (max-width: 768px) {
  .service-product__list li {
    font-size: 16px;
    font-size: calc(16 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .service-product__list li {
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .service-product__list li {
    font-size: calc(16 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .service-product__list li {
    font-size: 16px;
  }
}
.service-product__list li::before {
  content: counter(item, decimal-leading-zero);
  counter-increment: item;
  position: absolute;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  left: 0;
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-style: italic;
  background: #006EFF;
}
@media screen and (max-width: 768px) {
  .service-product__list li::before {
    width: 40px;
    width: calc(40 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .service-product__list li::before {
    width: 40px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .service-product__list li::before {
    width: calc(40 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .service-product__list li::before {
    width: 40px;
  }
}
@media screen and (max-width: 768px) {
  .service-product__list li::before {
    height: 21px;
    height: calc(21 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .service-product__list li::before {
    height: 21px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .service-product__list li::before {
    height: calc(21 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .service-product__list li::before {
    height: 21px;
  }
}
@media screen and (max-width: 768px) {
  .service-product__list li::before {
    top: 2px;
    top: calc(2 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .service-product__list li::before {
    top: 2px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .service-product__list li::before {
    top: calc(2 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .service-product__list li::before {
    top: 2px;
  }
}
@media screen and (max-width: 768px) {
  .service-product__list li::before {
    border-radius: 20px;
    border-radius: calc(20 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .service-product__list li::before {
    border-radius: 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .service-product__list li::before {
    border-radius: calc(20 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .service-product__list li::before {
    border-radius: 20px;
  }
}
.service-product__list li b {
  color: #006EFF;
}
@media screen and (max-width: 768px) {
  .service-product__list li + li {
    margin-top: 10px;
    margin-top: calc(10 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .service-product__list li + li {
    margin-top: 10px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .service-product__list li + li {
    margin-top: calc(10 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .service-product__list li + li {
    margin-top: 10px;
  }
}
.service-product__image {
  flex-shrink: 0;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .service-product__image {
    width: 695px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .service-product__image {
    width: calc(695 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .service-product__image {
    width: 695px;
  }
}
@media screen and (max-width: 768px) {
  .service-product__image {
    margin-top: 0px;
    margin-top: calc(0 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .service-product__image {
    margin-top: 104px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .service-product__image {
    margin-top: calc(104 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .service-product__image {
    margin-top: 104px;
  }
}
@media screen and (max-width: 768px) {
  .service-product__image {
    border-radius: 10px;
    border-radius: calc(10 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .service-product__image {
    border-radius: 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .service-product__image {
    border-radius: calc(20 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .service-product__image {
    border-radius: 20px;
  }
}
@media screen and (max-width: 768px) {
  .service-product__image {
    order: -1;
    width: 100%;
    margin-bottom: 4vw;
  }
}
.service-product__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-product__fig {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.3);
  background: #F7F7F7;
}
@media screen and (max-width: 768px) {
  .service-product__fig {
    gap: 19px;
    gap: calc(19 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .service-product__fig {
    gap: 19px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .service-product__fig {
    gap: calc(19 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .service-product__fig {
    gap: 19px;
  }
}
@media screen and (max-width: 768px) {
  .service-product__fig {
    margin-top: 30px;
    margin-top: calc(30 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .service-product__fig {
    margin-top: 50px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .service-product__fig {
    margin-top: calc(50 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .service-product__fig {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .service-product__fig {
    padding: 20px;
    padding: calc(20 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .service-product__fig {
    padding: 50px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .service-product__fig {
    padding: calc(50 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .service-product__fig {
    padding: 50px;
  }
}
@media screen and (max-width: 768px) {
  .service-product__fig {
    border-radius: 10px;
    border-radius: calc(10 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .service-product__fig {
    border-radius: 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .service-product__fig {
    border-radius: calc(20 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .service-product__fig {
    border-radius: 20px;
  }
}
@media screen and (max-width: 768px) {
  .service-product__fig {
    padding-bottom: 6.6666666667vw;
  }
}
.service-product__fig figcaption {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.4411764706;
  font-weight: bold;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 768px) {
  .service-product__fig figcaption {
    gap: 15px;
    gap: calc(15 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .service-product__fig figcaption {
    gap: 19px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .service-product__fig figcaption {
    gap: calc(19 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .service-product__fig figcaption {
    gap: 19px;
  }
}
@media screen and (max-width: 768px) {
  .service-product__fig figcaption {
    font-size: 20px;
    font-size: calc(20 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .service-product__fig figcaption {
    font-size: 34px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .service-product__fig figcaption {
    font-size: calc(34 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .service-product__fig figcaption {
    font-size: 34px;
  }
}
.service-product__fig figcaption::after {
  content: "";
  background: #006EFF;
}
@media screen and (max-width: 768px) {
  .service-product__fig figcaption::after {
    width: 24px;
    width: calc(24 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .service-product__fig figcaption::after {
    width: 24px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .service-product__fig figcaption::after {
    width: calc(24 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .service-product__fig figcaption::after {
    width: 24px;
  }
}
@media screen and (max-width: 768px) {
  .service-product__fig figcaption::after {
    height: 2px;
    height: calc(2 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .service-product__fig figcaption::after {
    height: 3px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .service-product__fig figcaption::after {
    height: calc(3 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .service-product__fig figcaption::after {
    height: 3px;
  }
}
.service-product__fig img {
  width: 100%;
}
