@charset "UTF-8";

/* cast */

.cast {
  background-color: #fff;
}

.cast-wrapper {
  max-width: 857px;
  width: 90%;
  margin: 0 auto;
  padding: 80px 0;
}

.cast-img {
  margin: 0 auto 40px 0;
}

.cast-img.hirose {
  width: 77.322%;
}

.cast-img.matsuzaka {
  width: 78.607%;
}

.cast-img.yokohama {
  width: 79.262%;
}

.cast-img.tabe {
  width: 76.437%;
}

.cast-img.shuri {
  width: 72.158%;
}

.cast-img.miura {
  width: 86.925%;
}

.cast-img.shiratori {
  width: 85.099%;
}

.cast-img.masuda {
  width: 75.393%;
}

.cast-img.uchida {
  width: 76.631%;
}

.cast-img.emoto {
  width: 71.406%;
}

.cast-txt {
  font-size: 15px;
  line-height: 2;
}

@media screen and (max-width: 768px) {

  .cast-wrapper {
    width: 89.333%;
    padding: 63px 0 62px;
  }
  
  .cast-img {
    margin: 0 auto 40px;
  }
  
  .cast-img.hirose {
    width: 100%;
  }

  .cast-img.matsuzaka {
    width: 100%;
  }

  .cast-img.yokohama {
    width: 100%;
  }

  .cast-img.tabe {
    width: 100%;
  }

  .cast-img.shuri {
    width: 100%;
  }

  .cast-img.miura {
    width: 100%;
  }

  .cast-img.shiratori {
    width: 100%;
  }

  .cast-img.masuda {
    width: 100%;
  }

  .cast-img.uchida {
    width: 100%;
  }

  .cast-img.emoto {
    width: 100%;
  }

}

/* staff */

.staff {
  background-color: #fff;
}

.staff-wrapper {
  max-width: 857px;
  width: 90%;
  margin: 0 auto;
  padding: 80px 0;
}

.staff-img {
  margin: 0 auto 40px 0;
}

.staff-img.lee {
  width: 67.63%;
}

.staff-img.hong {
  width: 74.725%;
}

.staff-img.hara {
  width: 68.766%;
}

.staff-txt {
  font-size: 15px;
  line-height: 2;
}

.staff-photograph {
  margin: 60px 0 0 0;
  width: 100%;
}

@media screen and (max-width: 768px) {

  .staff-wrapper {
    width: 89.333%;
    padding: 63px 0 62px;
  }
  
  .staff-img {
    margin: 0 auto 40px;
  }
  
  .staff-img.lee {
    width: 100%;
  }
  
  .staff-img.hong {
    width: 100%;
  }
  
  .staff-img.hara {
    width: 100%;
  }
  
  .staff-photograph {
    margin: 40px 0 0 0;
  }

}