@charset "UTF-8";
/*MV*/
.p-top-mv {
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  line-height: 0;
  margin-top: -116px;
}
.p-top-mv .p-top-video-box {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}
.p-top-mv .p-top-video-box video {
  min-width: 100%;
  min-height: 100vh;
  position: absolute;
}
.p-top-mv .p-top-copy-inner {
  position: absolute;
  max-width: 1700px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 3;
  width: 100%;
  height: 100vh;
}
.p-top-mv .p-top-copy {
  position: absolute;
  z-index: 3;
  width: 46%;
  right: 2%;
  max-width: 750px;
  bottom: 8%;
}
.p-top-mv .p-top-copy p {
  line-height: 1.5em;
  text-align: right;
  color: #fff;
  font-weight: 700;
  margin-bottom: 25px;
  width: 92%;
  font-size: max(2.9rem, min(2.2vw, 3.5rem));
}
.p-top-mv .p-top-copy img {
  width: 100%;
}

.p-top-mv:before {
  content: "";
  display: block;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  background-image: radial-gradient(#000 21%, transparent 26%), radial-gradient(#000 21%, transparent 26%);
  background-size: 4px 4px;
  background-position: 0 0, 2px 2px;
  z-index: 2;
}

@media (max-aspect-ratio: 16/9) {
  #video-wrapper .video-box video {
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 768px) {
  .p-top-mv .p-top-video-box video {
    top: 158px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv {
    margin-top: -120px;
  }
  .p-top-mv .p-top-copy {
    width: 85%;
    margin: 0 auto;
    left: 0;
    right: -30px;
    bottom: 210px;
  }
  .p-top-mv .p-top-copy p {
    font-size: 4.2vw;
  }
  .p-top-mv .p-top-copy img {
    width: 100%;
  }
}
/*news*/
.p-top-news {
  background-color: #E5F6F6;
  padding: 45px 0;
}
.p-top-news .c-inner {
  background-color: #fff;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.p-top-news .c-inner .left-box {
  background-color: #00A7AC;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
}
.p-top-news .c-inner .left-box h2 {
  color: #fff;
}
.p-top-news .c-inner .right-box {
  width: 85%;
  padding: 20px;
}
.p-top-news .c-inner .right-box .p-top-news__item-list-wrap .p-top-news__item-list:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.p-top-news .c-inner .right-box .p-top-news__item-list-wrap .p-top-news__item-list {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #CCCCCC;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.p-top-news .c-inner .right-box .p-top-news__item-date {
  width: 19%;
}
.p-top-news .c-inner .right-box .p-top-news__item-cate {
  width: 15%;
  margin-right: 3%;
  padding: 5px;
  border: 1px solid;
  text-align: center;
  display: inline-block;
  font-size: 1.3rem;
}
.p-top-news .c-inner .right-box .cate-event {
  border-color: #FC88AB;
  color: #FC88AB;
}
.p-top-news .c-inner .right-box .cate-news {
  border-color: #00A7AC;
  color: #00A7AC;
}
.p-top-news .c-inner .right-box .p-top-news__item-link {
  width: 73%;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .p-top-news {
    padding: 10% 0;
  }
  .p-top-news .c-inner .left-box {
    width: 25%;
  }
  .p-top-news .c-inner .left-box h2 {
    color: #fff;
  }
  .p-top-news .c-inner .right-box {
    width: 75%;
    padding: 5% 2.5%;
  }
  .p-top-news .c-inner .right-box .p-top-news__item-list-wrap .p-top-news__item-list {
    margin-top: 5%;
    padding-top: 5%;
    flex-wrap: wrap;
  }
  .p-top-news .c-inner .right-box .p-top-news__item-date {
    width: auto;
    font-size: 1.3rem;
  }
  .p-top-news .c-inner .right-box .p-top-news__item-cate {
    width: auto;
    margin-left: 3%;
    padding: 0 2%;
    font-size: 1.1rem;
  }
  .p-top-news .c-inner .right-box .p-top-news__item-link {
    width: 100%;
    display: inline-block;
    font-size: 1.3rem;
    margin-top: 2.5%;
  }
}
/*こんな困りごとありませんか？*/
.p-top-prob {
  padding-top: 94px;
}
.p-top-prob .p-top-prob__heading {
  margin: 0 auto;
}
.p-top-prob .p-top__text {
  text-align: center;
  margin: 25px 0 45px;
}
.p-top-prob .p-top-prob__item-list-wrap {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 100px;
}
.p-top-prob .p-top-prob__item-list:nth-child(-n+2) {
  margin-top: 0;
}
.p-top-prob .p-top-prob__item-list {
  width: 47.5%;
  margin-top: 110px;
}
.p-top-prob .p-top-prob__item-list .p-top-prob__item-list-inner {
  position: relative;
  box-sizing: border-box;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  padding: 70px 40px 40px;
  font-size: 2rem;
}
.p-top-prob .p-top-prob__item-list .p-top-prob__item-list-inner .p-top-prob__item-list-icon {
  width: 140px;
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: -70px;
}
.p-top-prob .p-top-prob__item-list .p-top-prob__item-list-inner:after {
  transform: skewX(-18deg);
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: #E5F6F6;
}
.p-top-prob .p-top-prob__item-sublist-wrap .p-top-prob__item-sublist:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.p-top-prob .p-top-prob__item-sublist-wrap .p-top-prob__item-sublist {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 2px dotted #00A5A0;
  font-weight: bold;
  color: #00A5A0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-top-prob {
    padding-top: 15%;
  }
  .p-top-prob .p-top__text {
    margin: 25px 0 45px;
  }
  .p-top-prob .p-top-prob__item-list-wrap {
    display: block;
    margin-top: 5%;
  }
  .p-top-prob .p-top-prob__item-list:nth-child(-n+2) {
    margin-top: 80px;
  }
  .p-top-prob .p-top-prob__item-list {
    width: 100%;
    margin-top: 80px;
  }
  .p-top-prob .p-top-prob__item-list .p-top-prob__item-list-inner {
    padding: 70px 40px 40px;
    font-size: 1.7rem;
  }
  .p-top-prob .p-top-prob__item-list .p-top-prob__item-list-inner .p-top-prob__item-list-icon {
    width: 125px;
    top: -54px;
  }
  .p-top-prob .p-top-prob__item-list .p-top-prob__item-list-inner:after {
    transform: skewX(-15deg);
    width: 93%;
    margin: auto;
  }
  .p-top-prob .p-top-prob__item-sublist-wrap .p-top-prob__item-sublist:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
  }
  .p-top-prob .p-top-prob__item-sublist-wrap .p-top-prob__item-sublist {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 2px dotted #00A5A0;
    font-weight: bold;
    color: #00A5A0;
    text-align: center;
  }
  .p-top-soft {
    padding-bottom: 0;
  }
}
/*5つの特徴*/
.p-top-feature {
  text-align: left;
}

.p-top-feature__heading {
  margin: 0 auto 34px;
}

.p-top-feature__item-list-wrap {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .p-top-feature__item-list:nth-child(-n+3) {
    margin-top: 0;
  }
  .p-top-feature__item-list:nth-child(3n+1) {
    margin-left: 0;
  }
}
.p-top-feature__item-list {
  width: 31%;
  margin-top: 40px;
  margin-left: 3.5%;
}
.p-top-feature__item-list .p-top-feature__item-list-ttl {
  display: flex;
  align-items: end;
  font-size: 2.2rem;
  color: #00A7AC;
}
.p-top-feature__item-list .p-top-feature__item-list-ttl .p-top-feature__num {
  width: 80px;
}
.p-top-feature__item-list .p-top-feature__item-list-txt {
  margin: 10px 0;
  font-size: 1.7rem;
  font-weight: bold;
}
.p-top-feature__item-list .p-top-feature__item-list-txt span {
  color: #00A7AC;
}
.p-top-feature__item-list .p-top-feature__img {
  width: 100%;
}

.p-top-feature__item-note {
  font-size: 1.2rem;
  line-height: 1.6;
  text-align: right;
  margin-bottom: 40px;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .p-top-feature {
    padding: 15% 0;
  }
  .p-top-feature__heading {
    margin: 0 auto 10%;
  }
  .p-top-feature__item-list-wrap {
    display: block;
  }
  .p-top-feature__item-list {
    width: 85%;
    margin: 12% auto 0;
  }
  .p-top-feature__item-list .p-top-feature__item-list-ttl {
    font-size: 2.4rem;
  }
  .p-top-feature__item-list .p-top-feature__item-list-ttl .p-top-feature__num {
    width: 86px;
  }
  .p-top-feature__item-list .p-top-feature__item-list-txt {
    margin: 5% 0;
    font-size: 1.7rem;
  }
  .p-top-feature__item-list .p-top-feature__img {
    width: 100%;
  }
  .p-top-feature__item-note {
    font-size: 1.2rem;
    line-height: 1.6;
    text-align: right;
    margin-bottom: 40px;
    margin-top: 20px;
    width: 100%;
  }
}
/*導入事例*/
.p-top-examplepost {
  background: #E7E7E7;
  padding: 100px 0;
}
.p-top-examplepost .p-top__text {
  text-align: center;
}

.p-top-example-list-wrap {
  margin: 30px 0;
}
.p-top-example-list-wrap .p-top-example-list {
  background-color: #fff;
  position: relative;
  margin: 0 15px;
}
.p-top-example-list-wrap .p-top-example-list .p-top-example-list-inner {
  padding: 25px;
}
.p-top-example-list-wrap .p-top-example-list .example-slide-industry {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #00A5A0;
  color: #fff;
  text-align: center;
  display: inline-block;
  padding: 5px 20px;
  line-height: 1em;
  height: 30px;
  display: flex;
  align-items: center;
  font-weight: 500;
}
.p-top-example-list-wrap .p-top-example-list .example-slide-industry:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  border-bottom: 40px solid #00a5a0;
  border-top: 0;
  position: absolute;
  top: 0;
  right: -20px;
}
.p-top-example-list-wrap .p-top-example-list .example-slide-img {
  width: 100%;
}
.p-top-example-list-wrap .p-top-example-list .example-slide-company {
  color: #843184;
  font-size: 1.8rem;
}
.p-top-example-list-wrap .p-top-example-list .example-slide-txt {
  font-size: 1.6rem;
  font-weight: 500;
  margin: 10px 0;
}
.p-top-example-list-wrap .p-top-example-list .btn_black {
  margin-top: 10px;
}
.p-top-example-list-wrap .p-top-example-list .btn_black a {
  width: 45%;
  height: 45px;
  font-size: 1.4rem;
}

.p-top-example-slide .slick-arrow {
  width: 40px;
  height: 40px;
}
.p-top-example-slide .slick-arrow:before {
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  display: block;
  content: "";
}
.p-top-example-slide .slick-next {
  right: -55px;
}
.p-top-example-slide .slick-next:before {
  background-image: url(../img/next-arrow.png);
}
.p-top-example-slide .slick-prev {
  left: -55px;
}
.p-top-example-slide .slick-prev:before {
  background-image: url(../img/prev-arrow.png);
}

.tag-list-wrap {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.tag-list-wrap .tag-list {
  margin-right: 1%;
  width: auto;
  font-size: 1.4rem;
  background: #D9D9D9;
  text-align: center;
  padding: 5px 12px;
  box-sizing: border-box;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .p-top-examplepost {
    padding: 15% 0;
  }
  .p-top-example-list-wrap {
    margin: 10% 0 5%;
  }
  .p-top-example-list-wrap .p-top-example-list .p-top-example-list-inner {
    padding: 6%;
  }
  .p-top-example-list-wrap .p-top-example-list .example-slide-industry {
    height: 30px;
    font-size: 1.5rem;
  }
  .p-top-example-list-wrap .p-top-example-list .example-slide-company {
    font-size: 1.8rem;
  }
  .p-top-example-list-wrap .p-top-example-list .example-slide-txt {
    font-size: 1.5rem;
    font-weight: 500;
    margin: 10px 0;
  }
  .p-top-example-list-wrap .p-top-example-list .btn_black {
    margin-top: 5%;
  }
  .p-top-example-list-wrap .p-top-example-list .btn_black a {
    width: 55%;
    height: 40px;
    font-size: 1.4rem;
  }
  .p-top-example-slide .slick-arrow {
    width: 30px;
    height: 30px;
    z-index: 3;
  }
  .p-top-example-slide .slick-next {
    right: -10px;
  }
  .p-top-example-slide .slick-prev {
    left: -10px;
  }
  .tag-list-wrap .tag-list {
    margin-right: 1%;
    font-size: 1.2rem;
    padding: 5px 12px;
    margin-top: 1%;
  }
}
/*様々な企業*/
.p-top-example {
  padding: 100px 0 0;
  margin-bottom: 30px;
}
.p-top-example .p-top__heading {
  margin-bottom: 60px;
}
.p-top-example .p-top-example__sample ul {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
  padding-bottom: 50px;
}

.registered_note {
  text-align: left;
  margin: 0 auto 80px;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .p-top-example {
    padding: 15% 0 0;
    margin-bottom: 10%;
    margin-top: 0;
  }
  .p-top-example .p-top__heading {
    margin-bottom: 10%;
  }
  .p-top-example .p-top-example__sample ul {
    padding-bottom: 10%;
    width: 90%;
  }
  .registered_note {
    margin: 0 auto 15%;
  }
}/*# sourceMappingURL=style2601.css.map */