.footer-outer:nth-child(n + 2) {
  margin-top: 80px;
}
.faculties_title h1,
.faculties_title h2,
.faculties_title h3,
.faculties_title h4,
.faculties_title h5,
.faculties_title h6 {
  font-size: 3.2rem;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .faculties_title {
    text-align: left;
  }
  .faculties_title h1,
  .faculties_title h2,
  .faculties_title h3,
  .faculties_title h4,
  .faculties_title h5,
  .faculties_title h6 {
    font-size: 2.6rem;
  }
}
.faculties_catch_wrap {
  margin-top: 40px;
  background-color: #f9a80d;
}
@media screen and (max-width: 900px) {
  .faculties_catch_wrap {
    margin-top: 78px;
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .faculties_catch_wrap {
    margin-top: 78px;
    padding: 0 15px;
  }
}
.faculties_catch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding: 0 0 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
}
@media screen and (max-width: 900px) {
  .faculties_catch {
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }
}
@media screen and (max-width: 767px) {
  .faculties_catch {
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }
}
.faculties_catch_img {
  width: auto;
  max-width: 530px;
  margin-top: -80px;
}
.faculties_catch_img img {
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .faculties_catch_img {
    max-width: none;
    margin-top: -45px;
  }
}
@media screen and (max-width: 767px) {
  .faculties_catch_img {
    width: 100%;
    margin-top: -45px;
  }
}
.faculties_catch_textarea {
  width: 59.23%;
  padding: 60px 40px 0 0;
}
@media screen and (max-width: 900px) {
  .faculties_catch_textarea {
    width: 100%;
    padding: 30px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .faculties_catch_textarea {
    width: 100%;
    padding: 30px 0 0;
  }
}
.faculties_catch_name {
  margin-top: 30px;
  font-weight: 700;
  font-size: 9rem;
  line-height: 1.05;
}
.faculties_catch_name span {
  color: #fff;
}
@media screen and (max-width: 900px) {
  .faculties_catch_name {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .faculties_catch_name {
    margin-top: 20px;
    font-size: 5.4rem;
  }
}
.faculties_catch_subname {
  margin-top: 10px;
  font-weight: 700;
  font-size: 2rem;
}
.faculties_catch_copy {
  margin-top: 60px;
  color: #fff;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.6;
}
@media screen and (max-width: 900px) {
  .faculties_catch_copy {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .faculties_catch_copy {
    margin-top: 30px;
  }
}
.faculties_profile_wrap {
  background: #eee;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#eee),
    color-stop(50%, #eee),
    color-stop(50%, #383838)
  );
  background: linear-gradient(90deg, #eee 0, #eee 50%, #383838 50%);
}
@media screen and (max-width: 1199px) {
  .faculties_profile_wrap {
    background: 0 0;
  }
}
.faculties_profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1300px;
  max-width: calc(100% - 75px - 75px);
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1199px) {
  .faculties_profile {
    display: block;
    max-width: 100%;
  }
}
.faculties_profile_profile {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 62%;
  padding: 60px 75px 60px 0;
  background-color: #eee;
}
@media screen and (max-width: 1199px) {
  .faculties_profile_profile {
    width: 100%;
    padding: 40px 25px;
  }
}
@media screen and (max-width: 767px) {
  .faculties_profile_profile {
    padding: 40px 15px;
  }
}
.faculties_profile_catch {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.2;
}
.faculties_profile_history .faculties_profile_catch {
  color: #fff;
}
.faculties_profile_copy {
  margin-top: 30px;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .faculties_profile_copy {
    font-size: 2.1rem;
  }
}
.faculties_profile_text {
  margin-top: 20px;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .faculties_profile_text {
    margin-top: 25px;
  }
}
.faculties_profile_sns {
  margin-top: 40px;
}
.faculties_profile_sns_catch {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.2;
}
.faculties_profile_sns_list {
  overflow: hidden;
  margin-top: 5px;
}
.faculties_profile_sns_list li {
  float: left;
  width: 33.33%;
  max-width: 222px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .faculties_profile_sns_list li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    max-width: none;
    padding-right: 10px;
  }
}
.faculties_profile_sns_link a {
  position: relative;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.5;
}
.faculties_profile_sns_link.type-facebook a,
.faculties_profile_sns_link.type-instagram a,
.faculties_profile_sns_link.type-soundcloud a,
.faculties_profile_sns_link.type-twitter a,
.faculties_profile_sns_link.type-youtube a {
  padding-left: 37px;
}
.faculties_profile_sns_link.type-facebook a:before,
.faculties_profile_sns_link.type-instagram a:before,
.faculties_profile_sns_link.type-soundcloud a:before,
.faculties_profile_sns_link.type-twitter a:before,
.faculties_profile_sns_link.type-youtube a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.faculties_profile_sns_link.type-youtube a:before {
  width: 24px;
  height: 17px;
  background: url(/music/summerjazzcamp/faculties/common/img/index_icon01.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.faculties_profile_sns_link.type-instagram a:before {
  width: 24px;
  height: 24px;
  background: url(/music/summerjazzcamp/faculties/common/img/index_icon02.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.faculties_profile_sns_link.type-twitter a:before {
  width: 20px;
  height: 20px;
  background: url(/music/summerjazzcamp/faculties/common/img/index_icon03.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.faculties_profile_sns_link.type-facebook a:before {
  width: 24px;
  height: 24px;
  background: url(/music/summerjazzcamp/faculties/common/img/index_icon04.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.faculties_profile_sns_link.type-soundcloud a:before {
  width: 24px;
  height: 24px;
  background: url(/music/summerjazzcamp/faculties/common/img/index_icon05.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.faculties_profile_sns_link.type-blank a span {
  display: inline-block;
  width: 16px;
  height: 19px;
  background: url(/music/summerjazzcamp/faculties/common/img/index_icon06.png) right center no-repeat;
  background-size: 11px auto;
  vertical-align: middle;
  font-size: 0;
}
.faculties_profile_history {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 38%;
  padding: 60px 0 60px 75px;
  background-color: #383838;
}
@media screen and (max-width: 1199px) {
  .faculties_profile_history {
    width: 100%;
    max-width: 100%;
    padding: 40px 25px;
  }
}
@media screen and (max-width: 767px) {
  .faculties_profile_history {
    padding: 40px 15px;
  }
}
.faculties_profile_table {
  margin-top: 20px;
}
.faculties_profile_table tr td,
.faculties_profile_table tr th {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 10px 10px 0;
  color: #fff;
  text-align: left;
  font-size: 1.5rem;
  line-height: 1.5;
}
.faculties_profile_table tr th {
  width: 76px;
}
.faculties_profile_history_text {
  margin-top: 20px;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.5;
}
.faculties_content {
  margin-bottom: -80px;
}
@media screen and (max-width: 767px) {
  .faculties_content {
    margin-bottom: 0;
  }
}
.faculties_section {
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
}
.faculties_section.opt-bg {
  background-color: #eee;
}
@media screen and (max-width: 767px) {
  .faculties_section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.faculties_section_title {
  text-align: center;
}
.faculties_section_title h1,
.faculties_section_title h2,
.faculties_section_title h3,
.faculties_section_title h4,
.faculties_section_title h5,
.faculties_section_title h6 {
  font-weight: 700;
  font-size: 4rem;
  line-height: 1.2;
}
.faculties_section_movie_wrap {
  width: 100%;
  max-width: 740px;
  margin: 60px auto 0;
}
@media screen and (max-width: 767px) {
  .faculties_section_movie_wrap {
    margin-top: 30px;
  }
}
.faculties_section_movie {
  position: relative;
  padding-top: 56.25%;
}
.faculties_section_movie iframe,
.faculties_section_movie video {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
}
.faculties_button {
  min-width: 240px;
  margin-top: 60px !important;
}
@media screen and (max-width: 767px) {
  .faculties_button {
    margin-top: 40px !important;
  }
}
.faculties_message_wrap {
  display: inline-block;
  position: relative;
  width: auto;
  margin-top: 60px;
  padding: 0 50px;
  text-align: left;
}
.faculties_message_wrap:after,
.faculties_message_wrap:before {
  position: absolute;
  top: -10px;
  color: #f9a80d;
  font-weight: 400;
  font-size: 10rem;
  font-family: Oswald, sans-serif;
  line-height: 1;
}
.faculties_message_wrap:before {
  content: "“";
  left: 0;
}
.faculties_message_wrap:after {
  content: "”";
  right: 0;
}
@media screen and (max-width: 767px) {
  .faculties_message_wrap {
    margin-top: 40px;
    padding: 0 33px;
  }
  .faculties_message_wrap:after,
  .faculties_message_wrap:before {
    top: -4px;
    font-size: 7rem;
  }
}
.faculties_message {
  font-weight: 700;
  font-size: 1.6rem;
}
.faculties_img {
  width: 100%;
  max-width: 740px;
  margin: 40px auto 0;
}
.faculties_img img {
  width: 100%;
}
.faculties_img figcaption {
  margin-top: 10px;
  text-align: center;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .faculties_img {
    margin-top: 30px;
  }
  .faculties_img + .faculties_img {
    margin-top: 20px;
  }
}
.faculties_pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -ms-flex-align: start;
  position: relative;
  padding: 40px 0;
  background-color: #383838;
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .faculties_pager {
    margin-bottom: 105px;
    padding: 30px 0;
  }
}
.faculties_pager_item {
  width: 100%;
  max-width: 420px;
}
.faculties_pager_item a {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
}
.faculties_pager_item a:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .faculties_pager_item {
    max-width: none;
  }
  .faculties_pager_item:last-child {
    border-left: 1px solid #666;
  }
}
.faculties_pager_item_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  -ms-flex-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  padding: 0 40px;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.faculties_pager_item_inner figure {
  width: 70px;
}
.faculties_pager_item_inner figure img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .faculties_pager_item_inner {
    -ms-flex-align: start;
    padding: 0 15px;
    -webkit-box-align: start;
    align-items: flex-start;
  }
  .faculties_pager_item_inner figure {
    width: 56px;
  }
}
.faculties_pager_textwrap {
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .faculties_pager_textwrap {
    padding-left: 10px;
  }
}
.faculties_pager_part {
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.2;
}
.faculties_pager_name {
  position: relative;
  margin-top: 10px;
  color: #fff;
  font-size: 3rem;
  line-height: 1.05;
}
.faculties_pager_name span {
  color: #f9a80d;
}
.faculties_pager_name:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 1px;
  margin: auto;
  background-color: #fff;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.faculties_pager_item a:hover .faculties_pager_name:after {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .faculties_pager_name {
    margin-top: 5px;
    font-size: 1.8rem;
  }
  .faculties_pager_name:after {
    display: none;
  }
}
.faculties_pager_toindex {
  width: 100%;
  max-width: 190px;
  margin: 0;
  border-right: 1px solid #666;
  border-left: 1px solid #666;
}
.faculties_pager_toindex a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.faculties_pager_toindex a:hover {
  text-decoration: none;
}
.faculties_pager_toindex a span {
  position: relative;
  padding-top: 33px;
  color: #fff;
  font-size: 1.3rem;
}
.faculties_pager_toindex a span:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 30px;
  height: 19px;
  margin: auto;
  background: url(/music/summerjazzcamp/faculties/common/img/index_icon07.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.faculties_pager_toindex a span:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  margin: auto;
  background-color: #fff;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.faculties_pager_toindex a:hover span:after {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .faculties_pager_toindex {
    position: absolute;
    bottom: -117px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: none;
    padding: 0 15px;
    border-right: none;
    border-left: none;
    background-color: #383838;
  }
  .faculties_pager_toindex a {
    padding: 30px 0;
    border-top: 1px solid #666;
  }
  .faculties_pager_toindex a span:after {
    display: none;
  }
}
.faculties-faq {
  padding-bottom: 80px;
  background-color: #eee;
}
.faculties-faq .faq-ttl {
  text-align: center;
}
.faculties-faq .faq-down:first-of-type {
  margin-top: 60px;
}
.faculties-faq .faq-down .faq_accordion {
  background-color: #fff;
}
