@charset "UTF-8";
/* CSS Document */
body {
  background-image: radial-gradient(rgba(230, 241, 232, 0.5), rgba(230, 241, 232));
  text-align: left;
  letter-spacing: 0.1em;
  margin: 0;
}
.section-instrukutor__top-img {
  background-image: url("../assets/materials-assets/instructor-top-img.jpg");
  background-color: gray;
  background-position: 45% 0%;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  height: 50vh;
  margin-bottom: 30px;
  opacity: 0.8;
}
.section-top__title {
  width: 240px;
  position: absolute;
  top: 20%;
  left: 10%;
  filter: drop-shadow(0 0 0.6rem #333);
}
@media(min-width:480px) {
  .section-instrukutor__top-img {
    height: 65vh;
    margin-bottom: 50px;
    background-position: 45% 45%;
  }
  .section-top__title {
    width: 280px;
  }
}
/*先生紹介*/
.title {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  margin: 50px auto 30px;
}
.title span {
  text-align: center;
}
.title:before {
  position: absolute;
  margin-left: -230px;
  content: url("../assets/Illust/leaf_line.png");
  transform: scale(0.1)
}
.title:after {
  position: absolute;
  margin-right: -230px;
  content: url("../assets/Illust/leaf_line.png");
  transform: scale(0.1);
}
/*リスト*/
.section-instrukutor li {
  list-style: none;
  background-color: #fafafa;
  margin: 50px auto;
  padding: 25px;
  position: relative;
  max-width: 800px;
}
.section-instrukutor__profile {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 20px;
}
.section-instrukutor__img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-image: url("../assets/instructor/kaori.JPG");
  background-position: center;
  position: absolute;
  top: 10px;
}
.section-instrukutor__description img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  object-fit: cover;
  display: inline;
  text-align: center;
  margin-bottom: 10px;
}
.miho {
  filter: brightness(130%);
}
@media(min-width:1160px) {
  .section-instrukutor__description {
    max-width: 1160px;
    margin: 0 auto;
  }
  .wrapper {
    display: grid;
    gap: 60px;
    grid-template-columns: 550px 550px;
    margin-bottom: 50px;
    margin: 0 auto;
  }
  .section-instrukutor li {
    margin: 0px;
  }
}