@charset "utf-8";

/*-----------------------------------------------------------
	Instructor detail
-----------------------------------------------------------*/
.detail-page-header {
  width: 100%;
  max-width: 1500px;
  min-height: 614px;
  margin: 200px auto 50px;
  position: relative;
}

.detail-page-header .page-ttl {
  position: absolute;
  left: 50%;
  top: 44%;
  z-index: 10;
  transform: translate(-50%, -50%);
}


.detail-page-header .detailpage-mv {
  position: absolute;
  top: -75px;
  right: 0;
  display: block;
  width: 750px;
  height: 540px;
}

.mv-txt {
  box-sizing: border-box;
  margin-top: 75px;
  padding: 50px 180px 50px 150px;
  left: 0;
  width: 940px;
  background-color: #f4f4f4;
  min-height: 570px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.mv-txt .profile-title {
  align-items: baseline;
  position: relative;
  z-index: 10;
}

.profile-title .profile-name {
  margin: 0 10px 0px 0;
  font-weight: normal;
  line-height: 1;
  position: relative;
  z-index: 10;
  display: inline-block;
}

.mv-txt .f-futura {
  color: #761d3d;
  font-weight: normal;
  font-size: 1.125rem;
  letter-spacing: 1px;
  margin-top: 8px;
  margin-bottom: 25px;
}

.mv-txt .list-style-line {
  list-style: none;
  margin: 0;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}

.mv-txt .list-style-line li {
  position: relative;
  padding-left: 20px;
  z-index: 10;
}

.mv-txt .list-style-line li:before {
  display: block;
  content: '';
  position: absolute;
  width: 10px;
  height: 1px;
  background: #761d3d;
  left: 0;
  top: 50%;
}

.mv-txt .list-style-line li+li {
  margin-top: 13px;
}

.list-category {
  display: inline-block;
  margin: 5px 0 0;
  vertical-align: text-bottom;
}

.list-category span {
  padding: 0 12px;
  font-size: 14px;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
}

.detail-page-header>img {
  position: absolute;
  bottom: -90px;
  left: -80px;
}


/* SP */
@media screen and (max-width: 768px) {
  #container {
    padding-top: 15px;
    min-width: 0;
  }

  .detail-page-header {
    width: 100%;
    margin: 65px auto 30px;
    position: relative;
    min-height: 0px;
  }

  .detail-page-header:after {
    display: block;
    content: '';
    clear: both;
  }

  .detail-page-header .page-ttl {
    position: absolute;
    left: 50%;
    top: 44%;
    z-index: 10;
    transform: translate(-50%, -50%);
  }


  .detail-page-header .detailpage-mv:after {
    display: none;
  }

  .mv-txt {
    margin-top: 30px;
    background-color: #f4f4f4;
    box-sizing: border-box;
    height: auto;
    min-height: 0px;
    padding: 30px 15px 35px;
    width: 100%;
  }

  .mv-txt .profile-title {
    display: flex;
    width: 280px;
    flex-wrap: wrap;
    align-items: baseline;
  }

  .mv-txt .f-futura {
    color: #761d3d;
    font-weight: normal;
    font-size: 0.875rem;
    letter-spacing: 1px;
    margin-top: -7px;
    margin-bottom: 0px;
    margin-right: 5px;
  }

  .list-category {
    order: 3;
    margin: 2px 2px 0px 0px;
    width: 100%;
  }

  .list-category span {
    padding: 0px 12px;
    font-size: 12px;
    -webkit-font-smoothing: antialiased;
  }

  .detail-page-header .detailpage-mv {
    width: 188px;
    height: 135px;
    top: 0px;
    right: 0;
  }

  .detail-page-header .detailpage-mv img {
    width: 188px;
    height: auto;
    position: absolute;
    top: -30px;
  }

  .detail-page-header>img {
    position: absolute;
    bottom: -80px;
    left: -60px;
    width: 237px;
  }

  .detail-page-header .profile-title .profile-name {
    width: 100%;
    margin: 0 10px 5px 0;
    font-weight: normal;
    font-size: 1.5625rem;
    line-height: 1.35;
  }

  .detail-page-header .list-style-line {
    width: 50%;
    font-size: 0.9375rem;
    margin-top: 10px;
  }

  .mv-txt .list-style-line li+li {
    margin-top: 8px;
    line-height: 1.65;
  }

  .mv-txt .list-style-line li:before {
    top: 12px;
  }

}





.content-block {
  flex-direction: column;
}

.instructor-catch {
  text-align: center;
  margin: 0px 0px 75px;
}



@media screen and (max-width: 768px) {
  .instructor-catch {
    text-align: center;
    margin: 15px 0;
  }

  .instructor-catch p {
    margin-bottom: 0;
  }


  .instructor-catch p {
    width: 85%;
    margin: 0 auto;
    text-align: left;
    line-height: 1.65;
    font-size: 0.9375rem;
  }

  .catch-main {
    width: 90%;
  }
}







/* .detail-wrapper{
  width: 1170px;
  margin:0 auto;
  height: 528px;
}

.detail-txt{
  border: 1px solid #761d3d;
  width: 720px;
  box-sizing: border-box;
  margin: 0;
}
.detail-txt dt{
  margin: 0 0 15px 0;
  line-height: 1.8;
  font-size: 1.125rem;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}
.detail-txt dd{
  margin: 0;
  line-height: 1.8;
  font-size: 0.9375rem;
}
.detail-txt dd:nth-child(2){
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
}

.content-block .main-block .career{
  position: relative;
  margin-bottom: 70px;
  float:right;
}
.content-block .main-block .career dl{
  padding: 45px 180px 35px 45px;
  position: absolute;
  top:90px;
  left: 0;
}
.content-block .main-block .career img{
  position: absolute;
  right: 0;
  z-index: 1;
}
.content-block .main-block .career .detail-txt ul{  
  margin: 0 0 10px 0;
  list-style: none;
}

.content-block .main-block .likes{
  position: relative;
  float: left;
  margin-bottom: 25px;
}
.content-block .main-block .likes dl{
  padding: 45px 50px 55px 180px;
  margin-bottom: 120px;
  height: 437px;
  position: absolute;
  right: 0;
}
.content-block .main-block .likes img{
  position: absolute;
  top: 90px;
  left: 0;
  z-index: 1;
}

@media screen and (max-width: 768px){
  .detail-wrapper{
    width: 92%;
    margin: 0 auto;
    position: static;
    display: flex;
    height: auto;
    flex-direction: column;
  }
  .content-block .main-block .career{
    position: static;
    float:none;
    margin-bottom: 10px;
  }
  .content-block .main-block .career dl{
    padding: 45px 180px 45px 45px;
    position: static;
  }
  .content-block .main-block .career .detail-txt ul{  
    margin: 0 0 10px 0;
    list-style: none;
  }
  .content-block .main-block .career img{
    position: static;
  }


  .content-block .main-block .likes{
    position: static;
    float:none;
  }
  .content-block .main-block .likes dl{
    padding: 45px 50px 45px 180px;
    margin-bottom: 120px;
    height: 437px;
    position: static;
  }
  .content-block .main-block .likes img{
    position: static;
  }
  .detail-wrapper > img{
    width: 100%;
  }
  .detail-txt{
    border: none;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
  }
  .detail-txt dt{
    margin: 0 0 10px 0;
    line-height: 1.8;
    font-size: 1rem;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
  }
  .detail-txt dd{
    margin: 0;
    line-height: 1.7;
    font-size: 0.9375rem;
  }
  .detail-txt dd:nth-child(2){
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
  }

  .content-block .main-block .career .detail-txt ul{  
    margin: 0 0 10px 0;
    list-style: none;
  }
  .content-block .main-block .career .detail-txt ul li{  
    padding-left: 15px;
    position: relative;
    font-size: 0.9375;
    margin-bottom: 5px;
  }
  .content-block .main-block .career .detail-txt ul li:before{
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 5px;
    height: 5px;
    background-color: #b9a978;
    border-radius: 5px;
  }
  .content-block .main-block .career dl{
    padding: 20px 5px 15px;
  }


  .content-block .main-block .likes{
    position: relative;
    margin-bottom:5px;
  }
  .content-block .main-block .likes dl {
    padding: 15px 5px 0;
    margin-bottom: 0px;
    height: 380px;
}
  
}
 */

.detail-wrapper {
  position: relative;
  margin-bottom: 70px;
}

.detail-wrapper:after {
  display: block;
  content: '';
  clear: both;
}

.detail-wrapper>div {
  width: 1170px;
}

.detail-wrapper .detail-txt dl {
  margin: 0;
}

.detail-wrapper .detail-txt dt {
  font-weight: normal;
  font-size: 1.15rem;
}

.career {
  display: block;
  float: right;
  position: relative;
  margin: 75px 0 100px;
}

.likes {
  display: block;
  float: left;
  position: relative;
  margin-bottom: 75px;
}

.detail-txt {
  width: 720px;
  border: 1px solid #761d3d;
}

.detail-txt dd {
  margin: 0;
}

.career>img {
  position: absolute;
  right: 0;
  top: -75px;
  z-index: 1;
}

.career .detail-txt {
  box-sizing: border-box;
  padding: 50px 180px 50px 50px;
}

.career .detail-txt dl + dl {
  padding-top: 40px;
  margin-top: 40px;
  border-top: 1px solid #e5e5e5;
  box-sizing: border-box;
}


.likes>img {
  position: absolute;
  left: 0;
  top: 75px;
  z-index: 1
}

.likes .detail-txt {
  float: right;
  box-sizing: border-box;
  padding: 50px 50px 50px 180px;
}

.likes .detail-txt dl:first-child {
  border-bottom: 1px solid #e5e5e5;
  box-sizing: border-box;
  padding-bottom: 40px;
  margin-bottom: 40px;
}


.youtube {
  position: relative;
  width: 640px;
  margin: 0 auto 70px;
  padding-top: 36.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

@media screen and (max-width: 768px) {
  .detail-wrapper {
    position: relative;
    margin-bottom: 0px;
  }

  .detail-wrapper:after {
    display: block;
    content: '';
    clear: both;
  }

  .detail-wrapper>div {
    width: 100%;
  }

  .detail-wrapper>div>img {
    width: 95%;
    display: block;
    margin: 0 auto;
  }

  .detail-wrapper .detail-txt dl {
    margin: 0;
  }

  .detail-wrapper .detail-txt dt {
    font-weight: normal;
    font-size: 1.15rem;
  }

  .career {
    display: block;
    position: relative;
    margin: 10px auto;
  }

  .likes {
    display: block;
    position: relative;
    margin-bottom: 15px;
  }

  .detail-txt {
    width: 100%;
    border: none;
  }

  .detail-txt dt {
    font-size: 1rem;
  }

  .detail-txt dd {
    margin: 0;
    font-size: 0.975rem;
    letter-spacing: 0;
  }

  .career>img {
    position: static;
  }

  .career .detail-txt {
    position: static;
    box-sizing: border-box;
    padding: 15px;
  }

  .career .detail-txt dl + dl {
    border-top: 1px solid #e5e5e5;
    box-sizing: border-box;
    padding-top: 20px;
    margin-top: 20px;
  }


  .likes>img {
    position: static;
  }

  .likes .detail-txt {
    position: static;
    box-sizing: border-box;
    padding: 15px;
  }

  .likes .detail-txt dl:first-child {
    border-bottom: 1px solid #e5e5e5;
    box-sizing: border-box;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }


  .youtube {
    position: relative;
    width: 92%;
    margin: 0 auto 20px;
    padding-top: 56.25%;
  }

  .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }

}




.instructor-links {
  display: block;
  width: 1140px;
  margin: 25px auto;
  position: relative;
}

.instructor-links dl dt,
.instructor-links dl dd {
  display: inline-block;
  vertical-align: top;
}

.instructor-links dl {
  margin-bottom: 40px;
}

.instructor-links ul li+li {
  margin-top: 15px;
}

.instructor-links dt {
  position: relative;
  padding-right: 60px;
  font-size: 1rem;
  font-weight: normal;
}

.instructor-tags {
  margin: 50px 0 95px 25px;
}

.instructor-links dt:before {
  position: absolute;
  display: block;
  content: '';
  width: 30px;
  height: 1px;
  background-color: #121212;
  top: 50%;
  right: 5px;
}

.instructor-links>img {
  position: absolute;
  bottom: -255px;
  right: -315px;
}




.sns-blog dd ul {
  margin: 0;
}

.sns-blog dd ul li {
  list-style: none;
}

.sns-blog dd ul li a {
  color: #31373e;
}

.list-icon-fb {
  padding-left: 25px;
  background: url(/instructor/images/IR_fb-icon.png)no-repeat left top 5px;
}

.list-icon-tw {
  padding-left: 25px;
  background: url(/instructor/images/IR_tw-icon.png)no-repeat left center;
}

.list-icon-insta {
  padding-left: 25px;
  background: url(/instructor/images/IR_insta-icon.png)no-repeat left center;
}

.list-icon-blog {
  padding-left: 25px;
  background: url(/instructor/images/IR_blog-icon.png)no-repeat left center;
}

@media screen and (max-width: 768px) {
  .sns-blog dd ul {
    margin: 0 0 15px 0;
  }

  .instructor-links {
    border: 1px solid #761d3d;
    padding: 18px 20px 20px;
    width: 92%;
    margin: 0px auto 20px;
    box-sizing: border-box;
  }

  .instructor-links dl {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
  }

  .instructor-links dd {
    margin: 0;
  }

  .instructor-links dt:before {
    display: none;
  }

  .instructor-links>img {
    display: none;
  }

  .instructor-links dt {
    font-weight: normal;
    font-size: 0.9375rem;
    margin-bottom: 3px;
  }

  .instructor-links .sns-blog,
  .instructor-links dd {
    font-size: 0.8175rem;
  }

  .instructor-links ul li+li {
    margin-top: 8px;
  }

  .instructor-tags {
    margin: 0 0 28px 20px;
  }
}


.reviews {
  background: #f0efde;
  padding: 60px 0;
}

.review-detail {
  list-style: none;
  width: 950px;
  margin: 0 auto;
}

.review-detail>li {
  padding: 10px 0 20px;
}

.review-detail>li+li {
  border-top: 1px solid #fff;
  padding: 35px 0 20px;
}

.review-detail .review-stars {
  margin: 0;
  color: #b9a978;
}

.review-detail .review-stars li {
  list-style: none;
  display: inline-block;
}

.review-detail dt {
  font-weight: normal;
  font-size: 0.875rem;
  padding-bottom: 20px;
  position: relative;
}

.review-detail dt:before {
  display: block;
  content: '';
  position: absolute;
  width: 10px;
  height: 1px;
  background: #761d3d;
  top: 70%;
}

.review-detail dd {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.85;
}

.event {
  padding: 60px 0 80px;
}

@media screen and (max-width: 768px) {
  .reviews {
    padding: 25px 0 35px;
  }

  .review-detail {
    width: 90%;
  }

  .review-detail dl {
    margin-bottom: 0;
  }

  .review-detail dd {
    line-height: 1.7;
  }

  .review-detail>li {
    padding: 10px 0 20px;
  }

  .review-detail>li+li {
    border-top: 1px solid #fff;
    padding: 20px 0 20px;
  }

  .event {
    padding: 20px 0 28px;
  }
}

.display-more-button p {
  text-align: center;
  width: 360px;
  margin: 0 auto;
}

.display-more-button p a {
  border: 1px solid #121212;
  color: #121212;
  display: block;
  width: 100%;
  padding: 15px 0;
}

.display-more-button p a:hover {
  color: #761d3d;
  display: block;
  width: 100%;
  padding: 15px 0;
  border: 1px solid #761d3d;
}

@media screen and (max-width: 768px) {
  .display-more-button p {
    width: 78%;
    margin: 10px auto 0;
  }
}