@charset "UTF-8";
@import url("https://use.typekit.net/olo3hqx.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&amp;display=swap");
main {
  width: 100%;
  position: relative;
  overflow: hidden;
}
main:not(:last-child) {
  margin-bottom: 200px;
}
main .chead {
  text-align: left;
  width: 100%;
  padding: 122px 0 565px 0;
  position: relative;
}
main .chead .inner {
  width: calc(100% - 80px);
  min-width: 900px;
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
main .chead .inner.on dl {
  opacity: 1;
}
main .chead .inner.on h3 {
  opacity: 1;
}
main .chead .inner.on .lead {
  opacity: 1;
}
main .chead .inner.on .profile {
  opacity: 1;
}
main .chead .inner dl {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  opacity: 0;
  transition: opacity 0.5s ease-in 0s;
}
main .chead .inner dl dt {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  margin-bottom: 20px;
}
main .chead .inner dl dd {
  background-color: #51489d;
  display: inline-block;
}
main .chead .inner dl dd span {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.2em;
  font-feature-settings: "palt";
  padding: 5px;
  display: inline-block;
}
main .chead .inner .lead {
  width: 525px;
  opacity: 0;
  transition: opacity 0.5s ease-in 0.5s;
}
main .chead .inner .lead p {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 3.2rem;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
main .chead .inner .lead p:not(:last-child) {
  margin-bottom: 10px;
}
main .chead .inner h3 {
  margin-bottom: 80px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  opacity: 0;
  transition: opacity 0.5s ease-in 0.3s;
}
main .chead .inner h3 > span {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.2em;
  font-feature-settings: "palt";
  padding: 5px;
  background-color: #FFF;
  display: inline-block;
}
main .chead .inner h3 > span:not(:last-child) {
  margin-bottom: 10px;
}
main .chead .visual {
  width: 885px;
  position: absolute;
  top: 400px;
  left: calc(50% - 885px);
  z-index: -1;
}
main .chead .visual.on img {
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
main .chead .visual.on::before {
  clip-path: inset(0 0 0 0);
}
main .chead .visual.on::after {
  clip-path: inset(0 0 0 0);
}
main .chead .visual img {
  clip-path: polygon(100% 50%, 100% 50%, 100% 50%, 100% 50%);
  transition: clip-path 0.5s ease-out 0.5s;
}
main .chead .visual::before {
  content: "";
  width: 200vw;
  height: 8px;
  background-color: #51489d;
  display: block;
  position: absolute;
  top: calc(100% - 4px);
  left: calc(50% - 100vw);
  z-index: 1;
  transform: rotate(-30deg);
  transform-origin: center center;
  clip-path: inset(0 0 0 100%);
  transition: clip-path 0.5s ease-out 0.25s;
}
main .chead .visual2 {
  width: 885px;
  position: absolute;
  top: -115px;
  left: calc(50% - 0px);
  z-index: -1;
}
main .chead .visual2.on img {
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
main .chead .visual2.on::before {
  clip-path: inset(0 0 0 0);
}
main .chead .visual2.on::after {
  clip-path: inset(0 0 0 0);
}
main .chead .visual2 img {
  clip-path: polygon(0 50%, 0 50%, 0 50%, 0% 50%);
  transition: clip-path 0.5s ease-out 0.5s;
}
main .chead .visual2::before {
  content: "";
  width: 150vw;
  height: 4px;
  background-color: #51489d;
  display: block;
  position: absolute;
  top: 0px;
  left: calc(50% - 75vw);
  z-index: 1;
  transform: rotate(30deg);
  transform-origin: center center;
  clip-path: inset(0 0 0 100%);
  transition: clip-path 0.5s ease-out 0.25s;
}
main .chead .deco {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  z-index: 5;
  pointer-events: none;
  opacity: 0;
}
main .chead .deco.on {
  opacity: 1;
}
main .chead .deco.box1 {
  width: 531px;
  height: 419px;
  background-image: url(https://www.daifuku.com/jp/employment/home/images/object_box1.png);
  left: calc(50% + 265px);
  bottom: 50px;
  z-index: 15;
  transition: opacity 0.3s ease-out 1.25s;
}
main .chead .deco.box2 {
  width: 531px;
  height: 419px;
  background-image: url(https://www.daifuku.com/jp/employment/home/images/object_box1.png);
  left: calc(50% + 265px + 240px);
  bottom: 186px;
  z-index: 5;
  transition: opacity 0.3s ease-out 1s;
}
main .chead .deco.man1 {
  width: 100px;
  height: 100px;
  background-image: url(https://www.daifuku.com/jp/employment/home/images/object_man1.gif);
  top: 500px;
  left: calc(50% - 100px);
  transition: opacity 0.3s ease-out 1.75s;
}
main .chead .deco.man2 {
  width: 165px;
  height: 140px;
  background-image: url(https://www.daifuku.com/jp/employment/home/images/object_man3.gif);
  left: calc(50% - 165px);
  bottom: 70px;
  transition: opacity 0.3s ease-out 2s;
}
main .contents {
  width: 1080px;
  margin: 0 auto;
}
main .contents h4 {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  background-color: #1b1464;
  padding: 10px;
  margin-bottom: 40px;
  border-radius: 3px;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.5s ease-out 0s;
}
main .contents h4.on {
  clip-path: inset(0 0 0 0);
}
main .contents .mydata1 {
  width: 100%;
}
main .contents .mydata1:not(:last-child) {
  margin-bottom: 90px;
}
main .contents .mydata1.on h4 {
  clip-path: inset(0 0 0 0);
}
main .contents .mydata1.on h4 + p {
  opacity: 1;
}
main .contents .mydata1.on .graph {
  opacity: 1;
}
main .contents .mydata1.on ul {
  opacity: 1;
}
main .contents .mydata1 h4 {
  margin-bottom: 10px;
}
main .contents .mydata1 h4 + p {
  color: #51489d;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  margin-bottom: 20px;
  opacity: 0;
  transition: opacity 0.5s ease-in 0.25s;
}
main .contents .mydata1 .graph {
  width: 100%;
  margin-bottom: 15px;
  position: relative;
  opacity: 0;
  transition: opacity 0.5s ease-in 0.5s;
}
main .contents .mydata1 .graph::before {
  content: "";
  width: 100px;
  height: 100px;
  background-image: url(https://www.daifuku.com/jp/employment/home/images/object_man2.gif);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  bottom: -150px;
  left: calc(50% - 540px - 200px);
}
main .contents .mydata1 .graph .img {
  width: 100%;
}
main .contents .mydata1 .graph .link {
  height: 40px;
  background-color: #50489d;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 1;
  transition: all 0.25s ease-in 0s;
  cursor: pointer;
}
main .contents .mydata1 .graph .link:not(.name)::after {
  content: "";
  width: 12px;
  height: 10px;
  background-image: url(https://www.daifuku.com/jp/employment/work/job/images/icon_link.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  position: absolute;
  top: calc(50% - 5px);
  right: 6px;
}
main .contents .mydata1 .graph .link span {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}
main .contents .mydata1 .graph .link:hover {
  background-color: #000;
}
main .contents .mydata1 .graph .link.lnk1 {
  width: 360px;
  top: 350px;
  left: 0px;
}
main .contents .mydata1 .graph .link.lnk2 {
  width: 360px;
  top: 400px;
  left: 120px;
}
main .contents .mydata1 .graph .link.lnk3 {
  width: 180px;
  top: 450px;
  left: 420px;
}
main .contents .mydata1 .graph .link.lnk4 {
  width: 180px;
  top: 500px;
  left: 420px;
}
main .contents .mydata1 .graph .link.lnk5 {
  width: 180px;
  top: 550px;
  left: 420px;
}
main .contents .mydata1 .graph .link.lnk6 {
  width: 240px;
  top: 600px;
  left: 540px;
}
main .contents .mydata1 .graph .link.lnk7 {
  width: 240px;
  top: 700px;
  left: 840px;
}
main .contents .mydata1 .graph .link.name {
  background-color: #907aa8;
  width: 120px;
  top: 650px;
  left: 720px;
  cursor: auto;
}
main .contents .mydata1 ul {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  opacity: 0;
  transition: opacity 0.5s ease-in 0.5s;
}
main .contents .mydata1 ul li {
  width: calc((100% - 25px) / 6);
  height: 40px;
  background-color: #50489d;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all 0.25s ease-in 0s;
}
main .contents .mydata1 ul li::after {
  content: "";
  width: 12px;
  height: 10px;
  background-image: url(https://www.daifuku.com/jp/employment/work/job/images/icon_link.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  position: absolute;
  top: calc(50% - 5px);
  right: 6px;
}
main .contents .mydata1 ul li.link {
  cursor: pointer;
}
main .contents .mydata1 ul li:nth-child(n+4) {
  background-color: #907aa8;
}
main .contents .mydata1 ul li:nth-child(n+4)::after {
  content: none;
}
main .contents .mydata1 ul li:nth-child(n+4):hover {
  background-color: #907aa8;
}
main .contents .mydata1 ul li span {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  display: block;
}
main .contents .mydata1 ul li:hover {
  background-color: #000;
}
main .contents .mydata2 {
  width: 100%;
  position: relative;
}
main .contents .mydata2:not(:last-child) {
  margin-bottom: 60px;
}
main .contents .mydata2.on h4 {
  clip-path: inset(0 0 0 0);
}
main .contents .mydata2.on table {
  opacity: 1;
}
main .contents .mydata2 table {
  opacity: 0;
  transition: opacity 0.5s ease-in 0.5s;
}
main .contents .banner {
  width: 100%;
}
main .contents .banner a {
  transition: all 0.25s ease-in 0s;
}
main .contents .banner a:hover {
  opacity: 0.75;
}

table {
  width: 100%;
  border-top: solid 1px #000;
}
table thead tr th {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  padding: 10px;
  background-color: #50489d;
  border-right: solid 1px #FFF;
  border-bottom: solid 1px #000;
}
table thead tr th:first-child {
  background-color: #1b1464;
  border-left: solid 1px #000;
}
table thead tr th:last-child {
  background-color: #f7931e;
  border-right: solid 1px #000;
}
table tbody tr:nth-child(odd) th, table tbody tr:nth-child(odd) td {
  background-color: #f2f2f2;
}
table tbody tr th {
  color: #51489d;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  text-align: left;
  width: 16%;
  padding: 10px;
  border-right: solid 1px #000;
  border-bottom: solid 1px #000;
  border-left: solid 1px #000;
  box-sizing: border-box;
}
table tbody tr td {
  color: #51489d;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  width: 14%;
  padding: 10px;
  border-right: solid 1px #000;
  border-bottom: solid 1px #000;
  box-sizing: border-box;
}
table tbody tr td:last-child {
  color: #f7931e;
}

footer {
  position: relative;
}
footer::before {
  content: "";
  width: 352px;
  height: 256px;
  background-image: url(https://www.daifuku.com/jp/employment/work/job/images/object.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: -150px;
  right: calc(50% - 540px + 20px);
}

#overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9999;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  transition: opacity 0.35s ease-in;
  opacity: 0;
  pointer-events: none;
}
#overlay.on {
  opacity: 1;
  pointer-events: auto;
}
#overlay .inner {
  width: 1080px;
  max-height: calc(100% - 80px);
  padding: 75px 75px 75px 75px;
  background-color: #FFF;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  overflow: auto;
}
#overlay .inner .close {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0px;
  right: 0px;
  overflow: hidden;
}
#overlay .inner .close span {
  width: 82px;
  height: 1px;
  background-color: #51489d;
  position: absolute;
  left: -9px;
  top: 29px;
  transition: all 0.25s ease-in 0s;
}
#overlay .inner .close span:nth-child(1) {
  transform: rotate(45deg);
}
#overlay .inner .close span:nth-child(2) {
  transform: rotate(-45deg);
}
#overlay .inner .close:hover span {
  background-color: #907aa8;
}
#overlay .inner .jobcombo {
  width: 100%;
  display: none;
}
#overlay .inner .jobcombo.on {
  display: block;
}
#overlay .inner .jobcombo .job {
  width: 100%;
  padding: 0 0 0 29px;
  border-left: solid 1px #000;
}
#overlay .inner .jobcombo .job:not(:last-child) {
  margin-bottom: 80px;
}
#overlay .inner .jobcombo .job dl {
  text-align: left;
}
#overlay .inner .jobcombo .job dl:not(:last-child) {
  margin-bottom: 40px;
}
#overlay .inner .jobcombo .job dl dt {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  margin-bottom: 10px;
}
#overlay .inner .jobcombo .job dl dd {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 3.2rem;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
#overlay .inner .jobcombo .job p {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  text-align: left;
}
#overlay .inner .jobcombo .job p:not(:last-child) {
  margin-bottom: 20px;
}
#overlay .inner .jobcombo .job .int-link {
  width: 100%;
  padding: 0px;
  margin: 0px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  position: relative;
}
#overlay .inner .jobcombo .job .int-link:not(:last-child) {
  margin-bottom: 40px;
}
#overlay .inner .jobcombo .job .int-link .link {
  width: calc((100% - 60px) / 4);
}
#overlay .inner .jobcombo .job .int-link .link:not(:first-child) {
  margin-left: 20px;
}
#overlay .inner .jobcombo .job .int-link .link a {
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
#overlay .inner .jobcombo .job .int-link .link a div {
  width: 100%;
  transition: all 0.25s ease-in 0s;
}
#overlay .inner .jobcombo .job .int-link .link a div img {
  border-radius: 3px 3px 0 0;
}
#overlay .inner .jobcombo .job .int-link .link a dl {
  text-align: left;
  width: 100%;
  height: 100%;
  padding: 15px 20px;
  background-color: #51489d;
  border-radius: 0 0 3px 3px;
  box-sizing: border-box;
  transition: all 0.25s ease-in 0s;
}
#overlay .inner .jobcombo .job .int-link .link a dl dt {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.8rem;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
#overlay .inner .jobcombo .job .int-link .link a dl dt:not(:last-child) {
  margin-bottom: 10px;
}
#overlay .inner .jobcombo .job .int-link .link a dl dd {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.075em;
  font-feature-settings: "palt";
}
#overlay .inner .jobcombo .job .int-link .link a dl dd:not(:last-child) {
  margin-bottom: 5px;
}
#overlay .inner .jobcombo .job .int-link .link a:hover div {
  opacity: 0.8;
}
#overlay .inner .jobcombo .job .int-link .link a:hover dl {
  background-color: #907aa8;
}
#overlay .inner .jobcombo .job table {
  border-left: solid 1px #000;
}
#overlay .inner .jobcombo .job table thead tr th:first-child {
  background-color: #50489d;
}
#overlay .inner .jobcombo .job table tbody tr td {
  width: 16.6666666667%;
}

/* --------------------------------------- Media Queries Smartphone ---------------------------------- */
@media screen and (max-width: 768px) {
  main:not(:last-child) {
    margin-bottom: 50px;
  }
  main .chead {
    text-align: left;
    width: 100%;
    padding: 300px 0 80px 0;
    position: relative;
  }
  main .chead .inner {
    width: calc(100% - 40px);
    min-width: calc(100% - 40px);
    max-width: calc(100% - 40px);
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .chead .inner dl {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    opacity: 0;
    transition: opacity 0.5s ease-in 0s;
  }
  main .chead .inner dl dt {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
    font-feature-settings: "palt";
    margin-bottom: 10px;
  }
  main .chead .inner dl dd {
    background-color: #51489d;
    display: inline-block;
  }
  main .chead .inner dl dd span {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.2em;
    font-feature-settings: "palt";
    padding: 5px;
    display: inline-block;
  }
  main .chead .inner .lead {
    width: 100%;
  }
  main .chead .inner .lead p {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2.8rem;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  main .chead .inner .lead p:not(:last-child) {
    margin-bottom: 10px;
  }
  main .chead .inner h3 {
    margin-bottom: 80px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    opacity: 0;
    transition: opacity 0.5s ease-in 0.3s;
  }
  main .chead .inner h3 > span {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.6rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.2em;
    font-feature-settings: "palt";
    padding: 5px;
    background-color: #FFF;
    display: inline-block;
  }
  main .chead .inner h3 > span:not(:last-child) {
    margin-bottom: 10px;
  }
  main .chead .visual {
    width: 440px;
    top: -40px;
    left: calc(50% - 300px);
  }
  main .chead .visual::before {
    height: 4px;
    top: calc(100% - 2px);
  }
  main .chead .visual2 {
    width: 300px;
    top: 87px;
    left: calc(50% - 10px);
    z-index: -2;
  }
  main .chead .visual2::before {
    content: none;
  }
  main .chead .deco.box1 {
    width: 265px;
    height: 205px;
    top: 220px;
    left: calc(50% + 110px);
    bottom: auto;
    z-index: 15;
  }
  main .chead .deco.box2 {
    display: none;
  }
  main .chead .deco.man1 {
    width: 50px;
    height: 50px;
    top: 190px;
    left: calc(50% - 50px);
  }
  main .chead .deco.man2 {
    width: 83px;
    height: 70px;
    top: 220px;
    left: calc(50% - 140px);
    bottom: auto;
  }
  main .contents {
    width: calc(100% - 20px);
    margin: 0 auto;
  }
  main .contents h4 {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2.6rem;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    padding: 5px;
    margin-bottom: 10px;
    border-radius: 3px;
  }
  main .contents .mydata1 {
    width: 100%;
  }
  main .contents .mydata1:not(:last-child) {
    margin-bottom: 45px;
  }
  main .contents .mydata1 h4 {
    margin-bottom: 10px;
  }
  main .contents .mydata1 h4 + p {
    color: #51489d;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.7rem;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    margin-bottom: 20px;
  }
  main .contents .mydata1 .graph {
    width: 100%;
    margin-bottom: 10px;
  }
  main .contents .mydata1 .graph::before {
    content: "";
    width: 100px;
    height: 100px;
    background-image: url(https://www.daifuku.com/jp/employment/home/images/object_man2.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    bottom: -150px;
    left: calc(50% - 540px - 200px);
  }
  main .contents .mydata1 .graph .img {
    width: 100%;
  }
  main .contents .mydata1 .graph .link {
    height: 25px;
  }
  main .contents .mydata1 .graph .link:not(.name)::after {
    width: 6px;
    height: 5px;
    top: calc(50% - 3px);
    right: 3px;
  }
  main .contents .mydata1 .graph .link span {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 0.8rem;
    font-weight: 700;
    line-height: 1.2rem;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  main .contents .mydata1 .graph .link:hover {
    background-color: #51489d;
  }
  main .contents .mydata1 .graph .link.lnk1 {
    width: 33.3333333333%;
    top: 120px;
    left: 0px;
  }
  main .contents .mydata1 .graph .link.lnk2 {
    width: 33.3333333333%;
    top: 150px;
    left: 11.1111111111%;
  }
  main .contents .mydata1 .graph .link.lnk3 {
    width: 16.6666666667%;
    height: 35px;
    top: 180px;
    left: 38.8888888889%;
  }
  main .contents .mydata1 .graph .link.lnk4 {
    width: 16.6666666667%;
    height: 35px;
    top: 220px;
    left: 38.8888888889%;
  }
  main .contents .mydata1 .graph .link.lnk5 {
    width: 16.6666666667%;
    height: 35px;
    top: 260px;
    left: 38.8888888889%;
  }
  main .contents .mydata1 .graph .link.lnk6 {
    width: 22.2222222222%;
    top: 300px;
    left: 50%;
  }
  main .contents .mydata1 .graph .link.lnk7 {
    width: 22.2222222222%;
    height: 35px;
    top: 360px;
    left: 77.7777777778%;
  }
  main .contents .mydata1 .graph .link.name {
    width: 11.1111111111%;
    top: 330px;
    left: 66.6666666667%;
  }
  main .contents .mydata1 .graph .link.name:hover {
    background-color: #907aa8;
  }
  main .contents .mydata1 ul {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
  }
  main .contents .mydata1 ul li {
    width: calc((100% - 10px) / 3);
    height: 25px;
  }
  main .contents .mydata1 ul li::after {
    width: 6px;
    height: 5px;
    top: calc(50% - 3px);
    right: 6px;
  }
  main .contents .mydata1 ul li:nth-child(-n+3) {
    margin-bottom: 5px;
  }
  main .contents .mydata1 ul li:nth-child(n+4) {
    background-color: #907aa8;
  }
  main .contents .mydata1 ul li:nth-child(n+4)::after {
    content: none;
  }
  main .contents .mydata1 ul li:nth-child(n+4):hover {
    background-color: #907aa8;
  }
  main .contents .mydata1 ul li span {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 0.8rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  main .contents .mydata1 ul li:hover {
    background-color: #51489d;
  }
  main .contents .mydata2:not(:last-child) {
    margin-bottom: 30px;
  }
  main .contents .banner {
    width: 100%;
  }

  table {
    width: 100%;
    display: block;
  }
  table thead {
    width: 100%;
    display: block;
  }
  table thead tr {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
  }
  table thead tr th {
    color: #FFF;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    writing-mode: vertical-rl;
    width: 14.2857142857%;
    padding: 10px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
  table thead tr th:first-child {
    background-color: #1b1464;
    border-left: solid 1px #000;
  }
  table thead tr th:last-child {
    background-color: #f7931e;
    border-right: solid 1px #000;
  }
  table tbody {
    display: block;
  }
  table tbody tr {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
  }
  table tbody tr th {
    color: #51489d;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    writing-mode: vertical-rl;
    width: 14.2857142857%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
  table tbody tr td {
    color: #51489d;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    width: 14.2857142857%;
    padding: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }

  footer {
    position: relative;
    overflow: hidden;
  }
  footer::before {
    width: 176px;
    height: 128px;
    top: 0px;
    right: calc(50% - 220px);
  }

  #overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    transition: opacity 0.35s ease-in;
    opacity: 0;
    pointer-events: none;
  }
  #overlay.on {
    opacity: 1;
    pointer-events: auto;
  }
  #overlay .inner {
    width: calc(100% - 20px);
    max-height: calc(100% - 20px);
    padding: 40px 20px 40px 20px;
    background-color: #FFF;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    overflow: auto;
  }
  #overlay .inner .close {
    width: 30px;
    height: 30px;
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 3;
  }
  #overlay .inner .close span {
    width: 40px;
    position: absolute;
    left: -5px;
    top: 15px;
  }
  #overlay .inner .close:hover span {
    background-color: #51489d;
  }
  #overlay .inner .jobcombo .job {
    width: 100%;
    padding: 0px;
    border-left: none;
  }
  #overlay .inner .jobcombo .job:not(:last-child) {
    margin-bottom: 40px;
  }
  #overlay .inner .jobcombo .job dl {
    text-align: left;
  }
  #overlay .inner .jobcombo .job dl:not(:last-child) {
    margin-bottom: 40px;
  }
  #overlay .inner .jobcombo .job dl dt {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    margin-bottom: 10px;
  }
  #overlay .inner .jobcombo .job dl dd {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.8rem;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    text-align: justify;
  }
  #overlay .inner .jobcombo .job p {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    text-align: left;
  }
  #overlay .inner .jobcombo .job p:not(:last-child) {
    margin-bottom: 20px;
  }
  #overlay .inner .jobcombo .job .int-link {
    width: 100%;
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    position: relative;
  }
  #overlay .inner .jobcombo .job .int-link:not(:last-child) {
    margin-bottom: 40px;
  }
  #overlay .inner .jobcombo .job .int-link .link {
    width: calc((100% - 10px) / 2);
  }
  #overlay .inner .jobcombo .job .int-link .link:not(:first-child) {
    margin-left: 10px;
  }
  #overlay .inner .jobcombo .job .int-link .link:nth-child(3) {
    margin: 10px 0 0 0;
  }
  #overlay .inner .jobcombo .job .int-link .link a dl {
    padding: 10px 10px;
    background-color: #51489d;
    border-radius: 0 0 3px 3px;
    box-sizing: border-box;
    transition: all 0.25s ease-in 0s;
  }
  #overlay .inner .jobcombo .job .int-link .link a dl dt {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.6rem;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  #overlay .inner .jobcombo .job .int-link .link a dl dt:not(:last-child) {
    margin-bottom: 5px;
  }
  #overlay .inner .jobcombo .job .int-link .link a dl dd {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.025em;
    font-feature-settings: "palt";
  }
  #overlay .inner .jobcombo .job .int-link .link a dl dd:not(:last-child) {
    margin-bottom: 5px;
  }
  #overlay .inner .jobcombo .job .int-link .link a:hover div {
    opacity: 1;
  }
  #overlay .inner .jobcombo .job .int-link .link a:hover dl {
    background-color: #51489d;
  }
  #overlay .inner .jobcombo .job table {
    border-left: solid 1px #000;
  }
  #overlay .inner .jobcombo .job table thead tr th {
    width: 16.6666666667%;
  }
  #overlay .inner .jobcombo .job table thead tr th:first-child {
    border-left: none;
  }
}

/*# sourceMappingURL=style_job.css.map */
