.worker {
  margin-top: calc(100 / var(--base-width) * var(--inner-width) * 1px);
  margin-bottom: calc(180 / var(--base-width) * var(--inner-width) * 1px);
}
.worker .page-mv {
  background: no-repeat right top/cover;
  height: calc(636 / var(--base-width) * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  .worker .page-mv {
    background-size: auto calc(730 / var(--base-width) * var(--inner-width) * 1px);
    width: 100%;
    height: auto;
    border-radius: calc(60 / var(--base-width) * var(--inner-width) * 1px) 0 0 0;
    padding: 0;
    position: relative;
    margin-bottom: calc(120 / var(--base-width) * var(--inner-width) * 1px);
  }
  .worker .page-mv::after {
    width: 100%;
    height: calc(40 / var(--base-width) * var(--inner-width) * 1px);
    background: white;
    border-top-left-radius: calc(200 / var(--base-width) * var(--inner-width) * 1px) calc(100 / var(--base-width) * var(--inner-width) * 1px);
  }
}
.worker .page-mv__inner {
  height: 100%;
  position: relative;
}
@media only screen and (min-width: 48em) {
  .worker .page-mv__inner {
    min-width: calc(1250 / var(--base-width) * var(--inner-width) * 1px);
  }
}
.worker .page-mv__inner {
  width: 80%;
  margin: 0 auto;
  padding-top: calc(80 / var(--base-width) * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  .worker .page-mv__inner {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }
}
.worker .mv-title {
  color: #fff;
  align-items: flex-start;
  margin-bottom: calc(130 / var(--base-width) * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  .worker .mv-title {
    justify-content: flex-start;
    margin-left: calc(50 / var(--base-width) * var(--inner-width) * 1px);
    margin-bottom: 0;
    padding-top: calc(80 / var(--base-width) * var(--inner-width) * 1px);
    height: calc(680 / var(--base-width) * var(--inner-width) * 1px);
  }
}
.worker .mv-title > span {
  line-height: 1;
  font-size: calc(80 / var(--base-width) * var(--inner-width) * 1px);
}
.worker .mv-title > small {
  font-size: calc(20 / var(--base-width) * var(--inner-width) * 1px);
  margin-top: calc(20 / var(--base-width) * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  .worker .mv-title > small {
    font-size: calc(30 / var(--base-width) * var(--inner-width) * 1px);
    margin-top: calc(30 / var(--base-width) * var(--inner-width) * 1px);
  }
}
.worker .mv-body {
  display: contents;
}
@media only screen and (max-width: 47.9375em) {
  .worker .mv-body {
    display: block;
    background: #e60012;
    color: #fff;
    border-top-left-radius: calc(100 / var(--base-width) * var(--inner-width) * 1px) calc(50 / var(--base-width) * var(--inner-width) * 1px);
    padding: calc(60 / var(--base-width) * var(--inner-width) * 1px) calc(50 / var(--base-width) * var(--inner-width) * 1px) calc(90 / var(--base-width) * var(--inner-width) * 1px);
  }
}
.worker .mv-text {
  color: #fff;
  font-weight: 800;
  line-height: 1.6;
  font-size: calc(34 / var(--base-width) * var(--inner-width) * 1px);
  margin-bottom: calc(20 / var(--base-width) * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  .worker .mv-text {
    font-size: calc(38 / var(--base-width) * var(--inner-width) * 1px);
    white-space: nowrap;
  }
}
.worker .mv-name {
  color: #fff;
  font-weight: 800;
  font-family: "Montserrat", sans-serif;
  font-size: calc(36 / var(--base-width) * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  .worker .mv-name {
    font-size: calc(52 / var(--base-width) * var(--inner-width) * 1px);
  }
}
.worker .mv-dept {
  color: #fff;
  font-weight: 500;
  font-size: calc(18 / var(--base-width) * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  .worker .mv-dept {
    font-size: calc(28 / var(--base-width) * var(--inner-width) * 1px);
  }
}
.worker .mv-label {
  background: #e60012;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: calc(200 / var(--base-width) * var(--inner-width) * 1px);
  height: calc(200 / var(--base-width) * var(--inner-width) * 1px);
  border-radius: calc(40 / var(--base-width) * var(--inner-width) * 1px);
  top: calc(72 / var(--base-width) * var(--inner-width) * 1px);
  right: 0;
}
@media only screen and (max-width: 47.9375em) {
  .worker .mv-label {
    width: calc(278 / var(--base-width) * var(--inner-width) * 1px);
    height: calc(278 / var(--base-width) * var(--inner-width) * 1px);
    top: calc(338 / var(--base-width) * var(--inner-width) * 1px);
    right: auto;
    left: calc(50 / var(--base-width) * var(--inner-width) * 1px);
  }
}
.worker .mv-label__text {
  color: #fff;
  font-weight: 500;
  text-align: center;
  line-height: 1.3;
}
@media only screen and (min-width: 48em) {
  .worker .mv-label__text {
    font-size: calc(24 / var(--base-width) * var(--inner-width) * 1px);
  }
}
.worker .mv-label__text > small {
  display: block;
}
@media only screen and (min-width: 48em) {
  .worker .mv-label__text > small {
    font-size: calc(14 / var(--base-width) * var(--inner-width) * 1px);
    margin-top: calc(6 / var(--base-width) * var(--inner-width) * 1px);
  }
}
.worker .worker-inner {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
}
@media only screen and (min-width: 48em) {
  .worker .worker-inner {
    gap: calc(70 / var(--base-width) * var(--inner-width) * 1px);
    margin-left: calc((100vw - 1400 / var(--base-width) * var(--inner-width) * 1px) / 2);
  }
}
.worker .worker-sidenav {
  background: #e60012;
  width: calc(210 / var(--base-width) * var(--inner-width) * 1px);
  flex-shrink: 0;
  flex-basis: calc(210 / var(--base-width) * var(--inner-width) * 1px);
  border-radius: calc(20 / var(--base-width) * var(--inner-width) * 1px);
  padding: calc(40 / var(--base-width) * var(--inner-width) * 1px) calc(34 / var(--base-width) * var(--inner-width) * 1px);
  position: -webkit-sticky;
  position: sticky;
  top: calc(120 / var(--base-width) * var(--inner-width) * 1px);
  left: 0;
}
@media only screen and (max-width: 47.9375em) {
  .worker .worker-sidenav {
    display: none;
  }
}
.worker .worker-sidenav__contents {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: calc(30 / var(--base-width) * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  .worker .worker-sidenav__contents {
    display: block;
  }
}
.worker .worker-sidenav__link {
  color: #fff;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media only screen and (min-width: 48em) {
  .worker .worker-sidenav__link {
    gap: calc(10 / var(--base-width) * var(--inner-width) * 1px);
    font-size: calc(14 / var(--base-width) * var(--inner-width) * 1px);
  }
}
.worker .worker-sidenav__link::before {
  display: block;
  content: "";
  background: #f25663;
  border-radius: 50%;
  transition: 0.3s ease;
}
@media only screen and (min-width: 48em) {
  .worker .worker-sidenav__link::before {
    width: calc(14 / var(--base-width) * var(--inner-width) * 1px);
    height: calc(14 / var(--base-width) * var(--inner-width) * 1px);
  }
}
.worker .worker-sidenav__link.is-current::before {
  background: #fff;
}
@media only screen and (min-width: 48em) {
  .worker .worker-contents {
    width: 100%;
  }
}
.worker .article-title {
  color: #e60012;
  font-weight: 700;
  line-height: 1.6;
  font-size: calc(36 / var(--base-width) * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  .worker .article-title {
    font-size: calc(42 / var(--base-width) * var(--inner-width) * 1px);
  }
}
.worker .article-text {
  line-height: 2.2;
  font-size: calc(18 / var(--base-width) * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  .worker .article-text {
    font-size: calc(26 / var(--base-width) * var(--inner-width) * 1px);
  }
}
.worker .article-text + .article-text {
  margin-top: 2em;
}
.worker .worker-intro {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: calc(135 / var(--base-width) * var(--inner-width) * 1px);
  width: calc(1120 / var(--base-width) * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  .worker .worker-intro {
    display: block;
    margin: 0 calc(50 / var(--base-width) * var(--inner-width) * 1px) calc(160 / var(--base-width) * var(--inner-width) * 1px);
    width: auto;
  }
}
.worker .worker-intro .worker-intro__block {
  position: relative;
}
@media only screen and (min-width: 48em) {
  .worker .worker-intro .worker-intro__block {
    width: calc(485 / var(--base-width) * var(--inner-width) * 1px);
  }
}
@media only screen and (max-width: 47.9375em) {
  .worker .worker-intro .worker-intro__block:first-child {
    padding-bottom: calc(80 / var(--base-width) * var(--inner-width) * 1px);
    margin-bottom: calc(80 / var(--base-width) * var(--inner-width) * 1px);
    border-bottom: 1px solid #e60012;
  }
}
.worker .worker-intro .worker-intro__block:first-child::after {
  display: block;
  content: "";
  width: 1px;
  height: 100%;
  background: #e60012;
  position: absolute;
  top: 0;
  right: calc(-80 / var(--base-width) * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  .worker .worker-intro .worker-intro__block:first-child::after {
    display: none;
  }
}
.worker .worker-intro .article-title {
  font-size: calc(24 / var(--base-width) * var(--inner-width) * 1px);
  margin-bottom: calc(50 / var(--base-width) * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  .worker .worker-intro .article-title {
    font-size: calc(36 / var(--base-width) * var(--inner-width) * 1px);
    margin: 0 0 calc(70 / var(--base-width) * var(--inner-width) * 1px);
  }
}
.worker .article-q {
  font-weight: 800;
  color: #fff;
  background: #e60012;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  font-size: calc(18 / var(--base-width) * var(--inner-width) * 1px);
  height: calc(55 / var(--base-width) * var(--inner-width) * 1px);
  padding-left: calc(30 / var(--base-width) * var(--inner-width) * 1px);
  border-radius: calc(26 / var(--base-width) * var(--inner-width) * 1px) calc(26 / var(--base-width) * var(--inner-width) * 1px) calc(26 / var(--base-width) * var(--inner-width) * 1px) 0;
  margin-bottom: calc(50 / var(--base-width) * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  .worker .article-q {
    font-size: calc(30 / var(--base-width) * var(--inner-width) * 1px);
    height: calc(100 / var(--base-width) * var(--inner-width) * 1px);
    margin: 0 calc(50 / var(--base-width) * var(--inner-width) * 1px) calc(70 / var(--base-width) * var(--inner-width) * 1px) 0;
    padding: 0 0 0 calc(50 / var(--base-width) * var(--inner-width) * 1px);
    border-radius: 0 calc(50 / var(--base-width) * var(--inner-width) * 1px) calc(50 / var(--base-width) * var(--inner-width) * 1px) 0;
  }
}
.worker .article-q::after {
  display: block;
  content: "";
  background: url(../../assets/img/work/fukidashi.png) no-repeat center center/cover;
  position: absolute;
  left: 0;
  width: calc(15 / var(--base-width) * var(--inner-width) * 1px);
  height: calc(8 / var(--base-width) * var(--inner-width) * 1px);
  bottom: calc(-7 / var(--base-width) * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  .worker .article-q::after {
    display: none;
  }
}
.worker .worker-article {
  position: relative;
  display: flex;
  gap: calc(70 / var(--base-width) * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  .worker .worker-article {
    display: block;
  }
}
.worker .article-contents {
  width: calc(500 / var(--base-width) * var(--inner-width) * 1px);
  flex-shrink: 0;
}
@media only screen and (max-width: 47.9375em) {
  .worker .article-contents {
    width: auto;
  }
}
.worker .article-block + .article-block {
  margin-top: calc(75 / var(--base-width) * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  .worker .article-block + .article-block {
    margin-top: calc(120 / var(--base-width) * var(--inner-width) * 1px);
  }
}
.worker .article-block .article-title {
  margin-bottom: calc(30 / var(--base-width) * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  .worker .article-block .article-title {
    margin: 0 calc(50 / var(--base-width) * var(--inner-width) * 1px) calc(60 / var(--base-width) * var(--inner-width) * 1px);
  }
}
@media only screen and (max-width: 47.9375em) {
  .worker .article-block .article-text {
    margin-left: calc(50 / var(--base-width) * var(--inner-width) * 1px);
    margin-right: calc(50 / var(--base-width) * var(--inner-width) * 1px);
  }
}
.worker .article-images {
  position: -webkit-sticky;
  position: sticky;
  overflow: hidden;
}
@media only screen and (min-width: 48em) {
  .worker .article-images {
    width: 100%;
    flex: 1;
    min-width: 0;
    height: calc(100vh - 250 / var(--base-width) * var(--inner-width) * 1px);
    top: calc(150 / var(--base-width) * var(--inner-width) * 1px);
    left: 0;
    border-radius: calc(80 / var(--base-width) * var(--inner-width) * 1px) 0 0 0;
  }
}
@media only screen and (max-width: 47.9375em) {
  .worker .article-images {
    height: calc(750 / var(--base-width) * var(--inner-width) * 1px);
  }
}
.worker .article-images::before {
  display: block;
  content: "";
  background: #fff;
  position: absolute;
}
@media only screen and (min-width: 48em) {
  .worker .article-images::before {
    width: 100%;
    height: calc(20 / var(--base-width) * var(--inner-width) * 1px);
    left: calc(50 / var(--base-width) * var(--inner-width) * 1px);
    bottom: 0;
    z-index: 2;
  }
}
.worker .article-images::after {
  display: block;
  content: "";
  background: url(../../assets/img/work/img-musk.png) no-repeat left bottom/auto 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
}
@media only screen and (min-width: 48em) {
  .worker .article-images::after {
    width: 100%;
    height: calc(20 / var(--base-width) * var(--inner-width) * 1px);
  }
}
.worker .article-image {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: 0.4s ease;
}
@media only screen and (min-width: 48em) {
  .worker .article-image {
    height: calc(100vh - 250 / var(--base-width) * var(--inner-width) * 1px);
  }
}
@media only screen and (max-width: 47.9375em) {
  .worker .article-image {
    position: relative;
    display: block;
    opacity: 1;
    margin: calc(90 / var(--base-width) * var(--inner-width) * 1px) 0 0 calc(50 / var(--base-width) * var(--inner-width) * 1px);
    border-radius: calc(120 / var(--base-width) * var(--inner-width) * 1px) 0 0 0;
    overflow: hidden;
    height: calc(750 / var(--base-width) * var(--inner-width) * 1px);
  }
  .worker .article-image::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: calc(40 / var(--base-width) * var(--inner-width) * 1px);
    background-color: #fff;
    border-top-left-radius: calc(80 / var(--base-width) * var(--inner-width) * 1px) calc(40 / var(--base-width) * var(--inner-width) * 1px);
  }
}
.worker .article-image.is-active {
  opacity: 1;
}
.worker .article-image > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 47.9375em) {
  .worker .article-image > img {
    -o-object-position: left top;
       object-position: left top;
  }
}
@media only screen and (min-width: 48em) {
  .worker #area06 {
    margin-top: calc(-50 / var(--base-width) * var(--inner-width) * 1px);
    padding-top: calc(50 / var(--base-width) * var(--inner-width) * 1px);
  }
}
.worker .worker-message {
  position: relative;
  width: calc(1120 / var(--base-width) * var(--inner-width) * 1px);
  border: 3px solid #e60012;
  border-radius: calc(30 / var(--base-width) * var(--inner-width) * 1px);
  margin-top: calc(200 / var(--base-width) * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  .worker .worker-message {
    width: auto;
    margin-left: calc(50 / var(--base-width) * var(--inner-width) * 1px);
    margin-right: calc(50 / var(--base-width) * var(--inner-width) * 1px);
  }
}
.worker .worker-message__title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #e60012;
  background: #fff;
  position: absolute;
  top: calc(-40 / var(--base-width) * var(--inner-width) * 1px);
  left: calc(-10 / var(--base-width) * var(--inner-width) * 1px);
  gap: calc(30 / var(--base-width) * var(--inner-width) * 1px);
  padding-right: calc(30 / var(--base-width) * var(--inner-width) * 1px);
  padding-bottom: 0;
}
@media only screen and (max-width: 47.9375em) {
  .worker .worker-message__title {
    left: 0;
    right: 0;
    top: calc(-58 / var(--base-width) * var(--inner-width) * 1px);
    width: calc(410 / var(--base-width) * var(--inner-width) * 1px);
    margin: 0 auto;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    gap: 0;
    padding: 0;
  }
}
.worker .worker-message__title > span {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-style: italic;
  font-size: calc(50 / var(--base-width) * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  .worker .worker-message__title > span {
    font-size: calc(60 / var(--base-width) * var(--inner-width) * 1px);
  }
}
.worker .worker-message__title > small {
  font-weight: 800;
  font-size: calc(20 / var(--base-width) * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  .worker .worker-message__title > small {
    font-size: calc(24 / var(--base-width) * var(--inner-width) * 1px);
  }
}
.worker .worker-message__text {
  font-weight: 500;
  line-height: 2.2;
  font-size: calc(18 / var(--base-width) * var(--inner-width) * 1px);
  padding-top: calc(80 / var(--base-width) * var(--inner-width) * 1px);
  padding-left: calc(80 / var(--base-width) * var(--inner-width) * 1px);
  padding-right: calc(80 / var(--base-width) * var(--inner-width) * 1px);
  padding-bottom: calc(50 / var(--base-width) * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  .worker .worker-message__text {
    font-size: calc(26 / var(--base-width) * var(--inner-width) * 1px);
    padding: calc(130 / var(--base-width) * var(--inner-width) * 1px) calc(64 / var(--base-width) * var(--inner-width) * 1px) calc(64 / var(--base-width) * var(--inner-width) * 1px);
  }
}
.worker .worker-schedule {
  background: #efefef;
  margin-top: calc(120 / var(--base-width) * var(--inner-width) * 1px);
  padding: calc(100 / var(--base-width) * var(--inner-width) * 1px) 0;
}
@media only screen and (max-width: 47.9375em) {
  .worker .worker-schedule {
    margin-top: calc(160 / var(--base-width) * var(--inner-width) * 1px);
    padding: calc(100 / var(--base-width) * var(--inner-width) * 1px) 0 calc(130 / var(--base-width) * var(--inner-width) * 1px);
  }
}
.worker .worker-schedule__inner {
  width: calc(1390 / var(--base-width) * var(--inner-width) * 1px);
  margin: 0 auto;
}
@media only screen and (max-width: 47.9375em) {
  .worker .worker-schedule__inner {
    width: auto;
  }
}
.worker .worker-schedule .section-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: calc(30 / var(--base-width) * var(--inner-width) * 1px);
  margin-bottom: calc(30 / var(--base-width) * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  .worker .worker-schedule .section-title {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    gap: calc(20 / var(--base-width) * var(--inner-width) * 1px);
    margin-bottom: calc(100 / var(--base-width) * var(--inner-width) * 1px);
  }
}
.worker .worker-schedule .section-title > span {
  font-size: calc(50 / var(--base-width) * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  .worker .worker-schedule .section-title > span {
    font-size: calc(60 / var(--base-width) * var(--inner-width) * 1px);
  }
}
.worker .worker-schedule__timeline {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: calc(20 / var(--base-width) * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  .worker .worker-schedule__timeline {
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    margin: 0 calc(50 / var(--base-width) * var(--inner-width) * 1px);
    gap: calc(50 / var(--base-width) * var(--inner-width) * 1px);
  }
}
.worker .worker-schedule__item {
  background: #fff;
  width: calc(140 / var(--base-width) * var(--inner-width) * 1px);
  height: calc(227 / var(--base-width) * var(--inner-width) * 1px);
  border-radius: calc(20 / var(--base-width) * var(--inner-width) * 1px);
  padding-top: calc(26 / var(--base-width) * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  .worker .worker-schedule__item {
    width: auto;
    height: calc(100 / var(--base-width) * var(--inner-width) * 1px);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 calc(30 / var(--base-width) * var(--inner-width) * 1px);
    gap: calc(30 / var(--base-width) * var(--inner-width) * 1px);
  }
}
.worker .worker-schedule__time {
  background: #e60012;
  border-radius: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  width: calc(80 / var(--base-width) * var(--inner-width) * 1px);
  height: calc(80 / var(--base-width) * var(--inner-width) * 1px);
  margin: 0 auto;
  font-size: calc(18 / var(--base-width) * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  .worker .worker-schedule__time {
    width: calc(130 / var(--base-width) * var(--inner-width) * 1px);
    height: calc(130 / var(--base-width) * var(--inner-width) * 1px);
    border-radius: calc(130 / var(--base-width) * var(--inner-width) * 1px);
    font-size: calc(30 / var(--base-width) * var(--inner-width) * 1px);
    margin: 0;
  }
}
.worker .worker-schedule__time::after {
  display: block;
  content: "";
  background: #e60012;
  width: calc(87 / var(--base-width) * var(--inner-width) * 1px);
  height: calc(4 / var(--base-width) * var(--inner-width) * 1px);
  position: absolute;
  top: calc(40 / var(--base-width) * var(--inner-width) * 1px);
  right: calc(-86 / var(--base-width) * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  .worker .worker-schedule__time::after {
    width: 2px;
    left: 50%;
    margin-left: -1px;
    top: 100%;
    height: calc(60 / var(--base-width) * var(--inner-width) * 1px);
  }
}
.worker .worker-schedule__item:last-child .worker-schedule__time::after {
  display: none;
}
.worker .worker-schedule__text {
  text-align: center;
  font-weight: 500;
  line-height: 1.4;
  font-size: calc(15 / var(--base-width) * var(--inner-width) * 1px);
  height: calc(120 / var(--base-width) * var(--inner-width) * 1px);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 47.9375em) {
  .worker .worker-schedule__text {
    height: auto;
    font-size: calc(26 / var(--base-width) * var(--inner-width) * 1px);
    display: block;
    text-align: left;
    width: calc(430 / var(--base-width) * var(--inner-width) * 1px);
  }
  .worker .worker-schedule__text br {
    display: none;
  }
}
.worker .other-works {
  padding-top: calc(120 / var(--base-width) * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  .worker .other-works {
    padding-top: calc(160 / var(--base-width) * var(--inner-width) * 1px);
  }
}
.worker .other-works .section-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: calc(50 / var(--base-width) * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  .worker .other-works .section-title {
    margin-bottom: calc(60 / var(--base-width) * var(--inner-width) * 1px);
  }
}
.worker .other-works .section-title > span {
  font-size: calc(50 / var(--base-width) * var(--inner-width) * 1px);
  margin-bottom: calc(10 / var(--base-width) * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  .worker .other-works .section-title > span {
    font-size: calc(60 / var(--base-width) * var(--inner-width) * 1px);
  }
}
.worker .other-swiper {
  position: relative;
  max-width: calc(1200 / var(--base-width) * var(--inner-width) * 1px);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: calc(25 / var(--base-width) * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  .worker .other-swiper {
    width: calc(532 / var(--base-width) * var(--inner-width) * 1px);
    overflow: visible;
  }
}
.worker .other-swiper .swiper-slide {
  width: calc(220 / var(--base-width) * var(--inner-width) * 1px);
  flex-shrink: 0;
  background: url(../../assets/img/common/btn_img.png) no-repeat right bottom calc(5 / var(--base-width) * var(--inner-width) * 1px)/calc(40 / var(--base-width) * var(--inner-width) * 1px) auto;
}
@media only screen and (max-width: 47.9375em) {
  .worker .other-swiper .swiper-slide {
    width: auto;
    background: url(../../assets/img/common/btn_img.png) no-repeat right calc(70 / var(--base-width) * var(--inner-width) * 1px) bottom calc(10 / var(--base-width) * var(--inner-width) * 1px)/calc(70 / var(--base-width) * var(--inner-width) * 1px) auto;
    transition: opacity 0.3s;
  }
  .worker .other-swiper .swiper-slide a {
    display: block;
    width: calc(400 / var(--base-width) * var(--inner-width) * 1px);
    margin: 0 auto;
  }
  .worker .other-swiper .swiper-slide:not(.swiper-slide-active) {
    opacity: 0.2;
    pointer-events: none;
  }
}
.worker .other-swiper .swiper-wrapper {
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 48em) {
  .worker .other-swiper .swiper-wrapper {
    gap: calc(25 / var(--base-width) * var(--inner-width) * 1px);
  }
}
.worker .other-swiper.swiper-initialized .swiper-wrapper {
  justify-content: flex-start;
  gap: 0;
}
.worker .other-works__wrap {
  position: relative;
  width: calc(1360 / var(--base-width) * var(--inner-width) * 1px);
  margin: 0 auto;
}
@media only screen and (max-width: 47.9375em) {
  .worker .other-works__wrap {
    width: auto;
    overflow: hidden;
  }
}
.worker .works-prev,
.worker .works-next {
  position: absolute;
  left: 0;
  z-index: 3;
  width: calc(58 / var(--base-width) * var(--inner-width) * 1px);
  top: calc(150 / var(--base-width) * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  .worker .works-prev,
  .worker .works-next {
    width: calc(80 / var(--base-width) * var(--inner-width) * 1px);
    top: calc(326 / var(--base-width) * var(--inner-width) * 1px);
  }
}
.worker .works-prev.is-hidden,
.worker .works-next.is-hidden {
  display: none;
}
@media only screen and (max-width: 47.9375em) {
  .worker .works-prev {
    left: calc(68 / var(--base-width) * var(--inner-width) * 1px);
  }
}
.worker .works-next {
  left: auto;
  right: 0;
}
@media only screen and (max-width: 47.9375em) {
  .worker .works-next {
    left: auto;
    right: calc(68 / var(--base-width) * var(--inner-width) * 1px);
  }
}
.worker .works-next > img {
  transform: scaleX(-1);
}
.worker .swiper-button-disabled {
  opacity: 0.2;
}
.worker .other-swiper .slide-body {
  margin-top: calc(24 / var(--base-width) * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  .worker .other-swiper .slide-body {
    margin-top: calc(45 / var(--base-width) * var(--inner-width) * 1px);
  }
}
.worker .other-swiper .worker-dept {
  font-weight: 700;
  font-size: calc(18 / var(--base-width) * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  .worker .other-swiper .worker-dept {
    font-size: calc(34 / var(--base-width) * var(--inner-width) * 1px);
  }
}
.worker .other-swiper .worker-name {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: calc(26 / var(--base-width) * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  .worker .other-swiper .worker-name {
    font-size: calc(42 / var(--base-width) * var(--inner-width) * 1px);
  }
}
.worker .other-swiper .worker-join {
  font-weight: 500;
  font-size: calc(12 / var(--base-width) * var(--inner-width) * 1px);
}
@media only screen and (max-width: 47.9375em) {
  .worker .other-swiper .worker-join {
    font-size: calc(26 / var(--base-width) * var(--inner-width) * 1px);
  }
}

#worker01 .page-mv {
  background-image: url(../img/work/worker01/mv-img.jpg);
}
@media only screen and (max-width: 47.9375em) {
  #worker01 .page-mv {
    background-position: 57% top;
  }
}
@media only screen and (max-width: 47.9375em) {
  #worker01 .article-image > img {
    -o-object-position: center top;
       object-position: center top;
  }
}

#worker02 .page-mv {
  background-image: url(../img/work/worker02/mv-img.jpg);
}
@media only screen and (max-width: 47.9375em) {
  #worker02 .page-mv {
    background-position: 55% top;
  }
}
@media only screen and (max-width: 47.9375em) {
  #worker02 .article-image > img {
    -o-object-position: center top;
       object-position: center top;
  }
}

#worker03 .page-mv {
  background-image: url(../img/work/worker03/mv-img.jpg);
}
@media only screen and (max-width: 47.9375em) {
  #worker03 .page-mv {
    background-position: 57% top;
  }
}
@media only screen and (max-width: 47.9375em) {
  #worker03 .article-image > img {
    -o-object-position: center top;
       object-position: center top;
  }
}

#worker04 .page-mv {
  background-image: url(../img/work/worker04/mv-img.jpg);
}
@media only screen and (max-width: 47.9375em) {
  #worker04 .page-mv {
    background-position: 55% top;
  }
}
@media only screen and (max-width: 47.9375em) {
  #worker04 .article-image > img {
    -o-object-position: center top;
       object-position: center top;
  }
}

#worker05 .page-mv {
  background-image: url(../img/work/worker05/mv-img.jpg);
}
@media only screen and (max-width: 47.9375em) {
  #worker05 .page-mv {
    background-position: 55% top;
  }
}
@media only screen and (max-width: 47.9375em) {
  #worker05 .article-image > img {
    -o-object-position: center top;
       object-position: center top;
  }
}

#worker06 .page-mv {
  background-image: url(../img/work/worker06/mv-img.jpg);
}
@media only screen and (max-width: 47.9375em) {
  #worker06 .page-mv {
    background-position: 55% top;
  }
}
@media only screen and (max-width: 47.9375em) {
  #worker06 .article-image > img {
    -o-object-position: center top;
       object-position: center top;
  }
}

#worker07 .page-mv {
  background-image: url(../img/work/worker07/mv-img.jpg);
}
@media only screen and (max-width: 47.9375em) {
  #worker07 .page-mv {
    background-position: 54% top;
  }
}

#worker08 .page-mv {
  background-image: url(../img/work/worker08/mv-img.jpg);
}
@media only screen and (max-width: 47.9375em) {
  #worker08 .page-mv {
    background-position: 56% top;
  }
}

#worker09 .page-mv {
  background-image: url(../img/work/worker09/mv-img.jpg);
}
@media only screen and (max-width: 47.9375em) {
  #worker09 .page-mv {
    background-position: 53% top;
  }
}

#worker10 .page-mv {
  background-image: url(../img/work/worker10/mv-img.jpg);
}
@media only screen and (max-width: 47.9375em) {
  #worker10 .page-mv {
    background-position: 56% top;
  }
}/*# sourceMappingURL=worker.css.map */