.obj01 {
  position: absolute;
  left: 0;
  top: 10px;
}

.obj02 {
  position: absolute;
  left: 0;
  top: 560px;
}

.obj03 {
  position: absolute;
  right: 0;
  top: 2500px;
}

.obj04 {
  position: absolute;
  left: 0;
  top: 4760px;
}

.obj05 {
  position: absolute;
  right: 0;
  bottom: 200px;
}

.wrapper h2 {
  letter-spacing: 8px;
}
@media screen and (max-width: 768px) {
  .wrapper h2 {
    letter-spacing: 3px;
  }
}
.wrapper .hero {
  position: relative;
}
.wrapper .hero .ef2 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .wrapper .hero .ef2 {
    display: block;
  }
}
.wrapper .hero .ef2 .txt-wrap {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .wrapper .hero .ef2 .txt-wrap {
    width: 100%;
    display: block;
    margin-bottom: 30px;
  }
}
.wrapper .hero .ef2 .txt-wrap .txt-area {
  max-width: 500px;
}
@media screen and (max-width: 768px) {
  .wrapper .hero .ef2 .txt-wrap .txt-area {
    max-width: 100%;
    padding: 0 5%;
  }
}
.wrapper .hero .ef2 .txt-wrap .txt-area h1 {
  font-size: 16px;
  line-height: 1;
  color: #555555;
}
.wrapper .hero .ef2 .txt-wrap .txt-area h1 span {
  color: #db4e09;
  font-size: 60px;
  display: block;
  margin-bottom: 15px;
  font-weight: bold;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .wrapper .hero .ef2 .txt-wrap .txt-area h1 span {
    font-size: 40px;
  }
}
.wrapper .hero .ef2 .txt-wrap .txt-area p {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
  margin-top: 30px;
  color: #555555;
}
@media screen and (max-width: 768px) {
  .wrapper .hero .ef2 .txt-wrap .txt-area p {
    font-size: 16px;
  }
}
.wrapper .hero .ef2 .img {
  border-radius: 300px 0 0 300px;
  overflow: hidden;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .wrapper .hero .ef2 .img {
    width: 95%;
    margin-left: 5%;
  }
}
.wrapper .hero .ef2 .img img {
  width: 100%;
  height: 480px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
@media screen and (max-width: 768px) {
  .wrapper .hero .ef2 .img img {
    height: 300px;
  }
}
.wrapper #goodpoint {
  margin: 170px 0 100px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .wrapper #goodpoint {
    margin: 60px 0;
    max-width: 100%;
    padding: 0 5%;
  }
}
.wrapper #goodpoint ul {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.wrapper #goodpoint ul li {
  width: 50%;
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .wrapper #goodpoint ul li {
    width: 100%;
    margin-bottom: 40px;
  }
}
.wrapper #goodpoint ul li img {
  width: 100%;
}
.wrapper #goodpoint ul li h2 {
  margin-top: 30px;
  font-size: 14px;
  color: #a7a6a6;
  letter-spacing: 0px;
}
@media screen and (max-width: 768px) {
  .wrapper #goodpoint ul li h2 {
    margin-top: 20px;
  }
}
.wrapper #goodpoint ul li h2 span {
  font-size: 20px;
  color: #db4e09;
  font-weight: bold;
  padding-right: 15px;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .wrapper #goodpoint ul li h2 span {
    font-size: 18px;
  }
}
.wrapper #goodpoint ul li p {
  font-size: 16px;
  color: #555555;
  font-weight: bold;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .wrapper #goodpoint ul li p {
    font-size: 15px;
    margin-top: 5px;
  }
}

.btn a {
  background: url(/recruit/common/img/icn_blank_orange2.svg) no-repeat left center;
}/*# sourceMappingURL=layout.css.map */