@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/question/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 + 45vw) 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: 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 {
  content: "";
  width: 200vw;
  height: 8px;
  background-color: #51489d;
  display: block;
  position: absolute;
  top: calc(65% - 8px);
  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 30%, 100% 100%, 100% 100%, 0 30%);
  transition: clip-path 0.75s ease-out 1.5s;
}
main .section {
  width: 100%;
  position: relative;
  z-index: 1;
}
main .section:not(:last-child) {
  margin-bottom: 100px;
}
main .section.on .inner::after {
  clip-path: inset(0 0 0 0);
}
main .section.on .inner .combo .box .mytitle {
  opacity: 1;
}
main .section.on .inner .combo .box p {
  opacity: 1;
}
main .section.on .inner .combo .photo {
  opacity: 1;
}
main .section.on .inner .combo .deco {
  opacity: 1;
}
main .section .inner {
  width: 100%;
  margin: 0 auto;
  opacity: 1;
  position: relative;
  transition: opacity 0.5s ease-in 0s;
}
main .section .inner::after {
  content: "";
  width: 200vw;
  height: 4px;
  background-color: #51489d;
  display: block;
  position: absolute;
  z-index: -1;
  transform-origin: center center;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.5s ease-out 0s;
}
main .section .inner .combo {
  width: calc(100% - 160px);
  min-width: 1060px;
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
main .section .inner .combo .box {
  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%;
  margin: 0px;
  opacity: 0;
  transition: opacity 0.5s ease-in 0.5s;
}
main .section .inner .combo .box .mytitle:not(:last-child) {
  margin-bottom: 35px;
}
main .section .inner .combo .box .mytitle h4 {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}
main .section .inner .combo .box .mytitle h4::after {
  content: "";
  width: 140px;
  height: 140px;
  background-image: url(https://www.daifuku.com/jp/employment/special/question/images/icon_question.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  position: absolute;
}
main .section .inner .combo .box .mytitle h4 span {
  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;
  position: relative;
  display: block;
}
main .section .inner .combo .box .mytitle h4 span:nth-child(1) {
  width: 110px;
  height: 84px;
}
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;
  opacity: 0;
  transition: opacity 0.5s ease-in 0.5s;
}
main .section .inner .combo .box p strong {
  color: #51489d;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.4rem;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
main .section .inner .combo .box p:not(:last-child) {
  margin-bottom: 30px;
}
main .section .inner .combo .photo {
  opacity: 0;
  transition: opacity 0.5s ease-in 0.75s;
}
main .section .inner .combo .deco {
  opacity: 0;
}
main .section .inner .combo .deco.deco1 {
  transition: opacity 0.5s ease-in 0.75s;
}
main .section .inner .combo .deco.deco2 {
  transition: opacity 0.5s ease-in 0.85s;
}
main .section .inner .combo .deco.deco3 {
  transition: opacity 0.5s ease-in 0.95s;
}
main .section.sec1 .inner::after {
  top: calc(100% - 4px);
  left: calc(50% - 100vw);
  transform: rotate(-30deg);
}
main .section.sec1 .inner .combo .box {
  width: 400px;
}
main .section.sec1 .inner .combo .box .mytitle h4::after {
  top: 50px;
  right: -140px;
}
main .section.sec1 .inner .combo .box .mytitle h4 span:nth-child(1) {
  background-image: url(https://www.daifuku.com/jp/employment/special/question/images/num01.svg);
}
main .section.sec1 .inner .combo .box .mytitle h4 span:nth-child(2) {
  width: 390px;
  height: 158px;
  background-image: url(https://www.daifuku.com/jp/employment/special/question/images/q01.svg);
  margin-top: -30px;
}
main .section.sec1 .inner .combo .photo {
  width: 565px;
}
main .section.sec2 .inner::after {
  top: calc(130% - 4px);
  left: calc(50% - 100vw);
  transform: rotate(30deg);
}
main .section.sec2 .inner .combo {
  justify-content: center;
}
main .section.sec2 .inner .combo .box {
  width: 620px;
  order: 2;
}
main .section.sec2 .inner .combo .box .mytitle h4::after {
  top: 0px;
  right: 0px;
}
main .section.sec2 .inner .combo .box .mytitle h4 span:nth-child(1) {
  background-image: url(https://www.daifuku.com/jp/employment/special/question/images/num02.svg);
}
main .section.sec2 .inner .combo .box .mytitle h4 span:nth-child(2) {
  width: 438px;
  height: 98px;
  background-image: url(https://www.daifuku.com/jp/employment/special/question/images/q02.svg);
  margin-top: -30px;
}
main .section.sec2 .inner .combo .box p {
  width: 560px;
}
main .section.sec2 .inner .combo .photo {
  width: 365px;
  position: relative;
  order: 1;
  transform: translate(-140px, 100px);
}
main .section.sec3 .inner::after {
  top: calc(100% - 4px);
  left: calc(50% - 100vw);
  transform: rotate(-30deg);
}
main .section.sec3 .inner .combo .box {
  width: 410px;
}
main .section.sec3 .inner .combo .box .mytitle h4::after {
  top: 10px;
  right: -230px;
}
main .section.sec3 .inner .combo .box .mytitle h4 span:nth-child(1) {
  background-image: url(https://www.daifuku.com/jp/employment/special/question/images/num03.svg);
}
main .section.sec3 .inner .combo .box .mytitle h4 span:nth-child(2) {
  width: 409px;
  height: 98px;
  background-image: url(https://www.daifuku.com/jp/employment/special/question/images/q03.svg);
  margin-top: -30px;
}
main .section.sec3 .inner .combo .deco.deco1 {
  width: 365px;
  position: absolute;
  top: 85px;
  right: -295px;
}
main .section.sec3 .inner .combo .deco.deco2 {
  width: 147px;
  position: absolute;
  bottom: -50px;
  left: 50%;
}
main .section.sec3 .inner .combo .deco.deco3 {
  width: 110px;
  position: absolute;
  bottom: 149px;
  left: calc(50% + 250px);
}
main .section.sec4 .inner::after {
  top: calc(130% - 4px);
  left: calc(50% - 100vw);
  transform: rotate(30deg);
}
main .section.sec4 .inner .combo {
  justify-content: flex-end;
}
main .section.sec4 .inner .combo .box {
  width: 513px;
  order: 2;
}
main .section.sec4 .inner .combo .box .mytitle h4 {
  flex-direction: row;
  align-items: center;
}
main .section.sec4 .inner .combo .box .mytitle h4::after {
  top: -40px;
  right: -130px;
}
main .section.sec4 .inner .combo .box .mytitle h4 span:nth-child(1) {
  background-image: url(https://www.daifuku.com/jp/employment/special/question/images/num04.svg);
}
main .section.sec4 .inner .combo .box .mytitle h4 span:nth-child(2) {
  width: 393px;
  height: 104px;
  margin-left: 10px;
  background-image: url(https://www.daifuku.com/jp/employment/special/question/images/q04.svg);
}
main .section.sec4 .inner .combo .deco.deco1 {
  width: 130px;
  position: absolute;
  top: 50px;
  left: calc(50% - 375px);
}
main .section.sec4 .inner .combo .deco.deco2 {
  width: 114px;
  position: absolute;
  top: 90px;
  left: calc(50% - 275px);
}
main .section.sec5 .inner::after {
  top: calc(100% - 4px);
  left: calc(50% - 100vw);
  transform: rotate(-30deg);
}
main .section.sec5 .inner .combo .box {
  width: 480px;
}
main .section.sec5 .inner .combo .box .mytitle h4::after {
  top: 50px;
  right: -140px;
}
main .section.sec5 .inner .combo .box .mytitle h4 span:nth-child(1) {
  background-image: url(https://www.daifuku.com/jp/employment/special/question/images/num05.svg);
  margin-bottom: 25px;
}
main .section.sec5 .inner .combo .box .mytitle h4 span:nth-child(2) {
  width: 462px;
  height: 100px;
  background-image: url(https://www.daifuku.com/jp/employment/special/question/images/q05.svg);
}
main .section.sec5 .inner .combo .photo {
  width: 352px;
}
main .section.sec6 .inner::after {
  top: calc(130% - 4px);
  left: calc(50% - 100vw);
  transform: rotate(30deg);
}
main .section.sec6 .inner .combo .box {
  width: 590px;
  order: 2;
}
main .section.sec6 .inner .combo .box .mytitle h4::after {
  top: -10px;
  right: -60px;
}
main .section.sec6 .inner .combo .box .mytitle h4 span:nth-child(1) {
  background-image: url(https://www.daifuku.com/jp/employment/special/question/images/num06.svg);
}
main .section.sec6 .inner .combo .box .mytitle h4 span:nth-child(2) {
  width: 514px;
  height: 100px;
  background-image: url(https://www.daifuku.com/jp/employment/special/question/images/q06.svg);
  margin-top: -30px;
}
main .section.sec6 .inner .combo .box p {
  width: 560px;
}
main .section.sec6 .inner .combo .photo {
  width: 420px;
  position: relative;
  order: 1;
}
main .section.sec7 .inner::after {
  top: calc(100% - 4px);
  left: calc(50% - 100vw);
  transform: rotate(-30deg);
}
main .section.sec7 .inner .combo .box {
  width: 455px;
}
main .section.sec7 .inner .combo .box .mytitle h4::after {
  top: 50px;
  right: -140px;
}
main .section.sec7 .inner .combo .box .mytitle h4 span:nth-child(1) {
  background-image: url(https://www.daifuku.com/jp/employment/special/question/images/num07.svg);
  margin-bottom: 25px;
}
main .section.sec7 .inner .combo .box .mytitle h4 span:nth-child(2) {
  width: 454px;
  height: 100px;
  background-image: url(https://www.daifuku.com/jp/employment/special/question/images/q07.svg);
}
main .section.sec7 .inner .combo .deco.deco1 {
  width: 118px;
  position: absolute;
  top: -60px;
  left: calc(50% + 253px);
}
main .section.sec7 .inner .combo .deco.deco2 {
  width: 156px;
  position: absolute;
  top: calc(100% - 100px);
  left: calc(50% - 0px);
}
main .section.sec7 .inner .combo .deco.deco3 {
  width: 1420px;
  position: absolute;
  top: calc(100% + 40px);
  left: calc(50% - 1420px - 290px);
}
main .section.sec7 .inner .combo .deco.deco4 {
  width: 200px;
  position: absolute;
  top: calc(100% + 200px);
  left: calc(50% - 810px);
}
main .section.sec8 .inner::after {
  top: calc(130% - 4px);
  left: calc(50% - 100vw);
  transform: rotate(30deg);
}
main .section.sec8 .inner .combo {
  justify-content: flex-end;
}
main .section.sec8 .inner .combo .box {
  width: 540px;
  order: 2;
}
main .section.sec8 .inner .combo .box .mytitle h4::after {
  top: 55px;
  right: -90px;
}
main .section.sec8 .inner .combo .box .mytitle h4 span:nth-child(1) {
  background-image: url(https://www.daifuku.com/jp/employment/special/question/images/num08.svg);
}
main .section.sec8 .inner .combo .box .mytitle h4 span:nth-child(2) {
  width: 538px;
  height: 96px;
  background-image: url(https://www.daifuku.com/jp/employment/special/question/images/q08.svg);
  margin-top: -30px;
}
main .section.sec8 .inner .combo .photo {
  width: 118px;
  position: relative;
  transform: translate(-200px, 85px);
  order: 1;
}
main .section.sec9 .inner::after {
  top: calc(100% - 4px);
  left: calc(50% - 100vw);
  transform: rotate(-30deg);
}
main .section.sec9 .inner .combo .box {
  width: 485px;
}
main .section.sec9 .inner .combo .box .mytitle h4::after {
  top: 65px;
  right: -75px;
}
main .section.sec9 .inner .combo .box .mytitle h4 span:nth-child(1) {
  background-image: url(https://www.daifuku.com/jp/employment/special/question/images/num09.svg);
  margin-bottom: 25px;
}
main .section.sec9 .inner .combo .box .mytitle h4 span:nth-child(2) {
  width: 397px;
  height: 146px;
  background-image: url(https://www.daifuku.com/jp/employment/special/question/images/q09.svg);
}
main .section.sec9 .inner .combo .deco.deco1 {
  width: 97px;
  position: absolute;
  top: calc(100% - 210px - 4px);
  left: calc(50% + 0px);
}
main .section.sec9 .inner .combo .deco.deco2 {
  width: 154px;
  position: absolute;
  top: calc(100% - 220px);
  left: calc(50% + 750px);
}
main .section.sec10 .inner::after {
  content: none;
}
main .section.sec10 .inner .combo .box {
  width: 515px;
  order: 2;
}
main .section.sec10 .inner .combo .box .mytitle h4::after {
  top: 50px;
  right: 0px;
}
main .section.sec10 .inner .combo .box .mytitle h4 span:nth-child(1) {
  background-image: url(https://www.daifuku.com/jp/employment/special/question/images/num10.svg);
}
main .section.sec10 .inner .combo .box .mytitle h4 span:nth-child(2) {
  width: 422px;
  height: 147px;
  background-image: url(https://www.daifuku.com/jp/employment/special/question/images/q10.svg);
  margin-top: -30px;
}
main .section.sec10 .inner .combo .photo {
  width: 212px;
  transform: translateY(-40px);
  position: relative;
  order: 1;
}
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;
  position: relative;
}
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 {
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  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: 60px;
    position: relative;
    z-index: 1;
  }
  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: 5px;
  }
  main .chead .inner .text h4 > span:not(:last-child) {
    margin-bottom: 10px;
  }
  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);
  }
  main .section {
    width: 100%;
    position: relative;
    z-index: 1;
  }
  main .section:not(:last-child) {
    margin-bottom: 60px;
  }
  main .section.on .inner::after {
    clip-path: inset(0 0 0 0);
  }
  main .section.on .inner .combo .box .mytitle {
    opacity: 1;
  }
  main .section.on .inner .combo .box p {
    opacity: 1;
  }
  main .section.on .inner .combo .photo {
    opacity: 1;
  }
  main .section.on .inner .combo .deco {
    opacity: 1;
  }
  main .section .inner {
    width: 100%;
    margin: 0 auto;
    opacity: 1;
    position: relative;
    transition: opacity 0.5s ease-in 0s;
  }
  main .section .inner::after {
    content: "";
    width: 200vw;
    height: 4px;
    background-color: #51489d;
    display: block;
    position: absolute;
    z-index: -1;
    transform-origin: center center;
    clip-path: inset(0 100% 0 0);
    transition: clip-path 0.5s ease-out 0s;
  }
  main .section .inner .combo {
    width: calc(100% - 40px);
    min-width: calc(100% - 40px);
    max-width: calc(100% - 40px);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
  main .section .inner .combo .box {
    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%;
    margin: 0px;
    opacity: 0;
    transition: opacity 0.5s ease-in 0.5s;
  }
  main .section .inner .combo .box .mytitle:not(:last-child) {
    margin-bottom: 35px;
  }
  main .section .inner .combo .box .mytitle h4 {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
  }
  main .section .inner .combo .box .mytitle h4::after {
    width: 70px;
    height: 70px;
  }
  main .section .inner .combo .box .mytitle h4 span {
    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;
    position: relative;
    display: block;
  }
  main .section .inner .combo .box .mytitle h4 span:nth-child(1) {
    width: 55px;
    height: 42px;
  }
  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";
    opacity: 0;
    transition: opacity 0.5s ease-in 0.5s;
  }
  main .section .inner .combo .box p strong {
    color: #51489d;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    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 {
    opacity: 0;
    transition: opacity 0.5s ease-in 0.75s;
  }
  main .section .inner .combo .deco {
    opacity: 0;
  }
  main .section .inner .combo .deco.deco1 {
    transition: opacity 0.5s ease-in 0.75s;
  }
  main .section .inner .combo .deco.deco2 {
    transition: opacity 0.5s ease-in 0.85s;
  }
  main .section .inner .combo .deco.deco3 {
    transition: opacity 0.5s ease-in 0.95s;
  }
  main .section.sec1 .inner::after {
    top: calc(100% - 4px);
    left: calc(50% - 100vw);
    transform: rotate(-30deg);
  }
  main .section.sec1 .inner .combo .box {
    width: 100%;
    margin-bottom: 20px;
  }
  main .section.sec1 .inner .combo .box .mytitle h4::after {
    top: 0px;
    right: calc(50% - 110px);
  }
  main .section.sec1 .inner .combo .box .mytitle h4 span:nth-child(1) {
    background-image: url(https://www.daifuku.com/jp/employment/special/question/images/num01.svg);
  }
  main .section.sec1 .inner .combo .box .mytitle h4 span:nth-child(2) {
    width: 195px;
    height: 79px;
    background-image: url(https://www.daifuku.com/jp/employment/special/question/images/q01.svg);
    margin-top: -15px;
  }
  main .section.sec1 .inner .combo .photo {
    width: 100%;
  }
  main .section.sec2 {
    margin-bottom: 140px;
  }
  main .section.sec2 .inner::after {
    top: calc(125% - 4px);
    left: calc(50% - 100vw);
    transform: rotate(30deg);
  }
  main .section.sec2 .inner .combo {
    justify-content: center;
  }
  main .section.sec2 .inner .combo .box {
    width: 100%;
    order: 2;
  }
  main .section.sec2 .inner .combo .box .mytitle h4 {
    padding-left: 40px;
  }
  main .section.sec2 .inner .combo .box .mytitle h4::after {
    top: 0px;
    right: 0px;
  }
  main .section.sec2 .inner .combo .box .mytitle h4 span:nth-child(2) {
    width: 219px;
    height: 49px;
    margin-top: -15px;
  }
  main .section.sec2 .inner .combo .box p {
    width: 100%;
  }
  main .section.sec2 .inner .combo .photo {
    width: 200px;
    position: relative;
    order: 1;
    transform: translate(100px, -20px);
  }
  main .section.sec3 {
    margin-bottom: 120px;
  }
  main .section.sec3 .inner::after {
    top: calc(100% - 4px);
    left: calc(50% - 100vw);
    transform: rotate(-30deg);
  }
  main .section.sec3 .inner .combo {
    padding-bottom: 40px;
  }
  main .section.sec3 .inner .combo .box {
    text-align: left;
    width: 100%;
  }
  main .section.sec3 .inner .combo .box .mytitle h4::after {
    width: 60px;
    top: 25px;
    right: calc(50% - 100px);
    transform: rotate(10deg);
  }
  main .section.sec3 .inner .combo .box .mytitle h4 span:nth-child(2) {
    width: 205px;
    height: 49px;
    background-image: url(https://www.daifuku.com/jp/employment/special/question/images/q03.svg);
    margin-top: -15px;
  }
  main .section.sec3 .inner .combo .box p {
    background-color: #FFF;
    display: inline;
  }
  main .section.sec3 .inner .combo .deco.deco1 {
    width: 180px;
    position: absolute;
    top: -120px;
    right: -80px;
    z-index: -1;
  }
  main .section.sec3 .inner .combo .deco.deco2 {
    width: 74px;
    position: absolute;
    bottom: -80px;
    left: 50%;
  }
  main .section.sec3 .inner .combo .deco.deco3 {
    width: 55px;
    position: absolute;
    bottom: -95px;
    left: calc(50% - 50vw + 20px);
  }
  main .section.sec4 {
    margin-bottom: 80px;
  }
  main .section.sec4 .inner::after {
    top: calc(140% - 4px);
    left: calc(50% - 100vw);
    transform: rotate(30deg);
  }
  main .section.sec4 .inner .combo {
    justify-content: flex-end;
  }
  main .section.sec4 .inner .combo .box {
    width: 100%;
    order: 2;
  }
  main .section.sec4 .inner .combo .box .mytitle h4 {
    flex-direction: row;
    justify-content: flex-end;
    padding: 0 60px 0 0;
  }
  main .section.sec4 .inner .combo .box .mytitle h4::after {
    width: 60px;
    height: 60px;
    top: -20px;
    right: -10px;
  }
  main .section.sec4 .inner .combo .box .mytitle h4 span:nth-child(2) {
    width: 197px;
    height: 52px;
    margin-left: 10px;
  }
  main .section.sec4 .inner .combo .deco.deco1 {
    width: 65px;
    position: absolute;
    top: auto;
    bottom: -120px;
    left: calc(50% + 50px);
  }
  main .section.sec4 .inner .combo .deco.deco2 {
    width: 57px;
    position: absolute;
    top: auto;
    bottom: -140px;
    left: calc(50% + 100px);
  }
  main .section.sec5 {
    margin-bottom: 80px;
  }
  main .section.sec5 .inner::after {
    top: calc(100% - 40px);
    left: calc(50% - 100vw);
    transform: rotate(-30deg);
  }
  main .section.sec5 .inner .combo .box {
    width: 100%;
    margin-bottom: 20px;
  }
  main .section.sec5 .inner .combo .box .mytitle h4::after {
    width: 60px;
    height: 60px;
    top: 50px;
    right: calc(50% - 120px);
    transform: rotate(10deg);
  }
  main .section.sec5 .inner .combo .box .mytitle h4 span:nth-child(1) {
    background-image: url(https://www.daifuku.com/jp/employment/special/question/images/num05.svg);
    margin-bottom: 15px;
  }
  main .section.sec5 .inner .combo .box .mytitle h4 span:nth-child(2) {
    width: 231px;
    height: 50px;
  }
  main .section.sec5 .inner .combo .photo {
    width: calc(100% - 40px);
  }
  main .section.sec6 {
    margin-bottom: 120px;
  }
  main .section.sec6 .inner::after {
    top: calc(100% + 70px);
    left: calc(50% - 100vw);
    transform: rotate(30deg);
  }
  main .section.sec6 .inner .combo .box {
    width: 100%;
    margin-bottom: 20px;
    order: 1;
  }
  main .section.sec6 .inner .combo .box .mytitle h4::after {
    top: 0px;
    right: calc(50% - 160px);
    transform: rotate(15deg);
  }
  main .section.sec6 .inner .combo .box .mytitle h4 span:nth-child(2) {
    width: 257px;
    height: 50px;
    margin-top: -15px;
  }
  main .section.sec6 .inner .combo .box p {
    width: 100%;
  }
  main .section.sec6 .inner .combo .photo {
    width: 100%;
    order: 2;
  }
  main .section.sec7 {
    margin-bottom: 160px;
  }
  main .section.sec7 .inner::after {
    top: calc(100% - 4px);
    left: calc(50% - 100vw);
    transform: rotate(-30deg);
  }
  main .section.sec7 .inner .combo {
    padding-bottom: 80px;
  }
  main .section.sec7 .inner .combo .box {
    text-align: left;
    width: 100%;
  }
  main .section.sec7 .inner .combo .box .mytitle h4::after {
    top: 10px;
    right: calc(50% - 100px);
  }
  main .section.sec7 .inner .combo .box .mytitle h4 span:nth-child(1) {
    background-image: url(https://www.daifuku.com/jp/employment/special/question/images/num07.svg);
    margin-bottom: 15px;
    transform: translateX(0px);
    position: relative;
  }
  main .section.sec7 .inner .combo .box .mytitle h4 span:nth-child(2) {
    width: 227px;
    height: 50px;
  }
  main .section.sec7 .inner .combo .box p {
    background-color: #FFF;
    display: inline;
  }
  main .section.sec7 .inner .combo .deco.deco1 {
    width: 59px;
    position: absolute;
    top: -90px;
    left: calc(50% + 110px);
  }
  main .section.sec7 .inner .combo .deco.deco2 {
    width: 78px;
    position: absolute;
    top: auto;
    bottom: 0px;
    left: 0px;
  }
  main .section.sec7 .inner .combo .deco.deco3 {
    width: 710px;
    position: absolute;
    top: auto;
    bottom: -350px;
    left: calc(50% - 500px);
  }
  main .section.sec7 .inner .combo .deco.deco4 {
    width: 100px;
    position: absolute;
    top: auto;
    bottom: -85px;
    left: calc(50% - 40px);
  }
  main .section.sec8 {
    margin-bottom: 120px;
  }
  main .section.sec8 .inner::after {
    top: calc(115% - 4px);
    left: calc(50% - 100vw);
    transform: rotate(30deg);
  }
  main .section.sec8 .inner .combo {
    justify-content: flex-end;
  }
  main .section.sec8 .inner .combo .box {
    text-align: left;
    width: 100%;
    order: 2;
  }
  main .section.sec8 .inner .combo .box .mytitle {
    margin-bottom: 30px;
  }
  main .section.sec8 .inner .combo .box .mytitle h4 {
    align-items: flex-end;
  }
  main .section.sec8 .inner .combo .box .mytitle h4::after {
    width: 60px;
    top: 30px;
    right: 0px;
  }
  main .section.sec8 .inner .combo .box .mytitle h4 span:nth-child(1) {
    transform: translateX(-269px);
  }
  main .section.sec8 .inner .combo .box .mytitle h4 span:nth-child(2) {
    width: 269px;
    height: 48px;
    margin-top: -15px;
    transform: translateX(-50px);
  }
  main .section.sec8 .inner .combo .box p {
    display: inline;
    background-color: #FFF;
  }
  main .section.sec8 .inner .combo .photo {
    width: 59px;
    position: absolute;
    right: auto;
    top: calc(115% - 28px);
    left: calc(50% + 105px);
    transform: translate(0px, 0px);
    order: 1;
  }
  main .section.sec9 .inner::after {
    top: calc(100% + 10px);
    left: calc(50% - 100vw);
    transform: rotate(-30deg);
  }
  main .section.sec9 .inner .combo {
    padding-bottom: 60px;
  }
  main .section.sec9 .inner .combo .box {
    width: 100%;
  }
  main .section.sec9 .inner .combo .box .mytitle h4::after {
    top: 50px;
    right: calc(50% - 80px);
  }
  main .section.sec9 .inner .combo .box .mytitle h4 span:nth-child(1) {
    margin-bottom: 15px;
  }
  main .section.sec9 .inner .combo .box .mytitle h4 span:nth-child(2) {
    width: 198px;
    height: 73px;
  }
  main .section.sec9 .inner .combo .deco.deco1 {
    width: 49px;
    top: auto;
    bottom: -107px;
    left: 0px;
  }
  main .section.sec9 .inner .combo .deco.deco2 {
    width: 77px;
    top: auto;
    bottom: -40px;
    left: calc(50% + 100px);
  }
  main .section.sec10 .inner::after {
    content: none;
  }
  main .section.sec10 .inner .combo .box {
    width: 100%;
    order: 2;
  }
  main .section.sec10 .inner .combo .box .mytitle h4::after {
    top: 40px;
    right: calc(50% - 120px);
    transform: rotate(10deg);
  }
  main .section.sec10 .inner .combo .box .mytitle h4 span:nth-child(2) {
    width: 211px;
    height: 74px;
    margin-top: -15px;
  }
  main .section.sec10 .inner .combo .photo {
    width: 106px;
    transform: translateY(-60px);
  }
  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: 375px) {
  main .section.sec5 .inner .combo .box .mytitle h4::after {
    top: 60px;
    right: calc(50% - 130px);
  }
  main .section.sec9 .inner .combo .box .mytitle h4::after {
    top: 40px;
    right: calc(50% - 90px);
  }
}

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