/* CSS Document */
.mainContent {
  margin-bottom: 145px;
}

@media screen and (max-width: 767px) {
  .mainContent {
    margin-bottom: 75px;
  }
}

.departmentContent .topText {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .departmentContent .topText {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 767px) {
  .effortArea .effortContent:not(:last-child) {
    margin-bottom: 40px !important;
  }
}

.effortArea .effortContent .right {
  width: 445px;
}

@media screen and (max-width: 1100px) {
  .effortArea .effortContent .right {
    width: 44%;
  }
}

@media screen and (max-width: 767px) {
  .effortArea .effortContent .right {
    width: 100%;
    margin-bottom: 10px;
    float: none;
  }
}

.effortArea .effortContent .left {
  width: 495px;
}

@media screen and (max-width: 1100px) {
  .effortArea .effortContent .left {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .effortArea .effortContent .left {
    width: 100%;
    float: none;
  }
}

.effortArea .effortContent p {
  font-size: 18px;
  margin-bottom: 45px;
  line-height: 1.7;
}

@media screen and (max-width: 1100px) {
  .effortArea .effortContent p {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 767px) {
  .effortArea .effortContent p {
    font-size: 15px;
    margin-bottom: 15px;
    line-height: 1.5;
  }
}

.effortArea .effortContent ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 45px;
}

@media screen and (max-width: 767px) {
  .effortArea .effortContent ul {
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .effortArea .effortContent ul li:nth-child(1) {
    width: 55%;
  }
}

.effortArea .effortContent ul li:nth-child(2) {
  padding-top: 7px;
}

@media screen and (max-width: 767px) {
  .effortArea .effortContent ul li:nth-child(2) {
    width: 45%;
  }
}

@media screen and (max-width: 767px) {
  .effortArea .effortContent ul li img {
    width: 100%;
  }
}

.effortArea .content02 ul {
  position: relative;
}

@media screen and (max-width: 1100px) {
  .effortArea .content02 ul li:nth-child(1) {
    width: 58%;
  }
}

@media screen and (max-width: 767px) {
  .effortArea .content02 ul li:nth-child(1) {
    width: 60%;
  }
}

.effortArea .content02 ul li:nth-child(2) {
  padding-top: 0;
  position: absolute;
  right: 0;
  top: 66px;
}

@media screen and (max-width: 1100px) {
  .effortArea .content02 ul li:nth-child(2) {
    width: 47%;
    top: 25%;
  }
}

@media screen and (max-width: 767px) {
  .effortArea .content02 ul li:nth-child(2) {
    width: 50%;
  }
}
