@charset "UTF-8";

.recruit-blc {
  background-image: url(../img/index/bg.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
}

.dental-blc > .inner {
  padding-top: 80px;
  padding-bottom: 80px;
}

.dental-blc .dental-cont {
  width: 96%;
  margin: 0 auto;
  margin-top: 30px;
}

.dental-blc .dental-cont > .ttl-blc {
  font-size: 100%;
  color: #1a5b27;
  margin-bottom: 30px;
}

.dental-blc .dental-cont > .cont-blc {
  padding: 0 4%;
  box-sizing: border-box;
}

.dental-blc .dental-cont > .cont-blc > .list-blc {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
}

.dental-blc .dental-cont > .cont-blc > .list-blc > li {
  width: 49%;
  max-width: 300px;
  margin-top: 30px;
}

.dental-blc .dental-cont > .cont-blc > .list-blc > li:nth-child(1),
.dental-blc .dental-cont > .cont-blc > .list-blc > li:nth-child(2) {
  margin-top: 0;
}

.dental-blc .dental-cont > .cont-blc > .list-blc > li .img-blc .txt-blc {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 94px;
  margin-bottom: 20px;
}

.dental-blc .dental-cont > .cont-blc > .list-blc > li .img-blc .txt-blc > .txt {
  position: relative;
  padding-left: 20px;
}

.dental-blc .dental-cont > .cont-blc > .list-blc > li .img-blc .txt-blc > .txt::before {
  position: absolute;
  left: 0;
  top: 0;
  content: '●';
}

.dental-01 > .img {
  margin-bottom: 100px;
}

@media screen and (max-width: 1800px) {
  .dental-01 > .img {
    margin-bottom: 0;
    height: 34vw;
  }
}

@media screen and (max-width: 767px) {
  .dental-blc > .inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .dental-01 > .img {
    padding-bottom: 37% !important;
    margin-bottom: 30px;
  }
  .dental-blc .dental-cont > .cont-blc > .list-blc > li .img-blc .txt-blc {
    min-height: 74px;
  }
}

@media screen and (max-width: 480px) {
  .dental-blc .dental-cont > .cont-blc > .list-blc {
    justify-content: center;
  }
  .dental-blc .dental-cont > .cont-blc > .list-blc > li {
    width: 100%;
    max-width: 350px;
  }
  .dental-blc .dental-cont > .cont-blc > .list-blc > li:nth-child(2) {
    margin-top: 30px;
  }
  .dental-blc .dental-cont > .cont-blc > .list-blc > li .img-blc .txt-blc {
    min-height: 0;
  }
}