@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

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

img {
  max-width: 100%; }

.page_for_examinees .schedule_area .examination_schedule_wrap .past_info_message, .page_for_examinees .news_area, .page_for_examinees .schedule_area .schedule_index_area, .page_for_examinees .schedule_area .requirements_button, .page_for_examinees .opencampus_area, .page_for_examinees .about_area .about_inner, .page_for_examinees .support_area .support_inner, .page_for_examinees .university_area .lower_main_index, .page_for_examinees .university_area .university_inner, .link_summarize .one_link_area {
  max-width: 1100px;
  width: 84%;
  margin: auto; }

.page_for_examinees .news_area .date {
  font-family: Helvetica , 'Open Sans', sans-serif; }

.page_for_examinees .news_area .news_li {
  border-bottom: 1px solid #CCCCCC;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s; }
  .page_for_examinees .news_area .news_li:hover {
    background-color: #FFF3E5; }
  .page_for_examinees .news_area .news_li:last-of-type {
    border-bottom: 0; }

.page_for_examinees .news_area .news_list_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 5px; }
  @media only screen and (max-width: 600px) {
    .page_for_examinees .news_area .news_list_link {
      display: block;
      padding: 25px 0; } }

.page_for_examinees .news_area .date_category_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.page_for_examinees .news_area .date {
  color: #111111;
  font-weight: 600;
  letter-spacing: 1px; }
  @media only screen and (max-width: 600px) {
    .page_for_examinees .news_area .date {
      font-size: 14px; } }

.page_for_examinees .news_area .category {
  display: block;
  width: 100px;
  margin-left: 30px;
  padding: 8px 0;
  background-color: #fff;
  color: #FF8C00;
  border: 1px solid #FF8C00;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.7px; }
  .page_for_examinees .news_area .category.important {
    background-color: #FF8C00;
    color: #fff; }
  .page_for_examinees .news_area .category.info {
    background-color: #FFE8CC; }
  @media only screen and (max-width: 600px) {
    .page_for_examinees .news_area .category {
      width: 90px;
      padding: 6px 0; } }

.page_for_examinees .news_area .title {
  margin-left: 30px;
  font-size: 18px;
  font-weight: 600;
  color: #111111;
  letter-spacing: 1px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap; }
  @media only screen and (max-width: 600px) {
    .page_for_examinees .news_area .title {
      margin-left: 0;
      margin-top: 15px;
      font-size: 16px;
      line-height: 1.7;
      overflow: auto;
      white-space: normal; } }

.page_for_examinees .about_area .about_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }
  @media only screen and (max-width: 1360px) {
    .page_for_examinees .about_area .about_inner {
      display: block; } }
  .page_for_examinees .about_area .about_inner .left_area {
    width: 320px; }
    @media only screen and (max-width: 1360px) {
      .page_for_examinees .about_area .about_inner .left_area {
        width: 100%; } }
  .page_for_examinees .about_area .about_inner .pc_br {
    display: block; }
    @media only screen and (max-width: 1360px) {
      .page_for_examinees .about_area .about_inner .pc_br {
        display: none; } }
  .page_for_examinees .about_area .about_inner .about_index {
    margin-top: 26px;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.7;
    color: #000E80; }
    @media only screen and (max-width: 600px) {
      .page_for_examinees .about_area .about_inner .about_index {
        margin-top: 18px;
        font-size: 28px;
        white-space: nowrap; }
        .page_for_examinees .about_area .about_inner .about_index .pc_br {
          display: none; } }
  .page_for_examinees .about_area .about_inner .about_sentence {
    margin-top: 40px;
    font-weight: 600;
    letter-spacing: 0.7px;
    line-height: 2; }
    @media only screen and (max-width: 600px) {
      .page_for_examinees .about_area .about_inner .about_sentence {
        font-size: 14px;
        line-height: 2.3; } }
  .page_for_examinees .about_area .about_inner .about_link_button {
    margin-top: 50px; }
    @media only screen and (max-width: 1360px) {
      .page_for_examinees .about_area .about_inner .about_link_button {
        display: none; } }
  .page_for_examinees .about_area .about_inner .about_main_image {
    max-width: 730px;
    width: 66%;
    margin-left: 50px; }
    @media only screen and (max-width: 1360px) {
      .page_for_examinees .about_area .about_inner .about_main_image {
        display: block;
        width: 100%;
        margin: 80px auto 0; } }
    @media only screen and (max-width: 600px) {
      .page_for_examinees .about_area .about_inner .about_main_image {
        display: none; } }
  .page_for_examinees .about_area .about_inner .about_main_image_sp {
    display: none;
    max-width: 310px;
    margin: 50px auto 0; }
    @media only screen and (max-width: 600px) {
      .page_for_examinees .about_area .about_inner .about_main_image_sp {
        display: block; } }
  .page_for_examinees .about_area .about_inner .syoku_core_text_img {
    display: none;
    max-width: 280px;
    width: 100%;
    margin: 60px auto 0; }
    @media only screen and (max-width: 600px) {
      .page_for_examinees .about_area .about_inner .syoku_core_text_img {
        display: block; } }
  .page_for_examinees .about_area .about_inner .syoku_core_image_sp {
    display: none;
    max-width: 310px;
    width: 100%;
    margin: 60px auto 0; }
    @media only screen and (max-width: 600px) {
      .page_for_examinees .about_area .about_inner .syoku_core_image_sp {
        display: block; } }
  .page_for_examinees .about_area .about_inner .about_link_button_sp {
    display: none;
    max-width: 300px;
    margin: 80px auto 0; }
    @media only screen and (max-width: 1360px) {
      .page_for_examinees .about_area .about_inner .about_link_button_sp {
        display: block; } }

/* オレンジ・グレーのtable */
/* リンクの右下のボタン */
/* 吹き出し＋写真の一覧 */
/* 吹き出し＋写真の一覧（青色） */
/* オレンジ背景の吹き出し */
/* 入試スケジュール */
.page_for_examinees .schedule_area .examination_schedule_wrap .past_info_message {
  margin-bottom: 30px; }

.page_for_examinees .schedule_area .examination_schedule_wrap .schedule_table_wrap {
  max-width: 1100px;
  margin: 0 auto 50px; }
  @media only screen and (max-width: 1366px) {
    .page_for_examinees .schedule_area .examination_schedule_wrap .schedule_table_wrap {
      margin-left: 8%; } }
  @media only screen and (max-width: 950px) {
    .page_for_examinees .schedule_area .examination_schedule_wrap .schedule_table_wrap {
      overflow-x: scroll; } }

@media only screen and (max-width: 950px) {
  .page_for_examinees .schedule_area .examination_schedule_wrap .schedule_table_scroll_area {
    width: 700px; } }

.page_for_examinees .schedule_area .examination_schedule_wrap .table_index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 25px 50px;
  background-color: #CCCFE6;
  color: #000E80;
  font-weight: 600;
  letter-spacing: 0.05em; }
  @media only screen and (max-width: 500px) {
    .page_for_examinees .schedule_area .examination_schedule_wrap .table_index {
      padding: 15px 20px; } }
  .page_for_examinees .schedule_area .examination_schedule_wrap .table_index.orange {
    background-color: #FFE8CC;
    color: #AA622A; }
  .page_for_examinees .schedule_area .examination_schedule_wrap .table_index.gray {
    background-color: #ADADAD;
    color: #fff; }
  .page_for_examinees .schedule_area .examination_schedule_wrap .table_index h3 {
    font-size: 30px; }
    @media only screen and (max-width: 500px) {
      .page_for_examinees .schedule_area .examination_schedule_wrap .table_index h3 {
        font-size: 18px; } }
  .page_for_examinees .schedule_area .examination_schedule_wrap .table_index .detail_button {
    position: relative;
    display: block;
    padding: 15px 0;
    color: #FF8C00;
    background-color: #fff;
    width: 260px;
    text-align: center;
    border: 2px solid #fff;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s; }
    @media only screen and (max-width: 500px) {
      .page_for_examinees .schedule_area .examination_schedule_wrap .table_index .detail_button {
        font-size: 14px;
        padding: 10px 0; } }
    .page_for_examinees .schedule_area .examination_schedule_wrap .table_index .detail_button:hover {
      border: 2px solid #FF8C00; }
    .page_for_examinees .schedule_area .examination_schedule_wrap .table_index .detail_button .arrow_img {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      right: 20px; }

.page_for_examinees .schedule_area .examination_schedule_wrap .schedule_table {
  width: 100%;
  text-align: center;
  letter-spacing: 0.05em;
  font-weight: 600;
  line-height: 1.5; }
  .page_for_examinees .schedule_area .examination_schedule_wrap .schedule_table.orange th {
    color: #AA622A;
    border-left: 2px solid #FFE8CC;
    border-bottom: 2px solid #FFE8CC; }
    .page_for_examinees .schedule_area .examination_schedule_wrap .schedule_table.orange th:last-of-type {
      border-left: 2px dotted #FFE8CC;
      border-right: 2px solid #FFE8CC; }
  .page_for_examinees .schedule_area .examination_schedule_wrap .schedule_table.orange td {
    border: 1px solid #FFE8CC; }
    .page_for_examinees .schedule_area .examination_schedule_wrap .schedule_table.orange td:first-of-type {
      border-left: 2px solid #FFE8CC;
      border-right: 2px solid #FFE8CC; }
    .page_for_examinees .schedule_area .examination_schedule_wrap .schedule_table.orange td:last-of-type {
      border-right: 2px solid #FFE8CC;
      border-left: 2px dotted #FFE8CC; }
  .page_for_examinees .schedule_area .examination_schedule_wrap .schedule_table.orange tr:last-of-type td {
    border-bottom: 2px solid #FFE8CC; }
  .page_for_examinees .schedule_area .examination_schedule_wrap .schedule_table.orange .schedule_name {
    color: #AA622A; }
  .page_for_examinees .schedule_area .examination_schedule_wrap .schedule_table.gray th {
    color: #ADADAD;
    border-left: 2px solid #ADADAD;
    border-bottom: 2px solid #ADADAD; }
    .page_for_examinees .schedule_area .examination_schedule_wrap .schedule_table.gray th:last-of-type {
      border-left: 2px dotted #ADADAD;
      border-right: 2px solid #ADADAD; }
  .page_for_examinees .schedule_area .examination_schedule_wrap .schedule_table.gray td {
    border: 1px solid #ADADAD; }
    .page_for_examinees .schedule_area .examination_schedule_wrap .schedule_table.gray td:first-of-type {
      border-left: 2px solid #ADADAD;
      border-right: 2px solid #ADADAD; }
    .page_for_examinees .schedule_area .examination_schedule_wrap .schedule_table.gray td:last-of-type {
      border-right: 2px solid #ADADAD;
      border-left: 2px dotted #ADADAD; }
  .page_for_examinees .schedule_area .examination_schedule_wrap .schedule_table.gray tr:last-of-type td {
    border-bottom: 2px solid #ADADAD; }
  .page_for_examinees .schedule_area .examination_schedule_wrap .schedule_table.gray .schedule_name {
    color: #ADADAD; }
  .page_for_examinees .schedule_area .examination_schedule_wrap .schedule_table th {
    padding: 18px 10px;
    font-size: 20px;
    color: #000E80;
    font-weight: 600;
    border-left: 2px solid #CCCFE6;
    border-bottom: 2px solid #CCCFE6;
    vertical-align: middle; }
    @media only screen and (max-width: 500px) {
      .page_for_examinees .schedule_area .examination_schedule_wrap .schedule_table th {
        font-size: 16px;
        padding: 10px 10px; } }
    .page_for_examinees .schedule_area .examination_schedule_wrap .schedule_table th:last-of-type {
      border-left: 2px dotted #CCCFE6;
      border-right: 2px solid #CCCFE6; }
  .page_for_examinees .schedule_area .examination_schedule_wrap .schedule_table td {
    padding: 16px 10px;
    height: 81px;
    border: 1px solid #CCCFE6;
    vertical-align: middle; }
    @media only screen and (max-width: 500px) {
      .page_for_examinees .schedule_area .examination_schedule_wrap .schedule_table td {
        font-size: 14px;
        padding: 10px 10px;
        height: auto; } }
    .page_for_examinees .schedule_area .examination_schedule_wrap .schedule_table td:first-of-type {
      border-left: 2px solid #CCCFE6;
      border-right: 2px solid #CCCFE6; }
    .page_for_examinees .schedule_area .examination_schedule_wrap .schedule_table td:last-of-type {
      border-right: 2px solid #CCCFE6;
      border-left: 2px dotted #CCCFE6; }
  .page_for_examinees .schedule_area .examination_schedule_wrap .schedule_table tr:last-of-type td {
    border-bottom: 2px solid #CCCFE6; }
  .page_for_examinees .schedule_area .examination_schedule_wrap .schedule_table .schedule_name {
    width: 22%;
    color: #000E80; }
  .page_for_examinees .schedule_area .examination_schedule_wrap .schedule_table .application_period {
    width: 50%; }
  .page_for_examinees .schedule_area .examination_schedule_wrap .schedule_table .test_date {
    width: 28%; }

/* WordPressの入力欄スタイル */
.page_for_examinees {
  /* 大学案内 */ }
  .page_for_examinees .one_slide_area {
    width: 80vw;
    max-width: 1100px;
    margin: 10px auto 0; }
    @media only screen and (max-width: 600px) {
      .page_for_examinees .one_slide_area {
        width: 96%; } }
    .page_for_examinees .one_slide_area .one_slide_link {
      display: block; }
    .page_for_examinees .one_slide_area .one_slide_img {
      -o-object-fit: cover;
      object-fit: cover;
      border-radius: 30px;
      border: 1px solid #ADADAD; }
  .page_for_examinees .slide_area {
    width: 100%;
    margin: 10px auto 100px; }
    @media only screen and (max-width: 600px) {
      .page_for_examinees .slide_area {
        margin: 10px auto 60px; } }
    .page_for_examinees .slide_area .slide_link {
      display: block;
      width: 90vw;
      max-width: 1100px;
      margin: 0 10px; }
      @media only screen and (max-width: 1300px) {
        .page_for_examinees .slide_area .slide_link {
          width: 84vw; } }
    .page_for_examinees .slide_area .slide_img {
      width: 100%;
      border-radius: 30px;
      border: 1px solid #ADADAD; }
    @media only screen and (max-width: 600px) {
      .page_for_examinees .slide_area .slick-dots {
        bottom: -40px; } }
  .page_for_examinees .pankuzu_area {
    margin-top: 60px;
    margin-left: auto;
    max-width: 1100px; }
    @media only screen and (max-width: 600px) {
      .page_for_examinees .pankuzu_area {
        margin-top: 30px; } }
  .page_for_examinees .news_area {
    margin-top: 60px;
    padding: 50px;
    border-radius: 30px;
    -webkit-box-shadow: 0px 3px 10px #00000029;
    box-shadow: 0px 3px 10px #00000029; }
    @media only screen and (max-width: 600px) {
      .page_for_examinees .news_area {
        padding: 50px 30px; } }
    .page_for_examinees .news_area .lower_main_index {
      margin-top: 0; }
    .page_for_examinees .news_area .news_ul {
      margin-top: 25px; }
      @media only screen and (max-width: 600px) {
        .page_for_examinees .news_area .news_ul {
          margin-top: 0; } }
      .page_for_examinees .news_area .news_ul .title {
        width: auto; }
    .page_for_examinees .news_area .news_link_button {
      margin: 35px auto 0;
      width: 320px; }
      @media only screen and (max-width: 600px) {
        .page_for_examinees .news_area .news_link_button {
          margin: 20px auto 0;
          width: 200px; } }
  .page_for_examinees .schedule_area {
    margin: auto;
    margin-top: 150px; }
    @media only screen and (max-width: 600px) {
      .page_for_examinees .schedule_area {
        margin-top: 100px; } }
    .page_for_examinees .schedule_area .schedule_index_area {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end; }
      @media only screen and (max-width: 1200px) {
        .page_for_examinees .schedule_area .schedule_index_area {
          display: block; } }
      .page_for_examinees .schedule_area .schedule_index_area .sp_br {
        display: none; }
        @media only screen and (max-width: 600px) {
          .page_for_examinees .schedule_area .schedule_index_area .sp_br {
            display: block; } }
      .page_for_examinees .schedule_area .schedule_index_area .web_application_button {
        width: 320px; }
        @media only screen and (max-width: 1250px) {
          .page_for_examinees .schedule_area .schedule_index_area .web_application_button {
            width: 240px; } }
        @media only screen and (max-width: 1200px) {
          .page_for_examinees .schedule_area .schedule_index_area .web_application_button {
            margin: 30px auto 0;
            width: 300px; } }
        @media only screen and (max-width: 600px) {
          .page_for_examinees .schedule_area .schedule_index_area .web_application_button {
            margin: 20px auto 0; } }
    .page_for_examinees .schedule_area .examination_schedule_wrap {
      margin-top: 50px; }
    .page_for_examinees .schedule_area .requirements_button {
      max-width: 320px;
      margin: 80px auto 0; }
  .page_for_examinees .opencampus_area {
    margin-top: 150px; }
    @media only screen and (max-width: 600px) {
      .page_for_examinees .opencampus_area {
        margin-top: 100px; } }
    .page_for_examinees .opencampus_area .opencampus_index_area {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end; }
      @media only screen and (max-width: 1200px) {
        .page_for_examinees .opencampus_area .opencampus_index_area {
          display: block; } }
      .page_for_examinees .opencampus_area .opencampus_index_area .sp_br {
        display: none; }
        @media only screen and (max-width: 600px) {
          .page_for_examinees .opencampus_area .opencampus_index_area .sp_br {
            display: block; } }
      .page_for_examinees .opencampus_area .opencampus_index_area .to_opencampus_button {
        width: 320px; }
        @media only screen and (max-width: 1300px) {
          .page_for_examinees .opencampus_area .opencampus_index_area .to_opencampus_button {
            width: 260px; } }
        @media only screen and (max-width: 1200px) {
          .page_for_examinees .opencampus_area .opencampus_index_area .to_opencampus_button {
            margin-top: 30px;
            width: 300px; } }
        @media only screen and (max-width: 600px) {
          .page_for_examinees .opencampus_area .opencampus_index_area .to_opencampus_button {
            margin: 30px auto 0; } }
        @media only screen and (max-width: 600px) {
          .page_for_examinees .opencampus_area .opencampus_index_area .to_opencampus_button {
            margin: 20px auto 0; } }
  .page_for_examinees .about_area {
    margin-top: 150px;
    background: transparent -webkit-gradient(linear, left top, left bottom, from(#FFE8CC00), to(#FFE8CC)) 0% 0% no-repeat padding-box;
    background: transparent -webkit-linear-gradient(top, #FFE8CC00 0%, #FFE8CC 100%) 0% 0% no-repeat padding-box;
    background: transparent -o-linear-gradient(top, #FFE8CC00 0%, #FFE8CC 100%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(180deg, #FFE8CC00 0%, #FFE8CC 100%) 0% 0% no-repeat padding-box; }
    .page_for_examinees .about_area .about_inner {
      padding-bottom: 100px; }
  .page_for_examinees .company_area .company_message_fukidashi {
    width: 84%; }
  .page_for_examinees .company_area .gradation_btn {
    max-width: 320px;
    margin: 50px auto 0; }
  .page_for_examinees .support_area {
    position: relative;
    margin-top: 170px;
    padding-bottom: 100px; }
    @media only screen and (max-width: 600px) {
      .page_for_examinees .support_area {
        margin-top: 100px; } }
    .page_for_examinees .support_area .support_bg {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 68%;
      background-color: #000E80;
      z-index: -1; }
      @media only screen and (max-width: 800px) {
        .page_for_examinees .support_area .support_bg {
          height: 82%; } }
      @media only screen and (max-width: 600px) {
        .page_for_examinees .support_area .support_bg {
          height: 79%; } }
      @media only screen and (max-width: 450px) {
        .page_for_examinees .support_area .support_bg {
          height: 83%; } }
    .page_for_examinees .support_area .support_ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-top: 55px; }
      @media only screen and (max-width: 800px) {
        .page_for_examinees .support_area .support_ul {
          display: block; } }
      @media only screen and (max-width: 600px) {
        .page_for_examinees .support_area .support_ul {
          margin-top: 45px; } }
    .page_for_examinees .support_area .support_li {
      width: 41%;
      color: #fff; }
      @media only screen and (max-width: 1100px) {
        .page_for_examinees .support_area .support_li {
          width: 46%; } }
      @media only screen and (max-width: 800px) {
        .page_for_examinees .support_area .support_li {
          width: 100%;
          max-width: 350px;
          margin: 0 auto 100px; }
          .page_for_examinees .support_area .support_li:last-of-type {
            margin: 0 auto; } }
      .page_for_examinees .support_area .support_li .support_index {
        margin-top: 30px;
        text-align: center;
        font-weight: 600;
        font-size: 22px;
        letter-spacing: 1px; }
        @media only screen and (max-width: 800px) {
          .page_for_examinees .support_area .support_li .support_index {
            font-size: 20px; } }
      .page_for_examinees .support_area .support_li .support_exp {
        margin-top: 20px;
        line-height: 2;
        letter-spacing: 0.8px; }
        @media only screen and (max-width: 800px) {
          .page_for_examinees .support_area .support_li .support_exp {
            margin-top: 25px; } }
        @media only screen and (max-width: 500px) {
          .page_for_examinees .support_area .support_li .support_exp {
            font-size: 14px;
            line-height: 2.3; } }
      .page_for_examinees .support_area .support_li .support_link {
        position: relative;
        display: block;
        width: 260px;
        margin: 30px auto 0;
        border: 2px solid #fff;
        padding: 17px 0;
        color: #fff;
        font-weight: 600;
        text-align: center;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
        .page_for_examinees .support_area .support_li .support_link .arrow_svg {
          position: absolute;
          right: 20px;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          -webkit-transition: 0.3s;
          -o-transition: 0.3s;
          transition: 0.3s; }
          .page_for_examinees .support_area .support_li .support_link .arrow_svg path {
            stroke: #fff;
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s; }
        .page_for_examinees .support_area .support_li .support_link:hover {
          background-color: #fff;
          color: #000E80; }
          .page_for_examinees .support_area .support_li .support_link:hover .arrow_svg {
            -webkit-transform: translateY(-50%) translateX(6px);
            -ms-transform: translateY(-50%) translateX(6px);
            transform: translateY(-50%) translateX(6px); }
            .page_for_examinees .support_area .support_li .support_link:hover .arrow_svg path {
              stroke: #000E80; }
  .page_for_examinees .university_area {
    position: relative;
    margin-top: 100px;
    padding-bottom: 150px; }
    @media only screen and (max-width: 600px) {
      .page_for_examinees .university_area {
        margin-top: 80px;
        padding-bottom: 100px; } }
    .page_for_examinees .university_area .university_bg {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 62%;
      background-color: #FAFAFA;
      z-index: -1; }
      @media only screen and (max-width: 950px) {
        .page_for_examinees .university_area .university_bg {
          height: 77.5%; } }
      @media only screen and (max-width: 600px) {
        .page_for_examinees .university_area .university_bg {
          height: 80%; } }
    .page_for_examinees .university_area .university_inner {
      max-width: 930px;
      margin-top: 100px; }
      @media only screen and (max-width: 950px) {
        .page_for_examinees .university_area .university_inner {
          margin-top: 0; } }
    @media only screen and (max-width: 600px) {
      .page_for_examinees .university_area .lower_page_main_link_area_ul {
        margin-top: 30px; } }
    .page_for_examinees .university_area .lower_page_other_link_ul {
      margin-top: 60px; }

.link_summarize {
  margin-top: 150px;
  padding-top: 100px;
  padding-bottom: 150px;
  background-color: #FAFAFA; }
  @media only screen and (max-width: 750px) {
    .link_summarize {
      margin-top: 100px;
      padding-top: 80px;
      padding-bottom: 100px; } }
  @media only screen and (max-width: 500px) {
    .link_summarize {
      margin-top: 80px;
      padding-top: 60px; } }
  .link_summarize .one_link_area {
    margin-top: 100px; }
    .link_summarize .one_link_area:first-of-type {
      margin-top: 0; }
    @media only screen and (max-width: 800px) {
      .link_summarize .one_link_area {
        margin-top: 80px; } }
    @media only screen and (max-width: 500px) {
      .link_summarize .one_link_area {
        width: 75%; } }
  .link_summarize .lower_main_index {
    margin-top: 0; }
  .link_summarize .index_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .link_summarize .gradation_btn {
    width: 320px; }
    @media only screen and (max-width: 1100px) {
      .link_summarize .gradation_btn.pc_link_button {
        width: 240px; } }
    @media only screen and (max-width: 1000px) {
      .link_summarize .gradation_btn.pc_link_button {
        width: 200px; } }
    @media only screen and (max-width: 800px) {
      .link_summarize .gradation_btn.pc_link_button {
        display: none; } }
    .link_summarize .gradation_btn.sp_link_button {
      display: none;
      width: 240px;
      margin: 50px auto 0; }
      @media only screen and (max-width: 800px) {
        .link_summarize .gradation_btn.sp_link_button {
          display: block; } }
  .link_summarize .link_ul {
    margin-top: 50px; }
    @media only screen and (max-width: 750px) {
      .link_summarize .link_ul {
        margin-top: 20px; } }
  .link_summarize .other_link_li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 50px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .link_summarize .other_link_li:last-of-type {
      margin-bottom: 0; }
    @media only screen and (max-width: 750px) {
      .link_summarize .other_link_li {
        display: block;
        margin-bottom: 30px; } }
  .link_summarize .other_link {
    width: 27%; }
    @media only screen and (max-width: 1000px) {
      .link_summarize .other_link {
        width: 36%; } }
    @media only screen and (max-width: 750px) {
      .link_summarize .other_link {
        width: 100%;
        max-width: 300px; } }
  .link_summarize .exp {
    width: 68%;
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 1.7; }
    @media only screen and (max-width: 1000px) {
      .link_summarize .exp {
        width: 60%; } }
    @media only screen and (max-width: 750px) {
      .link_summarize .exp {
        margin-top: 15px;
        width: 100%;
        font-size: 14px; } }

.page_for_students .learning_environment_link_wrap {
  margin-top: 50px; }

.page_for_students .link_summarize .other_link_li {
  margin-bottom: 0; }

.page_for_students .link_summarize .other_link {
  width: 100%;
  max-width: none; }

.page_for_students .link_flex_area {
  margin-top: 100px; }
  .page_for_students .link_flex_area .link_ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 6%;
    max-width: 930px;
    margin: 50px auto 0; }
    @media only screen and (max-width: 600px) {
      .page_for_students .link_flex_area .link_ul {
        display: block;
        margin: 30px auto 0; } }
  .page_for_students .link_flex_area .other_link_li {
    width: 47%; }
    @media only screen and (max-width: 600px) {
      .page_for_students .link_flex_area .other_link_li {
        width: 100%;
        margin-top: 15px; } }
