@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 .chead {
  text-align: left;
  width: 100%;
  padding: 162px 0 120px 0;
  position: relative;
}
main .chead.index {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
main .chead.index .inner {
  width: calc(100% - 240px);
  min-width: 980px;
  max-width: 1080px;
  height: auto;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
main .chead.index .inner::before {
  content: "";
  width: 150vw;
  height: 8px;
  background-color: #51489d;
  display: block;
  position: absolute;
  top: -120px;
  left: calc(50% - 75vw);
  z-index: -2;
  transform: rotate(30deg);
  transform-origin: center center;
  clip-path: inset(0 0 0 100%);
  transition: clip-path 0.5s ease-out 0.25s;
}
main .chead.index .inner::after {
  content: "";
  width: 200vw;
  height: 4px;
  background-color: #51489d;
  display: block;
  position: absolute;
  top: 300px;
  left: calc(50% - 100vw);
  z-index: -2;
  transform: rotate(-30deg);
  transform-origin: center center;
  clip-path: inset(0 0 0 100%);
  transition: clip-path 0.5s ease-out 0.5s;
}
main .chead.index .inner.on::before, main .chead.index .inner.on::after {
  clip-path: inset(0 0 0 0);
}
main .chead.index .inner.on .lead {
  opacity: 1;
}
main .chead.index .inner dl {
  margin-bottom: 0px;
}
main .chead.index .inner .lead {
  width: auto;
  margin: 0 0 0 50px;
  opacity: 0;
  transition: opacity 0.5s ease-in 0.5s;
}
main .chead.index .inner .lead p {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 3.2rem;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
main .chead.index .inner .lead p:not(:last-child) {
  margin-bottom: 10px;
}
main .chead.index .inner .lead p.notice {
  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 .chead .myvisual {
  width: 50%;
  position: absolute;
  top: 82px;
  right: 0px;
  z-index: -1;
  clip-path: inset(0 0 0 100%);
  transition: clip-path 0.25s ease-out 0.25s;
}
main .chead .myvisual.on {
  clip-path: inset(0 0 0 0);
}
main .chead .inner {
  width: calc(100% - 80px);
  min-width: 1020px;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
main .chead .inner.on dl {
  opacity: 1;
}
main .chead .inner.on h3 {
  opacity: 1;
}
main .chead .inner.on .profile {
  opacity: 1;
}
main .chead .inner dl {
  margin-bottom: 80px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  opacity: 0;
  transition: opacity 0.5s ease-in 0s;
}
main .chead .inner dl dt {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  margin-bottom: 20px;
}
main .chead .inner dl dd {
  background-color: #51489d;
  display: inline-block;
}
main .chead .inner dl dd span {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.2em;
  font-feature-settings: "palt";
  padding: 5px;
  display: inline-block;
}
main .chead .inner h3 {
  margin-bottom: 80px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  opacity: 0;
  transition: opacity 0.5s ease-in 0.3s;
}
main .chead .inner h3 > span {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.2em;
  font-feature-settings: "palt";
  padding: 5px;
  background-color: #FFF;
  display: inline-block;
}
main .chead .inner h3 > span:not(:last-child) {
  margin-bottom: 10px;
}
main .chead .inner .profile {
  width: 300px;
  opacity: 0;
  transition: opacity 0.5s ease-in 0.6s;
}
main .chead .inner .profile.wide {
  width: 350px;
}
main .chead .inner .profile::after {
  content: "";
  width: 83px;
  height: 98px;
  background-image: url(https://www.daifuku.com/jp/employment/home/images/object_man2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  position: absolute;
  left: 0px;
  bottom: -148px;
}
main .chead .inner .profile p:not(:last-child) {
  margin-bottom: 20px;
}
main .chead .inner .profile p:nth-child(1) {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 3.6rem;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
main .chead .inner .profile p:nth-child(2) {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 3.6rem;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
main .chead .inner .profile p:nth-child(2) sub {
  font-size: 1.4rem;
  margin: 0 0 0 5px;
  display: inline-block;
}
main .chead .inner .profile p:nth-child(3) {
  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: 1240px;
  position: absolute;
  top: 0px;
  left: calc(50% - 480px);
  z-index: -1;
}
main .chead .visual.on img {
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
main .chead .visual.on::before {
  clip-path: inset(0 0 0 0);
}
main .chead .visual.on::after {
  clip-path: inset(0 0 0 0);
}
main .chead .visual img {
  clip-path: polygon(100% 50%, 100% 50%, 100% 50%, 100% 50%);
  transition: clip-path 0.5s ease-out 0.5s;
}
main .chead .visual::before {
  content: "";
  width: 150vw;
  height: 8px;
  background-color: #51489d;
  display: block;
  position: absolute;
  top: -4px;
  left: calc(50% - 75vw);
  z-index: 1;
  transform: rotate(30deg);
  transform-origin: center center;
  clip-path: inset(0 0 0 100%);
  transition: clip-path 0.5s ease-out 0.25s;
}
main .chead .visual::after {
  content: "";
  width: 150vw;
  height: 4px;
  background-color: #51489d;
  display: block;
  position: absolute;
  top: calc(100% - 2px);
  left: calc(50% - 75vw);
  z-index: 1;
  transform: rotate(-30deg);
  transform-origin: center center;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.5s ease-out 0s;
}
main .int-link {
  width: calc(100% - 240px);
  min-width: 980px;
  max-width: 1080px;
  background-color: #f2f2f2;
  padding: 5px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  position: relative;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.5s ease-out 0;
}
main .int-link.on {
  opacity: 1;
}
main .int-link.on .link {
  opacity: 1;
}
main .int-link .link {
  width: 25%;
  padding: 10px;
  opacity: 0;
}
main .int-link .link:nth-child(1) {
  transition: opacity 0.75s ease-out 0.1s;
}
main .int-link .link:nth-child(2) {
  transition: opacity 0.75s ease-out 0.2s;
}
main .int-link .link:nth-child(3) {
  transition: opacity 0.75s ease-out 0.3s;
}
main .int-link .link:nth-child(4) {
  transition: opacity 0.75s ease-out 0.4s;
}
main .int-link .link:nth-child(5) {
  transition: opacity 0.75s ease-out 0.5s;
}
main .int-link .link:nth-child(6) {
  transition: opacity 0.75s ease-out 0.6s;
}
main .int-link .link:nth-child(7) {
  transition: opacity 0.75s ease-out 0.7s;
}
main .int-link .link:nth-child(8) {
  transition: opacity 0.75s ease-out 0.8s;
}
main .int-link .link:nth-child(9) {
  transition: opacity 0.75s ease-out 0.9s;
}
main .int-link .link:nth-child(10) {
  transition: opacity 0.75s ease-out 1s;
}
main .int-link .link:nth-child(11) {
  transition: opacity 0.75s ease-out 1.1s;
}
main .int-link .link:nth-child(12) {
  transition: opacity 0.75s ease-out 1.2s;
}
main .int-link .link:nth-child(13) {
  transition: opacity 0.75s ease-out 1.3s;
}
main .int-link .link:nth-child(14) {
  transition: opacity 0.75s ease-out 1.4s;
}
main .int-link .link:nth-child(15) {
  transition: opacity 0.75s ease-out 1.5s;
}
main .int-link .link a {
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
main .int-link .link a div {
  width: 100%;
  transition: all 0.25s ease-in 0s;
}
main .int-link .link a div img {
  border-radius: 3px 3px 0 0;
}
main .int-link .link a dl {
  text-align: left;
  width: 100%;
  height: 100%;
  padding: 15px 20px;
  background-color: #51489d;
  border-radius: 0 0 3px 3px;
  box-sizing: border-box;
  transition: all 0.25s ease-in 0s;
}
main .int-link .link a dl dt {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.8rem;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
main .int-link .link a dl dt:not(:last-child) {
  margin-bottom: 10px;
}
main .int-link .link a dl dd {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.075em;
  font-feature-settings: "palt";
}
main .int-link .link a dl dd:not(:last-child) {
  margin-bottom: 5px;
}
main .int-link .link a:hover div {
  opacity: 0.8;
}
main .int-link .link a:hover dl {
  background-color: #907aa8;
}
main .box {
  text-align: left;
  width: calc(100% - 80px);
  min-width: 1020px;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  transition: opacity 0.5s ease-in 0s;
  opacity: 0;
}
main .box.on {
  opacity: 1;
}
main .box.int {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: flex-start;
}
main .box.int:not(:last-child) {
  margin-bottom: 100px;
}
main .box.int .inner {
  width: 60%;
}
main .box.int .inner h4 {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
main .box.int .inner h4 span {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.025em;
  font-feature-settings: "palt";
  padding: 5px;
  background-color: #51489d;
  display: inline-block;
}
main .box.int .inner h5 {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 4rem;
  letter-spacing: 0.025em;
  font-feature-settings: "palt";
  margin-bottom: 40px;
}
main .box.int .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 .box.int .inner .text p:not(:last-child) {
  margin-bottom: 10px;
}
main .box.int .inner .text p.notice {
  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 .box.photo {
  width: 975px;
  margin: 0 auto;
}
main .box.photo:not(:last-child) {
  margin-bottom: 100px;
}
main .box.career.on::before {
  clip-path: inset(0 0% 0 0);
}
main .box.career.on .timeline::before {
  clip-path: inset(0 0% 0 0);
}
main .box.career:not(:last-child) {
  margin-bottom: 100px;
}
main .box.career::before {
  content: "";
  width: 125vw;
  height: 4px;
  background-color: #51489d;
  display: block;
  position: absolute;
  top: 605px;
  right: calc(50% - 50vw);
  z-index: -1;
  transform: rotate(30deg);
  transform-origin: right center;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.5s ease-out 0.5s;
}
main .box.career .pset {
  width: 450px;
}
main .box.career .pset div {
  width: 100%;
}
main .box.career .pset div:not(:last-child) {
  margin-bottom: 5px;
}
main .box.career .timeline {
  width: 840px;
  padding-bottom: 224px;
  margin: 0 auto;
  position: relative;
}
main .box.career .timeline::before {
  content: "";
  width: 125vw;
  height: 4px;
  background-color: #51489d;
  display: block;
  position: absolute;
  top: 0px;
  left: calc(50% - 62.5vw);
  z-index: -1;
  transform: rotate(-30deg);
  transform-origin: center center;
  clip-path: inset(0 0 0 100%);
  transition: clip-path 0.5s ease-out 1s;
}
main .box.career .timeline h5 {
  color: #51489d;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.025em;
  font-feature-settings: "palt";
  display: inline-block;
  position: absolute;
  left: calc(50% - 420px - 20px);
  top: 200px;
  transform: rotate(-30deg);
  transform-origin: left top;
}
main .box.career .timeline .in-tl {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
main .box.career .timeline .in-tl dl {
  width: 33.3333333333%;
  padding: 0 0 0 65px;
  position: relative;
  box-sizing: border-box;
}
main .box.career .timeline .in-tl dl:nth-child(1) {
  transform: translateY(224px);
}
main .box.career .timeline .in-tl dl:nth-child(2) {
  transform: translateY(64px);
}
main .box.career .timeline .in-tl dl:nth-child(3) {
  transform: translateY(-96px);
}
main .box.career .timeline .in-tl dl::before {
  content: "";
  width: 18px;
  height: 18px;
  background-color: #51489d;
  border-radius: 9px;
  position: absolute;
  top: 6px;
  left: 0px;
}
main .box.career .timeline .in-tl dl dt {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.025em;
  font-feature-settings: "palt";
  margin-bottom: 10px;
}
main .box.career .timeline .in-tl dl dd {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.8rem;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  text-align: justify;
}
main .box.career .timeline .in-tl.two dl {
  width: 50%;
}
main .box.career .timeline .in-tl.two dl:nth-child(2) {
  transform: translateY(-18px);
}
main .box.int-foot {
  width: 100%;
  max-width: 100%;
}
main .box.int-foot.on h4 span {
  opacity: 1;
}
main .box.int-foot h4 {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: flex-start;
  position: absolute;
  left: calc(50% - 540px);
  top: -25px;
}
main .box.int-foot h4 span {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.2em;
  font-feature-settings: "palt";
  font-feature-settings: "palt";
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  background-color: #FFF;
  padding: 0 5px;
  display: inline-block;
  opacity: 0;
}
main .box.int-foot h4 span:not(:last-child) {
  margin: 0 0 0 25px;
}
main .box.int-foot h4 span:nth-child(1) {
  transition: opacity 0.3s ease-in 0.5s;
}
main .box.int-foot h4 span:nth-child(2) {
  transition: opacity 0.3s ease-in 0.75s;
}
main .box.int-foot h4 span:nth-child(3) {
  transition: opacity 0.3s ease-in 1s;
}
main .box.int-foot h4 span:nth-child(4) {
  transition: opacity 0.3s ease-in 1.25s;
}
main .box.int-foot h4 span:nth-child(5) {
  transition: opacity 0.3s ease-in 1.5s;
}
main .box.int-foot h4 span _:lang(x)::-internal-media-controls-overlay-cast-button, main .box.int-foot h4 span sub {
  transform: translateX(0.6rem);
  display: inline-block;
}
main .box.int-foot .photo {
  width: 100%;
}
main .cat-link {
  width: 100%;
  padding: 100px 0;
}
main .cat-link .inner {
  width: 1080px;
  margin: 0 auto;
}
main .cat-link .inner h4 {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 5rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  margin-bottom: 100px;
}
main .cat-link .inner .link-int {
  width: 100%;
  margin-bottom: 60px;
  position: relative;
}
main .cat-link .inner .link-int .in-link-int {
  width: 100%;
  overflow: hidden;
}
main .cat-link .inner .link-int .in-link-int .swiper-wrapper {
  align-items: stretch !important;
}
main .cat-link .inner .link-int .in-link-int .swiper-wrapper .swiper-slide {
  height: auto;
}
main .cat-link .inner .link-int .in-link-int .swiper-wrapper .swiper-slide a {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  background-color: #51489d;
  border-radius: 5px;
  transition: all 0.25s ease-in 0s;
}
main .cat-link .inner .link-int .in-link-int .swiper-wrapper .swiper-slide a div {
  width: 100%;
}
main .cat-link .inner .link-int .in-link-int .swiper-wrapper .swiper-slide a div img {
  border-radius: 5px 5px 0 0;
}
main .cat-link .inner .link-int .in-link-int .swiper-wrapper .swiper-slide a dl {
  text-align: left;
  width: 100%;
  padding: 15px 25px;
  box-sizing: border-box;
  transition: all 0.25s ease-in 0s;
}
main .cat-link .inner .link-int .in-link-int .swiper-wrapper .swiper-slide a dl dt {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.8rem;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
main .cat-link .inner .link-int .in-link-int .swiper-wrapper .swiper-slide a dl dt:not(:last-child) {
  margin-bottom: 10px;
}
main .cat-link .inner .link-int .in-link-int .swiper-wrapper .swiper-slide a dl dd {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.075em;
  font-feature-settings: "palt";
}
main .cat-link .inner .link-int .in-link-int .swiper-wrapper .swiper-slide a dl dd:not(:last-child) {
  margin-bottom: 10px;
}
main .cat-link .inner .link-int .in-link-int .swiper-wrapper .swiper-slide a:hover {
  background-color: #907aa8;
}
main .cat-link .inner .link-int .in-link-int .swiper-wrapper .swiper-slide a:hover div {
  opacity: 0.8;
}
main .cat-link .inner .link-int .arrow {
  width: 40px;
  height: 40px;
  background-color: #000;
  background-image: url(https://www.daifuku.com/jp/employment/common/images/triangle.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 8px 12px;
  text-align: left;
  text-indent: 999%;
  line-height: 1;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  border-radius: 20px;
  position: absolute;
  z-index: 3;
  top: calc(50% - 20px);
  transition: all 0.25s ease-in 0s;
}
main .cat-link .inner .link-int .arrow:hover {
  background-color: #f7931e;
}
main .cat-link .inner .link-int .arrow.prev {
  left: -20px;
}
main .cat-link .inner .link-int .arrow.next {
  right: -20px;
  transform: rotate(180deg);
}
main .cat-link .inner .banners {
  width: 100%;
}
main .cat-link .inner .banners .banner {
  width: 100%;
}
main .cat-link .inner .banners .banner:not(:last-child) {
  margin-bottom: 20px;
}
main .cat-link .inner .banners .banner a {
  text-align: left;
  width: 100%;
  padding: 10px 10px 10px 30px;
  background-color: #51489d;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  transition: all 0.25s ease-in 0s;
}
main .cat-link .inner .banners .banner a:hover {
  background-color: #907aa8;
}
main .cat-link .inner .banners .banner a dl.blank {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
main .cat-link .inner .banners .banner a dl.blank::after {
  content: "";
  width: 40px;
  height: 40px;
  margin-left: 10px;
  background-image: url(https://www.daifuku.com/jp/employment/work/interview/images/icon_blank.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
}
main .cat-link .inner .banners .banner a dl dt {
  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";
}
main .cat-link .inner .banners .banner a dl dt:not(:last-child) {
  margin-bottom: 10px;
}
main .cat-link .inner .banners .banner a dl dd {
  width: 84px;
  height: 28px;
  border: solid 1px #FFF;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
main .cat-link .inner .banners .banner a dl dd span {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
main .cat-link .inner .banners .banner a div {
  width: 800px;
}

/* --------------------------------------- Media Queries Smartphone ---------------------------------- */
@media screen and (max-width: 768px) {
  main .chead {
    padding: 200px 0 60px 0;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .chead.index {
    padding-top: 150px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
  }
  main .chead.index .inner {
    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: flex-start;
  }
  main .chead.index .inner::before {
    content: "";
    width: 150vw;
    height: 8px;
    background-color: #51489d;
    display: block;
    position: absolute;
    top: -50px;
    left: calc(50% - 75vw);
    z-index: -2;
    transform: rotate(30deg);
    transform-origin: center center;
    clip-path: inset(0 0 0 100%);
    transition: clip-path 0.5s ease-out 0.25s;
  }
  main .chead.index .inner::after {
    content: "";
    width: 200vw;
    height: 4px;
    background-color: #51489d;
    display: block;
    position: absolute;
    top: 300px;
    left: calc(50% - 100vw);
    z-index: -2;
    transform: rotate(-30deg);
    transform-origin: center center;
    clip-path: inset(0 0 0 100%);
    transition: clip-path 0.5s ease-out 0.5s;
  }
  main .chead.index .inner.on::before, main .chead.index .inner.on::after {
    clip-path: inset(0 0 0 0);
  }
  main .chead.index .inner.on .lead {
    opacity: 1;
  }
  main .chead.index .inner dl {
    margin-bottom: 30px;
  }
  main .chead.index .inner .lead {
    width: 100%;
    margin: 0px;
  }
  main .chead.index .inner .lead p {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2.8rem;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  main .chead.index .inner .lead p:not(:last-child) {
    margin-bottom: 10px;
  }
  main .chead.index .inner .lead p br {
    display: none;
  }
  main .chead .inner {
    width: calc(100% - 40px);
    min-width: calc(100% - 40px);
    max-width: 100%;
    order: 2;
  }
  main .chead .inner dl {
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .chead .inner dl dt {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
    font-feature-settings: "palt";
    margin-bottom: 10px;
  }
  main .chead .inner dl dd {
    background-color: #51489d;
    display: inline-block;
  }
  main .chead .inner dl dd span {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.2em;
    font-feature-settings: "palt";
    padding: 5px;
  }
  main .chead .inner h3 {
    margin-bottom: 40px;
  }
  main .chead .inner h3 > span {
    padding: 0px;
    background-color: transparent;
    display: inline-block;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .chead .inner h3 > span:not(:last-child) {
    margin-bottom: 5px;
  }
  main .chead .inner h3 > span span {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.2em;
    font-feature-settings: "palt";
    padding: 5px;
    background-color: #FFF;
    display: inline-block;
  }
  main .chead .inner h3 > span span:not(:last-child) {
    margin-bottom: 5px;
  }
  main .chead .inner .profile {
    width: 100%;
    position: relative;
  }
  main .chead .inner .profile.wide {
    width: 100%;
  }
  main .chead .inner .profile::after {
    width: 55px;
    height: 65px;
    left: auto;
    bottom: auto;
    top: -60px;
    right: 40px;
  }
  main .chead .inner .profile p:not(:last-child) {
    margin-bottom: 10px;
  }
  main .chead .inner .profile p:nth-child(1) {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2.4rem;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  main .chead .inner .profile p:nth-child(2) {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2.4rem;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  main .chead .inner .profile p:nth-child(2) sub {
    font-size: 1.2rem;
    margin: 0 0 0 5px;
    display: inline-block;
  }
  main .chead .inner .profile p:nth-child(3) {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 2.2rem;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  main .chead .visual {
    width: 150vw;
    position: absolute;
    top: 40px;
    left: calc(50% - 280px);
    z-index: -1;
  }
  main .chead .visual::before {
    height: 4px;
    top: -2px;
  }
  main .chead .visual::after {
    height: 2px;
    top: calc(100% - 1px);
  }
  main .int-link {
    width: calc(100% - 30px);
    min-width: calc(100% - 30px);
    max-width: calc(100% - 30px);
    background-color: transparent;
    padding: 0px;
    margin: 0 auto;
  }
  main .int-link .link {
    width: 50%;
    padding: 5px;
    opacity: 0;
  }
  main .int-link .link:nth-child(1) {
    transition: opacity 0.75s ease-out 0.1s;
  }
  main .int-link .link:nth-child(2) {
    transition: opacity 0.75s ease-out 0.2s;
  }
  main .int-link .link:nth-child(3) {
    transition: opacity 0.75s ease-out 0.3s;
  }
  main .int-link .link:nth-child(4) {
    transition: opacity 0.75s ease-out 0.4s;
  }
  main .int-link .link:nth-child(5) {
    transition: opacity 0.75s ease-out 0.5s;
  }
  main .int-link .link:nth-child(6) {
    transition: opacity 0.75s ease-out 0.6s;
  }
  main .int-link .link:nth-child(7) {
    transition: opacity 0.75s ease-out 0.7s;
  }
  main .int-link .link:nth-child(8) {
    transition: opacity 0.75s ease-out 0.8s;
  }
  main .int-link .link:nth-child(9) {
    transition: opacity 0.75s ease-out 0.9s;
  }
  main .int-link .link:nth-child(10) {
    transition: opacity 0.75s ease-out 1s;
  }
  main .int-link .link:nth-child(11) {
    transition: opacity 0.75s ease-out 1.1s;
  }
  main .int-link .link:nth-child(12) {
    transition: opacity 0.75s ease-out 1.2s;
  }
  main .int-link .link:nth-child(13) {
    transition: opacity 0.75s ease-out 1.3s;
  }
  main .int-link .link:nth-child(14) {
    transition: opacity 0.75s ease-out 1.4s;
  }
  main .int-link .link:nth-child(15) {
    transition: opacity 0.75s ease-out 1.5s;
  }
  main .int-link .link a {
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .int-link .link a div {
    width: 100%;
    transition: all 0.25s ease-in 0s;
  }
  main .int-link .link a div img {
    border-radius: 3px 3px 0 0;
  }
  main .int-link .link a dl {
    text-align: left;
    width: 100%;
    height: 100%;
    padding: 10px 15px 15px 15px;
    background-color: #51489d;
    border-radius: 0 0 3px 3px;
    box-sizing: border-box;
    transition: all 0.25s ease-in 0s;
  }
  main .int-link .link a dl dt {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.8rem;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    margin-bottom: 5px;
  }
  main .int-link .link a dl dd {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.075em;
    font-feature-settings: "palt";
  }
  main .int-link .link a:hover div {
    opacity: 0.8;
  }
  main .int-link .link a:hover dl {
    background-color: #907aa8;
  }
  main .box {
    width: calc(100% - 40px);
    min-width: calc(100% - 80px);
    max-width: 100%;
  }
  main .box.int {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .box.int:not(:last-child) {
    margin-bottom: 50px;
  }
  main .box.int .inner {
    width: 100%;
  }
  main .box.int .inner h4 {
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .box.int .inner h4 span {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.025em;
    font-feature-settings: "palt";
  }
  main .box.int .inner h5 {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 600;
    line-height: 3.6rem;
    letter-spacing: 0.025em;
    font-feature-settings: "palt";
    margin-bottom: 20px;
  }
  main .box.int .inner h5 br {
    display: none;
  }
  main .box.int .inner h5 br.brsp {
    display: block;
  }
  main .box.int .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";
    text-align: justify;
  }
  main .box.int .inner .text p:not(:last-child) {
    margin-bottom: 10px;
  }
  main .box.int .inner .text p.notice {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 2rem;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  main .box.photo {
    width: 100%;
    margin: 0 auto;
  }
  main .box.photo:not(:last-child) {
    margin-bottom: 50px;
  }
  main .box.career:not(:last-child) {
    margin-bottom: 50px;
  }
  main .box.career::before {
    height: 2px;
    top: 160px;
    right: calc(50% - 50vw);
    transform-origin: right center;
  }
  main .box.career .pset {
    width: 100%;
    margin-bottom: 80px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  main .box.career .pset div {
    width: calc(50% - 5px);
  }
  main .box.career .pset div:not(:last-child) {
    margin-bottom: 0px;
  }
  main .box.career .timeline {
    width: 100%;
    max-width: 335px;
    padding-bottom: 77px;
    margin: 0 auto;
    position: relative;
  }
  main .box.career .timeline::before {
    content: "";
    width: 125vw;
    height: 2px;
    background-color: #51489d;
    display: block;
    position: absolute;
    top: 0px;
    left: calc(50% - 62.5vw);
    z-index: -1;
    transform: rotate(-30deg);
    transform-origin: center center;
  }
  main .box.career .timeline h5 {
    color: #51489d;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.025em;
    font-feature-settings: "palt";
    left: -10px;
    top: calc(77px - 1.6rem);
  }
  main .box.career .timeline .in-tl {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  main .box.career .timeline .in-tl dl {
    width: calc((100% - 40px) / 3);
    padding: 40px 0 0 0;
    position: relative;
    box-sizing: border-box;
  }
  main .box.career .timeline .in-tl dl:nth-child(1) {
    transform: translateY(77px);
  }
  main .box.career .timeline .in-tl dl:nth-child(2) {
    transform: translateY(9px);
  }
  main .box.career .timeline .in-tl dl:nth-child(3) {
    transform: translateY(-59px);
  }
  main .box.career .timeline .in-tl dl::before {
    content: "";
    width: 18px;
    height: 18px;
    background-color: #51489d;
    border-radius: 9px;
    position: absolute;
    top: 6px;
    left: 0px;
  }
  main .box.career .timeline .in-tl dl dt {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.025em;
    font-feature-settings: "palt";
    margin-bottom: 10px;
  }
  main .box.career .timeline .in-tl dl dd {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 2.2rem;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    text-align: justify;
  }
  main .box.career .timeline .in-tl.two dl {
    width: calc((100% - 20px) / 2);
  }
  main .box.career .timeline .in-tl.two dl:nth-child(2) {
    transform: translateY(-24px);
  }
  main .box.int-foot {
    width: 100%;
    max-width: 100%;
    padding: 20px 0 0 0;
  }
  main .box.int-foot h4 {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: flex-start;
    position: absolute;
    left: 20px;
    top: 0px;
  }
  main .box.int-foot h4 span {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.1em;
    font-feature-settings: "palt";
  }
  main .box.int-foot h4 span:not(:last-child) {
    margin: 0 0 0 10px;
  }
  main .cat-link {
    padding: 50px 0;
  }
  main .cat-link.index {
    padding-top: 45px;
  }
  main .cat-link.index .inner .banners {
    width: calc(100% - 40px);
  }
  main .cat-link.index .inner .banners .banner {
    width: 100%;
  }
  main .cat-link.index .inner .banners .banner a {
    height: 100%;
    padding: 0px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
  main .cat-link.index .inner .banners .banner a dl {
    width: 100%;
    height: auto;
    padding: 15px;
    order: 2;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
  }
  main .cat-link.index .inner .banners .banner a dl dt:not(:last-child) {
    margin-bottom: 0px;
  }
  main .cat-link.index .inner .banners .banner a dl dd {
    width: calc(50% - 20px);
    margin: 0px;
  }
  main .cat-link .inner {
    width: 100%;
    margin: 0 auto;
  }
  main .cat-link .inner h4 {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 3rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.05em;
    font-feature-settings: "palt";
    margin-bottom: 50px;
  }
  main .cat-link .inner .link-int {
    margin-bottom: 30px;
  }
  main .cat-link .inner .link-int .in-link-int .swiper-wrapper .swiper-slide a {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .cat-link .inner .link-int .in-link-int .swiper-wrapper .swiper-slide a div {
    width: 100%;
  }
  main .cat-link .inner .link-int .in-link-int .swiper-wrapper .swiper-slide a div img {
    border-radius: 0px;
  }
  main .cat-link .inner .link-int .in-link-int .swiper-wrapper .swiper-slide a dl {
    padding: 10px 20px;
  }
  main .cat-link .inner .link-int .in-link-int .swiper-wrapper .swiper-slide a dl dt {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.8rem;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    margin-bottom: 10px;
  }
  main .cat-link .inner .link-int .in-link-int .swiper-wrapper .swiper-slide a dl dd {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.075em;
    font-feature-settings: "palt";
  }
  main .cat-link .inner .link-int .in-link-int .swiper-wrapper .swiper-slide a:hover {
    background-color: #51489d;
  }
  main .cat-link .inner .link-int .in-link-int .swiper-wrapper .swiper-slide a:hover div {
    opacity: 1;
  }
  main .cat-link .inner .link-int .arrow {
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 6px 9px;
    border-radius: 12px;
    top: calc(50% - 12px);
  }
  main .cat-link .inner .link-int .arrow.next {
    right: 10px;
  }
  main .cat-link .inner .link-int .arrow.prev {
    left: 10px;
  }
  main .cat-link .inner .banners {
    width: calc(100% - 40px);
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
  }
  main .cat-link .inner .banners .banner {
    width: calc(50% - 5px);
    margin: 0;
  }
  main .cat-link .inner .banners .banner:not(:last-child) {
    margin-bottom: 10px;
  }
  main .cat-link .inner .banners .banner:last-child {
    width: 100%;
  }
  main .cat-link .inner .banners .banner a {
    height: 100%;
    padding: 0px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .cat-link .inner .banners .banner a dl {
    width: 100%;
    height: 100%;
    padding: 15px;
    order: 2;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .cat-link .inner .banners .banner a dl.blank {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  main .cat-link .inner .banners .banner a dl.blank::after {
    width: 30px;
    height: 30px;
  }
  main .cat-link .inner .banners .banner a dl dt {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2.4rem;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  main .cat-link .inner .banners .banner a dl dd {
    width: 100%;
    height: 20px;
    margin-top: auto;
  }
  main .cat-link .inner .banners .banner a dl dd span {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  main .cat-link .inner .banners .banner a div {
    width: 100%;
    order: 1;
  }
}

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