@media screen and (max-width: 768px) {
  body.page-template-page-work-style .page-hero {
    margin-bottom: 4rem;
  }
}
body.page-template-page-work-style main .style {
  margin-bottom: 8.4rem;
}
@media screen and (max-width: 768px) {
  body.page-template-page-work-style main .style {
    margin-bottom: 6.4rem;
  }
}
body.page-template-page-work-style main .style .lead {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  margin-bottom: 8.8rem;
}
@media screen and (max-width: 768px) {
  body.page-template-page-work-style main .style .lead {
    margin-bottom: 5.6rem;
  }
}
body.page-template-page-work-style main .style .left-lined {
  margin-bottom: 6.4rem;
}
@media screen and (max-width: 768px) {
  body.page-template-page-work-style main .style .left-lined {
    margin-bottom: 4rem;
  }
}
body.page-template-page-work-style main .style ul {
  display: grid;
}
@media screen and (min-width: 769px) {
  body.page-template-page-work-style main .style ul {
    grid-template-columns: repeat(3, 1fr);
    gap: 8rem;
  }
}
@media screen and (max-width: 768px) {
  body.page-template-page-work-style main .style ul {
    grid-template-columns: 100%;
  }
}
body.page-template-page-work-style main .style ul li {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  body.page-template-page-work-style main .style ul li {
    align-items: center;
  }
}
body.page-template-page-work-style main .style ul li::before {
  align-self: center;
  content: "";
  display: block;
  flex-shrink: 0;
  margin-bottom: 4rem;
  height: 10rem;
  width: 10rem;
}
body.page-template-page-work-style main .style ul li:nth-child(1)::before {
  background: url(./../img/work-style/style_1.svg) center/cover;
}
body.page-template-page-work-style main .style ul li:nth-child(2)::before {
  background: url(./../img/work-style/style_2.svg) center/cover;
}
body.page-template-page-work-style main .style ul li:nth-child(3)::before {
  background: url(./../img/work-style/style_3.svg) center/cover;
}
body.page-template-page-work-style main .style ul li:nth-child(4)::before {
  background: url(./../img/work-style/style_4.svg) center/cover;
}
body.page-template-page-work-style main .style ul li:nth-child(5)::before {
  background: url(./../img/work-style/style_5.svg) center/cover;
}
body.page-template-page-work-style main .style ul li:nth-child(6)::before {
  background: url(./../img/work-style/style_6.svg) center/cover;
}
body.page-template-page-work-style main .style ul li:nth-child(7)::before {
  background: url(./../img/work-style/style_7.svg) center/cover;
}
@media screen and (max-width: 768px) {
  body.page-template-page-work-style main .style ul li:not(:last-child) {
    margin-bottom: 5.6rem;
  }
}
body.page-template-page-work-style main .style ul li h3 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 768px) {
  body.page-template-page-work-style main .style ul li h3 {
    margin-bottom: 1rem;
    text-align: center;
  }
}
body.page-template-page-work-style main .style ul li p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  body.page-template-page-work-style main .style ul li p {
    text-align: center;
  }
}
body.page-template-page-work-style main .career {
  padding-top: 10.4rem;
  background: #efefef;
}
@media screen and (max-width: 768px) {
  body.page-template-page-work-style main .career {
    padding-top: 6.4rem;
  }
}
body.page-template-page-work-style main .career .left-lined {
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  body.page-template-page-work-style main .career .left-lined {
    margin-bottom: 2.4rem;
  }
}
body.page-template-page-work-style main .career p:not(.image) {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.7;
  margin-bottom: 4.8rem;
}
@media screen and (max-width: 768px) {
  body.page-template-page-work-style main .career p:not(.image) {
    margin-bottom: 3.2rem;
  }
}
body.page-template-page-work-style main .career .image {
  aspect-ratio: 1228/567;
  border-radius: 1rem;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 768px) {
  body.page-template-page-work-style main .career .image {
    aspect-ratio: 329/928;
    background: url(./../img/work-style/career_sp.webp) center/cover;
  }
}
body.page-template-page-work-style main .career .image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
@media screen and (max-width: 768px) {
  body.page-template-page-work-style main .career .image img {
    display: none;
  }
}
body.page-template-page-work-style main .environment {
  background: #efefef;
  margin-bottom: 10.4rem;
  padding: 10.4rem 0;
}
@media screen and (max-width: 768px) {
  body.page-template-page-work-style main .environment {
    margin-bottom: 6.4rem;
    padding: 6.4rem 0;
  }
}
body.page-template-page-work-style main .environment .left-lined {
  margin-bottom: 4.8rem;
}
@media screen and (max-width: 768px) {
  body.page-template-page-work-style main .environment .left-lined {
    margin-bottom: 2.4rem;
  }
}
@media screen and (min-width: 769px) {
  body.page-template-page-work-style main .environment ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 6.4rem 8rem;
  }
}
@media screen and (max-width: 768px) {
  body.page-template-page-work-style main .environment ul li:not(:last-child) {
    margin-bottom: 4.8rem;
  }
}
body.page-template-page-work-style main .environment ul li .image {
  aspect-ratio: 574/317;
  border-radius: 1rem;
  margin-bottom: 3.2rem;
  overflow: hidden;
  width: 100%;
}
body.page-template-page-work-style main .environment ul li .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.page-template-page-work-style main .environment ul li .text {
  flex: 1;
}
body.page-template-page-work-style main .environment ul li .text h3 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 768px) {
  body.page-template-page-work-style main .environment ul li .text h3 {
    line-height: 1.5;
    margin-bottom: 1.6rem;
  }
}
body.page-template-page-work-style main .environment ul li .text p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
}
body.page-template-page-work-style main .welfare .left-lined {
  margin-bottom: 6.6rem;
}
@media screen and (max-width: 768px) {
  body.page-template-page-work-style main .welfare .left-lined {
    margin-bottom: 2.4rem;
  }
}
body.page-template-page-work-style main .welfare .main {
  margin-bottom: 8rem;
  position: relative;
}
@media screen and (min-width: 769px) {
  body.page-template-page-work-style main .welfare .main {
    padding-left: 65.2rem;
  }
}
@media screen and (max-width: 768px) {
  body.page-template-page-work-style main .welfare .main {
    margin-bottom: 3.2rem;
  }
}
body.page-template-page-work-style main .welfare .main::before {
  aspect-ratio: 574/402;
  background: url(./../img/work-style/welfare-main.webp) center/cover;
  content: "";
  display: block;
  width: 57.4rem;
}
@media screen and (min-width: 769px) {
  body.page-template-page-work-style main .welfare .main::before {
    left: 0;
    position: absolute;
    top: 52%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 768px) {
  body.page-template-page-work-style main .welfare .main::before {
    margin-bottom: 3.2rem;
    width: 100%;
  }
}
body.page-template-page-work-style main .welfare .main li {
  align-items: center;
  display: flex;
  gap: 1.6rem;
}
body.page-template-page-work-style main .welfare .main li:not(:last-child) {
  border-bottom: 1px solid #aaa;
  margin-bottom: 3.2rem;
  padding-bottom: 3.1rem;
}
@media screen and (max-width: 768px) {
  body.page-template-page-work-style main .welfare .main li:not(:last-child) {
    margin-bottom: 2.4rem;
    padding-bottom: 2.4rem;
  }
}
body.page-template-page-work-style main .welfare .main li::before {
  background: #f37f28;
  border-radius: 50%;
  content: "";
  display: block;
  flex-shrink: 0;
  height: 0.8rem;
  width: 0.8rem;
}
body.page-template-page-work-style main .welfare .main li h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  body.page-template-page-work-style main .welfare .main li h3 {
    font-size: 1.8rem;
  }
}
body.page-template-page-work-style main .welfare .other {
  border-top: 1px solid #aaa;
}
@media screen and (max-width: 768px) {
  body.page-template-page-work-style main .welfare .other {
    padding-top: 3.2rem;
  }
}
body.page-template-page-work-style main .welfare .other li {
  border-bottom: 1px solid #aaa;
  display: flex;
  flex-direction: column;
  padding-bottom: 4rem;
  position: relative;
}
@media screen and (min-width: 769px) {
  body.page-template-page-work-style main .welfare .other li {
    justify-content: center;
    min-height: 27.8rem;
    padding-top: 4rem;
    padding-left: 43rem;
  }
}
@media screen and (max-width: 768px) {
  body.page-template-page-work-style main .welfare .other li {
    padding-bottom: 3.2rem;
  }
}
body.page-template-page-work-style main .welfare .other li:nth-child(1)::before {
  background: url(./../img/work-style/welfare_1.webp) center/cover;
}
body.page-template-page-work-style main .welfare .other li:nth-child(2)::before {
  background: url(./../img/work-style/welfare_2.webp) center/cover;
}
body.page-template-page-work-style main .welfare .other li:nth-child(3)::before {
  background: url(./../img/work-style/welfare_3.webp) center/cover;
}
@media screen and (max-width: 768px) {
  body.page-template-page-work-style main .welfare .other li:not(:last-child) {
    margin-bottom: 3.2rem;
  }
}
body.page-template-page-work-style main .welfare .other li::before {
  aspect-ratio: 358/198;
  content: "";
  display: block;
  width: 35.8rem;
}
@media screen and (min-width: 769px) {
  body.page-template-page-work-style main .welfare .other li::before {
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 768px) {
  body.page-template-page-work-style main .welfare .other li::before {
    margin-bottom: 2.4rem;
    width: 100%;
  }
}
body.page-template-page-work-style main .welfare .other li h3 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 2.4rem;
  align-items: center;
  display: flex;
  gap: 1.6rem;
}
@media screen and (max-width: 768px) {
  body.page-template-page-work-style main .welfare .other li h3 {
    margin-bottom: 0.8rem;
    line-height: 1.5;
  }
}
body.page-template-page-work-style main .welfare .other li h3::before {
  background: #f37f28;
  border-radius: 50%;
  content: "";
  display: block;
  flex-shrink: 0;
  height: 0.8rem;
  width: 0.8rem;
}
body.page-template-page-work-style main .welfare .other li p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
}
body.page-template-page-work-style .global-footer .cta {
  padding-top: 10.4rem;
}
@media screen and (max-width: 768px) {
  body.page-template-page-work-style .global-footer .cta {
    padding-top: 6.4rem;
  }
}

/*# sourceMappingURL=page-work-style.css.map */
