@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: 82px 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;
  z-index: 1;
}
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: 50px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-end;
  opacity: 0;
  transition: opacity 0.5s ease-in 0s;
  order: 2;
  position: relative;
  transform: translateY(100px);
}
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 {
  padding-top: 420px;
  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";
  white-space: nowrap;
  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: 325px;
  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";
  text-align: justify;
  font-feature-settings: "palt";
}
main .chead .inner .text .lead p:not(:last-child) {
  margin-bottom: 20px;
}
main .chead .visual {
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}
main .chead .visual.on div:nth-child(1)::before {
  clip-path: inset(0 0 0 0);
}
main .chead .visual.on div:nth-child(1)::after {
  clip-path: inset(0 0 0 0);
}
main .chead .visual.on div:nth-child(2)::after {
  clip-path: inset(0 0 0 0);
}
main .chead .visual.on div:nth-child(3)::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 0);
}
main .chead .visual div {
  width: 995px;
  position: absolute;
  z-index: -1;
}
main .chead .visual div:nth-child(1) {
  top: -80px;
  left: calc(50% - 895px);
}
main .chead .visual div:nth-child(1)::before {
  content: "";
  width: 200vw;
  height: 4px;
  background-color: #51489d;
  display: block;
  position: absolute;
  top: 574px;
  left: -498px;
  z-index: 1;
  transform: rotate(-30deg);
  transform-origin: left top;
  clip-path: inset(0 0 0 100%);
  transition: clip-path 0.5s ease-out 0s;
}
main .chead .visual div:nth-child(1)::after {
  content: "";
  width: 200vw;
  height: 4px;
  background-color: #51489d;
  display: block;
  position: absolute;
  top: 574px;
  left: calc(50% + 0px);
  z-index: 1;
  transform: rotate(-30deg);
  transform-origin: left top;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.5s ease-out 0.5s;
}
main .chead .visual div:nth-child(1) img {
  transition: clip-path 0.5s ease-out 0.25s;
}
main .chead .visual div:nth-child(2) {
  top: 208px;
  left: calc(50% - 400px);
  z-index: -2;
}
main .chead .visual div:nth-child(2)::after {
  content: "";
  width: 200vw;
  height: 4px;
  background-color: #51489d;
  display: block;
  position: absolute;
  top: 573px;
  left: calc(50% + 1px);
  z-index: 1;
  transform: rotate(-30deg);
  transform-origin: left top;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.5s ease-out 1s;
}
main .chead .visual div:nth-child(2) img {
  transition: clip-path 0.5s ease-out 0.75s;
}
main .chead .visual div:nth-child(3) {
  top: 494px;
  left: calc(50% + 95px);
  z-index: -3;
}
main .chead .visual div:nth-child(3)::after {
  content: "";
  width: 200vw;
  height: 4px;
  background-color: #51489d;
  display: block;
  position: absolute;
  top: 860px;
  left: -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 1s;
}
main .chead .visual div:nth-child(3) img {
  transition: clip-path 0.5s ease-out 1.25s;
}
main .chead .visual div:nth-child(4) {
  top: -367px;
  left: calc(50% - 1390px);
  z-index: -3;
}
main .chead .visual div:nth-child(4) img {
  transition: clip-path 0.5s ease-out 1.75s;
}
main .chead .visual div img {
  clip-path: polygon(100% 50%, 100% 50%, 100% 50%, 100% 50%);
}
main .chead .visual::before {
  content: "";
  width: 200vw;
  height: 6px;
  background-color: #51489d;
  display: block;
  position: absolute;
  top: 147px;
  left: calc(50% - 100vw);
  z-index: 0;
  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: 200vw;
  height: 6px;
  background-color: #51489d;
  display: block;
  position: absolute;
  top: 722px;
  left: calc(50% - 100vw);
  z-index: 0;
  transform: rotate(30deg);
  transform-origin: center center;
  clip-path: inset(0 100% 0 50%);
  transition: clip-path 0.5s ease-out 0.5s;
}
main .profile {
  width: calc(100% - 240px);
  min-width: 900px;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  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 .photo {
  width: 730px;
  order: 2;
}
main .profile .prof {
  width: 730px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 40px;
  order: 1;
}
main .profile .prof dl {
  text-align: left;
  width: calc(50% - 20px);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
main .profile .prof dl::before {
  content: "";
  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";
  width: 24px;
  height: 24px;
  background-color: rgba(81, 72, 157, 0.95);
  margin-bottom: 10px;
  border-radius: 12px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
main .profile .prof dl:nth-child(1) {
  margin: 0 0 40px 0;
}
main .profile .prof dl:nth-child(1)::before {
  content: "1";
}
main .profile .prof dl:nth-child(2) {
  margin: 0 0 40px 40px;
}
main .profile .prof dl:nth-child(2)::before {
  content: "2";
}
main .profile .prof dl:nth-child(3) {
  margin: 0px;
}
main .profile .prof dl:nth-child(3)::before {
  content: "3";
}
main .profile .prof dl:nth-child(4) {
  margin: 0 0 0 40px;
}
main .profile .prof dl:nth-child(4)::before {
  content: "4";
}
main .profile .prof dl dt {
  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 .prof dl dd:nth-child(2) {
  margin-bottom: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-end;
}
main .profile .prof dl dd: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 .prof dl dd: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 .prof dl dd:nth-child(3) 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;
  background-color: #FFF;
}
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.talk.line .inner .combo.deco::before {
  clip-path: inset(0 0 0 0);
}
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.center {
  align-items: center;
}
main .box.talk.line .inner .combo {
  width: calc(50% - 30px);
  position: relative;
}
main .box.talk.line .inner .combo:nth-child(2) {
  padding-top: 150px;
}
main .box.talk.line .inner .combo.np {
  padding: 0px;
}
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.deco::before {
  content: "";
  width: 200vw;
  height: 6px;
  background-color: #51489d;
  display: block;
  position: absolute;
  top: 147px;
  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.25s;
}
main .box.talk.line .inner .combo.deco.type2::before {
  top: 130%;
  left: calc(50% - 100vw);
  z-index: -1;
}
main .box.talk.line .inner .combo .photo {
  width: 100%;
}
main .box.talk.line .inner .combo .photo:not(:last-child) {
  margin-bottom: 10px;
}
main .box.talk.line .inner .combo .photo.left {
  width: calc(100% + 200px);
  transform: translateX(-200px);
}
main .box.talk.line .inner .combo .photo.right {
  width: calc(100% + 235px);
}
main .box.talk.line .inner .combo .pset {
  width: calc(100% + 250px);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
main .box.talk.line .inner .combo .pset:not(:last-child) {
  margin-bottom: 100px;
}
main .box.talk.line .inner .combo .pset li {
  width: 100%;
  transform: translateX(30px);
  position: relative;
}
main .box.talk.line .inner .combo .pset li:not(:last-child) {
  margin-bottom: 10px;
}
main .box.talk.line .inner .combo .text {
  /*					
  &+.photo{
  	width: 750px;
  	position: relative;
  	top: auto;
  	left: -250px;
  	&::after{
  		content: '';
  		width: 200vw;
  		height: 8px;
  		background-color: $col3;
  		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%);
  		@include motion(clip-path 0.5s ease-out 1s);
  	}
  	&.large{
  		width: 1000px;
  		left: -250px;
  	}
  	img{
  		clip-path: polygon(100% 50%, 100% 50%, 100% 50%, 100% 50%);
  		@include motion(clip-path 0.5s ease-out 1.25s);
  	}
  }
  */
}
main .box.talk.line .inner .combo .text:not(:last-child) {
  margin-bottom: 100px;
}
main .box.talk.single {
  width: calc(100% - 160px);
  min-width: 980px;
  max-width: 1080px;
  margin-bottom: 60px;
}
main .box.talk.single.nm {
  margin-bottom: 0px;
}
main .box.talk.single .inner {
  width: 100%;
  padding: 0 40px 40px 40px;
  background-color: #FFF;
}
main .box.talk.single .inner .text {
  width: 100%;
}
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:not(:last-child) {
  margin-bottom: 100px;
}
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.p1::before {
  background-image: url(https://www.daifuku.com/jp/employment/work/crosstalk/images/icon_kn.jpg);
}
main .box.talk .inner .text dl dt.p2::before {
  background-image: url(https://www.daifuku.com/jp/employment/work/crosstalk/images/icon_hy.jpg);
}
main .box.talk .inner .text dl dt.p3::before {
  background-image: url(https://www.daifuku.com/jp/employment/work/crosstalk/images/icon_ky.jpg);
}
main .box.talk .inner .text dl dt.p4::before {
  background-image: url(https://www.daifuku.com/jp/employment/work/crosstalk/images/icon_ri.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 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: 0 auto;
}
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 {
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  main .chead {
    text-align: left;
    width: 100%;
    padding: 250px 0 40px 0;
  }
  main .chead .inner {
    width: calc(100% - 40px);
    min-width: calc(100% - 40px);
    max-width: calc(100% - 40px);
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    z-index: 1;
  }
  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 {
    padding-top: 0px;
    order: 2;
  }
  main .chead .inner .text h3 {
    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.3s;
  }
  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;
    display: none;
  }
  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 > span.sp {
    display: flex;
  }
  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: 20px;
  }
  main .chead .visual {
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
  }
  main .chead .visual div {
    width: 300px;
    position: absolute;
    z-index: -1;
  }
  main .chead .visual div:nth-child(1) {
    top: 0px;
    left: calc(50% - 300px);
  }
  main .chead .visual div:nth-child(1)::before {
    top: calc(50% + 84px);
    left: calc(50% + 0px);
  }
  main .chead .visual div:nth-child(1)::after {
    top: calc(100% + 84px);
    left: calc(50% + 150px);
  }
  main .chead .visual div:nth-child(2) {
    top: 85px;
    left: calc(50% - 150px);
    z-index: -2;
  }
  main .chead .visual div:nth-child(2)::after {
    top: calc(100% + 84px);
    left: calc(50% + 150px);
  }
  main .chead .visual div:nth-child(3) {
    top: 170px;
    left: calc(50% + 0px);
    z-index: -3;
  }
  main .chead .visual div:nth-child(3)::after {
    content: none;
  }
  main .chead .visual div:nth-child(4) {
    top: 0px;
    left: calc(50% + 0px);
    z-index: -3;
  }
  main .chead .visual::before {
    height: 4px;
    top: 85px;
    left: calc(50% - 100vw);
  }
  main .chead .visual::after {
    height: 4px;
    top: 255px;
    left: calc(50% - 100vw);
  }
  main .profile {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    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 .photo {
    width: 100%;
    margin-bottom: 20px;
    order: 1;
  }
  main .profile .prof {
    width: calc(100% - 40px);
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0 auto;
    order: 2;
  }
  main .profile .prof dl {
    text-align: left;
    width: 100%;
    padding: 0 0 0 44px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    box-sizing: border-box;
    position: relative;
  }
  main .profile .prof dl::before {
    content: "";
    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";
    width: 24px;
    height: 24px;
    margin-bottom: 0px;
    position: absolute;
    left: 0px;
    top: 6px;
  }
  main .profile .prof dl:nth-child(1) {
    margin: 0 0 20px 0;
  }
  main .profile .prof dl:nth-child(2) {
    margin: 0 0 20px 0;
  }
  main .profile .prof dl:nth-child(3) {
    margin: 0 0 20px 0;
  }
  main .profile .prof dl:nth-child(4) {
    margin: 0px;
  }
  main .profile .prof dl dt {
    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: 5px;
  }
  main .profile .prof dl dd:nth-child(2) {
    margin-bottom: 5px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-end;
  }
  main .profile .prof dl dd: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 .prof dl dd: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 .prof dl dd:nth-child(3) 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";
    background-color: #FFF;
  }
  main .box {
    width: calc(100% - 40px);
    min-width: calc(100% - 40px);
    max-width: calc(100% - 40px);
  }
  main .box.talk:not(:last-child) {
    margin-bottom: 50px;
  }
  main .box.talk.line:last-child .inner .combo.np .text {
    margin: 0px;
  }
  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.center {
    align-items: center;
  }
  main .box.talk.line .inner.center .combo.np .text {
    margin-bottom: 0px;
  }
  main .box.talk.line .inner.switch .combo:nth-child(1) {
    margin: 0px;
    order: 2;
  }
  main .box.talk.line .inner.switch .combo.deco {
    margin-bottom: 50px;
    order: 1;
  }
  main .box.talk.line .inner.switch .combo.deco .photo {
    width: 100%;
    transform: translateX(0px);
  }
  main .box.talk.line .inner.switch .combo.deco .photo.right {
    margin-bottom: 10px;
  }
  main .box.talk.line .inner .combo {
    width: 100%;
    position: relative;
  }
  main .box.talk.line .inner .combo:nth-child(1) {
    margin-bottom: 50px;
  }
  main .box.talk.line .inner .combo:nth-child(2) {
    padding-top: 0px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .box.talk.line .inner .combo:nth-child(2) .pset {
    order: 2;
  }
  main .box.talk.line .inner .combo:nth-child(2) .text {
    margin-bottom: 50px;
    order: 1;
  }
  main .box.talk.line .inner .combo.np {
    padding: 0px;
  }
  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.deco::before {
    content: "";
    width: 200vw;
    height: 6px;
    background-color: #51489d;
    display: block;
    position: absolute;
    top: 147px;
    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.25s;
  }
  main .box.talk.line .inner .combo.deco.type2::before {
    top: 25%;
    left: calc(50% - 100vw);
    z-index: -1;
  }
  main .box.talk.line .inner .combo .photo {
    width: 100%;
  }
  main .box.talk.line .inner .combo .photo:not(:last-child) {
    margin-bottom: 10px;
  }
  main .box.talk.line .inner .combo .photo.left {
    width: calc(100% + 40px);
    transform: translateX(-20px);
  }
  main .box.talk.line .inner .combo .photo.right {
    width: calc(100% + 235px);
  }
  main .box.talk.line .inner .combo .pset {
    width: calc(100% + 40px);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    transform: translateX(-20px);
  }
  main .box.talk.line .inner .combo .pset:not(:last-child) {
    margin-bottom: 0px;
  }
  main .box.talk.line .inner .combo .pset li {
    width: 100%;
    transform: translateX(0px);
    position: relative;
  }
  main .box.talk.line .inner .combo .pset li:not(:last-child) {
    margin-bottom: 0px;
  }
  main .box.talk.line .inner .combo .text:not(:last-child) {
    margin-bottom: 50px;
  }
  main .box.talk.single {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 50px;
  }
  main .box.talk.single.nm {
    margin-bottom: 50px;
  }
  main .box.talk.single .inner {
    width: calc(100% - 40px);
    padding: 0px;
    margin: 0 auto;
  }
  main .box.talk.single .inner .text {
    width: 100%;
  }
  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 h5 br.brsp {
    display: block;
  }
  main .box.talk .inner .text:not(:last-child) {
    margin-bottom: 50px;
  }
  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.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: 0 auto;
  }
  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_crosstalk.css.map */
