.facility_container {
  background-color: #e1f1f4;
  padding: 110px 0 140px;
}
@media only screen and (max-width: 768px) {
  .facility_container {
    padding: 50px 0 80px;
  }
}

.f_container__02 {
  padding-top: 160px;
}
@media only screen and (max-width: 768px) {
  .f_container__02 {
    padding-top: 100px;
  }
}
.f_container h2 {
  margin: 0 auto;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background-color: #83cbc9;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .f_container h2 {
    width: 126px;
    height: 126px;
    font-size: 22px;
  }
}
.f_container .item_box {
  padding-top: 60px;
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}
@media only screen and (max-width: 1100px) {
  .f_container .item_box {
    justify-content: center;
  }
}
@media only screen and (max-width: 768px) {
  .f_container .item_box {
    padding-top: 40px;
  }
}
.f_container .item_box__02 {
  gap: 43px;
}
.f_container .item_box .item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 25px;
  color: #83cbc9;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  .f_container .item_box .item {
    font-size: 20px;
    gap: 15px;
  }
}
.f_container .item_box .item__m {
  font-size: 26px;
  width: 338px;
  gap: 20px;
}
.f_container .item_box .item .f_img {
  width: 520px;
  height: 345px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .f_container .item_box .item .f_img {
    width: 355px;
    height: 236px;
  }
}
.f_container .item_box .item .f_m_img {
  width: 338px;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .f_container .item_box .item .f_m_img {
    width: 355px;
    height: 263px;
  }
}/*# sourceMappingURL=index.css.map */