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


/* common */

h3 {
  font-size: 1.6rem;
  font-weight: 600;
}


/* common */


/* section-about */

.section-about {
  width: 80%;
  max-width: 1300px;
  margin: 104px auto 0;
  text-align: left;
}
.section-about_wapper {
  width: 50%;
}
.section-about_wapper h3 {
  padding-bottom: 4.8rem;
}
.section-about_text {
  font-size: 1.5rem;
}
@media(max-width:980px) {
  .section-about {
    margin-top: 80px;
  }
  .section-about_wapper {
    width: 100%;
  }
  .section-about_wapper h3 {
    padding-bottom: 3.2rem;
  }
}
@media(max-width:768px) {
  .section-about {
    width: 100%;
  }
  .section-about_wapper h3 {
    padding: 0 2.4rem 3.2rem;
  }
  .section-about_text {
    padding: 0 2.4rem;
    font-size: 1.4rem;
  }
}

/* section-about */


/* section-profile */

.section-profile {
  width: 80%;
  max-width: 1300px;
  margin: 104px auto 0;
  text-align: left;
}
.section-profile_wapper h3 {
  padding-bottom: 4.8rem;
}
.section-profile_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.section-profile_text_content {
  width: 50%;
}
.section-profile_text {
  font-size: 1.5rem;
}
.section-profile_text_content p:not(:nth-child(5)):not(:nth-child(6)) {
  padding-bottom: 2.4rem;
}
.section-profile_text_content .tool {
  font-family: laca-text, sans-serif;
  font-weight: 300;
}
.section-profile_img_content {
  width: 30%;
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.section-profile_img_comment {
  object-fit: cover;
  width: 10rem;
  margin-left: auto;
  padding-bottom: 1.6rem;
  
}
.section-profile_img_mine {
  object-fit: cover;
  margin-left: auto;
  width: 100%;
}
@media(min-width:1600px) {
  .section-profile_img_mine {
    width: 80%;
  }
}
@media(max-width:980px) {
  .section-profile {
    margin-top: 80px;
  }
  .section-profile_wapper h3 {
    padding-bottom: 3.2rem;
  }
  .section-profile_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section-profile_text_content {
    width: 100%;
  }
  .section-profile_img_content {
    width: 100%;
    padding-top: 7.2rem;
  }
  .section-profile_img_mine {
    max-width: 100%;
    max-height: 100%;
    width: 50%;
  }
}
@media(max-width:768px) {
  .section-profile {
    width: 100%;
  }
  .section-profile_wapper {
    padding: 0 2.4rem;
  }
  .section-profile_text {
    font-size: 1.4rem;
  }
}

/* section-profile */


















