@charset "UTF-8";
/* CSS Document */
.section-profile {
  background-color: #ffffff;
  margin: 0px 30px 0px;
  position: relative;
}
.section-profile__line {
  position: absolute;
  top: 10.5%;
  right: 42.5%;
}
.section-profile__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 90px;
}
.section-profile__wrap-1 {
  width: 50%;
  font-size: 1.8rem;
  text-align: left;
  line-height: 3.0rem;
  padding-right: 50px;
  
}
.section-profile__wrap-2 {
  width: 30%;
  height: 50%;
}
/* レスポンシブ */
@media (max-width:1180px){
  .section-profile__line {
  top: 8%;
  right: 40.5%;
}
  .section-profile__wrap-2 {
 padding-top: 140px;
}
}
@media (max-width:850px){
  .section-profile__line {
  position: absolute;
  top: 6%;
  right: 35.5%;
}
.section-profile__wrap {
 flex-flow: column-reverse;
}
.section-profile__wrap-1 {
  width: 80%;
  margin: 0px auto;
  padding: 0px;
  
}
.section-profile__wrap-2 {
  display: block;
  width: 45%;
  height: 45%;
  margin: 0px auto 30px;
  padding: 0px;
}
}
@media (max-width:450px){
  .section-profile__wrap-1 {
  font-size: 1.6rem;
  line-height: 2.8rem;
}
.section-profile__line {
  width: 12%;
  top: 7%;
  right: 30%;
}
}
