@charset "utf-8";

/* -------------------------------------------------------------------
#JOBS
------------------------------------------------------------------- */
#JOBS {
  position: relative;
}





/* breadcrumb */
.breadcrumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}





/* copy */
.copy {
  padding-top: 60px;
}
.copy p:first-of-type {
  margin-bottom: 20px;
  font-size: 2.4rem;
  letter-spacing: 0;
}





/* content */
.content {
  padding-top: 50px;
  padding-bottom: 120px;
  background-color: #d3e6f6;
}
.content .container > * {
  margin-top: 30px;
  margin-bottom: 30px;
}
.content p {
  max-width: 788px;
  padding: 30px;
  border-radius: 20px;
  margin: 30px auto;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 3.2rem;
}
.content p.white {
  background-color: #fff;
}
.content p.green {
  background-color: #5bb647;
  color: #fff;
}
.content p.white.stamp,
.content p.green.stamp {
  position: relative;
}
.content p.white.stamp::before,
.content p.green.stamp::before {
  content: "";
  background-size: contain;
  position: absolute;
  top: 0;
  width: 118px;
  height: 67px;
}
.content p.white.stamp::before {
  background-image: url(../../../img/gatun2023/jobs/icon-white.png);
  right: -103px;
}
.content p.green.stamp::before {
  background-image: url(../../../img/gatun2023/jobs/icon-green.png);
  left: -103px;
}
.content p span {
  font-size: 2rem;
  font-weight: 700;
}
.content .container > img {
  max-width: 376px;
  margin: 30px auto;
}
.content .flex {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.content .flex img {
  width: 170px;
  margin-right: 3%;
}





@media screen and (max-width: 1400px) {
  /* content */
  .content .container {
    width: 100%;
    padding-right: 104px;
    padding-left: 104px;
  }
}