@import url("https://use.typekit.net/xlb3nos.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&amp;display=swap");
main {
  width: 100%;
  position: relative;
  overflow: hidden;
}
main .chead {
  text-align: left;
  width: 100%;
  padding: 582px 0 80px 0;
  position: relative;
}
main .chead .inner {
  width: calc(100% - 240px);
  min-width: 900px;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
main .chead .inner.on dl {
  opacity: 1;
}
main .chead .inner.on .text h3 {
  opacity: 1;
}
main .chead .inner.on .text .lead {
  opacity: 1;
}
main .chead .inner dl {
  margin-bottom: 80px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  opacity: 0;
  transition: opacity 0.5s ease-in 0s;
  order: 2;
  position: relative;
  transform: translateY(60px);
}
main .chead .inner dl dt {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  background-color: rgba(81, 72, 157, 0.95);
  padding: 5px;
  margin-bottom: 10px;
  display: inline-block;
}
main .chead .inner dl dd {
  background-color: #51489d;
  display: inline-block;
}
main .chead .inner dl dd:not(:last-child) {
  margin-bottom: 10px;
}
main .chead .inner dl dd span {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.2em;
  font-feature-settings: "palt";
  background-color: rgba(81, 72, 157, 0.95);
  padding: 5px;
  display: inline-block;
}
main .chead .inner dl dd strong {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.2em;
  font-feature-settings: "palt";
  background-color: rgba(81, 72, 157, 0.95);
  padding: 5px;
  display: inline-block;
}
main .chead .inner .text {
  order: 1;
}
main .chead .inner .text h3 {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  opacity: 0;
  transition: opacity 0.5s ease-in 0.3s;
}
main .chead .inner .text 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 .text h3 > span:not(:last-child) {
  margin-bottom: 10px;
}
main .chead .inner .text h3 > span.sp {
  display: none;
}
main .chead .inner .text .lead {
  width: 320px;
  opacity: 0;
  transition: opacity 0.5s ease-in 0.6s;
}
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";
  font-feature-settings: "palt";
}
main .chead .inner .text .lead p:not(:last-child) {
  margin-bottom: 20px;
}
main .chead .visual {
  width: 1340px;
  position: absolute;
  top: -60px;
  left: calc(50% - 740px);
  z-index: -1;
}
main .chead .visual.on div::before {
  clip-path: inset(0 0 0 0);
}
main .chead .visual.on div::after {
  clip-path: inset(0 0 0 0);
}
main .chead .visual.on div 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 50%);
}
main .chead .visual div {
  width: 100%;
}
main .chead .visual div::before {
  content: "";
  width: 200vw;
  height: 4px;
  background-color: #51489d;
  display: block;
  position: absolute;
  top: -2px;
  left: calc(50% - 100vw);
  z-index: 1;
  transform: rotate(-30deg);
  transform-origin: center center;
  clip-path: inset(0 0 0 100%);
  transition: clip-path 0.5s ease-out 0s;
}
main .chead .visual div::after {
  content: "";
  width: 200vw;
  height: 8px;
  background-color: #51489d;
  display: block;
  position: absolute;
  top: calc(100% - 4px);
  left: calc(50% - 100vw);
  z-index: 1;
  transform: rotate(30deg);
  transform-origin: center center;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.5s ease-out 0.5s;
}
main .chead .visual div 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.75s;
}
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 50%);
  transition: clip-path 0.5s ease-out 1s;
}
main .profile {
  width: calc(100% - 240px);
  min-width: 900px;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  transition: all 0.25s ease-in 0s;
  opacity: 0;
}
main .profile.on {
  opacity: 1;
}
main .profile:not(:last-child) {
  margin-bottom: 100px;
}
main .profile dl {
  text-align: left;
  width: calc((100% - 80px) / 3);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
main .profile dl dt {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
main .profile dl dt div:nth-child(1) {
  width: 50px;
}
main .profile dl dt div:nth-child(1) img {
  width: 100%;
  border-radius: 30px;
}
main .profile dl dt div:nth-child(2) {
  width: calc(100% - 65px);
}
main .profile dl dt div:nth-child(2) p:nth-child(1) {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 3rem;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  margin-bottom: 10px;
}
main .profile dl dt div:nth-child(2) p:nth-child(2) span:nth-child(1) {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
main .profile dl dt div:nth-child(2) p:nth-child(2) span:nth-child(2) {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  margin: 0 0 0 10px;
}
main .profile dl dd p {
  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 {
  text-align: left;
  width: calc(100% - 240px);
  min-width: 900px;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  transition: opacity 0.5s ease-in 0s;
  opacity: 0;
}
main .box.on {
  opacity: 1;
}
main .box.on.photoset::after {
  clip-path: inset(0 0 0 0);
}
main .box.on.photoset div img {
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
main .box.on.talk.line .inner .combo .photo img {
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
main .box.on.talk.line .inner .combo .text + .photo::after {
  clip-path: inset(0 0 0 0%);
}
main .box.on.talk.line .inner .combo .text + .photo img {
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
main .box.photoset {
  height: 425px;
  position: relative;
}
main .box.photoset:not(:last-child) {
  margin-bottom: 180px;
}
main .box.photoset::after {
  content: "";
  width: 200vw;
  height: 4px;
  background-color: #51489d;
  display: block;
  position: absolute;
  top: 50%;
  left: calc(50% - 100vw);
  z-index: 1;
  transform: rotate(-30deg);
  transform-origin: center center;
  transition: clip-path 0.5s ease-out 0.25s;
  clip-path: inset(0 100% 0 0);
}
main .box.photoset div {
  position: absolute;
}
main .box.photoset div:nth-child(1) {
  width: 730px;
  top: 80px;
  left: calc(50% - 730px - 140px);
}
main .box.photoset div:nth-child(1) img {
  transition: clip-path 0.5s ease-out 0.5s;
}
main .box.photoset div:nth-child(2) {
  width: 430px;
  top: 0px;
  left: calc(50% + 155px);
}
main .box.photoset div:nth-child(2) img {
  transition: clip-path 0.5s ease-out 1s;
}
main .box.photoset div img {
  clip-path: polygon(100% 50%, 100% 50%, 100% 50%, 100% 50%);
}
main .box.talk:not(:last-child) {
  margin-bottom: 100px;
}
main .box.talk.line .inner {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
main .box.talk.line .inner .combo {
  width: calc(50% - 30px);
  position: relative;
}
main .box.talk.line .inner .combo:nth-child(2) {
  padding-top: 250px;
}
main .box.talk.line .inner .combo.pt {
  padding-top: 400px;
}
main .box.talk.line .inner .combo.deco::before {
  content: "";
  width: 200vw;
  height: 4px;
  background-color: #51489d;
  display: block;
  position: absolute;
  top: 0;
  left: calc(50% - 100vw);
  z-index: -2;
  transform: rotate(30deg);
  transform-origin: center center;
  transition: clip-path 0.5s ease-out 0.25s;
}
main .box.talk.line .inner .combo.small {
  padding-top: 500px;
}
main .box.talk.line .inner .combo.small .photo {
  width: 560px;
  top: 30px;
  left: 0px;
}
main .box.talk.line .inner .combo .photo {
  width: 940px;
  position: absolute;
  top: -355px;
  left: -130px;
}
main .box.talk.line .inner .combo .photo img {
  clip-path: polygon(100% 50%, 100% 50%, 100% 50%, 100% 50%);
  transition: clip-path 0.5s ease-out 0.25s;
}
main .box.talk.line .inner .combo .text:not(:last-child) {
  margin-bottom: 300px;
}
main .box.talk.line .inner .combo .text.mb {
  margin-bottom: 150px;
}
main .box.talk.line .inner .combo .text + .photo {
  width: 750px;
  position: relative;
  top: auto;
  left: -250px;
}
main .box.talk.line .inner .combo .text + .photo::after {
  content: "";
  width: 200vw;
  height: 8px;
  background-color: #51489d;
  display: block;
  position: absolute;
  top: 0;
  left: calc(50% - 100vw);
  z-index: 1;
  transform: rotate(30deg);
  transform-origin: center center;
  clip-path: inset(0 0 0 100%);
  transition: clip-path 0.5s ease-out 1s;
}
main .box.talk.line .inner .combo .text + .photo.large {
  width: 1000px;
  left: -250px;
}
main .box.talk.line .inner .combo .text + .photo img {
  clip-path: polygon(100% 50%, 100% 50%, 100% 50%, 100% 50%);
  transition: clip-path 0.5s ease-out 1.25s;
}
main .box.talk.single {
  width: calc(100% - 160px);
  min-width: 980px;
  max-width: 1080px;
}
main .box.talk.single .inner {
  width: 100%;
  padding: 0 40px 40px 40px;
  background-color: #FFF;
}
main .box.talk.single .inner .textset {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
main .box.talk.single .inner .textset > div {
  width: calc(50% - 20px);
}
main .box.talk.single .inner .textset > div 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.talk.single .inner .textset > div P:not(:last-child) {
  margin-bottom: 0px;
}
main .box.talk .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.talk .inner .text dl {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
main .box.talk .inner .text dl:not(:last-child) {
  margin-bottom: 40px;
}
main .box.talk .inner .text dl dt {
  width: 60px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
main .box.talk .inner .text dl dt::before {
  content: "";
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 5px;
  border-radius: 30px;
  display: block;
}
main .box.talk .inner .text dl dt p {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 3.2rem;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
main .box.talk .inner .text dl dt.ap1::before {
  background-image: url(https://www.daifuku.com/jp/employment/work/project/images/automotive/icon_to.jpg);
}
main .box.talk .inner .text dl dt.ap2::before {
  background-image: url(https://www.daifuku.com/jp/employment/work/project/images/automotive/icon_sm.jpg);
}
main .box.talk .inner .text dl dt.ap3::before {
  background-image: url(https://www.daifuku.com/jp/employment/work/project/images/automotive/icon_yn.jpg);
}
main .box.talk .inner .text dl dt.cp1::before {
  background-image: url(https://www.daifuku.com/jp/employment/work/project/images/cleanroom/icon_rn.jpg);
}
main .box.talk .inner .text dl dt.cp2::before {
  background-image: url(https://www.daifuku.com/jp/employment/work/project/images/cleanroom/icon_hs.jpg);
}
main .box.talk .inner .text dl dt.cp3::before {
  background-image: url(https://www.daifuku.com/jp/employment/work/project/images/cleanroom/icon_rt.jpg);
}
main .box.talk .inner .text dl dd {
  width: calc(100% - 80px);
  padding: 0px;
  margin: 0 0 0 20px;
  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.talk .inner .text dl dd.default {
  text-align: left;
}
main .box.talk .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.talk .inner .text p:not(:last-child) {
  margin-bottom: 0px;
}
main .box.lphoto {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin: -28.15vw auto 0 auto;
  z-index: -1;
}
main .box.lphoto:not(:last-child) {
  margin-bottom: 100px;
}
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: 20px;
}
main .cat-link .inner h5 {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  margin-bottom: 60px;
}
main .cat-link .inner .banners {
  width: 100%;
}
main .cat-link .inner .banners:not(:last-child) {
  margin-bottom: 80px;
}
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:nth-child(2) a::after {
  right: 560px;
}
main .cat-link .inner .banners .banner:nth-child(2) a dl {
  order: 1;
  padding: 0 65px 0 40px;
}
main .cat-link .inner .banners .banner:nth-child(2) a dl dd.member {
  right: 20px;
}
main .cat-link .inner .banners .banner:nth-child(2) a div {
  order: 2;
}
main .cat-link .inner .banners .banner a {
  text-align: left;
  width: 100%;
  padding: 10px;
  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;
  position: relative;
}
main .cat-link .inner .banners .banner a::after {
  content: "VIEW MORE";
  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";
  width: 84px;
  height: 28px;
  border: solid 1px #FFF;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 20px;
  bottom: 10px;
}
main .cat-link .inner .banners .banner a:hover {
  background-color: #7b75b5;
}
main .cat-link .inner .banners .banner a dl {
  width: calc(100% - 530px);
  padding: 0 55px 0 50px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  box-sizing: border-box;
}
main .cat-link .inner .banners .banner a dl dt {
  color: rgba(81, 72, 157, 0.95);
  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: 5px;
  margin-bottom: 20px;
  background-color: #FFF;
}
main .cat-link .inner .banners .banner a dl dd {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 3.8rem;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}
main .cat-link .inner .banners .banner a dl dd.member {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  position: absolute;
  right: 10px;
  top: 6px;
}
main .cat-link .inner .banners .banner a dl.cs {
  padding: 0 55px 0 50px;
}
main .cat-link .inner .banners .banner a dl.cs dd {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 3.8rem;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}
main .cat-link .inner .banners .banner a div {
  width: 530px;
}

/* --------------------------------------- Media Queries Smartphone ---------------------------------- */
@media screen and (max-width: 768px) {
  main .chead {
    padding: 300px 0 40px 0;
  }
  main .chead .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 .inner.on dl {
    opacity: 1;
  }
  main .chead .inner.on .text h3 {
    opacity: 1;
  }
  main .chead .inner.on .text .lead {
    opacity: 1;
  }
  main .chead .inner dl {
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    transform: translateY(0px);
  }
  main .chead .inner dl dt {
    color: #FFF;
    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";
    background-color: rgba(81, 72, 157, 0.95);
    padding: 5px;
    margin-bottom: 10px;
    display: inline-block;
  }
  main .chead .inner dl dd {
    background-color: #51489d;
    display: inline-block;
  }
  main .chead .inner dl dd:not(:last-child) {
    margin-bottom: 10px;
  }
  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";
    background-color: rgba(81, 72, 157, 0.95);
    padding: 5px;
    display: inline-block;
  }
  main .chead .inner dl dd strong {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.2em;
    font-feature-settings: "palt";
    background-color: rgba(81, 72, 157, 0.95);
    padding: 5px;
    display: inline-block;
  }
  main .chead .inner .text {
    order: 2;
  }
  main .chead .inner .text h3 {
    margin-bottom: 20px;
  }
  main .chead .inner .text h3 > span {
    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 h3 > span:not(:last-child) {
    margin-bottom: 10px;
  }
  main .chead .inner .text 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.1em;
    font-feature-settings: "palt";
    padding: 0px;
    background-color: #FFF;
    display: inline-block;
  }
  main .chead .inner .text h3 > span span:not(:last-child) {
    margin-bottom: 10px;
  }
  main .chead .inner .text h3.change > span {
    display: none;
  }
  main .chead .inner .text h3.change > span.sp {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  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 .inner .text .lead p:not(:last-child) {
    margin-bottom: 10px;
  }
  main .chead .visual {
    width: 650px;
    position: absolute;
    top: -20px;
    left: calc(50% - 325px);
    z-index: -1;
  }
  main .profile {
    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 .profile:not(:last-child) {
    margin-bottom: 50px;
  }
  main .profile dl {
    text-align: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .profile dl:not(:last-child) {
    margin-bottom: 20px;
  }
  main .profile dl dt {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
  }
  main .profile dl dt div:nth-child(1) {
    width: 50px;
  }
  main .profile dl dt div:nth-child(1) img {
    width: 100%;
    border-radius: 30px;
  }
  main .profile dl dt div:nth-child(2) {
    width: calc(100% - 65px);
  }
  main .profile dl dt div:nth-child(2) 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";
    margin-bottom: 0px;
  }
  main .profile dl dt div:nth-child(2) p:nth-child(2) span: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 .profile dl dt div:nth-child(2) p:nth-child(2) span:nth-child(2) {
    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";
    margin: 0 0 0 10px;
  }
  main .profile dl dd p {
    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 .box {
    width: calc(100% - 40px);
    min-width: calc(100% - 40px);
    max-width: calc(100% - 40px);
  }
  main .box.on {
    opacity: 1;
  }
  main .box.on.photoset::after, main .box.on.photoset::before {
    clip-path: inset(0 0 0 0);
  }
  main .box.on.photoset:not(:last-child) {
    margin-bottom: 120px;
  }
  main .box.on.photoset div img {
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  }
  main .box.on.photoset div.spp img {
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  }
  main .box.on.talk.line .inner .combo .photo img {
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  }
  main .box.on.talk.line .inner .combo .text + .photo::before {
    clip-path: inset(0 0 0 0%);
  }
  main .box.on.talk.line .inner .combo .text + .photo::after {
    clip-path: inset(0 0 0 0%);
  }
  main .box.on.talk.line .inner .combo .text + .photo img {
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  }
  main .box.photoset {
    width: 100%;
    height: 250px;
    position: relative;
  }
  main .box.photoset:not(:last-child) {
    margin-bottom: 80px;
  }
  main .box.photoset::after {
    content: "";
    width: 200vw;
    height: 4px;
    background-color: #51489d;
    display: block;
    position: absolute;
    top: calc(100% - 35px);
    left: calc(50% - 100vw);
    z-index: 1;
    transform: rotate(-30deg);
    transform-origin: center center;
    transition: clip-path 0.5s ease-out 0.25s;
    clip-path: inset(0 100% 0 0);
  }
  main .box.photoset::before {
    content: "";
    width: 200vw;
    height: 4px;
    background-color: #51489d;
    display: block;
    position: absolute;
    top: calc(50% - 50px);
    left: calc(50% - 100vw);
    z-index: 1;
    transform: rotate(30deg);
    transform-origin: center center;
    transition: clip-path 0.5s ease-out 0.5s;
    clip-path: inset(0 100% 0 0);
  }
  main .box.photoset div {
    position: absolute;
  }
  main .box.photoset div:nth-child(1) {
    width: 420px;
    top: 25px;
    left: calc(50% - 300px);
  }
  main .box.photoset div:nth-child(1) img {
    transition: clip-path 0.5s ease-out 0.5s;
  }
  main .box.photoset div:nth-child(2) {
    width: 215px;
    top: calc(50% + 20px);
    left: calc(50% + 15px);
  }
  main .box.talk:not(:last-child) {
    margin-bottom: 50px;
  }
  main .box.talk.line .inner {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .box.talk.line .inner .combo {
    width: 100%;
    position: relative;
  }
  main .box.talk.line .inner .combo:nth-child(2) {
    padding-top: 150px;
  }
  main .box.talk.line .inner .combo:nth-child(2) .photo::before {
    content: "";
    width: 200vw;
    height: 4px;
    background-color: #51489d;
    display: block;
    position: absolute;
    top: 0;
    left: calc(50% - 100vw);
    z-index: 1;
    transform: rotate(-30deg);
    transform-origin: center center;
    transition: clip-path 0.5s ease-out 0.25s;
  }
  main .box.talk.line .inner .combo.pt {
    padding-top: 150px;
  }
  main .box.talk.line .inner .combo.deco {
    padding-top: 75px;
  }
  main .box.talk.line .inner .combo.deco::before {
    content: "";
    width: 200vw;
    height: 4px;
    background-color: #51489d;
    display: block;
    position: absolute;
    top: -55px;
    left: calc(50% - 100vw);
    z-index: 1;
    transform: rotate(30deg);
    transform-origin: center center;
    transition: clip-path 0.5s ease-out 0.25s;
  }
  main .box.talk.line .inner .combo.deco.small {
    padding-top: 100px;
  }
  main .box.talk.line .inner .combo.deco.small .photo {
    top: -110px;
    left: calc(50% - 235px);
  }
  main .box.talk.line .inner .combo.deco.small .photo::before {
    content: none;
  }
  main .box.talk.line .inner .combo.small {
    padding-top: 500px;
  }
  main .box.talk.line .inner .combo.small .photo {
    width: 280px;
    top: 30px;
    left: 0px;
  }
  main .box.talk.line .inner .combo .photo {
    width: 375px;
    position: absolute;
    top: -110px;
    left: calc(50% - 90px);
  }
  main .box.talk.line .inner .combo .photo.pcp {
    display: none;
  }
  main .box.talk.line .inner .combo .photo img {
    clip-path: polygon(100% 50%, 100% 50%, 100% 50%, 100% 50%);
    transition: clip-path 0.5s ease-out 1s;
  }
  main .box.talk.line .inner .combo .text:not(:last-child) {
    margin-bottom: 80px;
  }
  main .box.talk.line .inner .combo .text.mb {
    margin-bottom: 50px;
  }
  main .box.talk.line .inner .combo .text + .photo {
    width: 375px;
    top: auto;
    left: calc(50% - 275px);
  }
  main .box.talk.line .inner .combo .text + .photo::before {
    content: "";
    width: 200vw;
    height: 4px;
    background-color: #51489d;
    display: block;
    position: absolute;
    top: 100%;
    left: calc(50% - 100vw);
    z-index: 1;
    transform: rotate(-30deg);
    transform-origin: center center;
    clip-path: inset(0 0 0 100%);
    transition: clip-path 0.5s ease-out 1.5s;
  }
  main .box.talk.line .inner .combo .text + .photo::after {
    content: "";
    width: 200vw;
    height: 8px;
    background-color: #51489d;
    display: block;
    position: absolute;
    top: 0;
    left: calc(50% - 100vw);
    z-index: 1;
    transform: rotate(30deg);
    transform-origin: center center;
    clip-path: inset(0 0 0 100%);
    transition: clip-path 0.5s ease-out 1s;
  }
  main .box.talk.line .inner .combo .text + .photo.large {
    width: 375px;
    left: calc(50% - 100px);
  }
  main .box.talk.line .inner .combo .text + .photo.large::before {
    content: none;
  }
  main .box.talk.line .inner .combo .text + .photo.large::after {
    transform: rotate(-30deg);
  }
  main .box.talk.line .inner .combo .text + .photo img {
    clip-path: polygon(100% 50%, 100% 50%, 100% 50%, 100% 50%);
    transition: clip-path 0.5s ease-out 0.5s;
  }
  main .box.talk.single {
    width: calc(100% - 40px);
    min-width: calc(100% - 40px);
    max-width: calc(100% - 40px);
  }
  main .box.talk.single .inner {
    padding: 0px;
  }
  main .box.talk.single .inner .textset {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .box.talk.single .inner .textset > div {
    width: 100%;
  }
  main .box.talk.single .inner .textset > div 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 .box.talk.single .inner .textset > div P:not(:last-child) {
    margin-bottom: 0px;
  }
  main .box.talk .inner h5 {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 3.2rem;
    letter-spacing: 0.025em;
    font-feature-settings: "palt";
    margin-bottom: 20px;
  }
  main .box.talk .inner .text dl {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .box.talk .inner .text dl:not(:last-child) {
    margin-bottom: 20px;
  }
  main .box.talk .inner .text dl dt {
    width: 30px;
  }
  main .box.talk .inner .text dl dt::before {
    width: 30px;
    height: 30px;
    margin-bottom: 5px;
    border-radius: 15px;
  }
  main .box.talk .inner .text dl dt p {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  main .box.talk .inner .text dl dd {
    width: calc(100% - 50px);
    margin: 0 0 0 20px;
    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 .box.talk .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 .box.talk .inner .text p:not(:last-child) {
    margin-bottom: 0px;
  }
  main .box.lphoto {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin: 0 auto 0 auto;
    z-index: 0;
  }
  main .box.lphoto:not(:last-child) {
    margin-bottom: 50px;
  }
  main .cat-link {
    padding: 50px 0;
  }
  main .cat-link .inner {
    width: calc(100% - 40px);
    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: 10px;
  }
  main .cat-link .inner h5 {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    margin-bottom: 20px;
  }
  main .cat-link .inner .banners {
    width: 100%;
  }
  main .cat-link .inner .banners:not(:last-child) {
    margin-bottom: 40px;
  }
  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:nth-child(2) a::after {
    right: auto;
    order: 3;
  }
  main .cat-link .inner .banners .banner:nth-child(2) a dl {
    order: 2;
    padding: 15px;
  }
  main .cat-link .inner .banners .banner:nth-child(2) a dl dd.member {
    right: auto;
  }
  main .cat-link .inner .banners .banner:nth-child(2) a div {
    order: 1;
  }
  main .cat-link .inner .banners .banner a {
    text-align: left;
    width: 100%;
    padding: 0 0 15px 0;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .cat-link .inner .banners .banner a::after {
    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";
    width: 100px;
    height: 20px;
    position: relative;
    right: auto;
    bottom: auto;
    transform: translateX(15px);
  }
  main .cat-link .inner .banners .banner a:hover {
    background-color: #7b75b5;
  }
  main .cat-link .inner .banners .banner a dl {
    width: 100%;
    padding: 15px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    box-sizing: border-box;
  }
  main .cat-link .inner .banners .banner a dl dt {
    color: rgba(81, 72, 157, 0.95);
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    padding: 5px;
    margin-bottom: 10px;
  }
  main .cat-link .inner .banners .banner a dl dd {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 2.4rem;
    letter-spacing: 0.05em;
    font-feature-settings: "palt";
  }
  main .cat-link .inner .banners .banner a dl dd.member {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    margin-bottom: 10px;
    position: relative;
    right: auto;
    top: auto;
  }
  main .cat-link .inner .banners .banner a dl.cs {
    padding: 15px;
  }
  main .cat-link .inner .banners .banner a dl.cs dd {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 2.4rem;
    letter-spacing: 0.05em;
    font-feature-settings: "palt";
  }
  main .cat-link .inner .banners .banner a div {
    width: 100%;
  }
}

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