.employee {
  margin-top: 161rem;
  position: relative;
  z-index: 20;
}
.employee__row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .employee__row {
    flex-direction: column;
    gap: 64rem;
  }
}
#sales .employee__row {
  margin-right: calc(50% - 50vw);
}
#clerical .employee__row {
  flex-direction: row-reverse;
  margin-left: calc(50% - 50vw);
}
@media screen and (max-width: 1024px) {
  #clerical .employee__row {
    flex-direction: column;
  }
}
.employee__txt {
  width: 590rem;
  max-width: 100%;
}
@media screen and (max-width: 1024px) {
  #clerical .employee__txt {
    padding-inline: 40rem;
  }
}
.employee__img01 {
  width: 1170rem;
}
@media screen and (max-width: 1024px) {
  .employee__img01 {
    width: 100%;
  }
}
#sales .employee__img01 {
  margin-left: -110rem;
}
@media screen and (max-width: 1024px) {
  #sales .employee__img01 {
    margin-left: 0;
  }
}
#clerical .employee__img01 {
  margin-right: -71.5rem;
}
@media screen and (max-width: 1024px) {
  #clerical .employee__img01 {
    margin-right: 0;
  }
}
.employee__ttl span {
  width: fit-content;
  font-size: 38rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  border-bottom: 4rem solid #21498E;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .employee__ttl span {
    font-size: 38rem;
  }
}
.employee__name {
  margin-top: 28rem;
  font-size: 36rem;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.4117647059;
}
@media screen and (max-width: 1024px) {
  .employee__name {
    margin-top: 23rem;
    font-size: 36rem;
  }
}
.employee__entry {
  margin-top: 26rem;
  padding: 12rem 24rem;
  background: #333333;
  color: #fff;
  font-size: 22rem;
  font-weight: bold;
  width: fit-content;
}
@media screen and (max-width: 1024px) {
  .employee__entry {
    font-size: 28rem;
  }
}
.employee__question {
  margin-top: 60rem;
  margin-inline: auto;
  width: 800rem;
  max-width: 100%;
  display: flex;
  align-items: center;
  gap: 24.5rem;
  font-size: 24rem;
  font-weight: bold;
  line-height: 1.6666666667;
}
@media screen and (max-width: 1024px) {
  .employee__question {
    font-size: 30rem;
  }
}
.employee__question:first-of-type {
  margin-top: 124rem;
}
.employee__question::before {
  content: "";
  display: block;
  width: 22.57rem;
  height: 30.81rem;
  background: url(../img/employee/icon-q.svg) no-repeat center/contain;
  flex-shrink: 0;
}
.employee__para {
  margin-top: 30rem;
  margin-inline: auto;
  width: 800rem;
  max-width: 100%;
  font-size: 18rem;
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  .employee__para {
    font-size: 28rem;
  }
}
.employee__img02 {
  margin-top: 80rem;
  margin-inline: auto;
  max-width: 1080rem;
  position: relative;
}
.employee__shape00 {
  width: 104vw;
  position: absolute;
  top: -135rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .employee__shape00 {
    width: 223%;
    top: -180rem;
  }
}
.employee__shape01 {
  width: 120%;
  position: absolute;
  top: -898.7rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .employee__shape01 {
    width: 210%;
    top: -543.7rem;
  }
}
.employee__shape02 {
  width: 104vw;
  position: absolute;
  top: -67rem;
  left: 50%;
  transform: translateX(-50%) rotate(18deg);
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .employee__shape02 {
    width: 279vw;
    top: -342rem;
  }
}

.day {
  margin-top: 211rem;
  padding: 214rem 0 171.1rem;
  background: #F5F5F5;
  position: relative;
  z-index: 30;
}
@media screen and (max-width: 1024px) {
  .day {
    padding-bottom: 90rem;
  }
}
.day__row {
  display: flex;
  gap: 80rem;
}
.day__list {
  position: relative;
}
.day__list::before {
  content: "";
  display: block;
  width: 3rem;
  height: 100%;
  position: absolute;
  top: 0;
  left: 29rem;
  background: linear-gradient(to top, #00FF8C, #0096FF);
  z-index: 0;
}
.day__list::after {
  content: "";
  display: block;
  width: 11rem;
  aspect-ratio: 1/1;
  background: #00FF8C;
  position: absolute;
  bottom: 0;
  left: 26rem;
  border-radius: 50%;
}
.day__item {
  margin-top: 32rem;
  display: flex;
  gap: 45rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .day__item {
    flex-direction: column;
  }
}
.day__item:first-of-type {
  margin-top: 0;
}
.day__item:last-of-type {
  padding-bottom: 100rem;
}
.day__item.--height {
  margin-top: 100rem;
}
@media screen and (max-width: 1024px) {
  .day__item.--height {
    margin-top: 32rem;
  }
}
@media screen and (max-width: 1024px) {
  .day__item > * {
    padding-left: 100rem;
  }
}
@media screen and (max-width: 1024px) {
  .day__item > .day__item-img {
    padding-left: 0;
    margin-left: 100rem;
  }
}
.day__item-time {
  width: 60rem;
}
@media screen and (max-width: 1024px) {
  .day__item-time {
    margin-bottom: -142rem;
    padding-left: 0;
  }
}
.day__item-number {
  padding-block: 9.8rem 5.2rem;
  font-size: 25rem;
  font-weight: bold;
  line-height: 1.28;
  background: #F5F5F5;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 8rem;
  color: #056CF2;
}
.day__item-number::before {
  content: "";
  display: block;
  width: 50rem;
  aspect-ratio: 1/1;
  background: url(../img/employee/icon-clock.svg) no-repeat center/contain;
}
.day__img-list {
  display: flex;
  flex-direction: column;
  gap: 60rem;
  width: 470rem;
  flex-shrink: 0;
}
.day__item-ttl {
  font-size: 28rem;
  font-weight: bold;
  line-height: 1.6714285714;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 1024px) {
  .day__item-ttl {
    font-size: 30rem;
  }
}
.day__item-para {
  margin-top: 4rem;
  font-size: 18rem;
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  .day__item-para {
    font-size: 26rem;
  }
}
.day__item-img + .day__item-ttl {
  margin-top: 27.5rem;
}
@media screen and (max-width: 1024px) {
  .day__item-para + .day__item-img {
    margin-top: 30rem;
  }
}

.growthStory {
  margin-top: 100rem;
  margin-bottom: 114rem;
  padding-inline: 100rem;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .growthStory {
    padding-inline: 0;
  }
}
.growthStory__main-img {
  padding-top: 132rem;
  padding-right: 311rem;
  height: 700rem;
  background: url(../img/employee/pc/growth-img01@2x.jpg) no-repeat center/cover;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .growthStory__main-img {
    padding: 56rem 70rem;
    height: 325rem;
  }
}
.growthStory__main-img img:nth-of-type(1) {
  width: 355.05rem;
  margin-inline: auto 0;
}
@media screen and (max-width: 1024px) {
  .growthStory__main-img img:nth-of-type(1) {
    width: 190rem;
  }
}
.growthStory__main-img img:nth-of-type(2) {
  width: 795rem;
  position: absolute;
  bottom: -134.4rem;
  left: 170rem;
}
@media screen and (max-width: 1024px) {
  .growthStory__main-img img:nth-of-type(2) {
    width: 479rem;
    position: absolute;
    bottom: -94.4rem;
    left: 40rem;
  }
}
.growthStory__btn {
  margin: 100rem auto 0;
}
.growthStory__row {
  margin-top: 48rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50rem;
}
.growthStory__inner {
  margin-top: 177rem;
}
@media screen and (max-width: 1024px) {
  .growthStory__inner {
    margin-top: 135rem;
  }
}
.growthStory__txt {
  margin-top: 53rem;
  margin-inline: auto;
  max-width: 800rem;
}
.growthStory__txt:nth-of-type(2) {
  margin-top: 80rem;
}
.growthStory__img {
  margin-top: 80rem;
}
.growthStory__caption {
  margin-top: 10rem;
  font-size: 12rem;
}
@media screen and (max-width: 1024px) {
  .growthStory__caption {
    font-size: 24rem;
  }
}
.growthStory__tag {
  display: block;
  font-size: 22rem;
  line-height: 1.4545454545;
  color: #AE0000;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .growthStory__tag {
    font-size: 26rem;
  }
}
.growthStory__ttl {
  margin-top: 8rem;
  font-size: 30rem;
  font-weight: bold;
  line-height: 1.2272727273;
}
@media screen and (max-width: 1024px) {
  .growthStory__ttl {
    margin-top: 16rem;
    font-size: 36rem;
  }
}
.growthStory__para {
  margin-top: 40rem;
  font-size: 18rem;
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  .growthStory__para {
    font-size: 28rem;
  }
}
.growthStory__shape {
  width: 1787.34rem;
  max-width: 95%;
  position: absolute;
  top: 6496rem;
  left: -100rem;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .growthStory__shape {
    width: 1150.34rem;
    max-width: calc(100% + 40rem);
    top: initial;
    bottom: 250rem;
    left: -40rem;
  }
}/*# sourceMappingURL=page-employee.css.map */