@charset "UTF-8";
/* CSS Document */
.about_top {
  position: relative;
  background-color: #c2b6aa;
  padding: 80px 0 60px 0;
}
.about_top-wrapper {
  position: relative;
}
.about_top_image {
  animation-name: fadeRightAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.about_image_sp {
  width: 100vw;
}
.about_title h2 {
  margin: 0 auto;
}
.about_title img {
  width: 50%;
}
.about_title {
  margin: 0 auto;
  padding-bottom: 40px;
  animation-name: blurAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}
@keyframes blurAnime {
  from {
    filter: blur(10px);
    transform: scale(1.02);
  }
  to {
    filter: blur(0);
    transform: scale(1);
  }
}
.parafuse_title img {
  position: absolute;
  left: 0;
  top: 0;
  padding: 40px 30px;
  width: 80%;
}
.parafuse_description {
  position: absolute;
  left: 0;
  top: 0;
  animation-name: fadeLeftAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.parafuse_description p {
  padding: 40px 30px 0;
  padding-top: 140px;
  text-align: left;
  line-height: 4.0rem;
  margin: 0 auto;
}
@media only screen and (max-width: 1160px) {
  .about_image_pc {
    display: none !important;
  }
  .about_image_sp {
    display: block !important;
  }
}
@media(min-width:1160px) {
  .about_top {
    box-sizing: border-box;
    width: 100%;
    background-color: #c2b6aa;
    padding: 80px 240px 100px;
    position: relative;
    margin: 0 auto;
  }
  .about_top-wrapper {
    max-width: 1000px;
    position: relative;
    padding-top: 20vh;
    margin: 0 auto;
  }
  .about_title {
    z-index: 3;
    display: flex;
    justify-content: flex-end;
    position: absolute;
    right: 420px;
    padding-top: 10px;
  }
  .about_title img {
    width: 50%;
  }
  .parafuse_title {
    margin: 0 auto;
    padding: 20px 0px 40px;
  }
  .parafuse_title img {
    margin: 0 auto;
    text-align: center;
    height: auto;
    width: 80%;
    left: 0;
    top: 0;
  }
  .parafuse_description {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.8);
    box-sizing: border-box;
    transform: translateY(0);
    padding: 40px 24px 60px;
    max-width: 500px;
    top: 0;
    left: 0;
  }
  .parafuse_description p {
    padding-top: 60px;
  }
  .about_image_sp {
    display: none !important;
    bottom: 0;
    right: 0;
    max-width: 500px;
    text-align: right;
  }
  .about_top_image img {
    position: relative;
    max-width: 500px;
    bottom: 0;
    right: -200px;
  }
}
.staff {
  padding: 100px 24px;
}
.therapyst_title img {
  width: 50%;
}
.therapyst_title {
  padding-bottom: 40px;
  animation-name: blurAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}
@keyframes blurAnime {
  from {
    filter: blur(10px);
    transform: scale(1.02);
  }
  to {
    filter: blur(0);
    transform: scale(1);
  }
}
.staff_image {
  width: 250px;
  height: auto;
  padding-bottom: 60px;
}
.staff h3 {
  text-align: left;
  padding: 0 24px 20px;
  font-size: 1.8rem;
  font-weight: 400;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
.therapyst_1 {
  padding: 0 24px;
  text-align: left;
  line-height: 3.0rem;
}
.therapyst_2 {
  padding: 20px 24px;
  text-align: left;
  line-height: 3.0rem;
}
.therapyst_3 {
  padding: 0 24px;
  text-align: left;
  line-height: 3.0rem;
}
@media(min-width:1160px) {
  .staff {
    padding: 150px 0px;
    display: flex;
    align-items: center;
    margin: 0 auto;
    max-width: 1024px;
  }
  .staff_image {
    max-width: 320px;
    height: auto;
    width: 100%;
  }
  .therapyst_description {
    max-width: 420px;
    margin: 0 auto;
  }
  .therapyst_title {
    padding-bottom: 80px;
  }
  .therapyst_3 {
    padding: 0 24px;
  }
}