.rec-about .under__content-flex {
  align-items: center;
  margin-bottom: 100px;
}
.rec-about .under__content-flex .under__content-flex-left {
  position: relative;
  width: 45%;
  display: flex;
  flex-direction: column;
}
.rec-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: 5%;
}
.rec-about .under__content-flex .under__content-flex-left .under__content-flex-left-inner .rec-about__h2 {
  font-weight: 300;
}
.rec-about .under__content-flex .under__content-flex-right {
  width: 50%;
}

.rec-about__h3 {
  line-height: 1.3;
  font-weight: 300;
  margin-bottom: 120px;
}
.rec-about__h3 span {
  display: block;
  font-family: "IBM Plex Sans JP", sans-serif;
  position: relative;
  padding-left: 60px;
}
.rec-about__h3 span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 55px;
  height: 1px;
  background: #e7e7e7;
}

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

.rec-about__gray-h5 {
  font-weight: 300;
  margin-bottom: 30px;
}
.rec-about__gray-h5 span {
  display: block;
  font-size: 20px;
}

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

.rec-about__gray-flex-h5 {
  font-weight: 300;
}

.rec-about__gray-flex-cont {
  width: 55%;
}

.rec-about__gray-flex-img {
  width: 40%;
}

.rec-scheme {
  background: #f8f8f8;
}

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

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

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

.rec-utilization__model-flex {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.rec-utilization__model-flex-wrap {
  background: #f8f8f8;
  border-radius: 10px;
  padding: 50px 5%;
  width: 49%;
  display: flex;
  flex-direction: column;
}

.rec-utilization__model-ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
}
.rec-utilization__model-ttl .rec-utilization__model-ttl-h6 {
  color: #6282b5;
  font-size: 21px;
  margin-bottom: 40px;
  text-align: center;
}
.rec-utilization__model-ttl .rec-utilization__model-ttl-h6 span {
  display: block;
}

.recwrap {
  background: #f8f8f8;
  border-radius: 10px;
  padding: 60px 5%;
  width: 48%;
}

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

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

@media (max-width: 1540px) {
  .rec-about__h3 {
    margin-bottom: 90px;
    font-size: 10rem;
  }
  .rec-about .under__content-flex .under__content-flex-left .under__content-flex-left-inner .rec-about__h2 {
    font-size: 3.6rem;
    margin-bottom: 40px;
  }
  .rec-about__gray-flex {
    align-items: flex-start;
  }
  .rec-about__gray-flex .rec-about__gray-flex-h5 {
    font-size: 2.6rem;
    width: 30%;
  }
  .under__content-flex-right .f38 {
    font-size: 3rem;
    margin-bottom: 30px;
  }
  .rec-utilization__h5 {
    margin-bottom: 10px;
    font-size: 18px;
  }
}
@media (max-width: 1420px) {
  .rec-about .under__content-flex .under__content-flex-left .under__content-flex-left-inner .rec-about__h2 {
    font-size: 3rem;
    margin-bottom: 30px;
    line-height: 1.5;
  }
  .rec-about__gray-h4 {
    margin-bottom: 26px;
  }
  .rec-utilization__model-h5 {
    margin-bottom: 20px;
  }
  .rec-utilization__h5 {
    margin-bottom: 5px;
    font-size: 16px;
  }
  .rec-utilization__model-list li {
    padding: 20px 0;
  }
  .rec-utilization__btn-flex .f28 {
    font-size: 2.2rem;
  }
  .rec-utilization__btn-flex .f28 .f16 {
    font-size: 1.4rem;
  }
}
@media (max-width: 1290px) {
  .under-main {
    margin-bottom: 0;
  }
  .rec-about .under__content-flex-left-ttl {
    position: inherit;
  }
  .rec-about .under__content-flex {
    margin-bottom: 60px;
  }
  .rec-about .under__content-flex .under__content-flex-left .under__content-flex-left-inner .rec-about__h2 {
    font-size: 2.4rem;
  }
  .rec-about__gray-flex {
    display: block;
  }
  .rec-about__gray-h5 {
    text-align: center;
  }
  .rec-about__gray-flex .rec-about__gray-flex-h5 {
    font-size: 1.8rem;
    width: 100%;
    margin-bottom: 25px;
    text-align: center;
  }
  .rec-about__gray-flex .rec-about__gray-flex-cont {
    margin-bottom: 25px;
    width: 100%;
  }
  .rec-about__gray-flex-img {
    width: 100%;
  }
  .whole-02 {
    width: 790px;
  }
  .rec-utilization__model-flex {
    display: block;
  }
  .rec-utilization__model-flex-wrap {
    width: 100%;
    margin-bottom: 25px;
  }
  .under_cont-sec:not(:first-of-type) {
    padding-block: 50px;
  }
}
@media (max-width: 834px) {
  .rec-about__h3 {
    line-height: 1;
    margin-bottom: 60px;
    font-size: 4rem;
  }
  .rec-about__h3 span {
    margin-top: 10px;
  }
  .rec-about .under__content-flex .under__content-flex-left {
    width: 100% !important;
  }
  .rec-about .under__content-flex .under__content-flex-right {
    width: 100% !important;
  }
  .rec-about .under__content-flex-left-ttl {
    margin-bottom: 25px;
  }
  .rec-about .under__content-flex .under__content-flex-left .under__content-flex-left-inner {
    margin-left: 0;
  }
  .rec-about .under__content-flex .under__content-flex-left .under__content-flex-left-inner .f15 {
    text-align: left;
  }
  .rec-about .under__content-flex .under__content-flex-left .under__content-flex-left-inner .rec-about__h2 {
    font-size: 2rem;
    margin-bottom: 0;
  }
  .rec-about .under__content-flex .under__content-flex-right img {
    width: 100%;
    object-fit: cover;
    height: 300px;
    object-position: 0 55%;
  }
  .rec-about__gray {
    border-radius: 10px;
    padding: 40px 5%;
  }
  .rec-about__gray-h4 {
    margin-bottom: 20px;
    font-size: 2rem;
  }
  .rec-about__gray-h5 {
    margin-bottom: 10px;
  }
  .rec-about__gray-h5 span {
    display: block;
    font-size: 16px;
  }
  .whole-01 {
    width: 480px;
  }
  .under__content-flex-right .f38 {
    font-size: 2rem;
    margin-bottom: 20px;
    text-align: center;
  }
  .rec-utilization__model-ttl {
    height: auto;
  }
  .rec-utilization__model-ttl .rec-utilization__model-ttl-h6 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
  }
  .whole-02 {
    width: 630px;
  }
  .rec-utilization__model {
    margin-bottom: 30px;
  }
}/*# sourceMappingURL=rec.css.map */