:root {
  --noto-sans: "Noto Sans JP", "Helvetica Neue", "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", meiryo, sans-serif;
  --poppins: "poppins", "Noto Sans JP", "Helvetica Neue", "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", meiryo, sans-serif;
  --blue: #0047ba;
  --red: #ff2d4b;
  --white: #ffffff;
  --black: #000000;
}

body {
  overflow-x: hidden;
}

section.lead {
  max-width: 700px;
  margin: 0 auto;
  width: 90%;
}

section.services {
  margin-top: 180px;
  position: relative;
}
@media screen and (max-width: 767px) {
  section.services {
    margin-top: 120px;
  }
}
section.services .bg-circle {
  background-color: #e4edfa;
  width: 2030px;
  border-radius: 100%;
  aspect-ratio: 1/1;
  position: absolute;
  top: -100px;
  left: calc(50% + 180px);
  z-index: -1;
  translate: -50% 0;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  section.services .bg-circle {
    width: 1800px;
  }
}
section.services .feature-box {
  display: flex;
  align-items: center;
  max-width: 1100px;
  margin: 80px auto 0;
  width: 90%;
  gap: 0 4%;
}
@media screen and (max-width: 767px) {
  section.services .feature-box {
    margin-top: 60px;
    flex-direction: column;
  }
}
section.services .feature-box.reverse {
  margin-top: 140px;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  section.services .feature-box.reverse {
    margin-top: 60px;
    flex-direction: column;
  }
}
section.services .feature-box .img {
  width: 50%;
  position: relative;
}
@media screen and (max-width: 767px) {
  section.services .feature-box .img {
    width: 70%;
    margin: 0 auto;
  }
}
section.services .feature-box .img img {
  position: relative;
  z-index: 1;
}
section.services .feature-box .img .obj01 {
  position: absolute;
  top: 44%;
  left: -15%;
  width: 18%;
  z-index: 0;
}
section.services .feature-box .img .obj02 {
  position: absolute;
  top: 66%;
  left: -17%;
  width: 30%;
  z-index: 2;
}
section.services .feature-box .img .obj03 {
  position: absolute;
  top: 10%;
  right: -10%;
  width: 20%;
  z-index: 0;
}
section.services .feature-box .img .obj04 {
  position: absolute;
  bottom: 0%;
  left: -2%;
  width: 35%;
  z-index: 2;
}
section.services .feature-box .txt-area {
  width: 39%;
}
@media screen and (max-width: 767px) {
  section.services .feature-box .txt-area {
    width: 100%;
  }
}
section.services .feature-box .txt-area hgroup {
  border-bottom: 1px solid #b6cced;
  padding-bottom: 15px;
}
section.services .feature-box .txt-area hgroup p {
  font-size: 14px;
  font-weight: bold;
  color: #bdcceb;
  line-height: 1;
}
section.services .feature-box .txt-area hgroup p span {
  font-size: 24px;
  font-weight: bold;
}
section.services .feature-box .txt-area hgroup h2 {
  font-size: 32px;
  font-weight: bold;
  color: var(--blue);
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  section.services .feature-box .txt-area hgroup h2 {
    font-size: 26px;
  }
}
section.services .feature-box .txt-area ul.tag-list {
  margin-top: 30px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 10px;
}
@media screen and (max-width: 767px) {
  section.services .feature-box .txt-area ul.tag-list {
    margin-top: 20px;
  }
}
section.services .feature-box .txt-area ul.tag-list li {
  border-radius: 5px;
  color: #ffffff;
  background-color: var(--blue);
  line-height: 1;
  width: fit-content;
  padding: 4px 7px 5px;
}
section.services .feature-box .txt-area ul.tag-list li:last-child {
  background: none;
  color: #000000;
  padding: 0;
}
section.services .feature-box .txt-area > p {
  margin-top: 23px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  section.services .feature-box .txt-area > p {
    margin-top: 15px;
  }
}
section.services .feature-box .en-ttl {
  width: 5%;
}
@media screen and (max-width: 767px) {
  section.services .feature-box .en-ttl {
    display: none;
  }
}
section.services ul.img-list {
  display: flex;
  max-width: 1100px;
  margin: 60px auto 0;
  width: 90%;
  gap: 18px;
}
@media screen and (max-width: 767px) {
  section.services ul.img-list {
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  section.services ul.img-list {
    margin-top: 40px;
  }
}
section.services ul.img-list li {
  width: calc((100% - 36px) / 3);
}
@media screen and (max-width: 767px) {
  section.services ul.img-list li {
    width: calc((100% - 20px) / 3);
  }
}
section.services ul.img-list li img {
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  section.services ul.img-list li img {
    border-radius: 15px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  section.services ul.img-list li img {
    border-radius: 10px;
  }
}

section.machine {
  margin-top: 300px;
}
@media screen and (max-width: 767px) {
  section.machine {
    margin-top: 150px;
  }
}
section.machine hgroup {
  text-align: center;
}
section.machine hgroup p {
  color: #c2cbe8;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  font-family: var(--poppins);
}
@media screen and (max-width: 767px) {
  section.machine hgroup p {
    font-size: 18px;
  }
}
section.machine hgroup h2 {
  font-size: 38px;
  font-weight: bold;
  color: var(--blue);
  margin-top: 3px;
}
@media screen and (max-width: 767px) {
  section.machine hgroup h2 {
    font-size: 28px;
  }
}
section.machine ul.machine-list {
  max-width: 1100px;
  margin: 60px auto 0;
  width: 90%;
  display: flex;
  flex-wrap: wrap;
  gap: 80px 9%;
}
@media screen and (max-width: 767px) {
  section.machine ul.machine-list {
    margin-top: 30px;
    gap: 40px 4%;
  }
}
section.machine ul.machine-list li {
  width: 27%;
}
@media screen and (max-width: 767px) {
  section.machine ul.machine-list li {
    width: 48%;
  }
}
section.machine ul.machine-list li .img {
  margin-bottom: 20px;
}
section.machine ul.machine-list li .img img {
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  section.machine ul.machine-list li .img img {
    border-radius: 15px;
  }
}
section.machine ul.machine-list li dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 8px;
  border-bottom: 1px solid #ccdaf1;
  margin-bottom: 10px;
  gap: 0 15px;
}
@media screen and (max-width: 767px) {
  section.machine ul.machine-list li dl {
    gap: 10px;
    padding-bottom: 4px;
    margin-bottom: 6px;
  }
}
section.machine ul.machine-list li dl dt {
  font-size: 16px;
  color: var(--blue);
  width: calc(100% - 65px);
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  section.machine ul.machine-list li dl dt {
    font-size: 15px;
    width: calc(100% - 45px);
  }
}
section.machine ul.machine-list li dl dd {
  font-size: 16px;
  color: #ffffff;
  background-color: var(--blue);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  padding: 0 10px;
  line-height: 1;
  width: 50px;
  height: 25px;
}
@media screen and (max-width: 767px) {
  section.machine ul.machine-list li dl dd {
    font-size: 15px;
    width: 40px;
    height: 25px;
    padding: 0;
  }
}