@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; } }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

/*-------------------------------*/
.pc {
  display: block; }

.sp {
  display: none; }

@media screen and (max-width: 640px) {
  .pc {
    display: none; }
  .sp {
    display: block; } }

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

.main {
  margin-bottom: 6%; }
  @media screen and (max-width: 640px) {
    .main {
      margin-bottom: 0; } }
  .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;
            margin-bottom: 10%; } }
  .main .section1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 6rem;
    position: relative; }
    @media screen and (max-width: 640px) {
      .main .section1 {
        margin-top: 0; } }
    .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 {
      max-width: 782px;
      margin-left: 3%; }
      @media screen and (max-width: 640px) {
        .main .section1__main {
          margin: auto; } }
      .main .section1__main .pc {
        display: inherit; }
        @media screen and (max-width: 640px) {
          .main .section1__main .pc {
            display: none; } }
      .main .section1__main .sp {
        display: none; }
        @media screen and (max-width: 640px) {
          .main .section1__main .sp {
            display: inherit; } }
  .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%; } }

.alumni {
  border-bottom: 1px solid #808080; }
  @media screen and (max-width: 640px) {
    .alumni {
      width: 84.375vw;
      margin: auto;
      margin-top: 6.25vw; }
      .alumni .alumni--img--center {
        width: 62.5vw;
        text-align: center;
        margin: auto; } }
  .alumni .alumni-title {
    text-align: center; }
  .alumni__main {
    padding-bottom: 70px;
    margin-top: 30px; }
    @media screen and (max-width: 640px) {
      .alumni__main {
        margin-top: 6.25vw;
        padding-bottom: 10.938vw; } }
    .alumni__main__top {
      text-align: center; }
    .alumni__main__list__box {
      margin-top: 40px; }
      @media screen and (max-width: 640px) {
        .alumni__main__list__box {
          margin-top: 6.25vw; } }
      .alumni__main__list__box .alumni-question {
        font-size: 2rem;
        margin-bottom: 10px;
        color: #67b72d;
        font-weight: bold; }
        @media screen and (max-width: 640px) {
          .alumni__main__list__box .alumni-question {
            font-size: 1.8rem; } }
      .alumni__main__list__box .alumni-answer {
        font-size: 1.5rem; }
        @media screen and (max-width: 640px) {
          .alumni__main__list__box .alumni-answer {
            font-size: 1.3rem; } }

.pass {
  margin-top: 40px;
  margin-bottom: 60px; }
  @media screen and (max-width: 640px) {
    .pass {
      margin-top: 12.5vw;
      margin-bottom: 14.063vw; } }
  .pass .wrap--m {
    max-width: 782px; }
  .pass .pass-title {
    text-align: center; }
    @media screen and (max-width: 640px) {
      .pass .pass-title {
        padding: 0 20px; } }
  .pass .pass-title-sub {
    margin-top: 10px;
    font-size: 2rem;
    margin-bottom: 10px;
    color: #67b72d;
    font-weight: bold; }
  .pass__main {
    margin-top: 30px;
    font-size: 1.5rem; }
    @media screen and (max-width: 640px) {
      .pass__main {
        font-size: 1.3rem;
        width: 84.375vw;
        margin: 4.68vw auto 0; } }
  .pass .pass--img--center {
    text-align: center;
    margin-bottom: 30px; }
    @media screen and (max-width: 640px) {
      .pass .pass--img--center {
        width: 62.5vw;
        margin: 0 auto 7.813vw; } }

.question {
  width: 100%;
  padding: 40px 0;
  background: #67b72d; }
  @media screen and (max-width: 640px) {
    .question {
      padding: 9.375vw 0 10.938vw; } }
  .question .question-title {
    text-align: center; }
  .question .wrap--m {
    max-width: 782px; }
    @media screen and (max-width: 640px) {
      .question .wrap--m {
        width: 84.375vw; } }
  .question__list {
    margin-top: 30px; }
    @media screen and (max-width: 640px) {
      .question__list {
        width: 84.375vw;
        margin-top: 10px; } }
    .question__list__box {
      border: 4px solid #fff;
      border-radius: 8px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-top: 15px;
      font-size: 1.5rem; }
      @media screen and (max-width: 640px) {
        .question__list__box {
          display: block;
          border: none; } }
      .question__list__box .question-question {
        width: 32%;
        color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        letter-spacing: -0.08rem;
        padding: 10px; }
        @media screen and (max-width: 640px) {
          .question__list__box .question-question {
            width: 100%;
            font-size: 1.5rem;
            padding: 0;
            margin-bottom: 10px; } }
      .question__list__box .question-question:before {
        content: url("../../img/kashiwa/message/q-question.png");
        display: inline-block;
        width: 49px;
        height: 49px;
        margin-right: 5px; }
      .question__list__box .question-answer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 68%;
        background: #fff;
        color: #231815;
        padding: 10px; }
        @media screen and (max-width: 640px) {
          .question__list__box .question-answer {
            width: 100%;
            font-size: 1.2rem;
            border-radius: 8px; } }
      .question__list__box .question-answer:before {
        content: url("../../img/kashiwa/message/a-question.png");
        display: inline-block;
        width: 49px;
        height: 49px;
        margin-right: 5px; }
      .question__list__box .question-text {
        width: 80%; }
        @media screen and (max-width: 640px) {
          .question__list__box .question-text {
            width: 90%; } }
      .question__list__box .answer-text {
        width: 90%; }
