.system-about .under__content-flex {
  align-items: stretch;
  margin-bottom: 100px;
}
.system-about .under__content-flex .under__content-flex-left {
  position: relative;
  width: 45%;
  display: flex;
  flex-direction: column;
}
.system-about .under__content-flex .under__content-flex-left .under__content-flex-left-inner {
  font-family: "IBM Plex Sans JP", sans-serif;
  justify-content: center;
  flex-grow: 1;
  margin-left: 10%;
}
.system-about .under__content-flex .under__content-flex-left .under__content-flex-left-inner .system-about__h2 {
  margin-bottom: 60px;
  font-weight: 300;
}
.system-about .under__content-flex .under__content-flex-right {
  width: 50%;
}
.system-about .under__content-flex .under__content-flex-right img {
  border-radius: 10px;
  width: 100%;
}

.under__content-flex-left-ttl {
  position: absolute;
  left: 0;
  top: 0;
}

.system-about__gray {
  background-color: #f8f8f8;
  border-radius: 30px;
  padding: 4% 5%;
}

.system-about__gray-h4 {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 50px;
}

.system-about__gray-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.system-about__gray-flex-h5 {
  font-weight: 300;
  line-height: 1.4;
  width: 35%;
}

.system-about__gray-flex-cont {
  width: 60%;
}

.check-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
}
.check-list .block {
  background: #d0d2df;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 600;
  margin-right: 10px;
  padding: 8px 15px;
  display: flex;
  align-items: center;
  flex-grow: 1;
}
.check-list .block span {
  color: #424553;
  font-size: 18px;
  margin-right: 5px;
}

.under__content-flex-right .f38 {
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 40px;
}

.under__content-flex-right-txt {
  margin-bottom: 50px;
}

.system-utilization__model {
  background: #f8f8f8;
  border-radius: 10px;
  margin-bottom: 60px;
  padding: 50px 5%;
}

.system-utilization__model-h5 {
  font-weight: 300;
  text-align: center;
  margin-bottom: 30px;
}

.system-utilization__model-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.system-utilization__model-flex-left {
  width: 55%;
}

.system-utilization__model-flex-right {
  width: 41%;
}

.system-utilization__model-list li {
  border-bottom: 1px solid #c6c6c6;
  padding: 30px 0;
}
.system-utilization__model-list li:first-child {
  padding-top: 0;
}
.system-utilization__model-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.system-utilization__h5 {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-weight: 300;
}
.system-utilization__h5 span {
  color: #424553;
  font-size: 10px;
  margin-right: 10px;
}

.system-utilization__btn {
  border-radius: 10px;
  background: url(../img/system/system-btn.webp) no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 80px 8%;
}

.system-utilization__btn-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.system-utilization__btn-flex .f28 {
  color: #fff;
  font-weight: 300;
  line-height: 1.4;
  width: calc(100% - 250px);
}
.system-utilization__btn-flex .f28 .f16 {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-weight: 300;
  margin-bottom: 15px;
  padding: 5px 15px;
}
.system-utilization__btn-flex a {
  border: 1px solid #fff;
  border-radius: 50px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 200px;
  width: 100%;
  height: 60px;
}

@media (max-width: 1540px) {
  .system-about .under__content-flex .under__content-flex-left .under__content-flex-left-inner .system-about__h2 {
    font-size: 3.6rem;
    margin-bottom: 40px;
  }
  .system-about__gray-flex {
    align-items: flex-start;
  }
  .system-about__gray-flex .system-about__gray-flex-h5 {
    font-size: 2.6rem;
    width: 30%;
  }
  .system-about__gray-flex .system-about__gray-flex-cont {
    width: 65%;
  }
  .under__content-flex-right .f38 {
    font-size: 3rem;
    margin-bottom: 30px;
  }
  .system-utilization__h5 {
    margin-bottom: 10px;
    font-size: 18px;
  }
}
@media (max-width: 1420px) {
  .system-about .under__content-flex .under__content-flex-left .under__content-flex-left-inner .system-about__h2 {
    font-size: 3rem;
    margin-bottom: 30px;
    line-height: 1.5;
  }
  .system-about__gray-h4 {
    margin-bottom: 26px;
  }
  .system-about__gray-flex .system-about__gray-flex-h5 {
    font-size: 2.2rem;
    width: 28%;
  }
  .system-about__gray-flex .system-about__gray-flex-cont {
    width: 70%;
  }
  .check-list .block {
    font-size: 13px;
    justify-content: center;
  }
  .under__content-flex-right .f38 {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
  .system-utilization__model-h5 {
    margin-bottom: 20px;
  }
  .system-utilization__model-flex {
    align-items: flex-start;
  }
  .system-utilization__h5 {
    margin-bottom: 5px;
    font-size: 16px;
  }
  .system-utilization__model-list li {
    padding: 20px 0;
  }
  .system-utilization__btn-flex .f28 {
    font-size: 2.2rem;
  }
  .system-utilization__btn-flex .f28 .f16 {
    font-size: 1.4rem;
  }
}
@media (max-width: 1290px) {
  .under-main {
    margin-bottom: 0;
  }
  .system-about .under__content-flex-left-ttl {
    position: inherit;
  }
  .system-about .under__content-flex {
    margin-bottom: 60px;
  }
  .system-about .under__content-flex .under__content-flex-left .under__content-flex-left-inner .system-about__h2 {
    font-size: 2.4rem;
  }
  .system-about__gray-flex {
    display: block;
  }
  .system-about__gray-flex .system-about__gray-flex-h5 {
    font-size: 1.8rem;
    width: 100%;
    margin-bottom: 25px;
    text-align: center;
  }
  .system-about__gray-flex .system-about__gray-flex-cont {
    width: 100%;
  }
  .whole-01 {
    width: 790px;
  }
  .system-utilization__model-flex {
    display: block;
  }
  .system-utilization__model-flex-left {
    width: 100%;
    margin-bottom: 25px;
  }
  .system-utilization__model-flex-right {
    width: 100%;
  }
}
@media (max-width: 834px) {
  .system-about .under__content-flex .under__content-flex-left {
    width: 100% !important;
  }
  .system-about .under__content-flex .under__content-flex-right {
    width: 100% !important;
  }
  .system-about .under__content-flex-left-ttl {
    margin-bottom: 25px;
  }
  .system-about .under__content-flex .under__content-flex-left .under__content-flex-left-inner {
    margin-left: 0;
  }
  .system-about .under__content-flex .under__content-flex-left .under__content-flex-left-inner .f15 {
    text-align: left;
  }
  .system-about .under__content-flex .under__content-flex-left .under__content-flex-left-inner .system-about__h2 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .system-about .under__content-flex .under__content-flex-right img {
    width: 100%;
    object-fit: cover;
    height: 300px;
    object-position: 0 55%;
  }
  .system-about__gray {
    border-radius: 10px;
    padding: 40px 5%;
  }
  .system-about__gray-h4 {
    margin-bottom: 20px;
    font-size: 2rem;
  }
  .check-list {
    margin-top: 10px;
    flex-wrap: wrap;
  }
  .check-list .block {
    width: 48%;
    margin-top: 10px;
  }
  .under__content-flex-right .f38 {
    font-size: 2rem;
    margin-bottom: 20px;
    text-align: center;
  }
  .system-utilization__btn {
    padding: 50px 5%;
  }
  .system-utilization__btn-flex {
    display: block;
  }
  .system-utilization__btn-flex .f28 {
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
    font-size: 1.8rem;
  }
  .system-utilization__btn-flex a {
    margin: 0 auto;
  }
  .whole-02 {
    width: 400px;
  }
  .system-utilization__model {
    margin-bottom: 30px;
  }
}
@media (max-width: 500px) {
  .system-about .under__content-flex .under__content-flex-right img {
    height: 250px;
  }
}/*# sourceMappingURL=system.css.map */