@import url("https://use.typekit.net/xlb3nos.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 .title {
  width: 390px;
  height: 234px;
  background-image: url(https://www.daifuku.com/jp/employment/special/report/images/titlebg.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 132px;
  right: 60px;
  z-index: 5;
  opacity: 0;
  transition: opacity 0.5s ease-in 0s;
}
main .title.on {
  opacity: 1;
}
main .title h3 {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
main .title h3 span:nth-child(1) {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  margin-bottom: 10px;
}
main .title h3 span:nth-child(2) {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.2em;
  font-feature-settings: "palt";
}
main .chead {
  text-align: left;
  width: 100%;
  padding: calc(82px + 32.5vw) 0 0 0;
  margin-bottom: 240px;
  position: relative;
  z-index: 1;
}
main .chead .inner {
  width: calc(100% - 160px);
  min-width: 1060px;
  max-width: 1080px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
main .chead .inner.on .text dl {
  opacity: 1;
}
main .chead .inner.on .text h3 {
  opacity: 1;
}
main .chead .inner.on .text h4 {
  opacity: 1;
}
main .chead .inner.on .text .lead p {
  opacity: 1;
}
main .chead .inner .text {
  width: auto;
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
main .chead .inner .text h4 {
  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 0.75s;
}
main .chead .inner .text h4 > span {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  padding: 10px;
  background-color: #51489d;
  display: inline-block;
}
main .chead .inner .text h4 > span:not(:last-child) {
  margin-bottom: 10px;
}
main .chead .inner .text .lead {
  width: 360px;
}
main .chead .inner .text .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";
  text-align: justify;
  font-feature-settings: "palt";
  opacity: 0;
  transition: opacity 0.5s ease-in 1s;
}
main .chead .visual {
  width: 146.8vw;
  position: absolute;
  top: 0px;
  left: calc(50% - 73.4vw);
  z-index: -1;
}
main .chead .visual.on div::after {
  clip-path: inset(0 0 0 0);
}
main .chead .visual.on div img {
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}
main .chead .visual div {
  position: relative;
}
main .chead .visual div::after {
  content: "";
  width: 200vw;
  height: 8px;
  background-color: #51489d;
  display: block;
  position: absolute;
  top: calc(50% - 4px);
  left: calc(50% - 100vw);
  z-index: 1;
  transform: rotate(30deg);
  transform-origin: center center;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.5s ease-out 0.5s;
}
main .chead .visual div img {
  clip-path: polygon(0 0, 0 0, 100% 100%);
  transition: clip-path 0.75s ease-out 1.5s;
}
main .chead .map {
  width: 100%;
  padding: 70px 0 0 0;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: stretch;
  position: relative;
}
main .chead .map.on .text dl {
  opacity: 1;
}
main .chead .map.on .text p {
  opacity: 1;
}
main .chead .map.on .image {
  opacity: 1;
}
main .chead .map .text {
  width: calc(100% - 160px);
  min-width: 1060px;
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
main .chead .map .text dl {
  margin-bottom: 320px;
  opacity: 0;
  transition: opacity 0.5s ease-in 0.5s;
}
main .chead .map .text dl dt {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  margin-bottom: 10px;
}
main .chead .map .text dl dd {
  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 .map .text 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";
  width: 360px;
  opacity: 0;
  transition: opacity 0.5s ease-in 0.75s;
}
main .chead .map .image {
  width: 980px;
  position: absolute;
  top: 0px;
  right: calc(50% - 980px + 270px);
  opacity: 0;
  transition: opacity 0.5s ease-in 0s;
}
main .section {
  width: 100%;
}
main .section:not(:last-child) {
  margin-bottom: 180px;
}
main .section:not(.sec1) .inner .combo .box .mytitle h4, main .section:not(.sec7) .inner .combo .box .mytitle h4 {
  transform: translateY(-8px);
}
main .section .inner {
  width: 100%;
  margin: 0 auto;
  opacity: 1;
  transition: opacity 0.5s ease-in 0s;
}
main .section .inner .mytitle {
  width: calc(100% - 160px);
  min-width: 1060px;
  max-width: 1080px;
  margin: 0 auto 40px auto;
}
main .section .inner .mytitle.on h4 span:nth-child(1) {
  opacity: 1;
}
main .section .inner .mytitle.on h4 span:nth-child(2) {
  opacity: 1;
}
main .section .inner .mytitle h4 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
main .section .inner .mytitle h4 span:nth-child(1) {
  color: #51489d;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 9rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  text-align: left;
  opacity: 0;
  transition: opacity 0.5s ease-in 0s;
}
main .section .inner .mytitle h4 span:nth-child(2) {
  min-width: 265px;
  padding: 8px;
  margin: 0 0 0 25px;
  background-color: #FFF;
  border-radius: 8px;
  box-sizing: border-box;
  opacity: 0;
  transition: opacity 0.5s ease-in 0.5s;
}
main .section .inner .mytitle h4 span:nth-child(2) strong {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  white-space: nowrap;
  height: 70px;
  padding: 0 40px;
  background-color: #51489d;
  border-radius: 3px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: relative;
}
main .section .inner .mytitle h4 span:nth-child(2) strong::after {
  content: "";
  width: 49px;
  height: 38px;
  background-image: url(https://www.daifuku.com/jp/employment/special/report/images/baloon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  position: absolute;
  bottom: -38px;
  left: calc(50% - 25px);
}
main .section .inner .combo {
  width: calc(100% - 160px);
  min-width: 1060px;
  max-width: 1080px;
  min-height: 465px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  opacity: 0;
  transition: opacity 0.5s ease-in 0s;
}
main .section .inner .combo.on {
  opacity: 1;
}
main .section .inner .combo.on .photo::before {
  transform: translateX(0px) !important;
}
main .section .inner .combo .box {
  width: 400px;
  position: relative;
}
main .section .inner .combo .box::before {
  content: "";
  background-color: #F2F2F2;
  position: absolute;
  z-index: -1;
}
main .section .inner .combo .box .mytitle {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin: 0 0 40px 0;
}
main .section .inner .combo .box .mytitle h4 {
  align-items: flex-start;
}
main .section .inner .combo .box .mytitle h4.reverse {
  flex-direction: row-reverse;
}
main .section .inner .combo .box .mytitle h4.reverse span:nth-child(1) {
  margin: 0 0 0 25px;
}
main .section .inner .combo .box .mytitle h4.reverse span:nth-child(2) {
  margin: 0px;
}
main .section .inner .combo .box .ph {
  width: 100%;
  margin-bottom: 20px;
}
main .section .inner .combo .box h5 {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 4rem;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  text-align: left;
  margin-bottom: 25px;
}
main .section .inner .combo .box p {
  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";
  text-align: justify;
}
main .section .inner .combo .box p:not(:last-child) {
  margin-bottom: 30px;
}
main .section .inner .combo .photo {
  width: 920px;
  position: absolute;
  top: 0px;
  left: 440px;
}
main .section .inner .combo .photo::before {
  transform: translateX(20px);
  transition: transform 0.5s ease-in 0s;
}
main .section.sec1 .inner .combo .box::before {
  width: 100%;
  height: 400px;
  top: 65px;
  left: -65px;
}
main .section.sec1 .inner .combo .photo::before {
  content: "";
  width: 172px;
  height: 290px;
  background-image: url(https://www.daifuku.com/jp/employment/special/report/images/person1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  bottom: -55px;
  left: -25px;
  transform: translateX(-20px);
}
main .section.sec2 .inner .combo {
  justify-content: flex-end;
}
main .section.sec2 .inner .combo .box::before {
  width: 100%;
  height: 400px;
  top: -35px;
  left: -65px;
}
main .section.sec2 .inner .combo .photo {
  left: calc(50% - 920px + 100px);
}
main .section.sec2 .inner .combo .photo::before {
  content: "";
  width: 170px;
  height: 303px;
  background-image: url(https://www.daifuku.com/jp/employment/special/report/images/person2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  right: -30px;
  bottom: -60px;
}
main .section.sec3 .inner .combo .box::before {
  width: 100%;
  height: 400px;
  top: 50px;
  right: -60px;
}
main .section.sec3 .inner .combo .photo::before {
  content: "";
  width: 165px;
  height: 288px;
  background-image: url(https://www.daifuku.com/jp/employment/special/report/images/person3.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  bottom: -60px;
  left: -160px;
  transform: translateX(-20px);
}
main .section.sec4 .inner .combo {
  justify-content: flex-end;
}
main .section.sec4 .inner .combo .box::before {
  width: 100%;
  height: 400px;
  top: -35px;
  left: -65px;
}
main .section.sec4 .inner .combo .photo {
  left: calc(50% - 920px + 100px);
}
main .section.sec4 .inner .combo .photo::before {
  content: "";
  width: 104px;
  height: 264px;
  background-image: url(https://www.daifuku.com/jp/employment/special/report/images/person4.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  right: -78px;
  bottom: -30px;
}
main .section.sec5 .inner .combo .box::before {
  width: 100%;
  height: 400px;
  top: 45px;
  right: -140px;
}
main .section.sec5 .inner .combo .photo::before {
  content: "";
  width: 384px;
  height: 305px;
  background-image: url(https://www.daifuku.com/jp/employment/special/report/images/person5.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  bottom: -105px;
  left: -180px;
  transform: translateX(-20px);
}
main .section.sec6 .inner {
  position: relative;
}
main .section.sec6 .inner::before {
  content: "";
  width: 400px;
  height: 400px;
  background-color: #F2F2F2;
  display: block;
  position: absolute;
  top: calc(50% - 160px);
  left: calc(50% - 330px);
  z-index: -1;
}
main .section.sec6 .inner .combo {
  justify-content: flex-end;
}
main .section.sec6 .inner .combo.on .box .ph::after {
  transform: translateX(0px);
}
main .section.sec6 .inner .combo .box {
  width: 535px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-end;
}
main .section.sec6 .inner .combo .box::before {
  content: none;
}
main .section.sec6 .inner .combo .box p {
  width: 390px;
  margin-bottom: 40px;
}
main .section.sec6 .inner .combo .box .ph {
  width: 100%;
  position: relative;
}
main .section.sec6 .inner .combo .box .ph::after {
  content: "";
  width: 100px;
  height: 276px;
  background-image: url(https://www.daifuku.com/jp/employment/special/report/images/person6_2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  position: absolute;
  top: -60px;
  right: -35px;
  transform: translateX(20px);
  transition: transform 0.5s ease-in 0s;
}
main .section.sec6 .inner .combo .photo {
  width: 535px;
  left: calc(50% - 535px - 40px);
  z-index: -1;
}
main .section.sec6 .inner .combo .photo::before {
  content: "";
  width: 168px;
  height: 277px;
  background-image: url(https://www.daifuku.com/jp/employment/special/report/images/person6_1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: 115px;
  bottom: -125px;
  transform: translateX(-20px);
}
main .section.sec7 .inner .combo {
  align-items: center;
}
main .section.sec7 .inner .combo .btn {
  width: 100%;
  height: 50px;
  background-color: #51489d;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  transition: all 0.25s ease-in 0s;
  position: relative;
  cursor: pointer;
}
main .section.sec7 .inner .combo .btn::after {
  content: "";
  width: 24px;
  height: 18px;
  background-image: url(https://www.daifuku.com/jp/employment/special/report/images/icon_film.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  position: absolute;
  top: calc(50% - 9px);
  right: 10px;
}
main .section.sec7 .inner .combo .btn:not(:last-child) {
  margin-bottom: 30px;
}
main .section.sec7 .inner .combo .btn:hover {
  background-color: #907aa8;
}
main .section.sec7 .inner .combo .btn span {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  display: inline-block;
}
main .section.sec7 .inner .combo:not(:last-child) {
  margin-bottom: 140px;
}
main .section.sec7 .inner .combo:nth-child(2) {
  width: 100%;
  min-height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
main .section.sec7 .inner .combo:nth-child(2) .box {
  width: calc(100% - 740px - 40px);
}
main .section.sec7 .inner .combo:nth-child(2) .box::before {
  content: none;
}
main .section.sec7 .inner .combo:nth-child(2) .photo {
  width: 740px;
  position: relative;
  left: auto;
}
main .section.sec7 .inner .combo:nth-child(2) .photo::before {
  content: none;
}
main .section.sec7 .inner .combo:nth-child(3) {
  justify-content: flex-end;
}
main .section.sec7 .inner .combo:nth-child(3) .box::before {
  width: 100%;
  height: 400px;
  top: -105px;
  left: -145px;
}
main .section.sec7 .inner .combo:nth-child(3) .photo {
  left: calc(50% - 920px + 100px);
}
main .section.sec7 .inner .combo:nth-child(3) .photo::before {
  content: "";
  width: 105px;
  height: 273px;
  background-image: url(https://www.daifuku.com/jp/employment/special/report/images/person7_2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  right: 20px;
  bottom: -50px;
}
main .section.sec7 .inner .combo:nth-child(4) .box::before {
  width: 100%;
  height: 400px;
  top: 25px;
  right: -145px;
}
main .section.sec7 .inner .combo:nth-child(4) .photo::before {
  content: "";
  width: 203px;
  height: 300px;
  background-image: url(https://www.daifuku.com/jp/employment/special/report/images/person7_3.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  bottom: -75px;
  left: 330px;
  transform: translateX(-20px);
}
main .section.sec7 .inner .combo:nth-child(5) {
  justify-content: flex-end;
}
main .section.sec7 .inner .combo:nth-child(5) .box::before {
  width: 100%;
  height: 400px;
  top: 50px;
  left: -105px;
}
main .section.sec7 .inner .combo:nth-child(5) .photo {
  left: calc(50% - 920px + 100px);
  transform: translateY(40px);
}
main .section.sec7 .inner .combo:nth-child(5) .photo::before {
  content: "";
  width: 140px;
  height: 250px;
  background-image: url(https://www.daifuku.com/jp/employment/special/report/images/person7_4.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: 255px;
  bottom: -55px;
  transform: translateX(-20px);
}
main .section.sec7 .inner .combo:nth-child(6) .box::before {
  width: 100%;
  height: 400px;
  top: 25px;
  right: -145px;
}
main .section.sec7 .inner .combo:nth-child(6) .photo {
  transform: translateY(60px);
}
main .section.sec7 .inner .combo:nth-child(6) .photo::before {
  content: "";
  width: 108px;
  height: 332px;
  background-image: url(https://www.daifuku.com/jp/employment/special/report/images/person7_5.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  bottom: -75px;
  left: 85px;
  transform: translateX(-20px);
}
main .section.sec7 .inner .combo:nth-child(7) {
  justify-content: flex-end;
}
main .section.sec7 .inner .combo:nth-child(7) .box::before {
  width: 680px;
  height: 800px;
  top: 50px;
  left: -380px;
}
main .section.sec7 .inner .combo:nth-child(7) .box .ph {
  position: relative;
}
main .section.sec7 .inner .combo:nth-child(7) .box .ph p {
  width: 210px;
  position: absolute;
  left: -240px;
  bottom: 0px;
}
main .section.sec7 .inner .combo:nth-child(7) .photo {
  left: calc(50% - 920px + 100px);
}
main .section.sec7 .inner .combo:nth-child(7) .photo::before {
  content: "";
  width: 100px;
  height: 306px;
  background-image: url(https://www.daifuku.com/jp/employment/special/report/images/person7_6.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: 320px;
  bottom: -205px;
}
main .section.sec7 .inner .combo:nth-child(8)::before {
  content: "";
  width: 200vw;
  height: 4px;
  background-color: #51489d;
  display: block;
  position: absolute;
  top: calc(100% - 40px);
  left: calc(50% - 100vw);
  z-index: -1;
  transform: rotate(30deg);
  transform-origin: center center;
  clip-path: inset(0 0 0 0);
  transition: clip-path 0.5s ease-out 0.25s;
}
main .section.sec7 .inner .combo:nth-child(8) .box::before {
  width: 100%;
  height: 400px;
  top: -25px;
  right: -110px;
}
main .section.sec7 .inner .combo:nth-child(8) .photo {
  transform: translateY(60px);
}
main .section.sec7 .inner .combo:nth-child(8) .photo::before {
  content: "";
  width: 175px;
  height: 219px;
  background-image: url(https://www.daifuku.com/jp/employment/special/report/images/person7_7.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  bottom: -50px;
  left: 400px;
}
main .section.sec7 .inner .combo:nth-child(8) .deco {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  z-index: -2;
  pointer-events: none;
}
main .section.sec7 .inner .combo:nth-child(8) .deco.obj1 {
  width: 244px;
  height: 220px;
  background-image: url(https://www.daifuku.com/jp/employment/home/images/object_clane1.png);
  left: calc(50% - 1000px);
  top: -80px;
}
main .section.sec7 .inner .combo:nth-child(8) .deco.obj2 {
  width: 244px;
  height: 220px;
  background-image: url(https://www.daifuku.com/jp/employment/home/images/object_clane1.png);
  left: 50%;
  top: 495px;
}
main .section.comment {
  margin-bottom: 75px;
  opacity: 1;
  transition: all 0.25s ease-in 0s;
}
main .section.comment.on {
  opacity: 1;
}
main .section.comment .inner {
  padding: 0px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
main .section.comment .inner::before {
  content: "";
  width: 1px;
  height: 75px;
  background-color: #51489d;
  margin: 0 auto 75px auto;
}
main .section.comment .inner::after {
  content: "";
  width: 1px;
  height: 75px;
  background-color: #51489d;
  margin: 0 auto;
}
main .section.comment .inner h5 {
  color: #51489d;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 5rem;
  letter-spacing: 0.2em;
  font-feature-settings: "palt";
  margin-bottom: 75px;
}

#overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9999;
  display: none;
}
#overlay .inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: relative;
}
#overlay .inner .close {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 20px;
  right: 20px;
}
#overlay .inner .close span {
  width: 100%;
  height: 1px;
  background-color: #FFF;
  position: absolute;
  left: 0px;
  top: 30px;
  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 .video {
  padding: 0px;
  display: none;
}
#overlay .inner .video.on {
  display: block;
}

/* --------------------------------------- Media Queries Smartphone ---------------------------------- */
@media screen and (max-width: 768px) {
  main .title {
    width: 200px;
    height: 124px;
    top: calc(50px + 22.75vw);
    right: auto;
    left: calc(50% - 50vw - 22px);
    z-index: 5;
  }
  main .title h3 {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .title h3 span:nth-child(1) {
    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";
    margin-bottom: 5px;
  }
  main .title h3 span:nth-child(2) {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.1em;
    font-feature-settings: "palt";
  }
  main .chead {
    padding: calc(50px + 60vw) 0 0 0;
    margin-bottom: 80px;
  }
  main .chead .inner {
    width: calc(100% - 40px);
    min-width: calc(100% - 40px);
    max-width: calc(100% - 40px);
    height: auto;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .chead .inner .text {
    width: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .chead .inner .text h4 {
    margin-bottom: 20px;
  }
  main .chead .inner .text h4 > span {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.1em;
    font-feature-settings: "palt";
    padding: 0px;
    background-color: transparent;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .chead .inner .text h4 > span:not(:last-child) {
    margin-bottom: 10px;
  }
  main .chead .inner .text h4 > span span {
    padding: 5px;
    background-color: #51489d;
  }
  main .chead .inner .text .lead {
    width: 100%;
  }
  main .chead .inner .text .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 .visual {
    width: 100%;
    position: absolute;
    top: 0px;
    left: calc(50% - 50vw);
    z-index: -1;
  }
  main .chead .visual.on div::after {
    clip-path: inset(0 0 0 0);
  }
  main .chead .visual.on div img {
    clip-path: polygon(0 0, 100% 0%, 100% 99.5%, 0 30%);
  }
  main .chead .visual div {
    position: relative;
  }
  main .chead .visual div::after {
    height: 4px;
    top: calc(65% - 4px);
    left: calc(50% - 100vw);
    z-index: 1;
  }
  main .chead .visual div img {
    clip-path: polygon(0 30%, 100% 100%, 100% 100%, 0 30%);
    transition: clip-path 0.75s ease-out 1.5s;
  }
  main .chead .map {
    width: 100%;
    padding: 0px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    position: relative;
  }
  main .chead .map.on .text dl {
    opacity: 1;
  }
  main .chead .map.on .text p {
    opacity: 1;
  }
  main .chead .map.on .image {
    opacity: 1;
  }
  main .chead .map .text {
    width: calc(100% - 40px);
    min-width: calc(100% - 40px);
    max-width: calc(100% - 40px);
    margin: 0 auto;
    position: relative;
    z-index: 1;
    order: 2;
  }
  main .chead .map .text dl {
    margin-bottom: 20px;
  }
  main .chead .map .text dl dt {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    margin-bottom: 10px;
  }
  main .chead .map .text dl dd {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 2.4rem;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  main .chead .map .text 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";
    width: 100%;
  }
  main .chead .map .image {
    width: calc(100vw + 40px);
    margin-bottom: 20px;
    top: auto;
    right: auto;
    position: relative;
    order: 1;
  }
  main .section {
    width: 100%;
  }
  main .section:not(:last-child) {
    margin-bottom: 100px;
  }
  main .section:not(.sec1) .inner .combo .box .mytitle h4, main .section:not(.sec7) .inner .combo .box .mytitle h4 {
    transform: translateY(-8px);
  }
  main .section .inner .mytitle {
    width: calc(100% - 40px);
    min-width: calc(100% - 40px);
    max-width: calc(100% - 40px);
    margin: 0 auto 20px auto;
  }
  main .section .inner .mytitle h4 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    position: relative;
  }
  main .section .inner .mytitle h4 span:nth-child(1) {
    color: #51489d;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 4rem;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  main .section .inner .mytitle h4 span:nth-child(2) {
    min-width: 200px;
    padding: 4px;
    margin: 0 0 0 10px;
  }
  main .section .inner .mytitle h4 span:nth-child(2) strong {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    white-space: nowrap;
    height: 40px;
    padding: 0 20px;
    background-color: #51489d;
    border-radius: 3px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }
  main .section .inner .mytitle h4 span:nth-child(2) strong::after {
    width: 24px;
    height: 19px;
    bottom: -19px;
    left: calc(50% - 12px);
  }
  main .section .inner .combo {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    min-height: auto;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
  main .section .inner .combo .box {
    width: calc(100% - 40px);
    position: relative;
  }
  main .section .inner .combo .box:not(:last-child) {
    margin-bottom: 40px;
  }
  main .section .inner .combo .box::before {
    content: "";
    background-color: #F2F2F2;
    position: absolute;
    z-index: -1;
  }
  main .section .inner .combo .box .mytitle {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin: 0 0 20px 0;
  }
  main .section .inner .combo .box .mytitle h4 {
    align-items: center;
  }
  main .section .inner .combo .box .mytitle h4.reverse {
    flex-direction: row-reverse;
  }
  main .section .inner .combo .box .mytitle h4.reverse span:nth-child(1) {
    margin: 0 0 0 10px;
  }
  main .section .inner .combo .box .mytitle h4.reverse span:nth-child(2) {
    margin: 0px;
  }
  main .section .inner .combo .box .ph {
    width: 100%;
    margin-bottom: 20px;
  }
  main .section .inner .combo .box h5 {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 600;
    line-height: 3rem;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    text-align: left;
    margin-bottom: 10px;
  }
  main .section .inner .combo .box 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 .section .inner .combo .box p:not(:last-child) {
    margin-bottom: 30px;
  }
  main .section .inner .combo .photo {
    width: 100%;
    position: relative;
    top: 0px;
    left: 0px;
  }
  main .section .inner .combo .photo::before {
    transform: translateX(0px);
    transition: transform 0.5s ease-in 0s;
  }
  main .section.sec1 .inner .combo.on .photo::before {
    transform: translateX(10px) !important;
  }
  main .section.sec1 .inner .combo .box::before {
    width: 100%;
    height: 400px;
    top: 65px;
    left: -65px;
  }
  main .section.sec1 .inner .combo .photo::before {
    content: "";
    width: 86px;
    height: 145px;
    bottom: -30px;
    left: 0px;
    transform: translateX(-20px);
  }
  main .section.sec2 .inner .combo {
    justify-content: flex-end;
  }
  main .section.sec2 .inner .combo.on .photo::before {
    transform: translateX(-10px) !important;
  }
  main .section.sec2 .inner .combo .box::before {
    width: 100%;
    height: 400px;
    top: -35px;
    left: -35px;
  }
  main .section.sec2 .inner .combo .photo {
    left: auto;
  }
  main .section.sec2 .inner .combo .photo::before {
    width: 85px;
    height: 152px;
    right: 20px;
    bottom: -20px;
  }
  main .section.sec3 .inner .combo.on .photo::before {
    transform: translateX(10px) !important;
  }
  main .section.sec3 .inner .combo .box::before {
    width: 100%;
    height: 300px;
    top: 50px;
    right: -60px;
  }
  main .section.sec3 .inner .combo .photo::before {
    width: 83px;
    height: 144px;
    bottom: -60px;
    left: 0px;
    transform: translateX(-20px);
  }
  main .section.sec4 .inner .combo {
    justify-content: flex-end;
  }
  main .section.sec4 .inner .combo.on .photo::before {
    transform: translateX(-10px) !important;
  }
  main .section.sec4 .inner .combo .box::before {
    width: 100%;
    height: 400px;
    top: -20px;
    left: -80px;
  }
  main .section.sec4 .inner .combo .photo {
    left: auto;
  }
  main .section.sec4 .inner .combo .photo::before {
    width: 52px;
    height: 132px;
    right: 0px;
    bottom: -30px;
  }
  main .section.sec5 .inner .combo.on .photo::before {
    transform: translateX(10px) !important;
  }
  main .section.sec5 .inner .combo .box::before {
    width: 100%;
    height: 400px;
    top: 45px;
    right: -140px;
  }
  main .section.sec5 .inner .combo .photo::before {
    width: 192px;
    height: 153px;
    bottom: -50px;
    left: 0px;
    transform: translateX(-20px);
  }
  main .section.sec6 .inner {
    position: relative;
  }
  main .section.sec6 .inner::before {
    content: "";
    width: 400px;
    height: 400px;
    background-color: #F2F2F2;
    display: block;
    position: absolute;
    top: -20px;
    left: calc(50% - 100px);
    z-index: -1;
  }
  main .section.sec6 .inner .combo {
    justify-content: flex-end;
  }
  main .section.sec6 .inner .combo.on .box .ph::after {
    transform: translateX(10px);
  }
  main .section.sec6 .inner .combo.on .photo::before {
    transform: translateX(-10px) !important;
  }
  main .section.sec6 .inner .combo .box {
    width: calc(100% - 40px);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-end;
  }
  main .section.sec6 .inner .combo .box:not(:last-child) {
    margin-bottom: 20px;
  }
  main .section.sec6 .inner .combo .box::before {
    content: none;
  }
  main .section.sec6 .inner .combo .box p {
    width: 100%;
    margin-bottom: 20px;
  }
  main .section.sec6 .inner .combo .box .ph {
    width: 100%;
    margin: 0px;
    position: relative;
  }
  main .section.sec6 .inner .combo .box .ph::after {
    width: 50px;
    height: 138px;
    top: 50%;
    right: 0px;
    transform: translateX(20px);
  }
  main .section.sec6 .inner .combo .photo {
    width: calc(100% - 40px);
    margin: 0 auto;
    left: auto;
    z-index: -1;
  }
  main .section.sec6 .inner .combo .photo::before {
    content: "";
    width: 84px;
    height: 139px;
    left: 0px;
    bottom: -35px;
    transform: translateX(-30px);
  }
  main .section.sec7 .inner .combo {
    align-items: center;
  }
  main .section.sec7 .inner .combo .btn {
    width: 100%;
    height: 50px;
    background-color: #51489d;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    transition: all 0.25s ease-in 0s;
    position: relative;
  }
  main .section.sec7 .inner .combo .btn::after {
    content: "";
    width: 24px;
    height: 18px;
    background-image: url(https://www.daifuku.com/jp/employment/special/report/images/icon_film.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    position: absolute;
    top: calc(50% - 9px);
    right: 10px;
  }
  main .section.sec7 .inner .combo .btn:not(:last-child) {
    margin-bottom: 30px;
  }
  main .section.sec7 .inner .combo .btn:hover {
    background-color: #907aa8;
  }
  main .section.sec7 .inner .combo .btn span {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.05em;
    font-feature-settings: "palt";
    display: inline-block;
  }
  main .section.sec7 .inner .combo:not(:last-child) {
    margin-bottom: 60px;
  }
  main .section.sec7 .inner .combo:nth-child(2) {
    width: calc(100% - 40px);
    min-width: calc(100% - 40px);
    min-height: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
  main .section.sec7 .inner .combo:nth-child(2) .box {
    width: 100%;
    margin-bottom: 20px;
  }
  main .section.sec7 .inner .combo:nth-child(2) .photo {
    width: 100%;
    position: relative;
    left: auto;
  }
  main .section.sec7 .inner .combo:nth-child(2) .photo::before {
    content: none;
  }
  main .section.sec7 .inner .combo:nth-child(3) {
    justify-content: flex-end;
  }
  main .section.sec7 .inner .combo:nth-child(3) .box {
    margin: 0px;
    order: 2;
  }
  main .section.sec7 .inner .combo:nth-child(3) .box::before {
    width: 100%;
    height: 400px;
    top: -80px;
    left: -20px;
  }
  main .section.sec7 .inner .combo:nth-child(3) .photo {
    margin-bottom: 20px;
    left: 0;
    order: 1;
  }
  main .section.sec7 .inner .combo:nth-child(3) .photo::before {
    width: 53px;
    height: 137px;
    right: 20px;
    bottom: -25px;
  }
  main .section.sec7 .inner .combo:nth-child(4) .box {
    margin-bottom: 0px;
    order: 2;
  }
  main .section.sec7 .inner .combo:nth-child(4) .box::before {
    width: 100%;
    height: 270px;
    top: -50px;
    right: -20px;
  }
  main .section.sec7 .inner .combo:nth-child(4) .photo {
    margin-bottom: 20px;
    order: 1;
  }
  main .section.sec7 .inner .combo:nth-child(4) .photo::before {
    width: 102px;
    height: 150px;
    bottom: -35px;
    left: calc(100% - 102px - 10px);
    transform: translateX(-20px);
  }
  main .section.sec7 .inner .combo:nth-child(5) {
    justify-content: flex-end;
  }
  main .section.sec7 .inner .combo:nth-child(5) .box {
    margin-bottom: 0px;
    order: 2;
  }
  main .section.sec7 .inner .combo:nth-child(5) .box::before {
    width: calc(100% + 20px);
    height: 400px;
    top: 35px;
    left: 20px;
  }
  main .section.sec7 .inner .combo:nth-child(5) .photo {
    margin-bottom: 20px;
    left: 0px;
    transform: translateY(0px);
    order: 1;
  }
  main .section.sec7 .inner .combo:nth-child(5) .photo::before {
    width: 70px;
    height: 125px;
    left: 20px;
    bottom: -15px;
    transform: translateX(-20px);
  }
  main .section.sec7 .inner .combo:nth-child(6) .box {
    margin-bottom: 0px;
    order: 2;
  }
  main .section.sec7 .inner .combo:nth-child(6) .box::before {
    width: 100%;
    height: 400px;
    top: -100px;
    right: -50px;
  }
  main .section.sec7 .inner .combo:nth-child(6) .photo {
    margin-bottom: 20px;
    transform: translateY(0px);
    order: 1;
  }
  main .section.sec7 .inner .combo:nth-child(6) .photo::before {
    width: 54px;
    height: 166px;
    bottom: -15px;
    left: 10px;
    transform: translateX(-20px);
  }
  main .section.sec7 .inner .combo:nth-child(7) {
    justify-content: flex-end;
  }
  main .section.sec7 .inner .combo:nth-child(7) .box {
    margin-bottom: 0px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    order: 2;
  }
  main .section.sec7 .inner .combo:nth-child(7) .box::before {
    width: 440px;
    height: 600px;
    top: 35px;
    left: -190px;
    order: 6;
  }
  main .section.sec7 .inner .combo:nth-child(7) .box h5 {
    order: 1;
  }
  main .section.sec7 .inner .combo:nth-child(7) .box p {
    order: 2;
  }
  main .section.sec7 .inner .combo:nth-child(7) .box .ph {
    position: relative;
  }
  main .section.sec7 .inner .combo:nth-child(7) .box .ph:nth-child(3) {
    order: 3;
  }
  main .section.sec7 .inner .combo:nth-child(7) .box .ph:nth-child(5) {
    order: 4;
  }
  main .section.sec7 .inner .combo:nth-child(7) .box .ph p {
    width: 100%;
    padding-top: 20px;
    position: relative;
    left: auto;
    bottom: auto;
  }
  main .section.sec7 .inner .combo:nth-child(7) .box .btn {
    margin: 0px;
    order: 5;
  }
  main .section.sec7 .inner .combo:nth-child(7) .photo {
    margin-bottom: 20px;
    left: 0px;
    order: 1;
  }
  main .section.sec7 .inner .combo:nth-child(7) .photo::before {
    width: 50px;
    height: 153px;
    left: 20px;
    bottom: -15px;
  }
  main .section.sec7 .inner .combo:nth-child(8)::before {
    top: calc(100% - 40px);
    left: calc(50% - 100vw);
    z-index: -1;
  }
  main .section.sec7 .inner .combo:nth-child(8) .box {
    margin-bottom: 0px;
    order: 2;
  }
  main .section.sec7 .inner .combo:nth-child(8) .box::before {
    width: 100%;
    height: 400px;
    top: -25px;
    right: -110px;
  }
  main .section.sec7 .inner .combo:nth-child(8) .photo {
    margin-bottom: 20px;
    order: 1;
    transform: translateY(0px);
  }
  main .section.sec7 .inner .combo:nth-child(8) .photo::before {
    width: 88px;
    height: 110px;
    bottom: -40px;
    left: calc(100% - 88px - 20px);
  }
  main .section.sec7 .inner .combo:nth-child(8) .deco {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    z-index: -2;
    pointer-events: none;
  }
  main .section.sec7 .inner .combo:nth-child(8) .deco.obj1 {
    width: 122px;
    height: 110px;
    background-image: url(https://www.daifuku.com/jp/employment/home/images/object_clane1.png);
    left: calc(50% - 1000px);
    top: 80px;
  }
  main .section.sec7 .inner .combo:nth-child(8) .deco.obj2 {
    width: 122px;
    height: 110px;
    background-image: url(https://www.daifuku.com/jp/employment/home/images/object_clane1.png);
    left: calc(50% - 50vw);
    top: 550px;
  }
  main .section.comment {
    margin-bottom: 80px;
  }
  main .section.comment .inner {
    padding: 0px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
  main .section.comment .inner::before {
    width: 1px;
    height: 40px;
    margin: 0 auto 20px auto;
  }
  main .section.comment .inner::after {
    width: 1px;
    height: 40px;
    margin: 0 auto;
  }
  main .section.comment .inner h5 {
    color: #51489d;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 3.6rem;
    letter-spacing: 0.1em;
    font-feature-settings: "palt";
    margin-bottom: 20px;
  }

  #overlay .inner .close {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 10px;
    right: 10px;
  }
  #overlay .inner .close span {
    width: 100%;
    height: 1px;
    background-color: #FFF;
    position: absolute;
    left: 0px;
    top: 15px;
  }
  #overlay .inner .close:hover span {
    background-color: #FFF;
  }
  #overlay .inner .video {
    width: calc(100% - 40px);
    padding: 0px;
    display: none;
  }
  #overlay .inner .video.on {
    display: block;
  }
  #overlay .inner .video iframe {
    width: 100%;
    height: calc((100vw - 40px) * 0.75);
  }
}

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