/*
@mixin light{
  font-family: 'mplus-1p-light', sans-serif;
}
@mixin medium{
  font-family: 'mplus-1p-medium', sans-serif;
}
@mixin bold{
  font-family: 'mplus-1p-bold', sans-serif;
}
@mixin heavy{
  font-family: 'mplus-1p-heavy', sans-serif;
}*/
.program_mv_wrap {
  margin-bottom: 60px; }
  @media (max-width: 768px) {
    .program_mv_wrap {
      max-height: none;
      margin-bottom: 40px; } }
  .program_mv_wrap .slick-about {
    float: left;
    width: 50%; }
    @media (max-width: 768px) {
      .program_mv_wrap .slick-about {
        float: none;
        width: 100%; } }
    .program_mv_wrap .slick-about li {
      overflow: hidden; }
    .program_mv_wrap .slick-about img {
      width: 100%; }
    .program_mv_wrap .slick-about .photo01 {
      background: #f2f4ee; }
      @media (max-width: 768px) {
        .program_mv_wrap .slick-about .photo01 img {
          margin-left: -7%;
          width: 100%; } }
  .program_mv_wrap .program_mv_txt {
    float: right;
    background: #f1f3ee;
    width: 50%;
    position: relative; }
    @media (max-width: 768px) {
      .program_mv_wrap .program_mv_txt {
        float: none;
        width: 100%;
        text-align: center; } }
    @media (min-width: 769px) {
      .program_mv_wrap .program_mv_txt img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        padding-top: 45px;
        padding-bottom: 45px;
        max-height: 100%; } }
    @media (max-width: 768px) {
      .program_mv_wrap .program_mv_txt img {
        padding: 20px 10px; } }

.about_contents_wrap {
  display: flex;
  align-items: center;
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  padding: 40px 0; }
  @media (max-width: 768px) {
    .about_contents_wrap {
      display: block; } }
  .about_contents_wrap .about_contents_img {
    width: 285px;
    text-align: center; }
    @media (max-width: 768px) {
      .about_contents_wrap .about_contents_img {
        width: 100%; } }
  .about_contents_wrap .about_contents_txtwrap {
    width: calc(100% - 285px); }
    @media (max-width: 768px) {
      .about_contents_wrap .about_contents_txtwrap {
        width: 100%;
        font-size: 13px; } }
  .about_contents_wrap:first-child {
    border-bottom: none; }
    .about_contents_wrap:first-child img {
      width: 100px; }
  .about_contents_wrap:nth-child(2) {
    margin-bottom: 80px; }
    @media (max-width: 768px) {
      .about_contents_wrap:nth-child(2) {
        margin-bottom: 40px; } }
    .about_contents_wrap:nth-child(2) img {
      width: 180px; }
  .about_contents_wrap .about_contents_tit {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 25px; }
    @media (max-width: 768px) {
      .about_contents_wrap .about_contents_tit {
        text-align: center;
        margin-top: 25px;
        margin-bottom: 20px;
        font-size: 15px; } }
