@charset "UTF-8";
/* CSS Document */


.main{
margin: 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}


.main h2 {
  padding: 0 7% 20px;
}
@media(min-width:767px) {
  .main h2 {
    padding: 0 7% 30px;
  }
}
.section-BP p, .section-start p {
  padding-left: 9%;
  padding-right: 7%;
}
.section-BP__top-description, .section-start__description {
  padding-bottom: 15px;
}
.section-BP {
  background-image: url("../images/about/mobile-cloud.png");
  background-position: 0% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}
.BP-san {
  padding-right: 7%;
  width: 35%;
  margin-left: auto;
  margin-bottom: 30px;
}
.sp-section-deai{
	background-image: url("../images/about/mobile-pink-dots.png");
	background-position: 0% 0%;
  	background-size: contain;
  	background-repeat: no-repeat;
}

.sp-section-deai h2 {
  padding-top: 30px;
}
.sp-section-deai__wrapper {
  display: flex;
    overflow: hidden;
  resize: horizontal;
  margin-bottom: 30px;
}
.sp-section-deai__float {
  float: left;
  height: 100%;
  margin-left: 15px;
  display: flex;
  align-items: flex-end;
  shape-outside: inset(calc(100% - 150px) 0 0);
}
.sp-section-deai__float img {
  padding-right: 20px;
	padding-left: 10px;
  padding-top: 20px;
}
.sp-section-deai__wrapper {
  margin-right: 9%;
  margin-left: 7%;
}
.pc-section-deai{
	display: none;
}
.section-start {
  padding-top: 40px;
  background-image: url("../images/about/mobile-green-dots.png");
  background-position: 0% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}
.section-start img {
  display: block;
  margin: 0 auto;
  padding: 30px;
  width: 80%;
}
@media(min-width:767px) {
  .section-BP {
    background-image: none;
  }
  .section-BP__pc-cloud-wrapper {
    position: relative;
    z-index: -1;
  }
  .section-BP__pc-cloud {
    position: absolute;
    width: 20%;
    left: 10%;
  }
  .section-BP__pc-wrapper {
    display: flex;
    padding-left: 5%;
	}
	}

@media(min-width:628px){
	.sp-section-deai{
		display: none;
	}
	.pc-section-deai {
		display: block;
    background-image: url("../images/about/pc-pink-dot.png");
    background-size: 13%;
    background-position: 87% 70%;
    background-repeat: no-repeat;
  }	
  .pc-section-deai__wrapper {
    display: flex;
    padding-left: 9%;
    padding-right: 7%;
    padding-bottom: 60px;
    align-items: center;
  }
  .pc-section-deai__wrapper img {
    padding: 0% 9% 3% 5%;
    height: 327px;
    width: auto;
  }
}

@media(min-width:767px){
  .section-start {
    background-image: url("../images/about/pc-green-dot.png");
    background-size: 13%;
    background-position: 70% 13%;
    background-repeat: no-repeat;
  }
  .section-start__pc-flex {
    display: flex;
    background-image: url("../images/about/pc-green-dot.png");
    background-size: 13%;
    background-position: 10% 0%;
    background-repeat: no-repeat;
	  padding-bottom: 40px;
  }
  .section-start img {
    padding: 5% 5% 5% 0%;
    height: 327px;
    width: auto;
  }
}