@charset "UTF-8";

@media only screen and (min-width: 768px) {
  main {
    width: 1080px;
    margin: 160px auto 80px;
  }

  h2.title {
    font-size: 24px;
    text-align: center;
    font-family: "Zen Kaku Gothic New";
    font-weight: 600;
  }
  h2.title span {
    font-size: 14px;
    color: #999999;
    display: block;
    font-family: "Trebuchet MS", "Helvetica Neue", "Helvetica";
  }

  #cont_about_01 {
    margin-bottom: 130px;
  }

  #cont_about_01 h3 {
    font-size: 45px;
    color: #e07199;
    background: url(../img/about/ABOUT_01.jpg) no-repeat;
    background-size: contain;
    background-position: center center;
    text-align: center;
    line-height: 1.5;
    padding: 70px 0;
    font-family: "Zen Kaku Gothic New";
    font-weight: 600;
    letter-spacing: 4px;
  }
  #cont_about_01 p {
    width: 828px;
    font-size: 24px;
    margin: 0 auto 1.5em;
  }

  #cont_about_02 {
    margin-bottom: 130px;
  }

  #cont_about_02 h3 {
    font-size: 45px;
    color: #e07199;
    font-family: "Zen Kaku Gothic New";
    font-weight: 600;
    letter-spacing: 4px;
    text-align: center;
  }
  #cont_about_02 .img {
    width: 664px;
    margin: 0 auto 30px;
  }

  #cont_about_02 p {
    width: 828px;
    font-size: 24px;
    margin: 0 auto 1.5em;
  }

  #cont_about_03 {
    margin-bottom: 150px;
    box-shadow: 0px 0px 6px rgba(137, 137, 137, 0.3);
    padding: 50px 30px;
  }

  #cont_about_03 h3 {
    font-size: 45px;
    color: #e07199;
    font-family: "Zen Kaku Gothic New";
    font-weight: 600;
    letter-spacing: 4px;
    text-align: center;
    margin-bottom: 30px;
  }
  #cont_about_03 h4 {
    font-size: 30px;
    font-family: "Zen Kaku Gothic New";
    font-weight: 600;
    text-align: center;
    margin-bottom: 22px;
  }
  #cont_about_03 h4 span {
    background: linear-gradient(to right, #f2edff 0%, #ffffe6 49.75%, #ffeaf4 100%);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100% 50%;
    padding: 5px 20px;
  }
  #cont_about_03 p {
    font-size: 24px;
    width: 750px;
    margin: 0 auto 1.5em;
  }
}
