@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 .title {
  width: 390px;
  height: 234px;
  background-image: url(https://www.daifuku.com/jp/employment/special/understanding/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: 80px;
  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 140px;
  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 .section {
  width: 100%;
  position: relative;
}
main .section.on .inner .number h3 {
  opacity: 1;
}
main .section.on .inner .mytitle {
  opacity: 1;
}
main .section:not(:last-child) {
  margin-bottom: 80px;
}
main .section .inner {
  width: 100%;
  margin: 0 auto;
  opacity: 1;
  transition: opacity 0.5s ease-in 0s;
}
main .section .inner .number {
  width: calc(100% - 160px);
  min-width: 1060px;
  max-width: 1080px;
  margin: 0 auto 40px auto;
  position: relative;
}
main .section .inner .number h3 {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 9rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  width: 340px;
  height: 196px;
  background-color: #51489d;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.5s ease-in 0.5s;
}
main .section .inner .mytitle {
  width: calc(100% - 160px);
  min-width: 1060px;
  max-width: 1080px;
  margin: 0 auto;
  opacity: 0;
  transition: opacity 0.5s ease-in 0.25s;
}
main .section .inner .mytitle h4 {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}
main .section .inner .mytitle h4 span {
  color: #51489d;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  text-align: left;
  padding-bottom: 4px;
  border-bottom: solid 4px #51489d;
}
main .section .inner .mytitle h4 span:not(:last-child) {
  margin-bottom: 10px;
}
main .section .inner .text {
  text-align: left;
  width: calc(100% - 160px);
  min-width: 1060px;
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
  opacity: 0;
  transition: opacity 0.5s ease-in 0.25s;
}
main .section .inner .text.on {
  opacity: 1;
}
main .section .inner .text:not(:last-child) {
  margin-bottom: 60px;
}
main .section .inner .text.short h5,
main .section .inner .text.short p {
  width: 700px;
}
main .section .inner .text h5 {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.025em;
  font-feature-settings: "palt";
  margin-bottom: 20px;
}
main .section .inner .text h5.mb {
  margin-bottom: 40px;
}
main .section .inner .text 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 .text p:not(:last-child) {
  margin-bottom: 20px;
}
main .section .inner .text p span {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2.4rem;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
main .section .inner .combo {
  width: calc(100% - 160px);
  min-width: 1060px;
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
  opacity: 0;
  transition: opacity 0.5s ease-in 0.25s;
}
main .section .inner .combo.on {
  opacity: 1;
}
main .section .inner .combo:not(:last-child) {
  margin-bottom: 80px;
}
main .section .inner .graph {
  width: calc(100% - 160px);
  min-width: 1060px;
  max-width: 1080px;
  margin: 0 auto;
  opacity: 0;
  transition: opacity 0.5s ease-in 0.25s;
}
main .section .inner .graph.on {
  opacity: 1;
}
main .section .inner .graph:not(:last-child) {
  margin-bottom: 60px;
}
main .section .inner .graph h5 {
  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;
}
main .section .inner .graph h5:not(:last-child) {
  margin-bottom: 20px;
}
main .section .inner .graph .image {
  width: 100%;
}
main .section .inner .graph .image:not(:last-child) {
  margin-bottom: 20px;
}
main .section .inner .graph p {
  text-align: left;
  position: relative;
}
main .section .inner .graph p.notice {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  transform: translateX(40px);
}
main .section .inner .btn {
  width: 560px;
  margin: 0 auto;
  position: relative;
  opacity: 0;
  transition: opacity 0.5s ease-in 0.25s;
}
main .section .inner .btn.on {
  opacity: 1;
}
main .section .inner .btn:not(:last-child) {
  margin-bottom: 80px;
}
main .section .inner .btn.blank::before {
  background-image: url(https://www.daifuku.com/jp/employment/common/images/icon_blank.svg);
}
main .section .inner .btn::before {
  content: "";
  width: 15px;
  height: 15px;
  background-image: url(https://www.daifuku.com/jp/employment/special/understanding/images/arrow_btn.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  position: absolute;
  top: calc(50% - 8px);
  right: 10px;
}
main .section .inner .btn a {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  background-color: #51489d;
  width: 100%;
  height: 50px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  transition: all 0.25s ease-in 0s;
}
main .section .inner .btn:hover a {
  background-color: #907aa8;
}
main .section.sec1.on::before {
  opacity: 1;
}
main .section.sec1.on .inner .number::after {
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
main .section.sec1::before {
  content: "";
  width: 480px;
  height: 277px;
  background-image: url(https://www.daifuku.com/jp/employment/special/understanding/images/photo_sec1_2.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  display: block;
  position: absolute;
  top: calc((146.8vw - 1080px - 80px) * 0.074);
  left: calc(50% + 540px - 240px);
  opacity: 0;
  transition: opacity 0.5s ease-in 0.5s;
}
main .section.sec1 .inner .number {
  position: relative;
}
main .section.sec1 .inner .number::after {
  content: "";
  width: 340px;
  height: 196px;
  background-image: url(https://www.daifuku.com/jp/employment/special/understanding/images/photo_title_deco1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  clip-path: polygon(50% 0%, 100% 50%, 100% 50%, 50% 0%);
  position: absolute;
  top: 102px;
  left: -344px;
  display: block;
  transition: clip-path 0.25s ease-in 0.75s;
}
main .section.sec1 .inner .number h3 {
  transform: translateX(-170px);
}
main .section.sec1 .inner .mytitle h4 {
  transform: translate(240px, -160px);
}
main .section.sec1 .inner .text.short::before {
  content: "";
  width: 177px;
  height: 139px;
  background-image: url(https://www.daifuku.com/jp/employment/home/images/object_machine1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 20px;
  left: calc(50% + 540px - 177px - 140px);
  display: block;
}
main .section.sec1 .inner .text.short::after {
  content: "";
  width: 147px;
  height: 138px;
  background-image: url(https://www.daifuku.com/jp/employment/home/images/object_machine2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: -20px;
  left: calc(50% + 540px - 147px);
  display: block;
}
main .section.sec1 .inner .combo.cmb1 .scenebody {
  padding: 0 10px 10px 0;
  top: 0px;
  left: 0px;
}
main .section.sec1 .inner .combo.cmb1 .scene.s2 {
  top: 75px;
}
main .section.sec1 .inner .combo.cmb2 .scenebody {
  padding: 0 0 10px 10px;
  top: 0px;
  right: 0px;
}
main .section.sec1 .inner .combo.cmb2 .scene.s1 {
  top: 120px;
}
main .section.sec1 .inner .combo.cmb2 .scene.s2 {
  padding-top: 40px;
  top: calc(50% - 20px);
}
main .section.sec1 .inner .combo.cmb2 .scene.s2 p {
  right: 0px;
  left: auto;
}
main .section.sec1 .inner .combo.cmb3 .scenebody {
  padding: 0 10px 10px 0;
  top: 0px;
  left: 0px;
}
main .section.sec1 .inner .combo.on {
  opacity: 1;
}
main .section.sec1 .inner .combo.on .photo::before {
  transform: translateX(0px) !important;
}
main .section.sec1 .inner .combo .photo {
  width: 760px;
  padding: 60px 0 0 0;
  margin: 0 auto;
}
main .section.sec1 .inner .combo .scenebody {
  width: 210px;
  height: 210px;
  background-color: #FFF;
  position: absolute;
  z-index: 1;
}
main .section.sec1 .inner .combo .scenebody div {
  width: 100%;
  height: 100%;
  background-color: #51489d;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
main .section.sec1 .inner .combo .scenebody div p {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 4rem;
  letter-spacing: 0.025em;
  font-feature-settings: "palt";
  text-align: left;
}
main .section.sec1 .inner .combo .scene {
  text-align: left;
  width: 255px;
  position: absolute;
}
main .section.sec1 .inner .combo .scene.s1 {
  padding: 40px 0 0 40px;
  top: 50%;
  left: 0px;
}
main .section.sec1 .inner .combo .scene.s1 p {
  top: 0px;
  left: 0px;
}
main .section.sec1 .inner .combo .scene.s1 dl::before {
  top: calc(50% - 20px);
  right: -30px;
}
main .section.sec1 .inner .combo .scene.s2 {
  padding: 20px 0 0 0;
  top: 0px;
  right: 0px;
}
main .section.sec1 .inner .combo .scene.s2 p {
  top: 0px;
  left: -40px;
}
main .section.sec1 .inner .combo .scene.s2 dl::before {
  top: calc(50% - 20px);
  left: -30px;
  transform: rotate(180deg);
}
main .section.sec1 .inner .combo .scene.s3 {
  padding: 40px 0 0 40px;
  top: 80px;
  left: 0px;
}
main .section.sec1 .inner .combo .scene.s3 p {
  top: 0px;
  right: -40px;
}
main .section.sec1 .inner .combo .scene.s3 dl::before {
  top: calc(50% - 20px);
  right: -30px;
}
main .section.sec1 .inner .combo .scene p {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.4rem;
  letter-spacing: 0.025em;
  font-feature-settings: "palt";
  background-color: #51489d;
  padding: 10px;
  border-radius: 10px;
  display: inline-block;
  position: absolute;
  z-index: 1;
}
main .section.sec1 .inner .combo .scene dl {
  background-color: #FFF;
  padding: 10px;
  border-radius: 10px;
  position: relative;
}
main .section.sec1 .inner .combo .scene dl::before {
  content: "";
  width: 40px;
  height: 40px;
  background-image: url(https://www.daifuku.com/jp/employment/special/understanding/images/baloon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
}
main .section.sec1 .inner .combo .scene dl dt {
  width: 100%;
}
main .section.sec1 .inner .combo .scene dl dt:not(:last-child) {
  margin-bottom: 10px;
}
main .section.sec1 .inner .combo .scene dl dt img {
  width: 100%;
  border-radius: 10px;
}
main .section.sec1 .inner .combo .scene dl dd {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.4rem;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
main .section.sec1 .inner .combo .scene dl dd:not(:last-child) {
  margin-bottom: 10px;
}
main .section.sec2 {
  padding: 325px 0 0 0;
}
main .section.sec2.on::before {
  opacity: 1;
}
main .section.sec2.on .inner::before {
  opacity: 1;
}
main .section.sec2.on .inner::after {
  opacity: 1;
}
main .section.sec2.on .inner .number::before {
  clip-path: inset(0 0 0 0);
}
main .section.sec2.on .inner .number::after {
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
main .section.sec2::before {
  content: "";
  width: 744px;
  height: 392px;
  background-image: url(https://www.daifuku.com/jp/employment/home/images/bg_world.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  position: absolute;
  top: 50px;
  left: calc(50% + 185px);
  z-index: -1;
  opacity: 0;
  transition: opacity 0.5s ease-in 0.5s;
}
main .section.sec2 .inner {
  position: relative;
}
main .section.sec2 .inner::before {
  content: "";
  width: 154px;
  height: 163px;
  background-image: url(https://www.daifuku.com/jp/employment/home/images/object_machine3.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  position: absolute;
  top: -300px;
  left: calc(50% - 540px + 154px);
  z-index: 1;
  opacity: 0;
  transition: opacity 0.5s ease-in 0.25s;
}
main .section.sec2 .inner::after {
  content: "";
  width: 445px;
  height: 256px;
  background-image: url(https://www.daifuku.com/jp/employment/special/understanding/images/photo_sec2_2.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  position: absolute;
  top: -805px;
  left: calc(50% + 540px - 85px);
  display: block;
  opacity: 0;
  transition: opacity 0.5s ease-in 0.5s;
}
main .section.sec2 .inner .number {
  padding-left: 100px;
  margin-bottom: 0px;
}
main .section.sec2 .inner .number::before {
  content: "";
  width: 200vw;
  height: 4px;
  background-color: #51489d;
  display: block;
  position: absolute;
  top: -158px;
  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.75s ease-out 0s;
}
main .section.sec2 .inner .number::after {
  content: "";
  width: 686px;
  height: 395px;
  background-image: url(https://www.daifuku.com/jp/employment/special/understanding/images/photo_title_deco2.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  clip-path: polygon(100% 50%, 100% 50%, 50% 100%, 50% 100%);
  position: absolute;
  top: -198px;
  left: -418px;
  display: block;
  transition: clip-path 0.5s ease-out 1s;
}
main .section.sec2 .inner .mytitle {
  padding: 0 0 0 440px;
}
main .section.sec2 .inner .mytitle h4 {
  transform: translate(20px, -80px);
}
main .section.sec2 .inner .text.short::before {
  content: "";
  width: 766px;
  height: 441px;
  background-image: url(https://www.daifuku.com/jp/employment/special/understanding/images/photo_sec2_1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  position: absolute;
  top: -125px;
  left: calc(50% + 540px - 200px);
  display: block;
}
main .section.sec2 .inner .text .flow {
  width: 100%;
}
main .section.sec2 .inner .text .flow:not(:last-child) {
  margin-bottom: 40px;
}
main .section.sec2 .inner .combo {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
main .section.sec2 .inner .combo .text {
  width: calc(100% - 475px - 40px);
  min-width: auto;
  max-width: auto;
  margin: 0px;
}
main .section.sec2 .inner .combo .text dl:not(:last-child) {
  margin-bottom: 40px;
}
main .section.sec2 .inner .combo .text dl dt {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 4.4rem;
  letter-spacing: 0.025em;
  font-feature-settings: "palt";
  margin-bottom: 20px;
}
main .section.sec2 .inner .combo .text dl dd {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 3.6rem;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
main .section.sec2 .inner .combo .photo {
  width: 475px;
}
main .section.sec2 .inner .trivia {
  width: calc(100% - 160px);
  min-width: 1060px;
  max-width: 1080px;
  margin: 0 auto;
  opacity: 0;
  transition: opacity 0.5s ease-in 0.25s;
}
main .section.sec2 .inner .trivia.on {
  opacity: 1;
}
main .section.sec2 .inner .trivia:not(:last-child) {
  margin-bottom: 80px;
}
main .section.sec2 .inner .trivia .intrivia {
  width: 100%;
  padding: 50px;
  background-color: #F2F2F2;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}
main .section.sec2 .inner .trivia .intrivia::before {
  content: "";
  width: 35px;
  height: 35px;
  background-image: url(https://www.daifuku.com/jp/employment/special/understanding/images/kado.svg);
  background-repeat: no-repeat;
  background-position: cenetr;
  background-size: contain;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}
main .section.sec2 .inner .trivia .intrivia::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #51489d;
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: -1;
}
main .section.sec2 .inner .trivia .intrivia h5 {
  width: 103px;
  height: 200px;
  background-image: url(https://www.daifuku.com/jp/employment/special/understanding/images/man_trivia1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  line-height: 1;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  display: block;
  position: absolute;
  top: -30px;
  left: 50px;
}
main .section.sec2 .inner .trivia .intrivia h5.no2 {
  background-image: url(https://www.daifuku.com/jp/employment/special/understanding/images/man_trivia2.png);
}
main .section.sec2 .inner .trivia .intrivia dl {
  width: calc(100% - 103px - 50px);
}
main .section.sec2 .inner .trivia .intrivia dl dt {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  text-align: left;
  margin-bottom: 20px;
}
main .section.sec2 .inner .trivia .intrivia 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";
  text-align: justify;
  text-align: left;
}
main .section.sec2 .inner .trivia .intrivia dl dd span {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2.4rem;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
main .section.sec3 {
  padding: 0px;
}
main .section.sec3.on .inner .number::before {
  clip-path: inset(0 0 0 0);
}
main .section.sec3.on .inner .number::after {
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
main .section.sec3 .inner .number {
  padding-left: 140px;
  margin-bottom: 80px;
}
main .section.sec3 .inner .number::before {
  content: "";
  width: 200vw;
  height: 4px;
  background-color: #51489d;
  display: block;
  position: absolute;
  top: calc(50% + 34px);
  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.75s ease-out 0s;
}
main .section.sec3 .inner .number::after {
  content: "";
  width: 686px;
  height: 395px;
  background-image: url(https://www.daifuku.com/jp/employment/special/understanding/images/photo_title_deco3.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  clip-path: polygon(100% 50%, 100% 50%, 100% 50%, 100% 50%);
  position: absolute;
  top: -99.5px;
  left: -546px;
  display: block;
  transition: clip-path 0.75s ease-out 1s;
}
main .section.sec3 .inner .mytitle {
  padding: 0px;
  margin-bottom: 40px;
}
main .section.sec3 .inner .text.on.short::before {
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
main .section.sec3 .inner .text.short::before {
  content: "";
  width: 931px;
  height: 536px;
  background-image: url(https://www.daifuku.com/jp/employment/special/understanding/images/photo_sec3_1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  clip-path: polygon(0% 50%, 0% 50%, 0% 50%, 0% 50%);
  position: absolute;
  top: -486px;
  left: calc(50% + 105px);
  display: block;
  transition: clip-path 0.75s ease-out 1s;
}
main .section.sec3 .inner .text .flow {
  width: 100%;
}
main .section.sec3 .inner .text .flow:not(:last-child) {
  margin-bottom: 40px;
}
main .section.sec3 .inner .points {
  width: calc(100% - 160px);
  min-width: 1060px;
  max-width: 1080px;
  margin: 0 auto;
  opacity: 0;
  transition: opacity 0.5s ease-in 0.25s;
}
main .section.sec3 .inner .points.on {
  opacity: 1;
}
main .section.sec3 .inner .points:not(:last-child) {
  margin-bottom: 80px;
}
main .section.sec3 .inner .points h5 {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 4.4rem;
  letter-spacing: 0.025em;
  font-feature-settings: "palt";
  text-align: left;
  margin-bottom: 40px;
}
main .section.sec3 .inner .points .inpoint {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
}
main .section.sec3 .inner .points .inpoint .point {
  width: calc((100% - 40px) / 3);
}
main .section.sec3 .inner .points .inpoint .point dl {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
main .section.sec3 .inner .points .inpoint .point dl dt {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  background-color: #51489d;
  padding: 10px 20px;
  border-radius: 0px 10px 0 0;
  position: relative;
  transform: translateY(1px);
}
main .section.sec3 .inner .points .inpoint .point dl dd {
  width: 100%;
  height: 100%;
  background-color: #51489d;
  padding: 10px;
  box-sizing: border-box;
}
main .section.sec3 .inner .points .inpoint .point dl dd span {
  color: #51489d;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 3.4rem;
  letter-spacing: 0.025em;
  font-feature-settings: "palt";
  background-color: #FFF;
  padding: 60px 0;
  border-radius: 0px 10px 10px 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
main .section.sec3 .inner .links {
  width: 1080px;
  padding-top: 40px;
  margin: 0 auto 120px auto;
  border-top: solid 1px #000;
  opacity: 0;
  transition: opacity 0.5s ease-in 0.25s;
}
main .section.sec3 .inner .links.on {
  opacity: 1;
}
main .section.sec3 .inner .links .inner {
  width: 100%;
}
main .section.sec3 .inner .links .inner h5 {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  margin-bottom: 40px;
}
main .section.sec3 .inner .links .inner .banners {
  width: 100%;
}
main .section.sec3 .inner .links .inner .banners .banner {
  width: 100%;
}
main .section.sec3 .inner .links .inner .banners .banner:not(:last-child) {
  margin-bottom: 20px;
}
main .section.sec3 .inner .links .inner .banners .banner a {
  text-align: left;
  width: 100%;
  position: relative;
  display: block;
}
main .section.sec3 .inner .links .inner .banners .banner a div {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 3.2rem;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  width: 100%;
  height: 100%;
  padding: 40px;
  background-color: rgba(81, 72, 157, 0.4);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  left: 0px;
  top: 0px;
  transition: all 0.25s ease-in 0s;
}
main .section.sec3 .inner .links .inner .banners .banner a:hover div {
  background-color: rgba(81, 72, 157, 0.2);
}
main .section.sec3 .inner .links .inner .banners ul {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
}
main .section.sec3 .inner .links .inner .banners ul li {
  width: calc((100% - 40px) / 3);
}
main .section.sec3 .inner .links .inner .banners ul li a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
main .section.sec3 .inner .links .inner .banners ul li a div {
  width: 100%;
  height: 100%;
  padding: 0 20px;
  background-color: rgba(77, 77, 77, 0.6);
  position: absolute;
  left: 0px;
  top: 0px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  transition: all 0.25s ease-in 0s;
}
main .section.sec3 .inner .links .inner .banners ul li a div::after {
  content: "";
  width: 1px;
  height: 120px;
  background-color: #FFF;
  margin: 0 0 0 15px;
  display: block;
  order: 2;
}
main .section.sec3 .inner .links .inner .banners ul li a div dl {
  order: 1;
}
main .section.sec3 .inner .links .inner .banners ul li a div dl dt {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  margin-bottom: 5px;
}
main .section.sec3 .inner .links .inner .banners ul li a div dl dd {
  color: #FFF;
  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.sec3 .inner .links .inner .banners ul li a div p {
  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";
  text-align: left;
  margin: 0 0 0 15px;
  order: 3;
}
main .section.sec3 .inner .links .inner .banners ul li a:hover div {
  background-color: rgba(77, 77, 77, 0.2);
}
main .section.sec4 {
  width: 100%;
  margin: 0px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
main .section.sec4.on h4 {
  opacity: 1;
}
main .section.sec4.on .message {
  opacity: 1;
}
main .section.sec4.on .message h5, main .section.sec4.on .message p {
  opacity: 1;
}
main .section.sec4 h4 {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 4.4rem;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  margin-bottom: 30px;
  opacity: 0;
  transition: opacity 0.5s ease-in 0.25s;
}
main .section.sec4 .message {
  width: 100%;
  padding: 60px 0;
  background-color: #f2f2f2;
  opacity: 0;
  transition: opacity 0.5s ease-in 0.5s;
}
main .section.sec4 .message h5 {
  width: 706px;
  height: 74px;
  background-image: url(https://www.daifuku.com/jp/employment/special/understanding/images/body_message.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  line-height: 1;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  margin: 0 auto 60px auto;
  opacity: 0;
  transition: opacity 0.5s ease-in 0.75s;
}
main .section.sec4 .message 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;
  width: 1080px;
  margin: 0 auto;
  opacity: 0;
  transition: opacity 0.5s ease-in 0.75s;
}
main .section.sec4 + .comment {
  margin-top: -35px;
  position: relative;
}
main .section.comment {
  margin-bottom: 75px;
  transition: opacity 0.5s ease-in 0.25s;
  opacity: 0;
}
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;
}

/* --------------------------------------- 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 .section {
    width: 100%;
  }
  main .section:not(:last-child) {
    margin-bottom: 80px;
  }
  main .section .inner {
    width: 100%;
    margin: 0 auto;
  }
  main .section .inner .number {
    width: calc(100% - 40px);
    min-width: calc(100% - 40px);
    max-width: calc(100% - 40px);
    margin: 0 auto 40px auto;
  }
  main .section .inner .number h3 {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 3.2rem;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    width: 120px;
    height: 69px;
  }
  main .section .inner .mytitle {
    width: calc(100% - 40px);
    min-width: calc(100% - 40px);
    max-width: calc(100% - 40px);
  }
  main .section .inner .mytitle:not(:last-child) {
    margin-bottom: 40px;
  }
  main .section .inner .mytitle h4 span {
    color: #51489d;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    padding-bottom: 2px;
    border-bottom: solid 2px #51489d;
  }
  main .section .inner .mytitle h4 span:not(:last-child) {
    margin-bottom: 5px;
  }
  main .section .inner .text {
    width: calc(100% - 40px);
    min-width: calc(100% - 40px);
    max-width: calc(100% - 40px);
  }
  main .section .inner .text:not(:last-child) {
    margin-bottom: 40px;
  }
  main .section .inner .text.short h5,
main .section .inner .text.short p {
    width: 75%;
  }
  main .section .inner .text h5 {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 3.2rem;
    letter-spacing: 0.025em;
    font-feature-settings: "palt";
    margin-bottom: 10px;
  }
  main .section .inner .text h5.mb {
    margin-bottom: 20px;
  }
  main .section .inner .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";
  }
  main .section .inner .text p:not(:last-child) {
    margin-bottom: 20px;
  }
  main .section .inner .combo {
    width: calc(100% - 40px);
    min-width: calc(100% - 40px);
    max-width: calc(100% - 40px);
    margin: 0 auto;
    position: relative;
    opacity: 0;
    transition: opacity 0.5s ease-in 0.25s;
  }
  main .section .inner .combo.on {
    opacity: 1;
  }
  main .section .inner .combo:not(:last-child) {
    margin-bottom: 80px;
  }
  main .section .inner .graph {
    width: calc(100% - 40px);
    min-width: calc(100% - 40px);
    max-width: calc(100% - 40px);
    margin: 0 auto;
  }
  main .section .inner .graph:not(:last-child) {
    margin-bottom: 40px;
  }
  main .section .inner .graph h5 {
    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;
  }
  main .section .inner .graph h5:not(:last-child) {
    margin-bottom: 20px;
  }
  main .section .inner .graph .image {
    width: 100%;
  }
  main .section .inner .graph .image:not(:last-child) {
    margin-bottom: 10px;
  }
  main .section .inner .graph p {
    text-align: left;
    position: relative;
  }
  main .section .inner .graph p.notice {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    transform: translateX(10px);
  }
  main .section .inner .btn {
    width: calc(100% - 40px);
  }
  main .section .inner .btn:not(:last-child) {
    margin-bottom: 80px;
  }
  main .section .inner .btn::before {
    content: "";
    width: 15px;
    height: 15px;
    background-image: url(https://www.daifuku.com/jp/employment/special/understanding/images/arrow_btn.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    position: absolute;
    top: calc(50% - 8px);
    right: 10px;
  }
  main .section .inner .btn a {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 2.8rem;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    padding: 10px;
    height: auto;
  }
  main .section .inner .btn:hover a {
    background-color: #51489d;
  }
  main .section.sec1::before {
    width: 240px;
    height: 138px;
    top: 0px;
    left: calc(50% + 50vw - 220px);
  }
  main .section.sec1 .inner .number {
    margin-bottom: 60px;
  }
  main .section.sec1 .inner .number::after {
    content: "";
    width: 120px;
    height: 69px;
    top: 36px;
    left: -61px;
  }
  main .section.sec1 .inner .number h3 {
    transform: translateX(0px);
  }
  main .section.sec1 .inner .mytitle h4 {
    transform: translate(0px, 0px);
  }
  main .section.sec1 .inner .text.short::before {
    width: 89px;
    height: 70px;
    top: 60px;
    left: calc(50% + 50vw - 79px);
    display: block;
  }
  main .section.sec1 .inner .text.short::after {
    width: 74px;
    height: 69px;
    top: -20px;
    left: calc(50% + 50vw - 54px);
  }
  main .section.sec1 .inner .combo {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
  main .section.sec1 .inner .combo.cmb1 .scenebody {
    padding: 0 5px 5px 0;
    top: 0px;
    left: -20px;
  }
  main .section.sec1 .inner .combo.cmb1 .scene.s2 {
    top: 0px;
  }
  main .section.sec1 .inner .combo.cmb2 .scenebody {
    padding: 0 5px 5px 0;
    top: 0px;
    right: auto;
    left: -20px;
  }
  main .section.sec1 .inner .combo.cmb2 .scene.s1 {
    top: 0px;
  }
  main .section.sec1 .inner .combo.cmb3 .scenebody {
    padding: 0 5px 5px 0;
    top: 0px;
    left: -20px;
  }
  main .section.sec1 .inner .combo.cmb3 .scene.s2 {
    top: calc(50% - 125px);
  }
  main .section.sec1 .inner .combo.on {
    opacity: 1;
  }
  main .section.sec1 .inner .combo.on .photo::before {
    transform: translateX(0px) !important;
  }
  main .section.sec1 .inner .combo .photo {
    width: 100vw;
    padding: 75px 0 0 0;
    margin: 0 auto 20px auto;
    position: relative;
    left: calc(50% - 50vw);
    order: 2;
  }
  main .section.sec1 .inner .combo .scenebody {
    width: 150px;
    height: 150px;
    order: 1;
  }
  main .section.sec1 .inner .combo .scenebody div p {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 3.2rem;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    text-align: left;
  }
  main .section.sec1 .inner .combo .scene {
    text-align: left;
    width: 100%;
    position: relative;
  }
  main .section.sec1 .inner .combo .scene.s1 {
    padding: 20px 20px 0 20px;
    margin-right: auto;
    margin-bottom: 20px;
    top: auto;
    left: auto;
    order: 3;
  }
  main .section.sec1 .inner .combo .scene.s1 p {
    top: 0px;
    left: 0px;
  }
  main .section.sec1 .inner .combo .scene.s1 dl::before {
    top: calc(50% - 20px);
    right: -30px;
  }
  main .section.sec1 .inner .combo .scene.s2 {
    padding: 20px 20px 0 20px;
    margin-left: auto;
    top: auto;
    right: auto;
    order: 4;
  }
  main .section.sec1 .inner .combo .scene.s2 p {
    top: 0px;
    right: 0px;
    left: auto;
  }
  main .section.sec1 .inner .combo .scene.s2 dl::before {
    top: calc(50% - 20px);
    left: -30px;
    transform: rotate(180deg);
  }
  main .section.sec1 .inner .combo .scene.s3 {
    padding: 20px 20px 0 20px;
    top: auto;
    left: auto;
    order: 5;
  }
  main .section.sec1 .inner .combo .scene.s3 p {
    top: 0px;
    right: auto;
    left: 0px;
  }
  main .section.sec1 .inner .combo .scene.s3 dl::before {
    top: calc(50% - 20px);
    right: -30px;
  }
  main .section.sec1 .inner .combo .scene p {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 2.4rem;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    padding: 10px;
    border-radius: 10px;
  }
  main .section.sec1 .inner .combo .scene dl {
    padding: 0px;
    border-radius: 10px;
  }
  main .section.sec1 .inner .combo .scene dl::before {
    content: none;
    width: 40px;
    height: 40px;
    background-image: url(https://www.daifuku.com/jp/employment/special/understanding/images/baloon.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
  }
  main .section.sec1 .inner .combo .scene dl dt {
    width: 100%;
  }
  main .section.sec1 .inner .combo .scene dl dt:not(:last-child) {
    margin-bottom: 10px;
  }
  main .section.sec1 .inner .combo .scene dl dt img {
    width: 100%;
    border-radius: 10px;
  }
  main .section.sec1 .inner .combo .scene dl dd {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.4rem;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  main .section.sec1 .inner .combo .scene dl dd:not(:last-child) {
    margin-bottom: 20px;
  }
  main .section.sec2 {
    padding: 160px 0 0 0;
  }
  main .section.sec2.on::before {
    opacity: 1;
  }
  main .section.sec2.on .inner::before {
    opacity: 1;
  }
  main .section.sec2.on .inner::after {
    opacity: 1;
  }
  main .section.sec2.on .inner .number::before {
    clip-path: inset(0 0 0 0);
  }
  main .section.sec2.on .inner .number::after {
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  }
  main .section.sec2::before {
    width: 340px;
    height: 178px;
    top: 40px;
    left: calc(50% - 100px);
  }
  main .section.sec2 .inner {
    position: relative;
  }
  main .section.sec2 .inner::before {
    content: "";
    width: 77px;
    height: 82px;
    top: -200px;
    left: calc(50% - 120px);
  }
  main .section.sec2 .inner::after {
    width: 212px;
    height: 122px;
    top: -320px;
    left: calc(100vw - 106px);
  }
  main .section.sec2 .inner .number {
    height: 75px;
    padding-left: 0px;
    margin-bottom: 0px;
  }
  main .section.sec2 .inner .number::before {
    content: "";
    width: 200vw;
    height: 4px;
    background-color: #51489d;
    display: block;
    position: absolute;
    top: calc(50% - 26.5vw);
    left: calc(50% - 100vw);
    z-index: 1;
  }
  main .section.sec2 .inner .number::after {
    width: 343px;
    height: 198px;
    top: calc(50% - 188px);
    left: calc(50% - 50vw - 172px);
  }
  main .section.sec2 .inner .mytitle {
    padding: 0 0 0 80px;
    margin-bottom: 10px;
  }
  main .section.sec2 .inner .mytitle h4 {
    transform: translate(0px, -10px);
  }
  main .section.sec2 .inner .text.short p {
    font-feature-settings: normal;
    width: 100%;
    background-color: #FFF;
    display: inline;
  }
  main .section.sec2 .inner .text.short::before {
    width: 382px;
    height: 220px;
    top: 0px;
    left: calc(100vw - 191px);
    display: block;
    z-index: -1;
  }
  main .section.sec2 .inner .text .flow {
    width: 100%;
  }
  main .section.sec2 .inner .text .flow:not(:last-child) {
    margin-bottom: 40px;
  }
  main .section.sec2 .inner .combo {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
  main .section.sec2 .inner .combo:not(:last-child) {
    margin-bottom: 40px;
  }
  main .section.sec2 .inner .combo .text {
    width: 100%;
    min-width: 100%;
    max-width: auto;
    margin: 0px;
    order: 2;
  }
  main .section.sec2 .inner .combo .text dl:not(:last-child) {
    margin-bottom: 20px;
  }
  main .section.sec2 .inner .combo .text dl dt {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 3.6rem;
    letter-spacing: 0.025em;
    font-feature-settings: "palt";
    margin-bottom: 20px;
  }
  main .section.sec2 .inner .combo .text dl dd {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 3.2rem;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  main .section.sec2 .inner .combo .photo {
    width: 100%;
    margin-bottom: 20px;
    order: 1;
  }
  main .section.sec2 .inner .trivia {
    width: calc(100% - 40px);
    min-width: calc(100% - 40px);
    max-width: calc(100% - 40px);
    padding: 40px 0 0 0;
  }
  main .section.sec2 .inner .trivia:not(:last-child) {
    margin-bottom: 40px;
  }
  main .section.sec2 .inner .trivia .intrivia {
    width: 100%;
    padding: 20px;
  }
  main .section.sec2 .inner .trivia .intrivia::before {
    content: "";
    width: 15px;
    height: 15px;
    background-image: url(https://www.daifuku.com/jp/employment/special/understanding/images/kado.svg);
    background-repeat: no-repeat;
    background-position: cenetr;
    background-size: contain;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
  }
  main .section.sec2 .inner .trivia .intrivia::after {
    top: 5px;
    left: 5px;
    z-index: -1;
  }
  main .section.sec2 .inner .trivia .intrivia h5 {
    width: 80px;
    height: 154px;
    top: -40px;
    left: 10px;
  }
  main .section.sec2 .inner .trivia .intrivia dl {
    width: calc(100% - 52px - 20px);
  }
  main .section.sec2 .inner .trivia .intrivia dl dt {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 2.6rem;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    margin-bottom: 10px;
  }
  main .section.sec2 .inner .trivia .intrivia 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 .section.sec3 {
    padding: 0px;
  }
  main .section.sec3 .inner .number {
    height: 69px;
    padding-left: 0px;
    margin-bottom: 40px;
  }
  main .section.sec3 .inner .number::before {
    content: "";
    width: 200vw;
    height: 4px;
    background-color: #51489d;
    display: block;
    position: absolute;
    top: calc(50% + 9vw);
    left: calc(50% - 100vw);
  }
  main .section.sec3 .inner .number::after {
    content: "";
    width: 240px;
    height: 138px;
    top: calc(50% - 25vw);
    left: calc(50% - 100vw + 47px);
  }
  main .section.sec3 .inner .number h3 {
    left: calc(50% - 50vw + 20px);
    position: relative;
    transform: translateY(0px);
  }
  main .section.sec3 .inner .mytitle {
    padding: 0px;
    margin-bottom: 20px;
  }
  main .section.sec3 .inner .text.short::before {
    width: 466px;
    height: 268px;
    top: -308px;
    left: calc(50% + 0px);
  }
  main .section.sec3 .inner .text.short p {
    width: 100%;
  }
  main .section.sec3 .inner .text .flow {
    width: 100%;
  }
  main .section.sec3 .inner .text .flow:not(:last-child) {
    margin-bottom: 40px;
  }
  main .section.sec3 .inner .points {
    width: calc(100% - 40px);
    min-width: calc(100% - 40px);
    max-width: calc(100% - 40px);
  }
  main .section.sec3 .inner .points:not(:last-child) {
    margin-bottom: 40px;
  }
  main .section.sec3 .inner .points h5 {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1rem;
    letter-spacing: 0.025em;
    font-feature-settings: "palt";
    margin-bottom: 20px;
  }
  main .section.sec3 .inner .points .inpoint {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
  main .section.sec3 .inner .points .inpoint .point {
    width: 100%;
  }
  main .section.sec3 .inner .points .inpoint .point:not(:last-child) {
    margin-bottom: 20px;
  }
  main .section.sec3 .inner .points .inpoint .point dl {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .section.sec3 .inner .points .inpoint .point dl dt {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    padding: 10px 10px 5px 10px;
    border-radius: 0px 10px 0 0;
  }
  main .section.sec3 .inner .points .inpoint .point dl dd {
    width: 100%;
    height: 100%;
    background-color: #51489d;
    padding: 10px;
    box-sizing: border-box;
  }
  main .section.sec3 .inner .points .inpoint .point dl dd span {
    color: #51489d;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 3.6rem;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    background-color: #FFF;
    padding: 20px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }
  main .section.sec3 .inner .links {
    width: 100%;
    padding-top: 40px;
    margin: 0 auto 60px auto;
  }
  main .section.sec3 .inner .links .inner {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  main .section.sec3 .inner .links .inner h5 {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 3.2rem;
    letter-spacing: 0.05em;
    font-feature-settings: "palt";
    margin-bottom: 20px;
  }
  main .section.sec3 .inner .links .inner .banners .banner {
    width: 100%;
  }
  main .section.sec3 .inner .links .inner .banners .banner:not(:last-child) {
    margin-bottom: 20px;
  }
  main .section.sec3 .inner .links .inner .banners .banner a {
    text-align: left;
    width: 100%;
    position: relative;
    display: block;
  }
  main .section.sec3 .inner .links .inner .banners .banner a div {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 500;
    line-height: 3.2rem;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    width: 100%;
    height: 100%;
    padding: 40px;
    background-color: rgba(81, 72, 157, 0.4);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    left: 0px;
    top: 0px;
    transition: all 0.25s ease-in 0s;
  }
  main .section.sec3 .inner .links .inner .banners .banner a:hover div {
    background-color: rgba(81, 72, 157, 0.2);
  }
  main .section.sec3 .inner .links .inner .banners ul {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
  main .section.sec3 .inner .links .inner .banners ul li {
    width: 100%;
  }
  main .section.sec3 .inner .links .inner .banners ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  main .section.sec3 .inner .links .inner .banners ul li a {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
  }
  main .section.sec3 .inner .links .inner .banners ul li a div {
    width: 100%;
    height: 100%;
    padding: 0 20px;
    background-color: rgba(77, 77, 77, 0.6);
    position: absolute;
    left: 0px;
    top: 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    transition: all 0.25s ease-in 0s;
  }
  main .section.sec3 .inner .links .inner .banners ul li a div::after {
    content: "";
    width: 1px;
    height: 120px;
    background-color: #FFF;
    margin: 0 0 0 15px;
    display: block;
    order: 2;
  }
  main .section.sec3 .inner .links .inner .banners ul li a div dl {
    order: 1;
  }
  main .section.sec3 .inner .links .inner .banners ul li a div dl dt {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    margin-bottom: 5px;
  }
  main .section.sec3 .inner .links .inner .banners ul li a div dl dd {
    color: #FFF;
    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.sec3 .inner .links .inner .banners ul li a div p {
    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";
    text-align: left;
    margin: 0 0 0 15px;
    order: 3;
  }
  main .section.sec3 .inner .links .inner .banners ul li a:hover div {
    background-color: rgba(77, 77, 77, 0.6);
  }
  main .section.sec4 {
    width: 100%;
    margin: 0px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
  main .section.sec4 h4 {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 3.6rem;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    margin-bottom: 20px;
  }
  main .section.sec4 .message {
    width: 100%;
    padding: 40px 0;
  }
  main .section.sec4 .message h5 {
    width: calc(100% - 40px);
    height: calc((100vw - 40px) * 0.1);
    margin: 0 auto 30px auto;
  }
  main .section.sec4 .message 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: calc(100% - 40px);
    margin: 0 auto;
  }
  main .section.sec4 + .comment {
    margin-top: -20px;
  }
  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;
  }
}
@media screen and (max-width: 394px) {
  main .section.sec3 .inner .number::before {
    top: calc(50% + 8vw);
  }
  main .section.sec3 .inner .number::after {
    top: calc(50% - 26vw);
    left: calc(50% - 100vw + 35px);
  }
}
@media screen and (max-width: 375px) {
  main .section.sec3 .inner .number::after {
    top: calc(50% - 25vw);
    left: calc(50% - 100vw + 27px);
  }
  main .section.sec3 .inner .number h3 {
    transform: translateY(10px);
  }
}

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