@charset "utf-8";

h2 {
  margin-top: 20px;
}

p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
}

.graph-discripsion {
  margin-top: 15px;
  text-align: center;
}

.search-bg {
  margin: 20px auto 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.graph-area {
  margin: 0 20px 0 174px;
  width: 600px;
  height: 600px;
  /* border: solid 1px  #d6e28a; */
  background-image: url(../img/bg-green.png);
  border-radius: 10px;
  padding: auto;
  position: relative;
  padding: 50px;
}


.graph {
  width: 500px;
  height: 500px;
  background-image: url(../img/graph.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.graph-area p {
  font-weight: 500;
}

.graph-area p:nth-of-type(1) {
  position: absolute;
  top: 50%;
  left: 2%;
}

.graph-area p:nth-of-type(2) {
  position: absolute;
  top: 50%;
  right: 2%;
}

.graph-area p:nth-of-type(3) {
  position: absolute;
  top: 2%;
  left: 46%;

}

.graph-area p:nth-of-type(4) {
  position: absolute;
  bottom: 2%;
  left: 47%;
}

.graph img {
  width: 30px;
}

.box01,
.box02,
.box03,
.box04,
.box05,
.box06,
.box07,
.box08,
.box09,
.box10 {
  position: absolute;
  width: 300px;
  height: 300px;
  top: -76px;
  left: 30px;
  border-radius: 10px;
  background-image: url(../img/bg-dkgreen.png);
  padding-top: 20px;
  display: none;
}

.box01,
.box04 {
  left: -300px;
}

.box05,
.box07,
.box08 {
  top: -290px;
}

.box01 img,
.box02 img,
.box03 img,
.box04 img,
.box05 img,
.box06 img,
.box07 img,
.box08 img,
.box09 img,
.box10 img {
  display: block;
  width: 200px;
  height: auto;
  margin: 0 auto;
}

.box01 .title,
.box02 .title,
.box03 .title,
.box04 .title,
.box05 .title,
.box06 .title,
.box07 .title,
.box08 .title,
.box09 .title,
.box10 .title {
  margin-top: 20px;
  display: block;
  text-align: center;

}


.no01:hover .box01,
.no02:hover .box02,
.no03:hover .box03,
.no04:hover .box04,
.no05:hover .box05,
.no06:hover .box06,
.no07:hover .box07,
.no08:hover .box08,
.no09:hover .box09,
.no10:hover .box10 {
  z-index: 2;
  display: block;
}

.no01 {
  position: absolute;
  top: 25%;
  left: 20%;
}

.no02 {
  position: absolute;
  top: 55%;
  left: 35%;
}

.no03 {
  position: absolute;
  left: 90%;
  top: 5%;
}

.no04 {
  position: absolute;
  top: 50%;
  left: 10%;
}

.no05 {
  position: absolute;
  top: 75%;
  left: 75%;
}

.no06 {
  position: absolute;
  top: 15%;
  left: 25%;
}

.no07 {
  position: absolute;
  top: 80%;
  left: 5%;
}

.no08 {
  position: absolute;
  top: 90%;
  left: 15%;
}

.no09 {
  position: absolute;
  top: 20%;
  left: 55%;
}

.no10 {
  position: absolute;
  top: 40%;
  left: 60%;
}

.hannrei div {
  display: flex;
  margin-top: 10px;
}

.hannrei img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

@media (max-width:1100px) {
  .graph-area {
    margin: 0 20px 0;
    width: 600px;
    height: 600px;
    /* border: solid 1px  #d6e28a; */
    background-image: url(../img/bg-green.png);
    border-radius: 10px;
    padding: auto;
    position: relative;
    padding: 50px;
  }
}

@media(max-width:900px) {
  .search-bg {
    margin-top: 25px;
    flex-direction: column-reverse;
  }

  .graph-area {
    width: 30%;
    aspect-ratio: 1 / 1;
    height: auto;
  }
}