@charset "UTF-8";
/* テンプレート
------------------------*/
.template {
  background-color: #eee;
  width: 100%;
  height: 50px; }
  @media screen and (max-width: 640px) {
    .template {
      width: 100%;
      height: 25px;
      background-color: #999; } }

/*-------------------------------*/
.wrap--m {
  width: 100%;
  margin: auto;
  max-width: 980px; }

.main {
  margin-bottom: 6%; }
  .main .headline .headline__inner {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: white;
    position: relative; }
    .main .headline .headline__inner--text1 {
      font-size: 3.2rem;
      letter-spacing: 2px; }
      @media screen and (max-width: 640px) {
        .main .headline .headline__inner--text1 {
          font-size: 1.5rem;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          text-align: center; } }
      .main .headline .headline__inner--text1 span {
        font-size: 3.2rem;
        font-weight: bold; }
        @media screen and (max-width: 640px) {
          .main .headline .headline__inner--text1 span {
            font-size: 2.2rem; } }
  .main .section1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 6rem;
    position: relative; }
    .main .section1__menu {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      width: 168px; }
      @media screen and (max-width: 640px) {
        .main .section1__menu {
          display: none; } }
    .main .section1__main {
      margin-left: 3%; }
      @media screen and (max-width: 640px) {
        .main .section1__main {
          margin-left: 0; } }
      .main .section1__main--comment1__text {
        font-weight: bold;
        text-align: center;
        margin: 3rem auto;
        font-size: 3rem;
        letter-spacing: 2px; }
        .main .section1__main--comment1__text span {
          letter-spacing: 2px;
          font-weight: bold;
          color: #67b72d; }
          .main .section1__main--comment1__text span br {
            display: none; }
            @media screen and (max-width: 640px) {
              .main .section1__main--comment1__text span br {
                display: inherit; } }
      .main .section1__main--comment1 .box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-left: 1%;
        padding-right: 1%; }
        @media screen and (max-width: 640px) {
          .main .section1__main--comment1 .box {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            text-align: center; } }
        .main .section1__main--comment1 .box p {
          margin-top: 1rem;
          font-size: 1.3rem;
          max-width: 210px;
          text-align: center; }
          @media screen and (max-width: 640px) {
            .main .section1__main--comment1 .box p {
              margin: 2rem auto; } }
  .main .menu_sp {
    display: none; }
    @media screen and (max-width: 640px) {
      .main .menu_sp {
        background-image: url(../../img/kashiwa/university/buttomback_sp.jpg);
        display: inherit;
        text-align: center;
        padding-bottom: 5%;
        padding-left: 4%;
        padding-right: 4%; }
        .main .menu_sp img {
          width: 95%;
          margin-top: 5%; } }
