@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@keyframes down {
  0% {
    transform: rotate(0deg) translateY(0px);
  }
  10% {
    transform: rotate(0deg) translateY(0px);
  }
  40% {
    transform: rotate(0deg) translateY(10px);
  }
  60% {
    transform: rotate(0deg) translateY(10px);
  }
  90% {
    transform: rotate(0deg) translateY(0px);
  }
  100% {
    transform: rotate(0deg) translateY(0px);
  }
}
@keyframes line {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
section {
  width: 100%;
}
section#system {
  width: 100%;
  padding: 0px;
  margin-bottom: 8px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-end;
}
section#system .hero {
  width: 100%;
  clip-path: inset(0 100% 0 0);
  transition: all 0.5s ease-in 0.5s;
}
section#system .hero.on {
  clip-path: inset(0 0 0 0);
}
section#system .hero.on + .lead {
  clip-path: inset(0 0 0 0);
}
section#system .hero .inner {
  width: 100%;
  position: relative;
}
section#system .hero .inner .visual {
  width: 100%;
}
section#system .hero .inner .title {
  text-align: left;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}
section#system .hero .inner .title > div {
  padding: 8px 16px;
  background-color: #FFF;
}
section#system .hero .inner .title > div h3 {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#system .lead {
  width: 100%;
  padding: 48px 0;
  background-image: url(../images/color.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  clip-path: inset(0 100% 0 0);
  transition: all 0.5s ease-in 0.75s;
}
section#system .lead p {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.875;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#system .sec {
  width: 100%;
  padding: 96px 0 104px 0;
}
section#system .sec.sec2 {
  padding: 80px 0;
  background-color: #e5e5e5;
  opacity: 0;
  transition: opacity 0.5s ease-in 0s;
}
section#system .sec.sec2.on {
  opacity: 1;
}
section#system .sec.sec2 .inner .title {
  width: 1000px;
  margin-bottom: 56px;
}
section#system .sec.sec2 .inner .title h4 {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  margin-bottom: 40px;
}
section#system .sec.sec2 .inner .title p {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  text-align: left;
}
section#system .sec.sec2 .inner .graph {
  width: 1000px;
}
section#system .sec.sec2 .inner .graph .img .cover {
  display: none;
}
section#system .sec .inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
section#system .sec .inner .set {
  width: 1000px;
  opacity: 0;
  transition: opacity 0.5s ease-in 0s;
}
section#system .sec .inner .set.on {
  opacity: 1;
}
section#system .sec .inner .set:not(:last-child) {
  margin-bottom: 96px;
}
section#system .sec .inner .set h4 {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  margin-bottom: 48px;
}
section#system .sec .inner .set .inset {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 24px;
}
section#system .sec .inner .set .inset .department {
  width: calc((100% - 24px) / 2);
  background-color: #f1f1f1;
  border-radius: 8px;
  position: relative;
}
section#system .sec .inner .set .inset .department .name {
  width: 100%;
  background-image: url(../images/color.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 16px 32px;
  border-radius: 8px 8px 0 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}
section#system .sec .inner .set .inset .department .name h5 {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#system .sec .inner .set .inset .department .text {
  width: 100%;
  height: calc(100% - 54px);
  padding: 32px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: fle-start;
}
section#system .sec .inner .set .inset .department .text p {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  text-align: left;
  margin-bottom: 32px;
}
section#system .sec .inner .set .inset .department .text dl {
  width: 100%;
  padding-top: 32px;
  margin-top: auto;
  border-top: solid 1px #FFF;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0 8px;
  box-sizing: border-box;
}
section#system .sec .inner .set .inset .department .text dl dt {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  white-space: nowrap;
}
section#system .sec .inner .set .inset .department .text dl dd {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}
section#system .sec .inner .set .inset .department .text dl dd span {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  padding: 4px 16px;
  background-color: #FFF;
  border-radius: 16px;
}
section#system .sec .inner .set .inset .department .text dl dd sub {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#system .sec .inner .set .inset .department .banner {
  width: 92px;
  height: 92px;
  border-radius: 46px;
  background-image: url(../images/color.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: -16px;
  bottom: -16px;
}
section#system .sec .inner .set .inset .department .banner span {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}

/* --------------------------------------- Media Queries Smartphone --------------------------------------- */
@media screen and (max-width: 768px) {
  @keyframes finger {
    0% {
      transform: translateX(40px);
    }
    100% {
      transform: translateX(-40px);
    }
  }
  section#system {
    width: 100%;
    padding: 0px;
    margin-bottom: 8px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-end;
  }
  section#system .hero .inner .title > div {
    padding: 8px 16px;
    background-color: #FFF;
  }
  section#system .hero .inner .title > div h3 {
    color: #000000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#system .lead {
    text-align: left;
    padding: 24px 16px;
  }
  section#system .lead p {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.875;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#system .lead p br {
    display: none;
  }
  section#system .sec {
    width: 100%;
    padding: 48px 0 54px 0;
  }
  section#system .sec.sec2 {
    padding: 40px 0;
    background-color: #e5e5e5;
  }
  section#system .sec.sec2 .inner .title {
    width: calc(100% - 32px);
    margin-bottom: 32px;
  }
  section#system .sec.sec2 .inner .title h4 {
    color: #000000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    margin-bottom: 24px;
  }
  section#system .sec.sec2 .inner .title p {
    color: #000000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.875;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    text-align: left;
  }
  section#system .sec.sec2 .inner .graph {
    width: calc(100% - 32px);
  }
  section#system .sec.sec2 .inner .graph .img {
    width: 100%;
    padding: 0px;
    overflow: scroll;
    position: relative;
  }
  section#system .sec.sec2 .inner .graph .img .cover {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }
  section#system .sec.sec2 .inner .graph .img .cover i {
    width: 40px;
    margin-bottom: 24px;
    position: relative;
    transform: translateX(40px);
    animation-name: finger;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-fill-mode: both;
  }
  section#system .sec.sec2 .inner .graph .img .cover p {
    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";
  }
  section#system .sec.sec2 .inner .graph .img .inimg {
    width: 200%;
    position: relative;
  }
  section#system .sec.sec2 .inner .graph .img .inimg > div {
    width: 100%;
  }
  section#system .sec .inner {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
  section#system .sec .inner .set {
    width: calc(100% - 32px);
  }
  section#system .sec .inner .set:not(:last-child) {
    margin-bottom: 48px;
  }
  section#system .sec .inner .set h4 {
    color: #000000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    padding: 0px;
    margin-bottom: 24px;
  }
  section#system .sec .inner .set .inset {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 24px;
  }
  section#system .sec .inner .set .inset .department {
    width: 100%;
  }
  section#system .sec .inner .set .inset .department .name {
    text-align: center;
    padding: 16px 16px;
    justify-content: center;
  }
  section#system .sec .inner .set .inset .department .name h5 {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#system .sec .inner .set .inset .department .text {
    width: 100%;
    height: calc(100% - 54px);
    padding: 16px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: fle-start;
  }
  section#system .sec .inner .set .inset .department .text p {
    color: #000000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.875;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    text-align: left;
    margin-bottom: 16px;
  }
  section#system .sec .inner .set .inset .department .text dl {
    padding-top: 16px;
    gap: 0 16px;
  }
  section#system .sec .inner .set .inset .department .text dl dt {
    color: #000000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    white-space: nowrap;
  }
  section#system .sec .inner .set .inset .department .text dl dd {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
  }
  section#system .sec .inner .set .inset .department .text dl dd span {
    color: #000000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    padding: 4px 8px;
    background-color: #FFF;
    border-radius: 16px;
  }
  section#system .sec .inner .set .inset .department .text dl dd sub {
    color: #000000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#system .sec .inner .set .inset .department .banner {
    width: 64px;
    height: 64px;
    border-radius: 32px;
    right: -8px;
    bottom: -16px;
  }
  section#system .sec .inner .set .inset .department .banner span {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
}

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