@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Hina+Mincho&family=M+PLUS+Rounded+1c:wght@300&display=swap');
main {
  background-color: #FFF9EC;
}
.top {
  position: relative;
}
.main-photo {
  width: 100%;
  height: 60vh;
  position: relative;
  padding-top: 150px;
  margin-left: auto;
  margin-right: auto;
}
.main-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: solid #FFF9EC;
  border-width: 20px 20px 20px 20px;
  box-sizing: border-box;
  top: 0;
  left: 0;
  position: absolute;
  border-radius: 60px;
  object-position: 50% 20%;
}
.main-photo::after {
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  border: solid #FFF9EC;
  border-width: 20px 20px 20px 20px;
  border-radius: 60px;
}
.top-txt {
  position: absolute;
  bottom: 0;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 5.0rem;
  color: #FFF;
  z-index: 2;
  font-family: adobe-handwriting-frank, sans-serif;
}
.feature {
  margin-top: 100px;
  /*transition: .6s;
  opacity: 0;
  position: relative;
  top: 50px;*/
}
/*.active {
  opacity: 1;
  top: 0;

}*/
.feature-wrap {
  position: relative;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
}
.feature-title {
  position: absolute;
  width: 100%;
  z-index: 30;
  margin-left: auto;
  margin-right: auto;
}
.feature-title h2 {
  position: absolute;
  left: 0;
  top: 100px;
  z-index: 2;
  display: block;
  text-align: left;
  font-family: adobe-handwriting-frank, sans-serif;
  font-size: 4.6rem;
}
.feature-title h2 span {
  display: block;
  font-weight: 400;
  text-align: left;
  font-size: 1.6rem;
  padding-top: 10px;
  padding-left: 5px;
}
.feature__logo {
  width: 100%;
  max-width: 200px;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
}
.feature__logo img {
  width: 100%;
  height: auto;
}
.feature-container {
  display: flex;
  justify-content: space-between;
  max-width: 1160px;
  margin-left: auto;
  margin-right: 0;
}
.feature-txt {
  text-align: left;
  margin: auto auto 0 auto;
  line-height: 3.0;
  max-width: 400px;
  padding-right: 60px;
  letter-spacing: 0.12rem;
  font-weight: 600;
}
.feature-txt p {
  padding-bottom: 15px;
}
.feature-picture {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: 0;
}
.feature-picture img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 20px;
}
@media (max-width:1024px) {
  .feature-wrap {
    width: 90%;
  }
  .feature-container {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 200px;
  }
  .feature-title h2 {
    font-size: 3.8rem;
  }
  .feature-title h2 span {
    padding-left: 0;
  }
  .feature-txt {
    text-align: left;
    padding-bottom: 30px;
    padding-top: 0;
    padding-right: 0;
    width: 90%;
    max-width: 700px;
    margin-right: auto;
    margin-left: auto;
  }
  .feature-picture {
    width: 90%;
    height: 100%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
  .feature-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
アクセスセクション .access {
  margin: 0 auto 0;
  transition: .6s;
  opacity: 0;
  position: relative;
  top: 50px;
}
.active {
  opacity: 1;
  top: 0;
}
.access-wrap {
  background-color: #FFF9EC;
  position: relative;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
}
.access-title {
  width: 100%;
}
.access-title h3 {
  position: absolute;
  left: 0;
  top: 100px;
  z-index: 2;
  display: block;
  text-align: left;
  font-family: adobe-handwriting-frank, sans-serif;
  font-size: 4.6rem;
}
.access-title h3 span {
  display: block;
  font-weight: 400;
  text-align: left;
  font-size: 1.6rem;
  padding-top: 10px;
  padding-left: 25px;
}
.access-title__logo {
  width: 100%;
  max-width: 200px;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
}
.access-title__logo img {
  width: 100%;
  height: auto;
}
.access-container {
  display: flex;
  justify-content: space-between;
  max-width: 1160px;
  margin: 0 auto 0;
  position: relative;
  padding-top: 200px;
}
.access-img {
  width: 100%;
  max-width: 650px;
  height: auto;
  z-index: 3;
}
.access-img img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  border-radius: 30px;
}
.txt-wrap {
  text-align: left;
  z-index: 2;
  width: 50%;
  height: 400px;
  position: relative;
  padding-left: 60px;
}
.access p {
  font-size: 1.4rem;
  font-weight: 400;
  color: #999;
}
.txt-detail {
  position: absolute;
  bottom: 0;
}
.text1 {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 30px;
}
.text2 {
  font-size: 1.8rem;
  margin-bottom: 20px;
  letter-spacing: 0.12rem;
  font-weight: 600;
}
.text3 {
  font-size: 1.6rem;
  padding-bottom: 20px;
}
.text4 {
  font-size: 1.6rem;
  color: #ff7200;
}
@media (max-width:1024px) {
  .access {
    margin: 0 auto 0;
  }
  .access-wrap {
    background-color: #FFF9EC;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .access-title {}
  .access-title h3 {
    position: absolute;
    text-align: left;
    font-size: 3.8rem;
    left: 0;
    top: 100px;
    z-index: 2;
    padding: 0;
  }
  .access-title h3 span {
    padding-left: 15px;
  }
  .access-title__logo {
    width: 100%;
    max-width: 200px;
    height: auto;
    position: static;
    left: 0;
    top: 0;
    padding: 0;
  }
  .access-title__logo img {
    width: 100%;
    height: auto;
  }
  .access-container {
    display: block;
    margin: 0;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    padding-top: 100px;
  }
  .access-img {
    width: 100%;
    max-width: 779px;
    height: auto;
    z-index: 3;
    margin-left: auto;
    margin-right: auto;
  }
  .access-img img {
    width: 100%;
    height: 50%;
    object-position: right 50%;
  }
  .txt-wrap {
    text-align: left;
    z-index: 2;
    width: 100%;
    height: 100%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin: 30px auto auto;
    padding: 0;
    max-width: 779px;
  }
  .txt-detail {
    position: static;
  }
  .text1 {
    font-size: 2.4rem;
  }
  .access-picture {
    display: none;
  }
}
インストラクターセクション .instructor {
  margin: 0 auto;
  padding: 0 0 0 0;
}
.instructor-wrap {
  background-color: #FFF9EC;
  padding-bottom: 60px;
  position: relative;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}
.instructor-title {
  width: 100%;
}
.instructor-title h3 {
  position: absolute;
  left: 0;
  top: 100px;
  z-index: 2;
  display: block;
  text-align: left;
  font-family: adobe-handwriting-frank, sans-serif;
  font-size: 4.6rem;
}
.instructor-title h3 span {
  display: block;
  font-weight: 400;
  text-align: left;
  font-size: 1.6rem;
  padding-top: 10px;
  padding-left: 25px;
}
.instructor-title__logo {
  width: 100%;
  max-width: 200px;
  height: auto;
  position: absolute;
  left: 20px;
  top: 0;
}
.instructor-title__logo img {
  width: 100%;
  height: auto;
}
.instructor-container {
  display: flex;
  justify-content: space-between;
  padding: 0;
  max-width: 1160px;
  margin: 0 auto 0;
  position: relative;
  padding-top: 200px;
}
.instructor-img {
  width: 100%;
  max-width: 650px;
  height: auto;
  z-index: 3;
}
.instructor-img img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  border-radius: 30px;
}
.instructor-txt {
  text-align: left;
  z-index: 2;
  width: 50%;
  height: 400px;
  position: relative;
  margin-right: 60px;
  letter-spacing: 0.12rem;
  font-weight: 600;
}
.instructortxt-detail {
  position: absolute;
  bottom: 0;
  line-height: 2.0;
}
.instructortxt-detail h4 {
  font-size: 2.4rem;
  font-family: 'Hina Mincho', serif;
}
.instructortxt-detail p {}
.career {
  text-align: left;
  max-width: 450px;
}
/*.career-container {
  display: flex;
  justify-content: space-between;
  padding: 0;
  max-width: 1160px;
  margin: 0 auto 0;
  position: relative;
  padding-top: 30px;
}
.career-img {
  width: 100%;
  max-width: 400px;
  height: auto;
  z-index: 3;
}
.career-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 30px;
}
.career-txt {
  text-align: left;
  z-index: 2;
  width: 650px;
  
  position: relative;
  
  
}

.careertxt-detail {
  position: absolute;
  bottom: 0;
  line-height: 2.0;
}
.career-detail h4 {
  font-size: 1.8rem;
}*/
@media(max-width:1024px) {
  .instructor {
    margin: 0 auto 0;
    padding-bottom: 0;
  }
  .instructor-wrap {
    background-color: #FFF9EC;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .instructor-title {}
  .instructor-title h3 {
    position: absolute;
    text-align: left;
    font-size: 3.8rem;
    left: 0;
    top: 100px;
    z-index: 2;
  }
  .instructor-title h3 span {
    padding-left: 10px;
  }
  .instructor-title__logo {
    width: 100%;
    max-width: 200px;
    height: auto;
    position: static;
    left: 0;
    top: 30%;
  }
  .instructor-title__logo img {
    width: 100%;
    height: auto;
  }
  .instructor-container {
    flex-direction: column;
    margin: 0 auto;
    padding-top: 100px;
  }
  .instructor-img {
    width: 100%;
    max-width: 779px;
    height: auto;
    order: 1;
    margin-left: auto;
    margin-right: auto;
  }
  .instructor-img img {
    width: 100%;
    height: 50%;
  }
  .instructor-txt {
    text-align: left;
    z-index: 2;
    width: 100%;
    height: 100%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin: 30px auto auto;
    padding: 0;
    max-width: 779px;
    order: 2;
  }
  .instructortxt-detail {
    position: static;
  }
  .career-container {
    flex-direction: column;
    margin: 0 auto;
    padding-top: 30px;
  }
  .career-img {
    width: 100%;
    max-width: 779px;
    height: auto;
    order: 1;
    margin-left: auto;
    margin-right: auto;
  }
  .career-img img {
    width: 100%;
    height: 50%;
  }
  .career-txt {
    text-align: left;
    z-index: 2;
    width: 100%;
    height: 100%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin: 30px auto auto;
    padding: 0;
    max-width: 779px;
    order: 2;
  }
  .careertxt-detail {
    position: static;
    padding-top: 30px;
  }
}
.studio {
  background-color: #FFF9EC;
  padding-bottom: 100px;
}
.studio-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}
.photo-contents {
  width: 100%;
  max-width: 500px;
  padding-top: 50px;
  padding-bottom: 50px;
}
.studio-picture {
  width: 100%;
  height: auto;
}
.studio-picture img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 20px;
}
.studio-detail {
  text-align: left;
}
@media (max-width:650px) {
  .studio-container {
    display: block;
    width: 90%;
  }
  .photo-contents {
    margin-left: auto;
    margin-right: auto;
  }
  .studio-picture {
    width: 100%;
    height: auto;
  }
  .studio-picture img {
    width: 100%;
    height: 250px;
    object-fit: cover;
  }
}
@media (min-width:650px)and (max-width:1024px) {
  .studio-container {
    display: block;
    width: 90%;
  }
  .photo-contents {
    margin-left: auto;
    margin-right: auto;
  }
  .studio-picture {
    width: 100%;
    height: auto;
  }
  .studio-picture img {
    width: 100%;
    height: 350px;
    object-fit: cover;
  }
}