#recruit-keyword .top-content {
  text-align: center;
}
#recruit-keyword .top-content img {
  height: 5rem;
}
#recruit-keyword .top-content h2 {
  font-size: 2rem;
  margin: 1rem 0 0;
  color: var(--color-black);
}
#recruit-keyword .top-content p.sub-title {
  margin: 1rem 0 0;
  color: var(--color-light-blue);
  font-weight: 600;
}
#recruit-keyword ul.list-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 6rem;
  margin: 10rem 0 0;
  position: relative;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  #recruit-keyword ul.list-wrapper {
    row-gap: 10rem;
  }
}
#recruit-keyword ul.list-wrapper::after {
  content: "";
  display: block;
  width: 31%;
}
#recruit-keyword ul.list-wrapper li {
  width: 31%;
  position: relative;
}
@media screen and (max-width: 768px) {
  #recruit-keyword ul.list-wrapper li {
    width: 100%;
  }
}
#recruit-keyword ul.list-wrapper li:nth-child(3n+1) {
  margin: 0;
}
#recruit-keyword ul.list-wrapper li:nth-child(3n+2) {
  margin: 4rem 0 0;
}
@media screen and (max-width: 768px) {
  #recruit-keyword ul.list-wrapper li:nth-child(3n+2) {
    margin: 0;
  }
}
#recruit-keyword ul.list-wrapper li:nth-child(3n+3) {
  margin: 8rem 0 0;
}
@media screen and (max-width: 768px) {
  #recruit-keyword ul.list-wrapper li:nth-child(3n+3) {
    margin: 0;
  }
}
#recruit-keyword ul.list-wrapper li::before {
  content: "";
  position: absolute;
  top: -1rem;
  left: -1rem;
  width: 5rem;
  height: 5rem;
  border-radius: 2rem 0 2rem 0;
  background-color: color-mix(in srgb, var(--color-border-gray) 80%, transparent);
}
#recruit-keyword ul.list-wrapper li::after {
  content: "";
  position: absolute;
  bottom: -1rem;
  right: -1rem;
  width: 5rem;
  height: 5rem;
  border-radius: 2rem 0 2rem 0;
  background-color: color-mix(in srgb, var(--color-border-gray) 80%, transparent);
}
#recruit-keyword ul.list-wrapper li .content-wrapper {
  padding: 4rem 2rem 3rem;
  background-color: var(--color-white);
  border-radius: 2rem 0 2rem 0;
  border: 2px solid #a3a298;
  position: relative;
  z-index: 2;
}
#recruit-keyword ul.list-wrapper li .content-wrapper .icon-wrapper {
  position: absolute;
  top: -3rem;
  transform: translateY(-50%);
  right: 0;
}
@media screen and (max-width: 768px) {
  #recruit-keyword ul.list-wrapper li .content-wrapper .icon-wrapper {
    right: 1rem;
  }
}
#recruit-keyword ul.list-wrapper li .content-wrapper .icon-wrapper img {
  width: 9rem;
}
#recruit-keyword ul.list-wrapper li .content-wrapper h3 {
  color: var(--color-bg-gray);
  font-size: 3.6rem;
  -webkit-text-stroke: 2px var(--color-border-gray);
  paint-order: stroke;
  text-align: center;
}
#recruit-keyword ul.list-wrapper li .content-wrapper h4 {
  color: var(--color-black);
  text-align: center;
  display: block;
  margin: 2rem 0 0;
  padding: 0.5rem 1rem;
  background-color: var(--color-bg-gray);
}
#recruit-keyword ul.list-wrapper li .content-wrapper p {
  font-size: 1.2rem;
  margin: 2rem 0 0;
}
#recruit-keyword #lower-title::before {
  background-image: url(../img/recruit-keyword/keyword_top.jpg);
}
@media screen and (max-width: 767px) {
  #recruit-keyword #lower-title::before {
    background-image: url(../img/recruit-keyword/keyword_top_sp.jpg);
  }
}
#recruit-keyword #read {
  margin: 7rem 0 0;
  position: relative;
}
#recruit-keyword #read::before {
  content: "";
  position: absolute;
  top: -10rem;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/recruit-keyword/bg_top.svg);
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #recruit-keyword #read::before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #recruit-keyword #read {
    margin: 4rem 0 0;
  }
}
#recruit-keyword #read .read-text {
  text-align: center;
  margin: 5rem 0 0;
  font-size: 1.6rem;
}
#recruit-keyword #read .image-wrapper {
  margin: 5rem 0 0;
}
#recruit-keyword #company {
  padding: 10rem 0;
  background-color: #f7f7f7;
  position: relative;
}
#recruit-keyword #company::before {
  content: "";
  position: absolute;
  top: 5%;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/recruit-keyword/bg_company_pc.png);
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #recruit-keyword #company::before {
    background-image: url(../img/recruit-keyword/bg_company_sp.png);
  }
}
#recruit-keyword #company ul.list-wrapper li::before {
  background-color: color-mix(in srgb, var(--color-news-green) 80%, transparent);
}
#recruit-keyword #company ul.list-wrapper li::after {
  background-color: color-mix(in srgb, var(--color-news-green) 80%, transparent);
}
#recruit-keyword #company ul.list-wrapper li .content-wrapper h3 {
  color: var(--color-news-green);
}
#recruit-keyword #company ul.list-wrapper li .content-wrapper h4 {
  background-color: color-mix(in srgb, var(--color-news-green) 40%, transparent);
}
#recruit-keyword #style {
  padding: 10rem 0;
  position: relative;
}
#recruit-keyword #style::before {
  content: "";
  position: absolute;
  top: 5%;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/recruit-keyword/bg_style_pc.png);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #recruit-keyword #style::before {
    background-image: url(../img/recruit-keyword/bg_style_sp.png);
    top: 0;
  }
}
#recruit-keyword #style ul.list-wrapper li::before {
  background-color: color-mix(in srgb, var(--color-light-pink) 80%, transparent);
}
#recruit-keyword #style ul.list-wrapper li::after {
  background-color: color-mix(in srgb, var(--color-light-pink) 80%, transparent);
}
#recruit-keyword #style ul.list-wrapper li .content-wrapper h3 {
  color: var(--color-light-pink);
}
#recruit-keyword #style ul.list-wrapper li .content-wrapper h4 {
  background-color: color-mix(in srgb, var(--color-light-pink) 40%, transparent);
}
#recruit-keyword #people {
  padding: 10rem 0;
  position: relative;
  background-color: #f7f7f7;
}
#recruit-keyword #people::before {
  content: "";
  position: absolute;
  top: 5%;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/recruit-keyword/bg_people_pc.png);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #recruit-keyword #people::before {
    background-image: url(../img/recruit-keyword/bg_people_sp.png);
    top: 0;
  }
}
#recruit-keyword #people ul.list-wrapper li::before {
  background-color: color-mix(in srgb, var(--color-light-purple) 80%, transparent);
}
#recruit-keyword #people ul.list-wrapper li::after {
  background-color: color-mix(in srgb, var(--color-light-purple) 80%, transparent);
}
#recruit-keyword #people ul.list-wrapper li .content-wrapper h3 {
  color: var(--color-light-purple);
}
#recruit-keyword #people ul.list-wrapper li .content-wrapper h4 {
  background-color: color-mix(in srgb, var(--color-light-purple) 40%, transparent);
}
#recruit-keyword #work {
  margin: 10rem 0 0;
}
#recruit-keyword #work .marker-title img {
  width: 5rem;
}
#recruit-keyword #work .read-text p {
  margin: 4rem 0 0;
  font-size: 1.6rem;
}
#recruit-keyword #work .content-wrapper {
  margin: 7rem 0 0;
  border-radius: 2rem;
  background-color: color-mix(in srgb, var(--color-light-pink) 20%, transparent);
  padding: 5rem;
}
@media screen and (max-width: 768px) {
  #recruit-keyword #work .content-wrapper {
    padding: 5rem 5% 5%;
  }
}
#recruit-keyword #work .content-wrapper .content {
  position: relative;
}
#recruit-keyword #work .content-wrapper .content::before {
  content: "";
  position: absolute;
  top: -7rem;
  left: -7rem;
  width: 20rem;
  height: 12rem;
  border-radius: 2rem 0 2rem 0;
  background-color: color-mix(in srgb, var(--color-light-pink) 80%, transparent);
}
@media screen and (max-width: 768px) {
  #recruit-keyword #work .content-wrapper .content::before {
    top: -7rem;
    left: -3rem;
  }
}
#recruit-keyword #work .content-wrapper .content::after {
  content: "";
  position: absolute;
  bottom: -7rem;
  right: -7rem;
  width: 20rem;
  height: 12rem;
  border-radius: 2rem 0 2rem 0;
  background-color: color-mix(in srgb, var(--color-light-pink) 80%, transparent);
}
@media screen and (max-width: 768px) {
  #recruit-keyword #work .content-wrapper .content::after {
    bottom: -3rem;
    right: -3rem;
  }
}
#recruit-keyword #work .content-wrapper .content .white-title {
  position: absolute;
  top: -3rem;
  left: -3rem;
  color: var(--color-white);
  font-size: 3rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #recruit-keyword #work .content-wrapper .content .white-title {
    top: -3rem;
    left: 0rem;
  }
}
#recruit-keyword #work .content-wrapper .content .top-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #recruit-keyword #work .content-wrapper .content .top-wrapper {
    flex-direction: column;
    align-items: center;
  }
}
#recruit-keyword #work .content-wrapper .content .top-wrapper .text-wrapper {
  width: 40%;
}
@media screen and (max-width: 768px) {
  #recruit-keyword #work .content-wrapper .content .top-wrapper .text-wrapper {
    width: 100%;
    order: 2;
    margin: 3rem 0 0;
  }
}
#recruit-keyword #work .content-wrapper .content .top-wrapper .text-wrapper h3 {
  display: inline;
  background: linear-gradient(transparent 60%, #fbe79c 60%);
  font-size: 2.4rem;
}
#recruit-keyword #work .content-wrapper .content .top-wrapper .text-wrapper h4 {
  font-size: 1.8rem;
  margin: 3rem 0 0;
}
#recruit-keyword #work .content-wrapper .content .top-wrapper .image-wrapper {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #recruit-keyword #work .content-wrapper .content .top-wrapper .image-wrapper {
    width: 100%;
    order: 1;
    margin: 10rem 0 0;
  }
}
#recruit-keyword #work .content-wrapper .content .middle-content {
  margin: 5rem 0 0;
}
#recruit-keyword #work .content-wrapper .content .bottom-wrapper {
  margin: 5rem 0 0;
  position: relative;
  z-index: 2;
}
#recruit-keyword #work .content-wrapper .content .bottom-wrapper ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 3rem;
}
@media screen and (max-width: 768px) {
  #recruit-keyword #work .content-wrapper .content .bottom-wrapper ul {
    flex-direction: column;
    row-gap: 2rem;
  }
}
#recruit-keyword #work .content-wrapper .content .bottom-wrapper ul li {
  width: 48%;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
}
@media screen and (max-width: 768px) {
  #recruit-keyword #work .content-wrapper .content .bottom-wrapper ul li {
    width: 100%;
  }
}
#recruit-keyword #work .content-wrapper .content .bottom-wrapper ul li .list-title {
  background-color: var(--color-light-pink);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 3rem;
  border-radius: 2rem 0 2rem 0;
  position: relative;
  z-index: 2;
}
#recruit-keyword #work .content-wrapper .content .bottom-wrapper ul li .list-title h3 {
  color: var(--color-white);
}
#recruit-keyword #work .content-wrapper .content .bottom-wrapper ul li .list-title img {
  height: 5rem;
}
#recruit-keyword #work .content-wrapper .content .bottom-wrapper ul li .text-wrapper {
  flex-grow: 1;
  position: relative;
  width: 95%;
  padding: 5rem 2rem 3rem;
  top: -3rem;
  left: 5%;
  background-color: var(--color-white);
  border-radius: 2rem 0 2rem 0;
}
#recruit-keyword #work #front-staff.content-wrapper {
  background-color: color-mix(in srgb, var(--color-news-green) 20%, transparent);
}
#recruit-keyword #work #front-staff.content-wrapper .content::before {
  background-color: color-mix(in srgb, var(--color-news-green) 80%, transparent);
}
#recruit-keyword #work #front-staff.content-wrapper .content::after {
  background-color: color-mix(in srgb, var(--color-news-green) 80%, transparent);
}
#recruit-keyword #work #front-staff.content-wrapper .content .bottom-wrapper .list-title {
  background-color: var(--color-news-green);
}
#recruit-keyword .separator-image {
  margin: 10rem 0 0;
}
#recruit-keyword .separator-image img {
  height: 30rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  #recruit-keyword .separator-image img {
    height: 10rem;
  }
}
#recruit-keyword #job {
  padding: 7rem 0;
  text-align: center;
  background-color: #f8f8f8;
  background-image: url(../img/recruit/bg_job.svg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  #recruit-keyword #job {
    background-image: url(../img/recruit/bg_job_sp.svg);
  }
}
#recruit-keyword #job h2 {
  font-size: 2.6rem;
}
#recruit-keyword #job .btn-wrapper {
  margin: 4rem 0 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  #recruit-keyword #job .btn-wrapper {
    flex-direction: column;
    gap: 2rem;
  }
}
#recruit-keyword #job .btn-wrapper a {
  margin: 0 auto;
}
#recruit-keyword #job .btn-wrapper a:nth-child(1) {
  background-color: var(--color-light-purple);
}
#recruit-keyword #job .btn-wrapper a:nth-child(1)::before {
  background-image: url(../img/recruit/arrow_purple.svg);
}
#recruit-keyword #job .btn-wrapper a:nth-child(2) {
  background-color: var(--color-light-pink);
}
#recruit-keyword #job .btn-wrapper a:nth-child(2)::before {
  background-image: url(../img/recruit/arrow_pink.svg);
}
#recruit-keyword #job .btn-wrapper a:nth-child(3) {
  background-color: var(--color-news-green);
}
#recruit-keyword #job .btn-wrapper a:nth-child(3)::before {
  background-image: url(../img/recruit/arrow_green.svg);
}/*# sourceMappingURL=recruit-keyword.css.map */