@media only screen and (min-width: 851px) {
  #benefits .office {
    padding-top: 26px;
  }
}
#benefits .office__container {
  max-width: 1160px;
  padding-right: 80px;
  padding-left: 80px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 70px;
}
@media only screen and (max-width: 850px) {
  #benefits .office__container {
    max-width: 500px;
    padding-right: 17px;
    padding-left: 17px;
  }
}
#benefits .office__title {
  position: relative;
  font-weight: bold;
  font-size: 28px;
  color: #006031;
  padding-left: 48px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 850px) {
  #benefits .office__title {
    font-size: 22px;
  }
}
#benefits .office__title::before {
  position: absolute;
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  left: 6px;
  top: 8px;
  background-image: url("../img/common/title-leaf.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
#benefits .office-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 28px 24px;
}
#benefits .office-item {
  background-color: #fff;
  max-width: 488px;
  width: 100%;
  border-radius: 40px;
  padding: 38px 40px;
}
@media only screen and (min-width: 851px) {
  #benefits .office-item {
    min-width: 400px;
    min-height: 600px;
    flex: 1;
  }
}
@media only screen and (max-width: 850px) {
  #benefits .office-item {
    border-radius: 32px;
    padding: 30px 20px;
    flex-direction: column;
  }
}
#benefits .office-item__title {
  font-weight: bold;
  font-size: 22px;
  color: #006031;
}
@media only screen and (max-width: 850px) {
  #benefits .office-item__title {
    font-size: 16px;
  }
}
#benefits .office-item__img {
  border-radius: 20px;
  overflow: hidden;
  margin-top: 13px;
  margin-bottom: 15px;
}
#benefits .welfare__container {
  max-width: 1160px;
  padding-right: 80px;
  padding-left: 80px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 850px) {
  #benefits .welfare__container {
    max-width: 500px;
    padding-right: 17px;
    padding-left: 17px;
  }
}
#benefits .welfare__title {
  position: relative;
  font-weight: bold;
  font-size: 28px;
  color: #006031;
  padding-left: 48px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 850px) {
  #benefits .welfare__title {
    font-size: 22px;
  }
}
#benefits .welfare__title::before {
  position: absolute;
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  left: 6px;
  top: 8px;
  background-image: url("../img/common/title-leaf.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
#benefits .welfare-item {
  position: relative;
  background-color: #fff;
  margin-bottom: 28px;
  border-radius: 40px;
  padding: 24px 42px;
}
@media only screen and (max-width: 850px) {
  #benefits .welfare-item {
    border-radius: 32px;
    padding: 30px 20px;
    margin-bottom: 17px;
  }
}
#benefits .welfare-item.active::before {
  transform: rotate(90deg);
}
#benefits .welfare-item::before {
  position: absolute;
  top: 28px;
  right: 46px;
  content: "";
  width: 4px;
  height: 24px;
  background-color: #abd467;
  transition: transform 350ms;
}
#benefits .welfare-item::after {
  position: absolute;
  top: 38px;
  right: 36px;
  content: "";
  width: 24px;
  height: 4px;
  background-color: #abd467;
}
#benefits .welfare-item__title {
  font-weight: bold;
  font-size: 22px;
  color: #006031;
}
@media only screen and (max-width: 850px) {
  #benefits .welfare-item__title {
    font-size: 16px;
  }
}
#benefits .welfare-item__body {
  display: flex;
  flex-direction: row-reverse;
  gap: 39px;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 850px) {
  #benefits .welfare-item__body {
    flex-direction: column;
  }
}
#benefits .welfare-item__img {
  border-radius: 20px;
  overflow: hidden;
}
@media only screen and (min-width: 851px) {
  #benefits .welfare-item__img {
    max-width: 280px;
  }
}
#benefits .welfare-item__text {
  flex: 1;
}
@media only screen and (max-width: 850px) {
  #benefits .welfare-item__text {
    line-height: 1.575;
  }
}
#benefits .welfare-item__text a {
  color: #4390df;
  text-decoration: underline;
}/*# sourceMappingURL=benefits.css.map */