.about {
  margin-top: 160px;
  padding: 34px 50px 300px;
  background: #ffffff;
  position: relative;
}
@media screen and (max-width: 768px) {
  .about {
    margin-top: 80px;
    padding: 34px 20px 180px;
  }
}
.about__back {
  position: absolute;
  display: block;
  right: -60px;
  bottom: 0;
  width: 774px;
}
@media screen and (max-width: 992px) {
  .about__back {
    width: 565px;
  }
}
@media screen and (max-width: 768px) {
  .about__back {
    width: 400px;
  }
}
@media screen and (max-width: 576px) {
  .about__back {
    width: 300px;
  }
}
.about__back img {
  display: block;
  width: 100%;
}
.about__title {
  font-size: 2.2rem;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .about__title {
    font-size: 1.8rem;
  }
}
.about__title.en {
  font-size: 2.6rem;
  margin-top: 90px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .about__title.en {
    font-size: 2rem;
    margin-top: 56px;
  }
}
.about__title.bottom {
  margin-bottom: 34px;
}
@media screen and (max-width: 768px) {
  .about__title.bottom {
    margin-bottom: 20px;
  }
}
.about__theme {
  max-width: 766px;
  margin: auto;
  position: relative;
  z-index: 2;
}
.about__theme__image {
  max-width: 555px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .about__theme__image {
    max-width: 450px;
  }
}
.about__theme__image img {
  display: block;
  width: 100%;
}
.about-obsession {
  margin-top: 140px;
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
}
@media screen and (max-width: 992px) {
  .about-obsession {
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .about-obsession {
    margin-top: 100px;
    padding: 0 20px;
  }
}
.about-obsession__text {
  margin-top: 32px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
  max-width: 765px;
  width: calc(100% - 100px);
}
@media screen and (max-width: 768px) {
  .about-obsession__text {
    font-size: 1.4rem;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .about-obsession__block {
    max-width: 500px;
    margin: auto;
  }
}
.about-obsession__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .about-obsession__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.about-obsession__flex.end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.about-obsession__flex.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.about-obsession__flex.space {
  margin-top: 200px;
}
@media screen and (max-width: 768px) {
  .about-obsession__flex.space {
    margin-top: 120px;
  }
}
.about-obsession__flex.top {
  margin-top: -40px;
}
@media screen and (max-width: 768px) {
  .about-obsession__flex.top {
    margin-top: 0px;
  }
}
.about-obsession img {
  display: block;
  position: relative;
}
.about-obsession img.first {
  width: 37.7%;
  margin-left: 8%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .about-obsession img.first {
    width: 65.37%;
    margin-top: -36px;
    margin-left: 0;
    margin-right: auto;
  }
}
.about-obsession img.second {
  width: 36.2%;
  margin-top: 62px;
  margin-left: auto;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .about-obsession img.second {
    width: 54.92%;
    margin-top: -36px;
  }
}
.about-obsession img.three {
  width: 26.93%;
  margin: -125px auto 0;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .about-obsession img.three {
    width: 59.1%;
    margin-top: -36px;
    margin-left: 0;
  }
}
.about-obsession img.four {
  width: 33.6%;
  margin-top: 80px;
  margin-right: 8%;
  z-index: 4;
}
@media screen and (max-width: 768px) {
  .about-obsession img.four {
    width: 54.92%;
    margin-top: -36px;
    margin-left: auto;
    margin-right: 0;
  }
}
.about-obsession img.five {
  width: 25.25%;
  margin-left: 8%;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .about-obsession img.five {
    width: 59.1%;
    margin-top: -36px;
    margin-left: 0;
  }
}
.about-profile {
  padding-bottom: 200px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .about-profile {
    padding-bottom: 120px;
  }
}
.about-profile__back {
  position: absolute;
  display: block;
}
.about-profile__back.top {
  width: 145px;
  left: 0px;
  top: -80px;
}
@media screen and (max-width: 992px) {
  .about-profile__back.top {
    width: 100px;
    top: -160px;
  }
}
@media screen and (max-width: 768px) {
  .about-profile__back.top {
    width: 75px;
    top: -100px;
  }
}
@media screen and (max-width: 576px) {
  .about-profile__back.top {
    width: 55px;
  }
}
.about-profile__back.bottom {
  width: 145px;
  right: 0px;
  bottom: 0px;
}
@media screen and (max-width: 992px) {
  .about-profile__back.bottom {
    width: 100px;
  }
}
@media screen and (max-width: 768px) {
  .about-profile__back.bottom {
    width: 75px;
  }
}
@media screen and (max-width: 576px) {
  .about-profile__back.bottom {
    width: 55px;
  }
}
.about-profile__back img {
  display: block;
  width: 100%;
}
.about-profile__inner {
  max-width: 765px;
  margin: auto;
  width: calc(100% - 100px);
}
@media screen and (max-width: 768px) {
  .about-profile__inner {
    width: calc(100% - 40px);
  }
}
.about-profile__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .about-profile__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.about-profile__image {
  width: 56.73%;
}
@media screen and (max-width: 768px) {
  .about-profile__image {
    width: 100%;
    max-width: 300px;
    margin: auto;
  }
}
.about-profile__image img {
  display: block;
  width: 100%;
}
.about-profile__content {
  width: 40%;
  max-width: 253px;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .about-profile__content {
    width: 100%;
    max-width: 300px;
    margin-right: auto;
  }
}
.about-profile__content dt {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .about-profile__content dt {
    font-size: 1.4rem;
    margin-bottom: 6px;
    margin-top: 30px;
  }
}
.about-profile__content dt.space {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .about-profile__content dt.space {
    margin-top: 20px;
  }
}
.about-profile__content dd {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .about-profile__content dd {
    font-size: 1.4rem;
  }
}
.about-profile__text {
  margin-top: 40px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.625;
}
@media screen and (max-width: 768px) {
  .about-profile__text {
    font-size: 1.4rem;
  }
}