body {
  margin: 0;
}

a {
  text-decoration: none;
}

p {
  margin: 0;
}

.pc_only {
  display: block;
}

.mobile_only {
  display: none;
}

/* main */
.section_2 {
  padding: 30px 80px 120px 80px;
  margin: 0 auto;
  max-width: 1120px;
}

.section_2_top_text {
  color: #87796f;
  font-size: 16px;
  font-weight: 700;
  height: auto;
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin: 0px auto 0px auto;
  text-align: center;
}

.section_2_container {
  display: flex;
  height: auto;
}

.section_2_imgs {
  position: relative;
  height: 310px;
  width: 350px;
  margin: 10px 0px 0px 0px;
}

.section_2_img_1 {
  background-size: cover;
  background-image: url("http://afterschool-fam.lovepop.jp/afterschool-fam.com/image/photo6.jpg");
  align-items: flex-end;
  border-radius: 50% 0px 0% 0px;
  flex-direction: column;
  flex-wrap: nowrap;
  height: 250px;
  justify-content: flex-end;
  margin: 0px 0px 60px 0px;
  width: 250px;
  max-width: 100%;
  position: absolute;
  top: 0;
}

.section_2_img_2 {
  background-size: cover;
  background-image: url("http://afterschool-fam.lovepop.jp/afterschool-fam.com/image/photo3.jpg");
  border-radius: 0px 0px 50% 0px;
  height: 160px;
  margin: -20px 0px 0px -60px;
  position: relative;
  width: 160px;
  max-width: calc(100% - -60px);
  position: absolute;
  bottom: 0;
  right: 0;
}

.section_2_img_3 {
  background-size: cover;
  background-image: url("http://afterschool-fam.lovepop.jp/afterschool-fam.com/image/school6.jpg");
  align-items: flex-end;
  border-radius: 50% 0px 0% 0px;
  flex-direction: column;
  flex-wrap: nowrap;
  height: 250px;
  justify-content: flex-end;
  margin: 0px 0px 60px 0px;
  width: 250px;
  max-width: 100%;
  position: absolute;
  top: 0;
}

.section_2_img_4 {
  background-size: cover;
  background-image: url("http://afterschool-fam.lovepop.jp/afterschool-fam.com/image/school7.jpg");
  border-radius: 0px 0px 50% 0px;
  height: 160px;
  margin: -20px 0px 0px -60px;
  position: relative;
  width: 160px;
  max-width: calc(100% - -60px);
  position: absolute;
  bottom: 0;
  right: 0;
}

.section_2_text_position {
  align-items: flex-start;
  flex: 1;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  margin: 0px 0px 0px 60px;
  padding: 0px;
  width: auto;
  max-width: calc(100% - 60px);
}

.section_2_text_large, .section_2_text_normal {
  color: #666666;
  font-family: "Fredoka", sans-serif;
}

.section_2_text_large {
  font-size: 32px;
  font-weight: 520;
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin: 0px 0px 20px 0px;
  text-align: left;
}

.section_2_text_normal {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.8;
  text-align: left;
}

@media (max-width: 840px) {

  .pc_only {
    display: none;
  }

  .mobile_only {
    display: block;
  }

  .section_2 {
    padding: 30px 60px 100px 60px;
  }

  .section_2_imgs {
    height: 260px;
    width: 260px;
  }

  .section_2_img_1 {
    height: 200px;
    width: 200px;
  }

  .section_2_img_2 {
    height: 120px;
    width: 120px;
  }

  .section_2_img_3 {
    height: 200px;
    width: 200px;
  }

  .section_2_img_4 {
    height: 120px;
    width: 120px;
  }

  .section_2_text_large {
    font-size: 28px;
  }

}


@media (max-width: 540px) {

  .section_2 {
    padding: 20px 30px 80px 30px;
  }

  .section_2_container {
    flex-direction: column;
  }

  .section_2_imgs {
    height: 240px;
    width: 320px;
    margin: 0 auto 40px auto;
  }

  .section_2_text_position {
    margin: 0 0 0 0;
    max-width: 100%;
  }

  .section_2_text_large {
    font-size: 26px;
  }

}

@media (max-width: 380px) {

  .section_2 {
    padding: 20px 10px 80px 10px;
  }

  .section_2_imgs {
    height: 190px;
    width: 250px;
    margin: 0 auto 10px auto;
  }

  .section_2_img_1 {
    height: 150px;
    width: 150px;
  }

  .section_2_img_2 {
    height: 100px;
    width: 100px;
  }

  .section_2_img_3 {
    height: 150px;
    width: 150px;
  }

  .section_2_img_4 {
    height: 100px;
    width: 100px;
  }
}