@charset "UTF-8";
.about {
  width: 100%;
  height: auto;
  padding-top: 200px;
}
.about-upper {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: auto;
  align-items: center;
  justify-content: center;
  padding-top: 60px;
}
.about-image {
  width: 30%;
  padding-right: 10px;
}
.about-text {
  padding-right: 50px;
  width: 60%;
}
.about-logo {
  width: 60%;
  display: block;
  margin: 0 auto;
  padding-left: 50px;
}
.footer-logo2 {
  color: #333;
  font-size: 3rem;
  font-weight: 100;
  font-family: Apple Chancery;
  font-style: oblique;
  transform: skewX(-10deg);
  letter-spacing: 0.05em;
  margin-top: 60px;
  margin-bottom: 20px;
  text-transform: lowercase;
  text-align: center;
}
.about-sakka {
  width: 50%;
  border-radius: 33px;
  display: block;
  margin: 0 auto;
}
.about-image h3 {
  color: #333;
  text-align: center;
  font-family: "Zen Maru Gothic", serif;
  font-size: 5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: relative;
  padding-top: 20px;
  padding-bottom: 30px;
}
.about-image_text {
  color: #333;
  text-align: center;
  font-family: "Zen Maru Gothic", serif;
  font-size: 4rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: relative;
}
.about-text {
  color: #b83b3b;
  text-align: left;
  font-family: "Zen Maru Gothic", serif;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
  line-height: 4rem;
}
.cv {
  width: 75%;
  display: block;
  margin: 0 auto;
  padding-top: 80px;
}
.cv td {
  color: #333;
  text-align: left;
  font-family: "Zen Maru Gothic", serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 4.5rem;
  position: relative;
}
.cv td {
  padding-right: 30px;
}
tr .cv-text {
  padding-right: 0;
}
@media screen and (max-width: 1120px) {
  .about-upper {
    flex-direction: column;
  }
  .about-image {
    width: 80%;
    padding: 0;
  }
  .footer-logo2 {
    font-size: 6rem;
    margin-bottom: 50px;
  }
  .about-logo {
    min-width: 580px;
    padding-bottom: 60px;
  }
  .about-text {
    padding-right: 0;
    width: 80%;
  }
}
@media screen and (max-width: 780px) {
  .footer-logo2 {
    font-size: 4rem;
  }
  .about-logo {
    min-width: 400px;
  }
  .about-text {
    font-size: 2rem;
    line-height: 3.8rem;
  }
  .about h2 {
    font-size: 5rem;
  }
  .cv {
    padding-top: 50px;
    width: 80%;
  }
  .cv td {
    font-size: 1.6rem;
    line-height: 3rem;
  }
}
@media screen and (max-width: 600px) {
  .about {
    padding-top: 120px;
  }
  .footer-logo2 {
    font-size: 3rem;
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .about-logo {
    min-width: 280px;
    padding-left: 20px;
    padding-bottom: 40px;
  }
  .about-image h3 {
    font-size: 4rem;
  }
  .about-image_text {
    font-size: 3rem;
  }
  .about-upper {
    padding-top: 30px;
  }
}
@media screen and (max-width: 400px){
  .footer-logo2 {
    font-size: 2.5rem;
  }
  .about-logo {
    min-width: 240px;
  }
}
