@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%;
  height: 860px;
  padding: 162px 0 0 0;
  position: relative;
  z-index: 1;
}
main .chead .inner {
  width: calc(100% - 240px);
  min-width: 900px;
  max-width: 1000px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: flex-start;
}
main .chead .inner.on::before, main .chead .inner.on::after {
  opacity: 1;
}
main .chead .inner.on .text dl {
  opacity: 1;
}
main .chead .inner.on .text h3 {
  opacity: 1;
}
main .chead .inner.on .text h4 {
  opacity: 1;
}
main .chead .inner.on .text .lead p {
  opacity: 1;
}
main .chead .inner::before {
  content: "";
  width: 531px;
  height: 419px;
  background-image: url(https://www.daifuku.com/jp/employment/home/images/object_box1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 500px;
  left: calc(50% - 1031px);
  opacity: 0;
  transition: opacity 0.5s ease-in 1s;
}
main .chead .inner::after {
  content: "";
  width: 675px;
  height: 454px;
  background-image: url(https://www.daifuku.com/jp/employment/home/images/object_conveyor2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 550px;
  left: calc(50% + 675px - 200px);
  opacity: 0;
  transition: opacity 0.5s ease-in 1.25s;
}
main .chead .inner .text {
  width: auto;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-end;
}
main .chead .inner .text h3 {
  margin-bottom: 260px;
  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: 3.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 h4 {
  width: 80px;
  height: 80px;
  background-image: url(https://www.daifuku.com/jp/employment/about/images/title_sp1.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  line-height: 1;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
  display: block;
  opacity: 0;
  transition: opacity 0.5s ease-in 0s;
}
main .chead .inner .text h4.second {
  background-image: url(https://www.daifuku.com/jp/employment/about/images/title_sp2.svg);
}
main .chead .inner .text h4.third {
  background-image: url(https://www.daifuku.com/jp/employment/about/images/title_sp3.svg);
}
main .chead .inner .text .lead {
  width: 320px;
  position: absolute;
  right: 0px;
  bottom: 40px;
}
main .chead .inner .text .lead.third {
  bottom: 0px;
}
main .chead .inner .text .lead p {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 3.2rem;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  text-align: justify;
  font-feature-settings: "palt";
  opacity: 0;
  transition: opacity 0.5s ease-in 0.6s;
}
main .chead .visual {
  width: 1240px;
  position: absolute;
  top: 0px;
  left: calc(50% - 720px);
  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 0);
}
main .chead .visual div {
  position: relative;
}
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 0.25s;
}
main .chead .visual div::after {
  content: "";
  width: 200vw;
  height: 4px;
  background-color: #51489d;
  display: block;
  position: absolute;
  top: calc(100% - 2px);
  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 0s;
}
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: 200vw;
  height: 8px;
  background-color: #51489d;
  display: block;
  position: absolute;
  top: -4px;
  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 0.25s;
}
main .chead .visual::after {
  content: "";
  width: 200vw;
  height: 4px;
  background-color: #51489d;
  display: block;
  position: absolute;
  top: calc(100% - 2px);
  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 0s;
}
main .profile {
  width: calc(100% - 240px);
  min-width: 900px;
  max-width: 1000px;
  height: 440px;
  margin: -40px auto 80px auto;
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: flex-end;
}
main .profile.on .photo img {
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
main .profile.on dl dt {
  opacity: 1;
}
main .profile.on dl dd {
  opacity: 1;
}
main .profile .photo {
  width: 690px;
  position: absolute;
  left: calc(50% - 620px);
  top: 0px;
}
main .profile .photo img {
  clip-path: polygon(0 50%, 0 50%, 0 50%, 0% 50%);
  transition: clip-path 0.5s ease-out 0.25s;
}
main .profile dl {
  text-align: left;
  width: calc(50% - 20px);
  padding: 0px;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
}
main .profile dl dt {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 10px;
  opacity: 0;
  transition: opacity 0.5s ease-in 0.5s;
}
main .profile dl dt span {
  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";
  background-color: #FFF;
  display: inline-block;
}
main .profile dl dt span:not(:last-child) {
  margin-bottom: 10px;
}
main .profile dl dd {
  opacity: 0;
  transition: opacity 0.5s ease-in 0.8s;
}
main .profile dl dd p: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";
  margin-bottom: 10px;
}
main .profile dl dd p:nth-child(2) {
  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 .section {
  width: 100%;
}
main .section.on .inner {
  opacity: 1;
}
main .section.on .inner .title h4 {
  opacity: 1;
}
main .section.on .inner .title::after {
  opacity: 1;
}
main .section.on .inner .text {
  opacity: 1;
}
main .section .inner {
  width: calc(100% - 160px);
  min-width: 980px;
  max-width: 1080px;
  padding: 0 40px 40px 40px;
  margin: 0 auto;
  background-color: #FFF;
  opacity: 0;
  transition: opacity 0.5s ease-in 0s;
}
main .section .inner .title {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
main .section .inner .title h4 {
  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";
  text-align: left;
  opacity: 0;
  transition: opacity 0.5s ease-in 0.75s;
}
main .section .inner .title::after {
  color: #51489d;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 7.4rem;
  font-weight: 500;
  line-height: 1rem;
  letter-spacing: 0.025em;
  font-feature-settings: "palt";
  display: inline-block;
  opacity: 0;
  transition: opacity 0.5s ease-in 0.5s;
}
main .section .inner .text {
  width: 100%;
  opacity: 0;
  transition: opacity 0.5s ease-in 0.75s;
}
main .section .inner .text:not(:last-child) {
  margin-bottom: 40px;
}
main .section .inner .text p {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 3.2rem;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  text-align: left;
  font-feature-settings: "palt";
}
main .section .inner .text p:not(:last-child) {
  margin-bottom: 0px;
}
main .section .inner .text p.notice {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2.2rem;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
main .section.sec1 {
  margin-bottom: 200px;
}
main .section.sec1.on .photo {
  opacity: 1;
}
main .section.sec1 .inner .title::after {
  content: "BACKBONE";
}
main .section.sec1 .photo {
  width: 100%;
  position: relative;
  margin-top: -150px;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.5s ease-in 0s;
}
main .section.sec2 {
  margin-bottom: 75px;
}
main .section.sec2.on .inner .photo {
  opacity: 1;
}
main .section.sec2 .inner {
  padding: 0px 40px;
}
main .section.sec2 .inner .title::after {
  content: "CASE STUDY";
}
main .section.sec2 .inner .photo {
  width: 100%;
  opacity: 0;
  transition: opacity 0.5s ease-in 1.75s;
}
main .section.sec2 .inner .photo div {
  width: 100%;
  margin-bottom: 10px;
}
main .section.sec2 .inner .photo p.notice {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2.2rem;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  text-align: left;
}
main .section.sec3 {
  margin-bottom: 75px;
  position: relative;
}
main .section.sec3.on .inner .textwrap::after {
  opacity: 1;
}
main .section.sec3.on .photo {
  opacity: 1;
}
main .section.sec3 .inner {
  width: 100%;
  max-width: 100%;
  height: 100%;
  padding: 0px;
  margin: 0 auto;
  background-color: transparent;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 1;
}
main .section.sec3 .inner .textwrap {
  width: calc(100% - 160px);
  height: 100%;
  min-width: 980px;
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
}
main .section.sec3 .inner .textwrap::after {
  content: "FUTURE INSIGHT";
  color: #51489d;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 7.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.025em;
  font-feature-settings: "palt";
  display: inline-block;
  position: absolute;
  right: 40px;
  top: 0px;
  display: block;
  opacity: 0;
  transition: opacity 0.5s ease-in 0.75s;
}
main .section.sec3 .inner .textwrap .text {
  width: 50%;
  height: 100%;
  padding: 0px 40px;
  margin: 0;
  background-color: #FFF;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
main .section.sec3 .inner .textwrap .text h4 {
  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";
  text-align: left;
  margin-bottom: 20px;
}
main .section.sec3 .photo {
  width: 100%;
  padding: 75px 0;
  position: relative;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.5s ease-in 0s;
}
main .section.comment {
  margin-bottom: 75px;
  opacity: 0;
  transition: all 0.25s ease-in 0s;
}
main .section.comment.on {
  opacity: 1;
}
main .section.comment .inner {
  padding: 0px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
main .section.comment .inner::before {
  content: "";
  width: 1px;
  height: 75px;
  background-color: #51489d;
  margin: 0 auto 75px auto;
}
main .section.comment .inner::after {
  content: "";
  width: 1px;
  height: 75px;
  background-color: #51489d;
  margin: 0 auto;
}
main .section.comment .inner h5 {
  color: #51489d;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 5rem;
  letter-spacing: 0.2em;
  font-feature-settings: "palt";
  margin-bottom: 75px;
}
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: 60px;
}
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%;
  position: relative;
  display: block;
}
main .cat-link .inner .banners .banner a div {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 3.2rem;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  width: 100%;
  height: 100%;
  padding: 40px;
  background-color: rgba(81, 72, 157, 0.4);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  left: 0px;
  top: 0px;
  transition: all 0.25s ease-in 0s;
}
main .cat-link .inner .banners .banner a:hover div {
  background-color: rgba(81, 72, 157, 0.2);
}
main .cat-link .inner .banners ul {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
}
main .cat-link .inner .banners ul li {
  width: calc((100% - 40px) / 3);
}
main .cat-link .inner .banners ul li a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
main .cat-link .inner .banners ul li a div {
  width: 100%;
  height: 100%;
  padding: 0 20px;
  background-color: rgba(77, 77, 77, 0.6);
  position: absolute;
  left: 0px;
  top: 0px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  transition: all 0.25s ease-in 0s;
}
main .cat-link .inner .banners ul li a div::after {
  content: "";
  width: 1px;
  height: 120px;
  background-color: #FFF;
  margin: 0 0 0 15px;
  display: block;
  order: 2;
}
main .cat-link .inner .banners ul li a div dl {
  order: 1;
}
main .cat-link .inner .banners ul li a div dl dt {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  margin-bottom: 5px;
}
main .cat-link .inner .banners ul li a div dl dd {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
main .cat-link .inner .banners ul li a div p {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.6rem;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  text-align: left;
  margin: 0 0 0 15px;
  order: 3;
}
main .cat-link .inner .banners ul li a:hover div {
  background-color: rgba(77, 77, 77, 0.2);
}

/* --------------------------------------- Media Queries Smartphone ---------------------------------- */
@media screen and (max-width: 768px) {
  main .container {
    width: 100%;
    margin-bottom: 50px;
  }
  main .chead {
    height: auto;
    padding: 60px 0 0 0;
    margin-bottom: 20px;
  }
  main .chead .inner {
    width: calc(100% - 40px);
    min-width: calc(100% - 40px);
    max-width: calc(100% - 40px);
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: flex-start;
  }
  main .chead .inner::before {
    width: 265px;
    height: 210px;
    top: 195px;
    left: -210px;
    opacity: 0;
    transition: opacity 0.5s ease-in 1s;
  }
  main .chead .inner::after {
    width: 338px;
    height: 227px;
    top: 130px;
    left: calc(100% - 60px);
    opacity: 0;
    transition: opacity 0.5s ease-in 1.25s;
  }
  main .chead .inner .text {
    width: auto;
    height: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-end;
  }
  main .chead .inner .text h3 {
    margin-bottom: 60px;
  }
  main .chead .inner .text 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 .text h3 > span:not(:last-child) {
    margin-bottom: 5px;
  }
  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.2em;
    font-feature-settings: "palt";
    padding: 5px;
    background-color: #FFF;
    display: inline-block;
  }
  main .chead .inner .text h3 > span span:not(:last-child) {
    margin-bottom: 5px;
  }
  main .chead .inner .text h4 {
    width: 60px;
    height: 60px;
    margin-bottom: 120px;
  }
  main .chead .inner .text .lead {
    width: 100%;
    position: relative;
    bottom: 0px;
  }
  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";
    text-shadow: 0 0 5px #FFF, 0 0 5px #FFF, 0 0 5px #FFF, 0 0 5px #FFF, 0 0 5px #FFF, 0 0 5px #FFF;
  }
  main .chead .visual {
    width: 560px;
    top: 10px;
    left: calc(50% - 400px);
    z-index: -1;
  }
  main .profile {
    width: calc(100% - 40px);
    min-width: calc(100% - 40px);
    max-width: calc(100% - 40px);
    height: auto;
    margin: 0 auto 80px auto;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .profile.on .photo::before {
    clip-path: inset(0 0 0 0%);
  }
  main .profile .photo {
    width: 100vw;
    position: relative;
    left: 80px;
    top: auto;
  }
  main .profile .photo::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 0.5s;
  }
  main .profile dl {
    width: 100%;
  }
  main .profile dl dt span {
    color: #000;
    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: 0px;
  }
  main .profile dl dt span:not(:last-child) {
    margin-bottom: 5px;
  }
  main .profile dl dd p:nth-child(1) {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    margin-bottom: 10px;
  }
  main .profile dl dd p:nth-child(2) {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.4rem;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  main .section {
    width: 100%;
  }
  main .section.on .inner {
    opacity: 1;
  }
  main .section.on .inner .title h4 {
    opacity: 1;
  }
  main .section.on .inner .title::after {
    opacity: 1;
  }
  main .section.on .inner .text {
    opacity: 1;
  }
  main .section .inner {
    width: calc(100% - 40px);
    min-width: calc(100% - 40px);
    max-width: calc(100% - 40px);
    padding: 0px;
  }
  main .section .inner:not(:last-child) {
    margin-bottom: 20px;
  }
  main .section .inner .title {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-strat;
    align-items: flex-start;
    margin-bottom: 20px;
  }
  main .section .inner .title h4 {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 3.6rem;
    letter-spacing: 0.025em;
    font-feature-settings: "palt";
    order: 2;
  }
  main .section .inner .title::after {
    color: #51489d;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 3.6rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.025em;
    font-feature-settings: "palt";
    margin-bottom: 10px;
    display: inline-block;
    opacity: 0;
    transition: opacity 0.5s ease-in 0.75s;
    order: 1;
  }
  main .section .inner .text {
    width: 100%;
    opacity: 0;
    transition: opacity 0.5s ease-in 1.25s;
  }
  main .section .inner .text:not(:last-child) {
    margin-bottom: 40px;
  }
  main .section .inner .text 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";
  }
  main .section .inner .text p.notice {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 2.2rem;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  main .section.sec1 {
    margin-bottom: 80px;
  }
  main .section.sec1 .photo {
    margin-top: 0px;
  }
  main .section.sec2 {
    margin-bottom: 80px;
  }
  main .section.sec2 .inner {
    padding: 0px;
  }
  main .section.sec2 .inner .photo p.notice {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 2.2rem;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    text-align: left;
  }
  main .section.sec3 {
    margin-bottom: 0px;
  }
  main .section.sec3 .inner {
    width: calc(100% - 40px);
    max-width: calc(100% - 40px);
    height: auto;
    position: relative;
    left: auto;
    top: auto;
  }
  main .section.sec3 .inner .textwrap {
    width: 100%;
    height: auto;
    min-width: 100%;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .section.sec3 .inner .textwrap::after {
    color: #51489d;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 3.6rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.025em;
    font-feature-settings: "palt";
    margin-bottom: 10px;
    position: relative;
    right: auto;
    top: auto;
    order: 1;
  }
  main .section.sec3 .inner .textwrap .text {
    width: 100%;
    height: auto;
    padding: 0px;
    margin: 0;
    background-color: #FFF;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    order: 2;
  }
  main .section.sec3 .inner .textwrap .text h4 {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 3.6rem;
    letter-spacing: 0.025em;
    font-feature-settings: "palt";
    text-align: left;
    margin-bottom: 20px;
  }
  main .section.sec3 .photo {
    width: 100%;
    padding: 0px;
  }
  main .section.comment {
    margin-bottom: 80px;
  }
  main .section.comment .inner {
    padding: 0px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
  main .section.comment .inner::before {
    width: 1px;
    height: 40px;
    margin: 0 auto 20px auto;
  }
  main .section.comment .inner::after {
    width: 1px;
    height: 40px;
    margin: 0 auto;
  }
  main .section.comment .inner h5 {
    color: #51489d;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 3.6rem;
    letter-spacing: 0.1em;
    font-feature-settings: "palt";
    margin-bottom: 20px;
  }
  main .cat-link {
    width: 100%;
    padding: 50px 0;
  }
  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 .banners {
    width: 100%;
  }
  main .cat-link .inner .banners .banner {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  main .cat-link .inner .banners .banner:not(:last-child) {
    margin-bottom: 10px;
  }
  main .cat-link .inner .banners .banner a {
    width: 100%;
    position: relative;
    display: block;
  }
  main .cat-link .inner .banners .banner a div {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2.8rem;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    width: 100%;
    height: 100%;
    padding: 20px;
  }
  main .cat-link .inner .banners ul {
    width: calc(100% - 40px);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .cat-link .inner .banners ul li {
    width: 100%;
  }
  main .cat-link .inner .banners ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  main .cat-link .inner .banners ul li a div {
    width: 100%;
    height: 100%;
    padding: 0 20px;
  }
  main .cat-link .inner .banners ul li a div::after {
    height: 50px;
  }
  main .cat-link .inner .banners ul li a div dl dt {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    margin-bottom: 5px;
  }
  main .cat-link .inner .banners ul li a div dl dd {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 3rem;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  main .cat-link .inner .banners ul li a div p {
    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";
    text-align: left;
  }
  main .cat-link .inner .banners ul li a:hover div {
    background-color: rgba(77, 77, 77, 0.2);
  }
}

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