.intro {
  width: 100%;
  padding-bottom: min(7.5vw, 80px);
  background: #fff;
}
.intro__ttl {
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.intro__ttl span {
  font: inherit;
  color: #14A4F0;
}
.intro__lead {
  width: 860px;
  margin-bottom: 40px;
  margin-inline: auto;
  font-size: 18px;
  color: #555555;
  font-weight: 500;
  line-height: 1.8;
}
.intro__body {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  -moz-column-gap: 60px;
       column-gap: 60px;
}
.intro__img {
  flex: 0 0 320px;
  border-radius: 40px;
  overflow: hidden;
}
.intro__img img {
  pointer-events: none;
}
.intro__list {
  display: grid;
  align-items: start;
  justify-content: start;
  row-gap: 10px;
  padding: 24px;
  margin-bottom: 30px;
  border-radius: 10px;
  background: #F7F7F7;
}
.intro__item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  -moz-column-gap: 8px;
       column-gap: 8px;
  font-size: 16px;
  color: #555555;
  font-weight: 700;
  line-height: 1.5;
}
.intro__item-icon {
  flex: 0 0 18px;
  margin-top: 3px;
  color: #14A4F0;
}
.intro__txt {
  font-size: 16px;
  color: #555555;
  font-weight: 500;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .intro {
    padding-bottom: min(13.33vw, 67px);
  }
  .intro__ttl {
    margin-bottom: 32px;
    font-size: 16px;
    line-height: 1.8;
  }
  .intro__ttl span {
    display: block;
    font-size: 28px;
  }
  .intro__lead {
    width: 100%;
    margin-bottom: 32px;
    font-size: 16px;
  }
  .intro__body {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    row-gap: 32px;
  }
  .intro__img {
    flex: 1;
    width: 160px;
    margin-inline: auto;
    border-radius: 20px;
  }
  .intro__list {
    margin-bottom: 20px;
    border-radius: 20px;
  }
  .intro__item {
    font-size: 14px;
  }
  .intro__item-icon {
    flex: 0 0 16px;
    margin-top: 2px;
  }
  .intro__txt {
    font-size: 14px;
  }
}
.strength {
  width: 100%;
  padding-block: min(5.62vw, 60px) min(7.5vw, 80px);
  border-radius: 60px;
  background: #F7F7F7;
}
.strength__list {
  display: grid;
  align-items: start;
  justify-content: start;
  row-gap: 40px;
}
.strength__item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  -moz-column-gap: 60px;
       column-gap: 60px;
}
.strength__content {
  flex: 1;
}
.strength__num {
  display: inline-block;
  padding: 5px 10px;
  margin-bottom: 10px;
  border-radius: 20px;
  background: #fff;
  font-family: "Figtree", sans-serif;
  font-size: 12px;
  color: #14A4F0;
  font-weight: 500;
}
.strength__ttl {
  margin-bottom: 32px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
}
.strength__ttl span {
  font: inherit;
  color: #14A4F0;
}
.strength__txt {
  font-size: 16px;
  color: #555555;
  line-height: 1.8;
}
.strength__img {
  flex: 0 0 360px;
  border-radius: 40px;
  overflow: hidden;
}
.strength__img img {
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .strength {
    padding-block: min(10.66vw, 53px) min(13.33vw, 67px);
    border-radius: 40px;
  }
  .strength__item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    row-gap: 20px;
  }
  .strength__content {
    flex: 1;
  }
  .strength__ttl {
    margin-bottom: 16px;
    font-size: 18px;
  }
  .strength__txt {
    font-size: 14px;
  }
  .strength__img {
    flex: 1;
    border-radius: 20px;
  }
}
.work-style {
  width: 100%;
  padding-block: min(5.62vw, 60px) min(4.69vw, 50px);
  background: #fff;
}
.work-style__lead {
  width: 800px;
  margin-bottom: 40px;
  margin-inline: auto;
  font-size: 18px;
  color: #555555;
  font-weight: 500;
  line-height: 1.8;
}
.work-style__body {
  padding: 40px 60px;
  border-radius: 40px;
  background: #E0F4FF;
}
.work-style__ttl {
  padding-left: 14px;
  margin-bottom: 32px;
  border-left: 4px solid #14A4F0;
  font-size: 28px;
  color: #14A4F0;
  font-weight: 700;
}
.work-style__txt {
  margin-bottom: 40px;
  font-size: 16px;
  color: #555555;
  line-height: 1.8;
}
.work-style__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: stretch;
  justify-content: start;
  gap: 18px;
}
.work-style__item {
  padding: 24px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
}
.work-style__item-icon {
  width: 40px;
  margin-bottom: 10px;
  color: #14A4F0;
}
.work-style__item-ttl {
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}
.work-style__item-desc {
  font-size: 16px;
  color: #555555;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .work-style {
    padding-block: min(10.66vw, 53px) min(8vw, 40px);
  }
  .work-style .c-section-head__ttl {
    font-size: 24px;
  }
  .work-style__lead {
    width: 100%;
    margin-bottom: 32px;
    font-size: 16px;
    text-align: center;
  }
  .work-style__body {
    padding: 30px 20px 20px;
    border-radius: 20px;
  }
  .work-style__ttl {
    margin-bottom: 24px;
    font-size: 18px;
  }
  .work-style__txt {
    margin-bottom: 18px;
    font-size: 14px;
  }
  .work-style__list {
    display: grid;
    grid-template-columns: 1fr;
    align-items: start;
    gap: 8px;
  }
  .work-style__item {
    padding: 20px;
  }
  .work-style__item-icon {
    width: 20px;
    margin-bottom: 6px;
  }
  .work-style__item-ttl {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .work-style__item-desc {
    font-size: 14px;
  }
}
.step {
  width: 100%;
  padding-block: min(4.69vw, 50px);
  background: #fff;
}
.step__lead {
  width: 800px;
  margin-bottom: 40px;
  margin-inline: auto;
  font-size: 18px;
  color: #555555;
  font-weight: 500;
  line-height: 1.8;
}
.step__list {
  display: grid;
  align-items: start;
  justify-content: start;
  row-gap: 20px;
  width: 800px;
  margin-inline: auto;
  counter-reset: step;
}
.step__item {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  -moz-column-gap: 20px;
       column-gap: 20px;
  counter-increment: step;
}
.step__item:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 40px;
  transform: translateX(-50%);
  z-index: 0;
  width: 2px;
  height: calc(100% + 20px);
  background: #14A4F0;
}
.step__num {
  position: relative;
  z-index: 10;
  flex: 0 0 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  row-gap: 4px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background: #14A4F0;
  font-family: "Figtree", sans-serif;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
}
.step__num::after {
  content: counter(step, decimal-leading-zero);
  display: block;
  font: inherit;
  font-size: 30px;
}
.step__content {
  flex: 1;
  padding: 32px;
  border-radius: 20px;
  border: 1px solid #BFCAD8;
}
.step__ttl {
  margin-bottom: 14px;
  font-size: 18px;
  color: #14A4F0;
  font-weight: 700;
  line-height: 1.5;
}
.step__desc {
  font-size: 14px;
  color: #555555;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .step {
    padding-block: min(8vw, 40px);
  }
  .step .c-section-head__ttl {
    font-size: 22px;
  }
  .step__lead {
    width: 100%;
    margin-bottom: 24px;
    font-size: 16px;
  }
  .step__list {
    display: grid;
    row-gap: 10px;
    width: 100%;
  }
  .step__item {
    display: flex;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .step__item:not(:last-child)::before {
    position: absolute;
    left: 25px;
    height: calc(100% + 10px);
  }
  .step__num {
    flex: 0 0 50px;
    display: flex;
    row-gap: 0;
    font-size: 10px;
  }
  .step__num::after {
    font-size: 22px;
  }
  .step__content {
    flex: 1;
    padding: 20px;
  }
  .step__ttl {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .step__desc {
    font-size: 12px;
  }
}
.contact {
  width: 100%;
  padding-block: min(4.69vw, 50px) min(9.38vw, 100px);
  background: #fff;
}
.contact__lead {
  width: 800px;
  margin-bottom: 40px;
  margin-inline: auto;
  font-size: 18px;
  color: #555555;
  font-weight: 500;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .contact {
    padding-block: min(8vw, 40px) min(12.8vw, 64px);
  }
  .contact .c-section-head__ttl {
    font-size: 22px;
  }
  .contact__lead {
    width: 100%;
    margin-bottom: 24px;
    font-size: 16px;
  }
}
/*# sourceMappingURL=request.css.map */
