@charset "utf-8";

/*  anclink  */
#anclink {
  padding: 0 0 12.4rem 0;
  margin-bottom: 12rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  #anclink {
    padding: 7rem 0 12.4rem 0;
    margin-bottom: 12rem;
  }
}
#anclink::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 24px;
  height: 4px;
  background-image: repeating-linear-gradient(90deg, rgb(0, 0, 0), rgb(0, 0, 0) 4px, transparent 4px, transparent 10px);
}
#anclink .button {
  padding: 0;
  margin: 0;
  list-style: none;
}
#anclink li {
  padding-top: 3rem;
}
@media screen and (min-width: 768px) {
  #anclink .button {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: flex;
  }
  #anclink li {
    padding-top: 0;
    flex-basis: 50%;
    box-sizing: border-box;
  }
  #anclink li:first-of-type {
    padding-right: 2rem;
  }
  #anclink li:last-of-type {
    padding-left: 2rem;
  }
}
#anclink .button a {
  padding: calc(26 / 22 * 1em);
  margin: 0 auto;
  position: relative;
  display: block;
  max-width: 48rem;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: calc(1.76 / 22 * 1em);
  text-align: center;
  border-radius: 70px;
  border: solid 1px;
  background-color: rgb(255, 255, 255);
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  #anclink .button a {
    font-size: 2.2rem;
  }
}
#anclink .button .mfg a {
  color: rgb(50, 165, 72);
  border-color: rgb(50, 165, 72);
}
#anclink .button .mkt a {
  color: rgb(50, 94, 165);
  border-color: rgb(50, 94, 165);
}
#anclink .button a:hover {
  opacity: 1;
}
#anclink .button a::before,
#anclink .button a::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2.1rem;
  margin: auto;
  width: 1.8rem;
  height: 0.1rem;
  transition: 0.3s transform ease-out;
}
#anclink .button .mfg a::before,
#anclink .button .mfg a::after {
  background-color: rgb(50, 165, 72);
}
#anclink .button .mkt a::before,
#anclink .button .mkt a::after {
  background-color: rgb(50, 94, 165);
}
@media screen and (min-width: 768px) {
  #anclink .button a::before,
  #anclink .button a::after {
    right: 2.8rem;
    width: 2.4rem;
  }
}
#anclink .button a:hover::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

/*  job header  */
.job header {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .job header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: start;
    align-items: flex-start;
  }
}
.job header .text {
  padding: 3rem calc((50vw - 50%) / 2);
  margin: -3rem calc((50% - 50vw) / 2) 0 calc((50% - 50vw) / 2);
  box-sizing: border-box;
  position: relative;
}
@media screen and (min-width: 768px) {
  .job header .text {
    padding: 6.2rem 6.6rem;
    margin: 0;
    flex-basis: 59.6rem;
    flex-shrink: 0;
  }
}
.job header .text::before {
  content: "";
  position: absolute;
  width: 53px;
  height: 61px;
  right: 0;
  top: 0;
}
@media screen and (min-width: 768px) {
  .job header .text::before {
    width: 106px;
    height: 122px;
  }
}
.job header .text::after {
  content: none;
}
@media screen and (min-width: 768px) {
  .job header .text::after {
    content: "";
    position: absolute;
    width: 332px;
    height: 404px;
    left: -185px;
    bottom: -404px;
    background: url("../images/ill_jobs_bg01.png") no-repeat center / contain;
  }
}

#mfg header .text {
  background-color: rgb(50, 165, 72);
}
#mfg header .text::before {
  background: url("../images/ill_jobs_bg_green.png") no-repeat center / contain;
}
#mkt header .text {
  background-color: rgb(50, 94, 165);
}
#mkt header .text::before {
  background: url("../images/ill_jobs_bg_blue.png") no-repeat center / contain;
}
.job header h3 {
  padding: 0;
  margin: 0;
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1.1;
  letter-spacing: calc(0.96 / 24 * 1em);
  color: rgb(255, 255, 255);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 768px) {
  .job header h3 {
    padding: 1.4rem 0;
    font-size: 2.4rem;
  }
}
.job header h3 span {
  margin-right: 0.1em;
  font-size: 3rem;
  letter-spacing: calc(1.36 / 34 * 1em);
}
@media screen and (min-width: 768px) {
  .job header h3 span {
    font-size: 3.4rem;
  }
}
.job header .desc {
  padding: 1.6rem 0 0 0;
}
.job header .desc p {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.86;
  color: rgb(255, 255, 255);
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
}
.job header .photo {
  margin: 0 calc(50% - 50vw);
  z-index: -10;
}
@media screen and (min-width: 768px) {
  .job header .photo {
    padding-top: 6rem;
    margin: 0;
    flex-basis: 40.4rem;
  }
  .job header .photo .image {
    height: 50.5rem;
    margin-left: -44.8rem;
    margin-right: calc(1000 / 404 * 50% - 50vw);
  }
  .job header .photo .image img {
    width: 100%;
    max-width: 1312px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

/*  job flow  */
.job .flow {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .job .flow {
    padding-top: 13.6rem;
    padding-bottom: 14rem;
  }
  #mfg .flow {
    padding-bottom: 4rem;
  }
}

.job .flow h4 {
  padding: 1rem 0;
  margin: 0;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.75;
  letter-spacing: calc(0.96 / 24 * 1em);
  text-align: center;
  color: rgb(89, 87, 87);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.job .flow h4 span {
  margin-right: 0.1em;
  display: block;
  font-size: 3.3rem;
  letter-spacing: calc(1.32 / 33 * 1em);
}
@media screen and (min-width: 768px) {
  .job .flow h4 span {
    display: inline;
  }
}
#mfg .flow h4 span {
  color: rgb(50, 165, 72);
}
#mkt .flow h4 span {
  color: rgb(50, 94, 165);
}
.job .flow ol {
  padding: 4rem 0 0 0;
  margin: 0;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .job .flow ol {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
  }
  #mfg .flow ol {
    padding-left: 5.4rem;
    margin: 0 auto;
    max-width: 66.6rem;
    box-sizing: border-box;
  }
  #mkt .flow ol {
    margin-right: -2.1rem;
  }
}
.job .flow li {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .job .flow li {
    padding-bottom: 4rem;
    padding-right: 3.3rem;
    margin-bottom: 0;
    margin-right: 2.1rem;
    flex-basis: 18.3rem;
    box-sizing: border-box;
  }
}
.job .flow .image {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.job .flow li:not(:last-of-type) .image::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  border-top: 12px solid;
  border-left: 8.5px solid transparent;
  border-right: 8.5px solid transparent;
}
#mfg .flow li:not(:last-of-type) .image::after {
  border-top-color: rgb(50, 165, 72);
}
#mkt .flow li:not(:last-of-type) .image::after {
  border-top-color: rgb(50, 94, 165);
}
@media screen and (min-width: 768px) {
  .job .flow li:not(:last-of-type) .image::after {
    bottom: auto;
    right: 0;
    border-top: 8.5px solid transparent;
    border-bottom: 8.5px solid transparent;
    border-left: 12px solid;
    border-right: none;
  }
  #mfg .flow li:not(:last-of-type) .image::after {
    border-top-color: transparent;
    border-left-color: rgb(50, 165, 72);
  }
  #mkt .flow li:not(:last-of-type) .image::after {
    border-top-color: transparent;
    border-left-color: rgb(50, 94, 165);
  }
}
.job .flow .image img {
  aspect-ratio: 1 / 1;
  border: solid 1px rgb(50, 165, 72);
  border-radius: 50%;
}
#mfg .flow .image img {
  border-color: rgb(50, 165, 72);
}
#mkt .flow .image img {
  border-color: rgb(50, 94, 165);
}
.job .flow .label {
  padding-top: 1.4rem;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.43;
  letter-spacing: calc(1.68 / 14 * 1em);
  text-align: center;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
@media screen and (min-width: 768px) {
  .job .flow .label {
    padding-top: 2.6rem;
  }
}
#mfg .flow .label {
  color: rgb(50, 165, 72);
}
#mkt .flow .label {
  color: rgb(50, 94, 165);
}
.job .flow .label.kern {
  letter-spacing: 0;
}
.job .flow .label span {
  display: block;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0;
}
.job .flow .desc {
  padding: 0.7rem 0;
  margin: 0 auto;
  max-width: 15rem;
}
.job .flow .desc p {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.7;
}

/*  job sched  */
.job .sched {
  padding: 6rem 0 20rem 0;
}
.job .sched h3 {
  margin: 0;
  font-family: var(--Oswald);
  font-size: 4.5rem;
  font-size: clamp(2.7rem, 45 / 1366 * 100vw, 4.5rem);
  font-weight: 600;
  line-height: 1.35;
  color: rgb(89, 87, 87);
  position: relative;
}
.job .sched h3::first-letter {
  color: var(--theme-color);
}
.job .sched h4 {
  display: block;
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic", Meiryo, sans-serif;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: calc(1.92 / 16 * 1em);
  color: var(--theme-color);
  margin: 2.4em 0 0;
}
.job .sched ol {
  padding: 2rem calc(50vw - 50%) 6rem 0;
  margin: 0 calc(50% - 50vw) 0 0;
  list-style: none;
  position: relative;
}
@media screen and (min-width: 768px) {
  .job .sched ol {
    padding: 0.8rem 0 0 0;
    margin: 0 -3rem;
    display: -webkit-box;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
}
.job .sched ol::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 2rem;
  background-color: var(--white);
  left: 0;
  top: 2rem;
}
@media screen and (min-width: 768px) {
  .job .sched ol::before {
    content: none;
  }
}
.job .sched li {
  border-left: solid 3px var(--theme-color);
}
@media screen and (min-width: 768px) {
  .job .sched li {
    flex-basis: calc(1 / 5 * 100%);
    box-sizing: border-box;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    border-left: none;
  }
}
.job .sched .label {
  padding: 1.1rem 0 1.1rem calc(30 / 315 * 100%);
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: calc(2.16 / 18 * 1em);
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .job .sched .label {
    padding: 1.1rem 0;
    text-align: center;
    border-bottom: solid 3px var(--theme-color);
  }
}
.job .sched .label::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -0.95rem;
  margin: auto;
  width: 1.4rem;
  height: 1.4rem;
  border: solid 1px rgb(255, 255, 255);
  border-radius: 50%;
  background-color: rgb(232, 224, 13);
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .job .sched .label::after {
    top: auto;
    bottom: -0.8rem;
    left: 0;
    right: 0;
    z-index: 1;
  }
  .job .sched li:first-of-type .label::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 100%;
    left: calc(50% * 3 - 50vw - 100%);
    right: 100%;
    border-bottom: solid 3px var(--theme-color);
  }
  .job .sched li:last-of-type .label::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 100%;
    right: calc(50% * 3 - 50vw - 100%);
    left: 100%;
    border-bottom: solid 3px var(--theme-color);
  }
}
.job .sched .label time {
  display: inline-block;
  min-width: 4em;
  font-family: var(--Oswald);
  color: var(--theme-color);
}
@media screen and (min-width: 768px) {
  .job .sched .label time {
    display: block;
    min-width: 0;
  }
}
.job .sched .exp {
  padding: 1.1rem 0rem 1.1rem calc(30 / 315 * 100%);
  position: relative;
}
@media screen and (min-width: 768px) {
  .job .sched .exp {
    -webkit-box-flex: 1;
    flex-grow: 1;
    padding: 6.3rem 3rem 3rem;
  }
  .job .sched .exp::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 60px;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #c1c1c1;
  }
}

.job .sched .exp p {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.63;
}
@media screen and (min-width: 768px) {
  .job .sched .exp p {
    margin: 0 auto;
    font-size: 1.5rem;
  }
}
