@charset "UTF-8";
/*========================================
  Inicialized
========================================*/
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

html {
  font-size: 62.5%; /* 10px */
}

body {
  height: 100svh;
  line-height: 1.3;
  letter-spacing: 0.0174em;
  font-feature-settings: "palt";
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  color: #212121;
  background-color: #F1F1F1;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  word-break: normal;
}

/* anchor */
a {
  color: #212121;
  text-decoration: none;
  transition: all 0.2s ease-in-out 0s;
}
a:hover {
  text-decoration: none;
}
a img {
  transition: all 0.2s ease-in-out 0s;
}

/* ul, ol */
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* placeholder */
:-moz-placeholder-shown {
  color: rgba(255, 255, 255, 0.2);
}
:placeholder-shown {
  color: rgba(255, 255, 255, 0.2);
}

::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.2);
}

::-moz-placeholder {
  color: rgba(255, 255, 255, 0.2);
  opacity: 1;
}

:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.2);
}

.l-wrapper {
  position: relative;
  width: 100%;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  box-sizing: border-box;
  padding: 3.2rem 3.2rem 0;
}
@media screen and (max-width: 650px) {
  .l-header {
    padding: 2.2rem 2.2rem 0;
  }
}

.l-header__container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.l-header__gnav__inr {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 0 3.5rem;
}
@media screen and (max-width: 1024px) {
  .l-header__gnav__inr {
    display: none;
  }
  .l-header__gnav__inr.l-header__gnav--active {
    position: fixed;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 3.5rem 0;
    width: 100%;
    height: 100svh;
    background-color: #323232;
    padding: 8.8rem;
    box-sizing: border-box;
  }
  .l-header__gnav__inr a {
    color: #fff;
  }
  .l-header__gnav__inr a::after {
    background-color: #fff;
  }
}

.p-header__logo {
  transition: 0.3s;
}
.p-header__logo:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.p-header__logo .cls-1 {
  stroke: #5f1985;
}
.p-header__logo .cls-1,
.p-header__logo .cls-2 {
  fill: none;
  stroke-miterlimit: 10;
  stroke-width: 2.22px;
}
.p-header__logo .cls-3 {
  fill: #3e3a39;
}
.p-header__logo .cls-4 {
  fill: #2b295d;
}
.p-header__logo .cls-5 {
  fill: #00a199;
}
.p-header__logo .cls-2 {
  stroke: #00a199;
}
.p-header__logo .cls-6 {
  fill: #5f1985;
}

.l-header__gnav__menu {
  visibility: hidden;
}
@media screen and (max-width: 1024px) {
  .l-header__gnav__menu {
    position: relative;
    z-index: 10;
    width: 5rem;
    height: 5rem;
    font-size: 0;
    cursor: pointer;
    visibility: visible;
  }
  .l-header__gnav__menu::before, .l-header__gnav__menu::after {
    position: absolute;
    left: 13px;
    display: block;
    height: 0.2rem;
    content: "";
    background-color: #212121;
    transition: all 0.4s;
  }
  .l-header__gnav__menu::before {
    top: 22px;
    width: 50%;
  }
  .l-header__gnav__menu::after {
    top: 29px;
    width: 30%;
  }
  .l-header__gnav__menu.l-header__gnav--active::before, .l-header__gnav__menu.l-header__gnav--active::after {
    left: 16px;
    width: 35%;
    background-color: #fff;
  }
  .l-header__gnav__menu.l-header__gnav--active::before {
    top: 20px;
    transform: translateY(6px) rotate(-45deg);
  }
  .l-header__gnav__menu.l-header__gnav--active::after {
    top: 32px;
    transform: translateY(-6px) rotate(45deg);
  }
}

.l-main__contents {
  position: relative;
  width: 100%;
  height: 100svh;
}

.l-main__contents__container {
  position: relative;
  z-index: 4;
  scroll-snap-align: start;
  width: 100%;
  min-height: 100svh;
  box-sizing: border-box;
  padding: 6.7rem 3.2rem 3.2rem;
}
@media screen and (max-width: 650px) {
  .l-main__contents__container {
    padding: 6.7rem 2.2rem 2.2rem;
  }
}

.l-main__contents__inr {
  box-sizing: border-box;
  padding-right: 8.8rem;
  padding-left: 8.8rem;
}
@media screen and (max-width: 1200px) {
  .l-main__contents__inr {
    padding-right: 0;
    padding-left: 0;
  }
}

.l-main__home {
  position: relative;
  width: 100%;
  height: 100svh;
}

.l-footer {
  position: relative;
  z-index: 4;
  width: 100%;
  box-sizing: border-box;
  letter-spacing: 0.0332em;
  padding: 2rem 3.2rem;
}
@media screen and (max-width: 650px) {
  .l-footer {
    padding: 2rem 2.2rem;
  }
}

.l-footer__container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 1024px) {
  .l-footer__container {
    gap: 0.5rem 0;
  }
}

.l-footer__mail {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  gap: 0.5rem 0;
  letter-spacing: 0.0067em;
  font-weight: 500;
}
.l-footer__mail a {
  display: inline-block;
  letter-spacing: 0.0891em;
  margin-left: 0.4rem;
}

.l-footer__mail__txt {
  font-size: 1rem;
}

.l-footer__address__copy {
  font-style: normal;
  font-size: 1.2rem;
  font-family: "Roboto", sans-serif;
}

.c-en {
  font-family: "Roboto", sans-serif;
}

.c-ttl {
  width: 100%;
}

.l-main__contents__container:nth-of-type(odd) .c-ttl {
  text-align: right;
}

.c-ttl__main {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 9.6rem;
}
@media screen and (max-width: 650px) {
  .c-ttl__main {
    font-size: 6.6rem;
  }
}

.c-ttl__caption {
  margin-top: 1.2rem;
  font-weight: 500;
}

.c-circle-list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  margin-left: 3rem;
}
@media screen and (max-width: 1024px) {
  .c-circle-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 3rem;
    margin-left: 0;
  }
}

.c-circle-list__item {
  position: relative;
  width: calc(34% + 3rem);
  min-width: 35rem;
  margin-left: -3rem;
  padding: 0;
  border-radius: 100%;
  border: 0.1rem solid #212121;
}
@media screen and (min-width: 1024px) {
  .c-circle-list__item.active:nth-child(1) {
    -webkit-animation: 0.3s slideIn 0.3s ease-in-out forwards;
            animation: 0.3s slideIn 0.3s ease-in-out forwards;
  }
  .c-circle-list__item.active:nth-child(2) {
    -webkit-animation: 0.6s slideIn 0.3s ease-in-out forwards;
            animation: 0.6s slideIn 0.3s ease-in-out forwards;
  }
  .c-circle-list__item.active:nth-child(3) {
    -webkit-animation: 0.9s slideIn 0.3s ease-in-out forwards;
            animation: 0.9s slideIn 0.3s ease-in-out forwards;
  }
}
@media screen and (max-width: 1024px) {
  .c-circle-list__item {
    width: 100%;
    max-width: 35rem;
    min-width: 32.4rem;
    margin-top: -3rem;
    margin-left: 0;
  }
}
.c-circle-list__item::after {
  display: block;
  content: "";
  padding-top: 100%;
}

.c-circle-list__item__inr {
  position: absolute;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  gap: 2.3rem 0;
  padding: 0 7.2rem;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 1024px) {
  .c-circle-list__item__inr {
    top: 10.2rem;
    transform: translateY(0);
  }
}
@media screen and (min-width: 1440px) {
  .c-circle-list__item__inr {
    top: 50%;
    transform: translateY(-50%);
  }
}

.c-circle-list__item__ttl {
  line-height: 1.16;
  width: 100%;
  font-size: 2.4rem;
  text-align: center;
}
.c-circle-list__item__ttl span {
  display: block;
  letter-spacing: 0.0174em;
  margin-top: 0.5rem;
  font-weight: 300;
  font-size: 1.4rem;
  font-family: "Roboto", sans-serif;
}

.c-circle-list__item__txt {
  letter-spacing: 0.0174em;
}

@-webkit-keyframes slideIn {
  to {
    opacity: 1;
    transform: initial;
  }
}

@keyframes slideIn {
  to {
    opacity: 1;
    transform: initial;
  }
}
.c-card-list {
  display: grid;
}
@media screen and (max-width: 650px) {
  .c-card-list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    gap: 5.2rem 0;
  }
}

.c-card-list__item {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding: 5.6rem 2.8rem;
  background: #FFF;
}

.c-card-list__img {
  position: relative;
  width: 18rem;
  margin-bottom: 2.8rem;
  border-radius: 100%;
  background: #F1F1F1;
}
.c-card-list__img::after {
  display: block;
  content: "";
  padding-top: 100%;
}

.c-card-list__img__inr {
  position: absolute;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.c-card-list__ttl {
  font-size: 2.4rem;
  text-align: center;
}

.c-card-list__txt {
  letter-spacing: 0.0174em;
  margin-top: 1rem;
}

.c-link {
  position: relative;
  color: #212121;
}
.c-link::after {
  position: absolute;
  bottom: -0.3rem;
  display: block;
  width: 100%;
  height: 0.2rem;
  content: "";
  background-color: #212121;
  transform: scale(0, 0);
  transform-origin: left;
  transition: all 0.3s;
}
.c-link:hover::after {
  transform: scale(1, 1);
}

.p-home {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100svh;
  overflow: hidden;
  text-align: center;
}

.p-home__loop {
  position: absolute;
  top: 50%;
  right: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  transform: translateY(-50%);
  opacity: 0;
  -webkit-animation: 4s fadeIn 1s forwards;
          animation: 4s fadeIn 1s forwards;
}

.p-home__loop__item {
  letter-spacing: 0;
  color: #fff;
  font-weight: 500;
  font-size: 14rem;
  font-family: "Roboto", sans-serif;
  white-space: nowrap;
}

.p-home__loop__item:nth-child(odd) {
  -webkit-animation: loop 50s -25s linear infinite;
          animation: loop 50s -25s linear infinite;
}

.p-home__loop__item:nth-child(even) {
  -webkit-animation: loop2 50s linear infinite;
          animation: loop2 50s linear infinite;
}

.p-home__icon {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
}

@media screen and (max-width: 650px) {
  .p-home__icon__inr {
    width: 90%;
    height: auto;
  }
}

#p-home__icon__svg {
  fill: none;
  stroke: rgba(0, 0, 0, 0.28);
  stroke-width: 1;
  stroke-miterlimit: 10;
  stroke-dasharray: 3000px;
  -webkit-animation: line_move 2.3s ease-in-out 1;
          animation: line_move 2.3s ease-in-out 1;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
@-webkit-keyframes line_move {
  0% {
    stroke-dashoffset: 3000px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes line_move {
  0% {
    stroke-dashoffset: 3000px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
#copy {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100svh;
  padding-top: 3.2rem;
}

.p-copy__txt {
  letter-spacing: 0.0072em;
  text-align: center;
  font-weight: 300;
  font-size: 3.4rem;
}

.p-business__contents {
  margin-top: 7rem;
}
@media screen and (max-width: 1024px) {
  .p-business__contents {
    margin-top: 10rem;
  }
}

.p-about {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  gap: 8rem 0;
  height: 100%;
}

.p-about__mind {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 6rem 0;
  width: 100%;
  box-sizing: border-box;
  padding-top: 8.8rem;
  padding-bottom: 8.8rem;
  color: #fff;
}
@media screen and (max-width: 650px) {
  .p-about__mind {
    padding: 6rem 4rem;
    gap: 4rem 0;
  }
}

.p-about__video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-about__mind__item {
  width: 59.2rem;
}
@media screen and (max-width: 830px) {
  .p-about__mind__item {
    width: 100%;
  }
}

.p-about__copy {
  letter-spacing: 0.046em;
  font-size: 3.4rem;
}

.p-about__letter {
  line-height: 2;
  letter-spacing: 0.0308em;
  font-weight: 500;
  font-size: 1.6rem;
}

.p-solution__contents {
  margin-top: 6rem;
  margin-bottom: 4.8rem;
}

.p-solution-list {
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(282, 4px);
  grid-column-gap: 22px;
}
@media screen and (max-width: 1096px) {
  .p-solution-list {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(395, 4px);
  }
}
@media screen and (max-width: 830px) {
  .p-solution-list {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(407, 4px);
  }
}

.p-solution-list__estimate {
  grid-area: 1/1/121/2;
}

.p-solution-list__automation {
  grid-area: 10/2/130/3;
}

.p-solution-list__match {
  grid-area: 20/3/140/4;
}
@media screen and (max-width: 830px) {
  .p-solution-list__match {
    grid-area: 254/1/134/2;
  }
}

.p-solution-list__visualization {
  grid-area: 30/4/150/5;
}
@media screen and (max-width: 1096px) {
  .p-solution-list__visualization {
    grid-area: 254/1/134/2;
  }
}
@media screen and (max-width: 830px) {
  .p-solution-list__visualization {
    grid-area: 263/2/143/2;
  }
}

.p-solution-list__pdca {
  grid-area: 254/1/134/2;
}
@media screen and (max-width: 1096px) {
  .p-solution-list__pdca {
    grid-area: 263/2/143/2;
  }
}
@media screen and (max-width: 830px) {
  .p-solution-list__pdca {
    grid-area: 387/1/267/2;
  }
}

.p-solution-list__credit {
  grid-area: 263/2/143/2;
}
@media screen and (max-width: 1096px) {
  .p-solution-list__credit {
    grid-area: 273/3/153/3;
  }
}
@media screen and (max-width: 830px) {
  .p-solution-list__credit {
    grid-area: 396/2/276/3;
  }
}

.p-solution-list__optimization {
  grid-area: 273/3/153/3;
}
@media screen and (max-width: 1096px) {
  .p-solution-list__optimization {
    grid-area: 387/1/267/2;
  }
}
@media screen and (max-width: 830px) {
  .p-solution-list__optimization {
    grid-area: 520/1/400/2;
  }
}

.p-solution-list__rank {
  grid-area: 283/4/163/4;
}
@media screen and (max-width: 1096px) {
  .p-solution-list__rank {
    grid-area: 396/2/276/3;
  }
}
@media screen and (max-width: 830px) {
  .p-solution-list__rank {
    grid-area: 529/2/409/3;
  }
}

.p-company .c-ttl {
  margin-bottom: 7rem;
}

.p-company__contents {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 0 1.6rem;
}

.p-company__item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 0 2.7rem;
  width: calc((100% - 1.6rem) / 2);
  padding: 4rem 0;
  border-top: 0.1rem solid #ccc;
  border-bottom: 0.1rem solid #ccc;
}
.p-company__item:first-child {
  border-top: 0;
}
.p-company__item:last-child {
  border-bottom: 0;
}
.p-company__item.p-company__address {
  flex-direction: column;
  align-items: flex-start;
  gap: 0 0.5rem;
}
@media screen and (max-width: 1024px) {
  .p-company__item {
    width: 100%;
  }
}
@media screen and (max-width: 650px) {
  .p-company__item {
    flex-direction: column;
    align-items: flex-start;
    gap: 0 0.5rem;
  }
}

.p-company__txt {
  line-height: 1.16;
  order: 2;
  font-size: 2.4rem;
}
.p-company__txt.c-en {
  line-height: 1.35;
  letter-spacing: 0.0174em;
  font-size: 1.4rem;
}
@media screen and (max-width: 650px) {
  .p-company__txt.c-en {
    order: 1;
  }
}

.js-scrl-anime {
  opacity: 0;
  transform: translate(0, 5rem);
}

.js-scrl-anime.active {
  -webkit-animation: slideIn 0.3s ease-in-out forwards;
          animation: slideIn 0.3s ease-in-out forwards;
}

.p-business__contents.js-scrl-anime {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-animation: none;
          animation: none;
}
.p-business__contents.js-scrl-anime .c-circle-list__item {
  opacity: 0;
  transform: translate(0, 5rem);
}
.p-business__contents.js-scrl-anime.active .c-circle-list__item:nth-child(1) {
  -webkit-animation: 0.3s slideIn 0.3s ease-in-out forwards;
          animation: 0.3s slideIn 0.3s ease-in-out forwards;
}
.p-business__contents.js-scrl-anime.active .c-circle-list__item:nth-child(2) {
  -webkit-animation: 0.6s slideIn 0.3s ease-in-out forwards;
          animation: 0.6s slideIn 0.3s ease-in-out forwards;
}
.p-business__contents.js-scrl-anime.active .c-circle-list__item:nth-child(3) {
  -webkit-animation: 0.9s slideIn 0.3s ease-in-out forwards;
          animation: 0.9s slideIn 0.3s ease-in-out forwards;
}

.js-scrl-anime-header .p-header__logo .cls-1,
.js-scrl-anime-header .p-header__logo .cls-2 {
  stroke: #fff;
}
.js-scrl-anime-header .p-header__logo .cls-3,
.js-scrl-anime-header .p-header__logo .cls-4,
.js-scrl-anime-header .p-header__logo .cls-5,
.js-scrl-anime-header .p-header__logo .cls-6 {
  fill: #fff;
}
.js-scrl-anime-header .l-header__gnav__menu::before,
.js-scrl-anime-header .l-header__gnav__menu::after {
  background-color: #fff;
}
.js-scrl-anime-header .c-link {
  color: #fff;
}
.js-scrl-anime-header .c-link::after {
  background-color: #fff;
}

@keyframes slideIn {
  to {
    opacity: 1;
    transform: initial;
  }
}
/*# sourceMappingURL=common.css.map */