@charset "UTF-8";
.about_section {
  position: relative;
  padding: 80px 15px;
}

.back_pink {
  position: relative;
  background: #EEE2DA;
  margin-bottom: 50px;
}

.name {
  font-size: 26px;
  text-align: left;
  padding-left: 50px;
}

.profile_photo {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background-image: url(../assets/img/IMG_5154.JPG);
  background-position: 54% 36%;
  background-size: cover;
  margin: 0 auto;
}

.profile {
  text-align: left;
  padding-left: 60px;
  margin-top: 10px;
}

.profile_detail {
  text-align: left;
  padding: 30px;
}

/*--------パソコン----------*/
@media screen and (min-width: 1024px) {
  .about_section_img {
    display: flex;
    justify-content: space-evenly;
    align-items: flex-end;
  }
  .about_section_img .about_img_left {
    width: 730px;
  }
  .about_section_img .about_img_right {
    width: 480px;
  }
  .about_pc {
    display: flex;
    margin: 100px;
  }
  .back_pink {
    padding-bottom: 130px;
  }
  .name {
    margin: 0 0 30px 17px;
    padding-left: 0;
  }
  .profile {
    padding-left: 0;
    width: 300px;
  }
  .profile_detail {
    padding-top: 50px;
  }
}/*# sourceMappingURL=about.css.map */