.l-main-visual-top {
  width: 100%;
  padding: min(70px, 5.8333333333vw) min(20px, 1.6666666667vw) min(90px, 7.5vw);
  height: min(506px, 42.1666666667vw);
  background: linear-gradient(to right bottom, #F7F7F7, #EBEBEB);
}
@media screen and (max-width: 767px) {
  .l-main-visual-top {
    padding: 30px 15px;
    height: auto;
  }
}

.l-main-visual-top__inner {
  position: relative;
  z-index: 0;
  display: grid;
  grid-template-columns: 47.6666666667% 49%;
  gap: 3.3333333333%;
  margin: auto;
  max-width: 1200px;
}
@media screen and (max-width: 767px) {
  .l-main-visual-top__inner {
    display: block;
  }
}
.l-main-visual-top__inner:before {
  position: absolute;
  z-index: -1;
  left: min(607px, 50.5833333333vw);
  top: max(-246px, -20.5vw);
  content: "";
  background: url(../img/top/mv-circle.png) no-repeat center/cover;
  width: min(848px, 70.6666666667vw);
  height: min(658px, 54.8333333333vw);
  opacity: 0.39;
}
@media screen and (max-width: 767px) {
  .l-main-visual-top__inner:before {
    top: min(160px, 42.6666666667vw);
    left: calc(50vw - 290px);
    width: min(572px, 152.5333333333vw);
    height: min(400px, 106.6666666667vw);
    background-image: url(../img/top/sp/mv-circle.png);
  }
}

.l-main-visual-top__title {
  margin: min(20px, 1.6666666667vw) auto 0;
  white-space: nowrap;
  font-weight: bold;
  font-size: min(28px, 2.3333333333vw);
  line-height: min(57px, 4.75vw);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-main-visual-top__title {
    margin: 0;
    font-size: min(22px, 5.8666666667vw);
    line-height: min(42px, 11.2vw);
  }
}

.l-main-visual-top__title-em {
  font-weight: bold;
  font-size: min(36px, 3vw);
  color: #C92D26;
}
@media screen and (max-width: 767px) {
  .l-main-visual-top__title-em {
    font-size: min(28px, 7.4666666667vw);
  }
}

.l-man-visual-top__sns-logos {
  display: flex;
  justify-content: center;
  margin: min(30px, 2.5vw) auto 0;
}
@media screen and (max-width: 767px) {
  .l-man-visual-top__sns-logos {
    margin: min(15px, 4vw) auto 0;
  }
}

.l-man-visual-top__sns-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 min(4px, 0.3333333333vw);
  width: min(58px, 4.8333333333vw);
  height: min(58px, 4.8333333333vw);
  border-radius: 9999px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .l-man-visual-top__sns-logo {
    margin: 0 min(4px, 1.0666666667vw);
    width: min(58px, 15.4666666667vw);
    height: min(58px, 15.4666666667vw);
  }
}

.l-main-visual__sns-logo-image {
  width: auto;
}

.l-main-visual-top__use-cases {
  display: flex;
  justify-content: center;
  margin: min(10px, 0.8333333333vw) auto 0;
}
@media screen and (max-width: 767px) {
  .l-main-visual-top__use-cases {
    margin: min(8px, 2.1333333333vw) auto 0;
  }
}

.l-main-visual-top__use-case {
  margin: 0 min(2.5px, 0.2083333333vw);
  padding: min(6px, 0.5vw) min(22px, 1.8333333333vw);
  border-radius: 9999px;
  background: #fff;
  font-size: min(15px, 1.25vw);
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .l-main-visual-top__use-case {
    margin: 0 min(4px, 1.0666666667vw);
    padding: min(5px, 1.3333333333vw) min(10px, 2.6666666667vw) min(6px, 1.6vw);
    font-size: min(14px, 3.7333333333vw);
  }
}

.l-main-visual-top__download {
  position: relative;
  z-index: 0;
  margin: min(30px, 2.5vw) auto 0;
  width: min(260px, 21.6666666667vw);
  height: min(60px, 5vw);
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px transparent;
  background: linear-gradient(to right, #F55656, #C11111);
  color: #fff;
  transition: 0.3s;
  font-weight: bold;
  font-size: min(16px, 1.3333333333vw);
}
@media screen and (max-width: 767px) {
  .l-main-visual-top__download {
    width: min(280px, 74.6666666667vw);
    height: min(60px, 16vw);
    margin: min(15px, 4vw) auto 0;
    font-size: min(16px, 4.2666666667vw);
  }
}
.l-main-visual-top__download:before {
  margin: 3px 15px 0 0;
  content: url(../img/common/i-download.svg);
  filter: brightness(0) invert(1);
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .l-main-visual-top__download:before {
    margin: 3px 7px 0 0;
  }
}
.l-main-visual-top__download:after {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: scaleX(0);
  transition: 0.3s;
  background: #fff;
}
.l-main-visual-top__download:hover {
  color: #C92D26;
  border-color: #C92D26;
}
.l-main-visual-top__download:hover:before {
  filter: brightness(1) invert(0);
}
.l-main-visual-top__download:hover:after {
  opacity: 1;
  transform: scaleX(100%);
}

.l-main-visual-top__image {
  display: block;
  width: min(614px, 51.1666666667vw);
  max-width: unset;
}
@media screen and (max-width: 767px) {
  .l-main-visual-top__image {
    margin: min(20px, 5.3333333333vw) auto 0;
    width: min(330px, 88vw);
  }
}

.method {
  background: #F7F7F7;
}

.method__tabs {
  display: flex;
}

.method__tab {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: solid 2px #666;
  width: 25%;
  height: 64px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #666;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .method__tab {
    height: 86px;
    font-size: 14px;
    line-height: 21px;
  }
}
.method__tab:hover {
  color: #C92D26;
}
.method__tab.is-current {
  border-color: #C92D26;
  background: #fff;
  color: #C92D26;
}
.method__tab.is-current:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: "";
  width: 20px;
  height: 14px;
  background: #C92D26;
  transform: translate(-50%, 100%);
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
}
@media screen and (max-width: 767px) {
  .method__tab.is-current:before {
    width: 19px;
    height: 13px;
  }
}

.method__panels {
  margin: 30px auto 0;
  display: grid;
}
@media screen and (max-width: 767px) {
  .method__panels {
    margin: 25px auto 0;
  }
}

.method__panel {
  display: grid;
  grid-template-columns: 46.5909090909% 48.5227272727%;
  gap: 5.6818181818%;
  grid-column: 1/2;
  grid-row: 1/2;
  padding: 50px 60px 40px;
  background: #fff;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .method__panel {
    grid-template-columns: 100%;
    gap: 20px;
    padding: 30px 15px;
  }
}
.method__panel.is-current {
  opacity: 1;
  pointer-events: all;
}

.method__title {
  margin: 0 0 20px;
  font-size: 24px;
  line-height: 35px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .method__title {
    margin: 0 auto 20px;
    font-size: 22px;
    text-align: center;
  }
}

.method__text {
  margin: 20px 0 0;
  font-size: 16px;
  line-height: 1.6;
}

.method__image {
  display: block;
  width: 100%;
  height: auto;
}

.secondary-cta {
  padding: 80px 20px;
  background: url(../img/top/cta-bg.png) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .secondary-cta {
    padding: 40px 15px;
    background-image: url(../img/top/sp/cta-bg.png);
  }
}
.secondary-cta .c-title-1 {
  align-self: center;
}
@media screen and (max-width: 767px) {
  .secondary-cta .c-title-1 {
    width: calc(100% + 30px);
    margin: 0 0 0 -15px;
    font-size: min(28px, 7.4666666667vw);
    line-height: min(44px, 11.7333333333vw);
    white-space: nowrap;
  }
}

.secondary-cta__inner {
  display: grid;
  grid-template-columns: 40% 55%;
  gap: 30px 5%;
  margin: 40px auto 0;
  padding: 60px 100px;
  max-width: 1200px;
  margin: auto;
  background: rgba(255, 255, 255, 0.96);
}
@media screen and (max-width: 767px) {
  .secondary-cta__inner {
    grid-template-columns: 100%;
    gap: 15px;
    padding: 40px 25px 32px;
  }
}

.secondary-cta__image {
  grid-row: 1/3;
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .secondary-cta__image {
    grid-row: 2/3;
    margin: 15px auto 5px;
    max-width: 277px;
  }
}

.secondary-cta__buttons {
  grid-column: 2/3;
  grid-row: 2/3;
  display: grid;
  grid-template-columns: repeat(2, 260px);
  justify-content: end;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .secondary-cta__buttons {
    grid-column: 1/2;
    grid-row: 3/4;
    grid-template-columns: 100%;
    gap: 15px;
    justify-items: center;
  }
}

.secondary-cta__download {
  position: relative;
  z-index: 0;
  padding: 5px;
  white-space: nowrap;
  width: 100%;
  max-width: 260px;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px transparent;
  background: linear-gradient(to right, #F55656, #C11111);
  color: #fff;
  transition: 0.3s;
  font-weight: bold;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .secondary-cta__download {
    width: 100%;
    max-width: 280px;
    margin: auto;
  }
}
.secondary-cta__download:before {
  margin: 3px 15px 0 0;
  content: url(../img/common/i-download.svg);
  filter: brightness(0) invert(1);
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .secondary-cta__download:before {
    margin: 3px 7px 0 0;
  }
}
.secondary-cta__download:after {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: scaleX(0);
  transition: 0.3s;
  background: #fff;
}
.secondary-cta__download:hover {
  color: #C92D26;
  border-color: #C92D26;
}
.secondary-cta__download:hover:before {
  filter: brightness(1) invert(0);
}
.secondary-cta__download:hover:after {
  opacity: 1;
  transform: scaleX(100%);
}

.products {
  background: #F7F7F7;
}
.products .c-section-1__content {
  display: grid;
  grid-template-columns: repeat(2, 48%);
  gap: 4%;
}
@media screen and (max-width: 767px) {
  .products .c-section-1__content {
    grid-template-columns: 100%;
    gap: 30px;
  }
}

.products__item {
  display: block;
  padding: 55px 50px 50px;
  background: #fff;
  box-shadow: 6px 6px 16px 0 rgba(0, 0, 0, 0.06);
}
@media screen and (max-width: 767px) {
  .products__item {
    padding: 40px 15px;
    box-shadow: 6px 6px 10px 0 rgba(0, 0, 0, 0.06);
  }
}
.products__item:hover .products__button {
  opacity: 0.7;
}

.products__image {
  display: block;
  max-width: 316px;
  width: 100%;
  height: auto;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .products__image {
    max-width: 250px;
  }
}

.products__text {
  margin: 20px auto 0;
}

.products__button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px auto 0;
  color: #C92D26;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .products__button {
    margin: 20px auto 0;
  }
}
.products__button:after {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 0 8px;
  content: "";
  content: url(../img/common/i-arrow-1-lg.svg);
  line-height: 0;
}

.columns .c-button-1 {
  align-self: flex-start;
  justify-self: center;
}
@media screen and (min-width: 768px) {
  .columns {
    padding: 80px 20px;
  }
  .columns .c-title-1 {
    padding: 0 90px 0 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-align: left;
  }
  .columns .c-title-1:after {
    top: 20px;
    left: calc(100% - 30px);
  }
  .columns .c-button-1 {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
@media screen and (max-width: 767px) {
  .columns {
    padding: 50px 15px;
  }
}

.columns__inner {
  margin: auto;
  max-width: 1200px;
}

.columns__content {
  position: relative;
  z-index: 0;
  display: grid;
  grid-template-columns: 350px calc(50vw + 230px);
  grid-template-rows: 130px 1fr;
  gap: 25px 20px;
  margin: 40px 0 0;
}
@media screen and (max-width: 767px) {
  .columns__content {
    grid-template-columns: 100%;
    grid-template-rows: auto;
    gap: 20px;
    margin: 30px auto 0;
  }
}
.columns__content + .columns__content {
  margin: 60px 0 0;
}
@media screen and (max-width: 767px) {
  .columns__content + .columns__content {
    margin: 50px auto 0;
  }
}
.columns__content:before {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 251px;
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 9999px;
  background: #DDD;
}
@media screen and (max-width: 767px) {
  .columns__content:before {
    left: 25px;
    top: 84px;
  }
}
.columns__content:after {
  position: absolute;
  z-index: -1;
  left: 5px;
  top: 254px;
  content: "";
  width: 100vw;
  height: 1px;
  background: #DDD;
}
@media screen and (max-width: 767px) {
  .columns__content:after {
    left: 30px;
    top: 87px;
  }
}

.columns__content-title {
  align-self: flex-end;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.columns__articles {
  position: relative;
}
@media screen and (min-width: 768px) {
  .columns__articles {
    grid-row: 1/3;
    grid-column: 2/3;
  }
  .columns__articles .slick-track {
    display: flex;
    padding: 0 0 65px;
  }
  .columns__articles .slick-arrow {
    position: absolute;
    z-index: 1;
    bottom: 0;
    color: transparent;
    width: 42px;
    height: 42px;
    background: url(../img/common/i-arrow-4.svg);
    transition: 0.3s;
  }
  .columns__articles .slick-arrow:hover {
    opacity: 0.7;
  }
  .columns__articles .slick-arrow.slick-prev {
    left: 0;
  }
  .columns__articles .slick-arrow.slick-next {
    left: 62px;
    transform: rotate(180deg);
  }
}
@media screen and (max-width: 767px) {
  .columns__articles {
    grid-row: 2/3;
    grid-column: 1/2;
    margin: 0 0 0 -15px;
    width: calc(100% + 30px);
  }
  .columns__articles .slick-track {
    display: flex;
    padding: 0 0 10px;
  }
  .columns__articles .slick-arrow {
    position: absolute;
    z-index: 1;
    top: 145px;
    color: transparent;
    width: 50px;
    height: 50px;
    background: url(../img/common/i-arrow-3.svg);
  }
  .columns__articles .slick-arrow.slick-prev {
    left: 15px;
  }
  .columns__articles .slick-arrow.slick-next {
    right: 15px;
    transform: rotate(180deg);
  }
}

.columns__article {
  display: block;
  padding: 0 15px 25px;
  width: 307px;
  min-height: 350px;
  height: 100%;
  background: #fff;
  box-shadow: 6px 6px 16px 0 rgba(0, 0, 0, 0.06);
}
@media screen and (max-width: 767px) {
  .columns__article {
    padding: 0 15px 20px;
    width: 260px;
    height: 100%;
  }
}
.columns__article + .columns__article {
  margin: 0 0 0 40px;
}
@media screen and (max-width: 767px) {
  .columns__article + .columns__article {
    margin: 0 0 0 30px;
  }
}
.columns__article img {
  display: block;
  margin: 0 -15px;
  width: calc(100% + 30px);
  height: 184px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .columns__article img {
    height: 156px;
  }
}
.columns__article:hover img {
  opacity: 0.7;
}
.columns__article:hover .columns__article-title {
  color: #C92D26;
}

.columns__article-time {
  display: block;
  margin: 20px 0 0;
  font-size: 16px;
  line-height: 21px;
  font-weight: bold;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  color: #666;
}

.columns__article-title {
  position: relative;
  margin: 10px 0 0;
  padding: 0 0 15px;
  min-height: 92px;
  background: linear-gradient(to right, #C92D26, #C92D26 40px, #666 40px, #666) no-repeat bottom/100% 2px;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.6;
  transition: 0.3s;
}
.columns__article-title:after {
  position: absolute;
  bottom: 15px;
  right: 0;
  content: url(../img/common/i-arrow-1-lg.svg);
  line-height: 0;
}

.news {
  background: #F7F7F7;
}

.news__article {
  position: relative;
  display: grid;
  grid-template-columns: 110px auto 1fr;
  align-items: center;
  gap: 30px;
  padding: 15px;
  border-bottom: solid 1px #DDD;
}
@media screen and (max-width: 767px) {
  .news__article {
    grid-template-columns: 110px auto;
    gap: 5px 20px;
  }
}
.news__article:hover .news__article-title {
  color: #C92D26;
}
.news__article:hover .news__article-title:after {
  background: #C92D26;
}

.news__article-time {
  white-space: nowrap;
  vertical-align: middle;
}

.news__article-time-date {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 16px;
}

.news__article-time-day {
  font-size: 14px;
}

.news__article-category {
  padding: 2px 10px 3px;
  border: solid 1px #C92D26;
  font-size: 14px;
  color: #C92D26;
  line-height: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.news__article-title {
  position: relative;
  padding: 0 18px 0 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 17px;
  line-height: 25px;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .news__article-title {
    grid-column: 1/3;
  }
}
.news__article-title:after {
  position: absolute;
  display: inline-block;
  right: 0;
  top: calc(50% - 3px);
  content: "";
  width: 6px;
  height: 10px;
  background: #333;
  -webkit-mask-image: url(../img/common/i-arrow-2.svg);
          mask-image: url(../img/common/i-arrow-2.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .news__article-title:after {
    position: static;
    transform: translateX(10px);
  }
}/*# sourceMappingURL=p-top.css.map */