@charset "UTF-8";

.about {
  padding-top: 130px;
}

.profile {
  display: flex;
  width: 95%;
  padding: 45px;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.profile-photo {
  width: 30%;
  max-width: 300px;
  margin: 0 auto;
}

.catch {
  margin: 0 auto;
}

.catch-copy h1 {
  font-size: 40px;
  line-height: 2;
}

.catch-copy-text {
  font-size: 16px;
  line-height: 2;
}

.history-text p {
  width: 810px;
  max-width: 90%;
  text-align: left;
  line-height: 2.5;
  margin: 0 auto;
}

.concept-mini {
  background-color: #d8d8d8;
  height: 150px;
  margin: auto;
}

.concept-contents {
  width: 70%;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.concept-mini-photo {
  max-width: 280px;
  margin: 0 auto;
  width: 35%;
}

.concept-mini-photo {
  margin-left: 30px;
}

.concept-mini-text {
  margin-left: 30px;
  text-align: center;
  line-height: 2;
}

.history-text {
  display: block;
  margin: 0 auto;
  width: 95%;
  max-width: 860px;
}

.skills-photo {
  display: block;
  margin: 0 auto;
  width: 70%;
}

.love {
  margin: 30px;
}

.love-title {
  display: block;
  max-width: 200px;
  width: 20%;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 30px;
}

.love-catch {
  font-size: 20px;
  color: #343434;
  text-align: center;
}

.love-text {
  font-size: 14px;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.love-border-line {
  width: 70%;
  display: block;
  margin: 0 auto;
  font-weight: 500;
  line-height: 1;
}

.love-love {
  width: 70%;
  font-size: 12px;
  line-height: 3;
  text-align: center;
  margin: 0 auto;
  padding-top: 20px;
}

.skills-sp {
  display: none;
}

@media (max-width: 800px) {

  .about {
    padding-top: 100px;
  }

  .profile-photo {
    width: 75%;
    max-width: 250px;
    display: block;
  }

  .catch {
    text-align: center;
    margin-top: 30px;
  }

  .catch-copy {
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: 1.5px;
  }

  .profile {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .catch-copy-text {
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 2;
    padding-top: 15px;
  }

  .concept-contents {
    width: 90%;
    margin: auto;
    height: 100%;
  }

  .concept-mini-text {
    line-height: 1.5;
    letter-spacing: 1px;
    font-size: 12px;
    float: right;
    font-weight: 500;
    text-align: left;
    margin: auto;
  }

  .concept-mini {
    align-items: center;
  }

  .concept-mini-photo {
    margin: auto;
    max-width: 180px;
    width: 40%;
  }

  .love {
    margin: 15px;
  }

  .love-love {
    width: 90%;
  }

  .love-border-line {
    width: 90%;
  }

  .history-text {
    width: 90%;
  }

  .history-text p {
    font-size: 14px;
    letter-spacing: 1.5px;
    line-height: 2;
    margin-bottom: 10px;
  }

  .skills {
    display: none;
  }

  .skills-sp {
    display: block;
  }

  .skills-photo-sp-left {
    width: 80%;
    max-width: 360px;
    display: block;
    margin: 0 auto 30px auto;
  }

  .skills-photo-sp-right {
    width: 80%;
    max-width: 360px;
    display: block;
    margin: 0 auto;
  }

}