#filmArea {
  padding-bottom: 50px; }

.main .cover {
  width: 65%;
  margin: 125px auto 190px; }
  .main .cover img {
    width: 100%; }

#school {
  color: #000;
  background-color: #fff;
  padding: 192px 0 45px; }
  #school h3 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(100% - 160px);
    max-width: 900px;
    height: 112px;
    background-color: #fff;
    padding: 0 15px;
    border: 6px solid #000;
    font-size: 2.8rem;
    font-weight: bold;
    font-feature-settings: "palt";
    position: absolute;
    top: -56px;
    left: 0;
    right: 0;
    margin: auto; }
  #school .contentWrapper {
    width: calc(100% - 160px);
    max-width: 900px;
    margin: auto; }
    #school .contentWrapper .heading {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      #school .contentWrapper .heading h4 {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 450px;
        height: 50px;
        color: #fff;
        background-color: #000;
        font-size: 3rem;
        font-weight: bold; }
      #school .contentWrapper .heading::before, #school .contentWrapper .heading::after {
        content: "";
        display: block;
        width: calc(100% / 6);
        max-width: 150px;
        height: 1px;
        background-color: #000; }
  #school .news .content {
    width: calc(100% - 40px);
    margin: 70px auto 0; }
  #school .news .movie {
    height: 0;
    padding-top: 56.25%;
    position: relative; }
    #school .news .movie iframe {
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
  #school .materials {
    margin-top: 80px; }
    #school .materials h4 {
      letter-spacing: 0.25em;
      text-indent: 0.25em; }
    #school .materials .content {
      margin-top: 55px; }
      #school .materials .content dl {
        display: flex;
        justify-content: center;
        align-items: center; }
        #school .materials .content dl dt, #school .materials .content dl dd {
          font-size: 2.7rem;
          font-weight: bold;
          font-feature-settings: "palt"; }
        #school .materials .content dl dd {
          margin-left: 1.5em; }
    #school .materials .index {
      padding-bottom: 100px;
      border-bottom: 1px solid #000;
      margin: 95px 0 40px;
      position: relative; }
      #school .materials .index h5 {
        margin-left: 10px;
        font-size: 2.8rem;
        font-weight: 500; }
      #school .materials .index ul li {
        padding: 14px 32px;
        border-bottom: 1px dotted #000;
        font-size: 1.5rem;
        position: relative; }
        #school .materials .index ul li::before {
          content: "";
          display: block;
          width: 14px;
          height: 14px;
          border: 1px solid #000;
          border-radius: 50%;
          position: absolute;
          top: 20px;
          left: 10px; }
      #school .materials .index .book {
        width: 30%;
        background-color: #5a5a5a;
        position: absolute;
        top: 0;
        right: 20px;
        box-shadow: 5px 5px 4px rgba(0, 0, 0, 0.15); }
        #school .materials .index .book img {
          width: 100%;
          height: auto; }
    #school .materials .desc {
      display: flex;
      justify-content: center;
      align-items: center; }
      #school .materials .desc .circle {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 160px;
        height: 160px;
        color: #fff;
        background-color: #000;
        border-radius: 50%;
        text-align: center;
        transform: rotate(-15deg); }
        #school .materials .desc .circle span {
          padding-top: 10px;
          line-height: 1.4;
          font-size: 2.8rem;
          font-weight: 700; }
      #school .materials .desc .text {
        width: 530px;
        margin-left: 40px;
        line-height: 1.6;
        font-size: 2rem;
        font-weight: 500;
        font-feature-settings: "palt"; }
  #school .contact {
    margin-top: 85px; }
    #school .contact .content {
      display: flex;
      justify-content: center;
      align-items: center;
      margin-top: 35px; }
      #school .contact .content .text {
        margin-left: 57px; }
        #school .contact .content .text p {
          line-height: 1.6;
          font-size: 2.8rem;
          font-weight: 500; }
        #school .contact .content .text a {
          color: #000; }
  #school .fline {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 160px;
    font-family: "Fira Sans", sans-serif;
    font-size: 1.2em; }
    #school .fline a {
      color: #000; }
    #school .fline .copyright {
      display: inline; }
      #school .fline .copyright::before {
        content: "/";
        display: inline-block;
        padding: 0 10px; }

/*# sourceMappingURL=school.css.map */
