main {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  padding-top: 90px;
  background-image: url("../img/production/bg.png");
  background-size: cover;
  background-repeat: no-repeat;
}

main .align {
  padding-left: 8vw;
}

main .li-text {
  line-height: 30px;
  font-size: 16px;
}

main .li-text::before {
  content: "•";
  color: #7f004e;
  margin-left: -10px;
  margin-right: 4px;
}

.theme-font {
  color: #7f004e;
  font-weight: 700;
}

.page-title {
  padding-top: 5vw;
  text-align: center;
  font-size: 5vw;
}

.page-list {
  margin-top: 10vw;
}

.page-list > li {
  margin-bottom: 7vw;
  padding-left: 5vw;
}

.page-list .item-label {
  display: flex;
  margin-bottom: 4vw;
}

.page-list .label-icon {
  width: 7vw;
  height: 7vw;
}

.label-icon > img {
  width: 100%;
  height: auto;
}

.page-list .label-title {
  margin-left: 1vw;
  line-height: 7vw;
  font-size: 5vw;
  font-weight: bold;
}

.intro-item .item-content p,
.project-item .item-content > p {
  line-height: 7vw;
  font-size: 4vw;
  color: #000;
}

.project-item .project-desc {
  margin-top: 4vw;
}

.project-desc > li {
  display: flex;
  align-items: center;
  margin-bottom: 3vw;
  width: 81vw;
  height: 7vw;
  border: 1px solid #8e0052;
  box-sizing: border-box;
  font-size: 3.5vw;
  color: #000;
}

.project-desc .item-img {
  width: 5vw;
  height: 5vw;
  margin: 0 2vw;
}

.item-img > img {
  width: 100%;
  height: auto;
}

.project-item .project-intro {
  margin-top: 8vw;
}

.project-intro .intro-img1 {
  margin-left: -1vw;
  width: 92vw;
  height: 76vw;
}

.project-intro .intro-img2 {
  margin: 8vw 0 8vw 5vw;
  width: 80vw;
  height: 134vw;
}

.project-intro img {
  width: 100%;
  height: auto;
}

.target-item {
  margin-top: 8vw;
}

.target-item .item-content {
  margin-top: 4vw;
}

.work-item .content-label {
  display: flex;
  align-items: center;
  margin-bottom: 2vw;
}

.recruit-widget .recruit-title {
  margin-top: 7vw;
}

.work-item .content-production {
  margin-top: 2vw;
}

.work-item .content-storage {
  margin-top: 4vw;
}

.recruit-widget {
  margin-top: 7vw;
}

.recruit-title .title-img {
  margin: 0 auto;
  width: 12vw;
  height: 12vw;
}

.title-img img,
.recruit-process img {
  width: 100%;
  height: auto;
}

.recruit-title h3 {
  margin-top: 2vw;
  font-size: 5vw;
  text-align: center;
}

.recruit-process {
  margin: 11vw auto;
  width: 68vw;
  height: 81vw;
}

.join-widget {
  margin-top: 22vw;
}

.join-widget .join-navigate {
  display: flex;
  justify-content: center;
}

.join-navigate a {
  width: 43vw;
  height: 15vw;
  line-height: 15vw;
  font-size: 4vw;
  background-image: url("../img/production/navigate-mobile.png");
  background-size: cover;
  color: #fff;
  text-align: center;
}

.join-navigate a:first-of-type {
  margin-right: 4vw;
}

.join-widget p {
  margin-top: 8vw;
  font-size: 4vw;
  color: #ec2626;
  text-align: center;
}

.copy-right {
  margin: 13vw auto 10vw;
  font-size: 3vw;
  color: #000;
  text-align: center;
}
