.visible_lg {
  display: block !important;
}

.visible_xs {
  display: none !important;
}

@media screen and (max-width: 769px) {
  .visible_lg {
    display: none !important;
  }
  .visible_xs {
    display: block !important;
  }
}
.c-inner {
  max-width: 1156px;
  margin: 0 auto;
  padding: 0 20px;
}
.backBroundcircle-1 {
  border-radius: 50%;
  width: 492px;
  height: 492px;
  background-image: radial-gradient(circle, rgba(115, 192, 251, 0.4) 0%, rgb(255, 255, 255) 70%);
  z-index: -1;
  top: 140px;
  left: 125px;
}

@media screen and (max-width: 769px) {
  .backBroundcircle-1 {
    width: 344px;
    height: 344px;
    top: 260px;
    left: -86px;
  }
}
.backBroundcircle-2 {
  border-radius: 50%;
  width: 886px;
  height: 886px;
  background-image: radial-gradient(circle, rgba(158, 255, 247, 0.3) 0%, rgb(255, 255, 255) 80%);
  z-index: -1;
  top: 535px;
  right: -443px;
  /* border: 1px solid red; */
}

@media screen and (max-width: 769px) {
  .backBroundcircle-2 {
    width: 520px;
    height: 520px;
    top: 700px;
    right: -260px;
  }
}
.backBroundcircle-3 {
  border-radius: 50%;
  width: 886px;
  height: 886px;
  background-image: radial-gradient(circle, rgba(158, 255, 247, 0.3) 0%, rgb(255, 255, 255) 80%);
  z-index: -1;
  top: 1435px;
  left: -443px;
  /* border: 1px solid red; */
}

@media screen and (max-width: 769px) {
  .backBroundcircle-3 {
    width: 520px;
    height: 520px;
    top: 1660px;
    left: -260px;
  }
}
.backBroundcircle-4 {
  border-radius: 50%;
  width: 492px;
  height: 492px;
  background-image: radial-gradient(circle, rgba(115, 192, 251, 0.3) 0%, rgb(255, 255, 255) 70%);
  z-index: -1;
  top: 2435px;
  right: -246px;
  /* border: 1px solid red; */
}

@media screen and (max-width: 769px) {
  .backBroundcircle-4 {
    width: 344px;
    height: 344px;
    top: 3100px;
    right: -186px;
  }
}
.main-visual {
  padding: 35px 50px;
  background-color: #fff;
}
@media screen and (max-width: 769px) {
  .main-visual {
    padding: 0;
  }
}
.main-visual img {
  width: 100%;
  border-radius: 10px;
}
@media screen and (max-width: 769px) {
  .main-visual img {
    border-radius: 0;
  }
}
.main-visual__title {
  margin-top: -70px;
  margin-bottom: 100px;
}
@media screen and (max-width: 769px) {
  .main-visual__title {
    padding: 20px;
    margin-top: -35px;
    margin-bottom: 50px;
  }
}

.about {
  margin-bottom: 130px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .about {
    margin-bottom: 80px;
  }
}
.about .backBroundcircle-2 {
  position: absolute;
  width: 500px;
  height: 500px;
  right: 100px;
  top: 450px;
}
@media (max-width: 768px) {
  .about .backBroundcircle-2 {
    position: absolute;
    width: 350px;
    height: 350px;
    right: -150px;
    bottom: 0;
  }
}
.about .backBroundcircle-1 {
  position: absolute;
  width: 800px;
  height: 800px;
  left: -30px;
  top: -20px;
}
@media (max-width: 768px) {
  .about .backBroundcircle-1 {
    width: 350px;
    height: 350px;
    top: 50px;
    left: -80px;
  }
}
.about__wrapper__lead {
  text-align: center;
  font-size: 18px;
  line-height: 40px;
  margin-bottom: 70px;
}
@media (max-width: 768px) {
  .about__wrapper__lead {
    text-align: left;
    font-size: 14px;
    line-height: 30px;
  }
}
.about__wrapper__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 55px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .about__wrapper__content {
    gap: 0;
  }
}
.about__wrapper__content__block {
  max-width: 500px;
}
.about__wrapper__content__block__heading {
  font-weight: normal;
  font-size: 40px;
  line-height: 64px;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .about__wrapper__content__block__heading {
    font-size: 32px;
    line-height: 47px;
    margin-bottom: 35px;
  }
}
.about__wrapper__content__block__catch {
  font-size: 28px;
  margin-bottom: 35px;
}
@media (max-width: 768px) {
  .about__wrapper__content__block__catch {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .about__wrapper__content__block__media {
    width: 255px;
    margin: 0 auto 40px;
  }
}
.about__wrapper__content__block__text {
  font-size: 18px;
  line-height: 40px;
}
@media (max-width: 768px) {
  .about__wrapper__content__block__text {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .feature {
    display: block;
    background-color: #f8f9fa;
    margin-bottom: 0;
  }
}
.feature__wrapper {
  background-color: #f8f9fa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 70px 50px;
  gap: 75px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .feature__wrapper {
    display: block;
    padding: 40px 0;
  }
}
@media (max-width: 768px) {
  .feature__wrapper__content {
    margin-bottom: 30px;
  }
}
.feature__wrapper__content__heading {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .feature__wrapper__content__heading {
    text-align: center;
    margin-bottom: 35px;
  }
}
.feature__wrapper__content__list {
  line-height: 32px;
}
@media (max-width: 768px) {
  .feature__wrapper__content__list {
    line-height: 30px;
  }
}
.feature__wrapper__content__list__item__top {
  font-weight: bold;
}
.feature__wrapper__media {
  max-width: 460px;
}

.product {
  position: relative;
  overflow: hidden;
  padding-top: 80px;
}
@media (max-width: 768px) {
  .product {
    margin-bottom: 0;
  }
}
.product .backBroundcircle-2 {
  position: absolute;
  width: 600px;
  height: 600px;
  right: -100px;
  top: 0;
}
@media (max-width: 768px) {
  .product .backBroundcircle-2 {
    position: absolute;
    width: 350px;
    height: 350px;
    right: -100px;
    bottom: 0;
  }
}
.product__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 55px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .product__wrapper {
    gap: 0;
    padding: 0;
  }
}
.product__wrapper__content {
  max-width: 565px;
}
.product__wrapper__content__heading {
  font-size: 40px;
  font-weight: normal;
  margin-bottom: 35px;
}
@media (max-width: 768px) {
  .product__wrapper__content__heading {
    font-size: 30px;
    line-height: 47px;
  }
}
@media (max-width: 768px) {
  .product__wrapper__content__media {
    margin-bottom: 30px;
  }
}
.product__wrapper__content__text {
  line-height: 37px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .product__wrapper__content__text {
    font-size: 14px;
    line-height: 30px;
  }
}
.product__wrapper__content__comparison {
  width: 400px;
}
@media (max-width: 768px) {
  .product__wrapper__content__comparison {
    width: 100%;
  }
}

.applications {
  position: relative;
  overflow: hidden;
  padding-top: 150px;
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  .applications {
    padding: 90px 0 0;
  }
}
.applications .backBroundcircle-1 {
  position: absolute;
  width: 700px;
  height: 700px;
  left: 65%;
  top: 100px;
}
@media (max-width: 768px) {
  .applications .backBroundcircle-1 {
    position: absolute;
    width: 500px;
    height: 500px;
    top: 570px;
    left: 20px;
  }
}
.applications .backBroundcircle-2 {
  position: absolute;
  width: 800px;
  height: 800px;
  left: -30px;
  top: -100px;
}
@media (max-width: 768px) {
  .applications .backBroundcircle-2 {
    width: 500px;
    height: 500px;
    top: 50px;
    left: -100px;
  }
}
.applications__intro {
  font-size: 40px;
  font-weight: normal;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .applications__intro {
    font-size: 32px;
    margin-bottom: 30px;
  }
}
.applications__text {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .applications__text {
    margin-bottom: 30px;
  }
}
.applications__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 90px;
}
@media (max-width: 768px) {
  .applications__content {
    display: block;
  }
}
.applications__content__block {
  background-color: #fff;
  border-radius: 10px 10px 0 0;
  border-bottom: 1px solid #000;
  width: 356px;
  padding: 50px 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .applications__content__block {
    width: 100%;
    padding: 30px 20px;
    margin-bottom: 15px;
    border-radius: 5px 5px 0 0;
  }
}
.applications__content__block__title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .applications__content__block__title {
    font-size: 18px;
    margin-bottom: 25px;
  }
}
.applications__content__block__text {
  text-align: left;
  line-height: 32px;
}
.applications__subtitle {
  font-size: 28px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .applications__subtitle {
    font-size: 24px;
  }
}
.applications__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .applications__card {
    display: block;
  }
}
.applications__card__block {
  width: 356px;
}
@media (max-width: 768px) {
  .applications__card__block {
    width: 100%;
    margin-bottom: 30px;
  }
}
.applications__card__block__photo {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .applications__card__block__photo {
    margin-bottom: 18px;
  }
}
.applications__card__block__text {
  font-size: 20px;
}
@media (max-width: 768px) {
  .applications__card__block__text {
    font-size: 18px;
  }
}

.bottomLink {
  padding-top: 70px;
}
.bottomLink > img {
  margin-bottom: 50px;
  display: block;
}
.bottomLink__itemContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 769px) {
  .bottomLink__itemContainer {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.bottomLink__itemContainer__item {
  width: 23.5%;
}
@media screen and (max-width: 769px) {
  .bottomLink__itemContainer__item {
    width: 47%;
    margin-bottom: 25px;
  }
}
.bottomLink__itemContainer__item a {
  font-size: 20px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  text-decoration: underline;
}
@media screen and (max-width: 769px) {
  .bottomLink__itemContainer__item a {
    font-size: 16px;
  }
}
.bottomLink__itemContainer__item__img {
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width: 769px) {
  .bottomLink__itemContainer__item__img {
    border-radius: 6px;
  }
}
.bottomLink__itemContainer__item__text {
  margin-top: 10px;
}