@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Abel");
.drop_sp_parent a:after, .drop_sp_parent span:before, .drop_sp_parent span:after, .gl_nav_inside > li > a:after, .gl_nav_inside > li.drop_sp_inner > a:before, .gl_nav_undermost > li > a:after, .arrow_link a:before, .sp_news_accordion:before, .sp_news_accordion span:before, .sp_news_accordion span:after, .tab_title_link li a:before, .top_activities_link li.insta .link_insta a:before, .exam_paper_wrap .paper_img:before, .exam_paper_wrap .paper_link a:before {
  display: block;
  content: '';
  position: absolute;
}

html {
  /*↓↓↓remで指定しない時は切ること*/
  font-size: 62.5%;
}

body {
  color: #242424;
  font-size: 1.5rem;
  letter-spacing: 0.05rem;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  line-height: 1.6;
  width: 100%;
  word-wrap: break-word;
  /*スマホの文字の大きさ一定*/
  -webkit-text-size-adjust: 100%;
  /*fontアンチエイリアス*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* icomoon用設定 */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?4t7k0c");
  src: url("../fonts/icomoon.eot?4t7k0c#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?4t7k0c") format("truetype"), url("../fonts/icomoon.woff?4t7k0c") format("woff"), url("../fonts/icomoon.svg?4t7k0c#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^='icon-'],
[class*=' icon-'] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-folder:before {
  content: '\e918';
}

.icon-books_list:before {
  content: '\e916';
}

.icon-condition_search:before {
  content: '\e917';
}

.icon-hongaku:before {
  content: '\e909';
}

.icon-library_search:before {
  content: '\e90a';
}

.icon-literature:before {
  content: '\e911';
}

.icon-key:before {
  content: '\e912';
}

.icon-index_search:before {
  content: '\e913';
}

.icon-e_books_list:before {
  content: '\e914';
}

.icon-new_books:before {
  content: '\e915';
}

.icon-allow_l:before {
  content: '\e904';
}

.icon-allow_r:before {
  content: '\e906';
}

.icon-paper:before {
  content: '\e90c';
}

.icon-pin:before {
  content: '\e90d';
}

.icon-search:before {
  content: '\e90e';
}

.icon-tree:before {
  content: '\e90f';
}

.icon-fb:before {
  content: '\e901';
}

.icon-pdf:before {
  content: '\e902';
}

.icon-movie:before {
  content: '\e90b';
}

.icon-excel:before {
  content: '\e905';
}

.icon-word:before {
  content: '\e907';
}

.icon-ig:before {
  content: '\e908';
}

.icon-tw:before {
  content: '\e903';
}

.icon-blank:before {
  content: '\e910';
}

.icon-mail:before {
  content: '\e900';
}

.icon-arrow_b:before {
  content: '\ea3e';
}

/*breakpoint display*/
.pc,
.pc_inline {
  display: none !important;
}

.tab,
.tab_inline {
  display: none !important;
}

.pc_tab,
.pc_tab_inline {
  display: none !important;
}

.tab_sp {
  display: block !important;
}

.tab_sp_inline {
  display: inline-block !important;
}

.sp {
  display: block !important;
}

.sp_inline {
  display: inline-block !important;
}

@media (min-width: 768px) {
  .sp,
  .sp_inline {
    display: none !important;
  }
  .tab {
    display: block !important;
  }
  .tab_inline {
    display: inline !important;
  }
  .pc_tab {
    display: block !important;
  }
  .pc_tab_inline {
    display: inline !important;
  }
  .tab {
    display: block !important;
  }
  .tab_inline {
    display: inline !important;
  }
}

@media (min-width: 992px) {
  .sp,
  .sp_inline {
    display: none !important;
  }
  .tab_sp,
  .tab_sp_inline {
    display: none !important;
  }
  .tab {
    display: none !important;
  }
  .tab_inline {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
  .pc_inline {
    display: inline-block !important;
  }
}

/*box-sizing default*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

/* スマホ時のfocusの青枠削除 */
a,
a:focus,
button,
button:focus {
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

/* a アニメーション */
@media (min-width: 992px) {
  a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}

img {
  max-width: 100%;
}

/* 選択時のマーカー色　backgroundで設定 */
/*============================================================================

        formパーツ

============================================================================*/
/*input要素デフォルトcss削除用*/
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: content-box;
}

input {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: content-box;
  outline: 0px none black;
}

input[type='text'],
textarea {
  font-size: 16px;
  border: 1px solid #888;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
}

select:-ms-expand {
  display: none;
}

label {
  position: relative;
  display: block;
  -webkit-tap-highlight-color: transparent;
}

/*============================================================================

        共通パーツ

============================================================================*/
#wrap {
  position: relative;
  overflow: hidden;
}

.inner_large {
  max-width: 1200px;
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
  margin: 0 auto;
}

.inner_medium {
  max-width: 1100px;
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
  margin: 0 auto;
}

/*============================================================================

        header

============================================================================*/
header {
  position: fixed;
  width: 100%;
  background-color: #fff;
  height: 50px;
  border-bottom: 1px solid #c93139;
  z-index: 100;
}

.header_inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
  letter-spacing: 0.02rem;
}

.header_inner .header_logo {
  max-width: 270px;
  width: -webkit-calc(100% - 140px);
  width: calc(100% - 140px);
  padding: 5px 10px 10px;
}

.header_inner .header_logo .logo_svg {
  height: 35px;
  width: auto;
}

.header_inner .header_logo .logo_svg .st0 {
  fill: #b52328;
}

.header_inner .header_logo .logo_svg .st1 {
  fill: #231815;
}

.header_inner .header_main {
  display: none;
}

.header_inner .header_btn {
  display: none;
}

.header_inner .sp_header_btn {
  display: flex;
  height: 50px;
}

.header_inner .sp_paper_btn {
  width: 100px;
  height: 50px;
  padding: 7px 5px 0 6px;
}

.header_inner .sp_opc_btn a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 50px;
  background-color: #2c4059;
}

.header_inner .sp_opc_btn img {
  width: 150px;
  max-height: 36px;
}

.header_inner .sp_menu_btn {
  width: 55px;
  height: 50px;
  background-color: #c93139;
}

.header_inner .sp_menu_btn .menu_btn {
  cursor: pointer;
  width: 55px;
  height: 50px;
  padding-top: 10px;
}

.header_inner .sp_menu_btn .menu_btn span {
  display: block;
  width: 28px;
  height: 2px;
  background-color: #fff;
  margin: 0 auto 5px;
}

.header_inner .sp_menu_btn .menu_btn span:last-of-type {
  margin: 0 auto 2px;
}

.header_inner .sp_menu_btn .menu_btn div {
  font-size: 1.05rem;
  letter-spacing: 0.05rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  transform: scale(0.8);
}

@media (min-width: 1025px) {
  header {
    height: 95px;
    border-bottom: 0px solid #c93139;
  }
  .header_inner .header_logo {
    max-width: 180px;
    background-color: #f8f8f8;
    padding: 26px 13px 25px;
  }
  .header_inner .header_logo .logo_svg {
    height: 37px;
  }
  .header_inner .header_main {
    display: block;
    width: -webkit-calc(100% - 290px);
    width: calc(100% - 290px);
    padding: 0 2vw;
  }
  .header_inner .header_main .top_nav {
    padding: 15px 0 7px;
  }
  .header_inner .header_main .top_nav ul,
  .header_inner .header_main .bottom_nav ul {
    width: 100%;
    display: flex;
  }
  .header_inner .header_main .top_nav ul {
    justify-content: space-between;
    max-width: 680px;
  }
  .header_inner .header_main .top_nav ul a {
    display: inline-block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    color: #242424;
    font-size: 1.1rem;
  }
  .header_inner .header_main .top_nav ul a:after {
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #242424;
    transform: translate(-100%, 0);
    transition: all 0.3s;
    bottom: 0;
    left: 0;
    opacity: 0;
  }
  .header_inner .header_main .top_nav ul a:hover:after {
    transform: translate(0, 0);
    opacity: 1;
  }
  .header_inner .header_main .top_nav ul .access a {
    padding-left: 20px;
  }
  .header_inner .header_main .top_nav ul .access a:before {
    display: block;
    position: absolute;
    content: '\e90d';
    font-family: 'icomoon';
    font-size: 15px;
    width: 15px;
    height: 15px;
    line-height: 1;
    top: 1px;
    left: 2px;
  }
  .header_inner .header_main .top_nav ul .access a:after {
    width: calc(100% - 20px);
  }
  .header_inner .header_main .top_nav ul .access a:hover:after {
    transform: translate(20px, 0);
  }
  .header_inner .header_main .top_nav ul .library a {
    padding-left: 23px;
  }
  .header_inner .header_main .top_nav ul .library a:before {
    display: block;
    position: absolute;
    content: '\e911';
    font-family: 'icomoon';
    font-size: 15px;
    width: 15px;
    height: 15px;
    line-height: 1;
    top: 2px;
    left: 0;
  }
  .header_inner .header_main .top_nav ul .library a:after {
    width: calc(100% - 23px);
  }
  .header_inner .header_main .top_nav ul .library a:hover:after {
    transform: translate(23px, 0);
  }
  .header_inner .header_main .top_nav ul .sitemap a {
    padding-left: 20px;
  }
  .header_inner .header_main .top_nav ul .sitemap a:before {
    display: block;
    position: absolute;
    content: '\e90f';
    font-family: 'icomoon';
    font-size: 15px;
    width: 15px;
    height: 15px;
    line-height: 1;
    top: 1px;
    left: 2px;
  }
  .header_inner .header_main .top_nav ul .sitemap a:after {
    width: calc(100% - 20px);
  }
  .header_inner .header_main .top_nav ul .sitemap a:hover:after {
    transform: translate(20px, 0);
  }
  .header_inner .header_main .bottom_nav > ul .mega_menu_item {
    padding-right: 1.4vw;
  }
  .header_inner .header_main .bottom_nav > ul .mega_menu_item > a {
    display: inline-block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    color: #242424;
    font-size: 1.5rem;
    font-weight: bold;
    padding-bottom: 5px;
  }
  .header_inner .header_main .bottom_nav > ul .mega_menu_item > a:after {
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #242424;
    transform: translate(0, 0);
    transition: all 0.3s;
    opacity: 1;
    bottom: 0;
    left: 0;
  }
  .header_inner .header_main .bottom_nav > ul .mega_menu_item > a:hover {
    color: #ff4048;
  }
  .header_inner .header_main .bottom_nav > ul .mega_menu_item > a:hover:after {
    transform: translate(100%, 0);
    opacity: 0;
  }
  .header_inner .header_main .bottom_nav > ul .introduction > a:after {
    background-color: #c93129;
  }
  .header_inner .header_main .bottom_nav > ul .department > a:after {
    background-color: #ff931e;
  }
  .header_inner .header_main .bottom_nav > ul .recruit > a:after {
    background-color: #77b047;
  }
  .header_inner .header_main .bottom_nav > ul .exam > a:after {
    background-color: #1ba7bb;
  }
  .header_inner .header_main .bottom_nav > ul .campuslife > a:after {
    background-color: #124389;
  }
  .header_inner .header_main .bottom_nav > ul .education > a:after {
    background-color: #4f4296;
  }
  .header_inner .header_main .bottom_nav > ul .region > a:after {
    background-color: #af1285;
  }
  .header_inner .header_btn {
    display: block;
  }
  .header_inner .header_btn ul {
    display: flex;
  }
  .header_inner .header_btn .search_btn {
    width: 50px;
    height: 95px;
    background: #f8f8f8;
    overflow: hidden;
  }
  .header_inner .header_btn .search_btn a {
    display: block;
    width: 100%;
    height: 95px;
    position: relative;
    font-weight: bold;
    color: #242424;
    text-decoration: none;
    text-align: center;
    padding-top: 55px;
    font-size: 1.5rem;
  }
  .header_inner .header_btn .search_btn a:before {
    display: block;
    position: absolute;
    content: '\e90e';
    font-family: 'icomoon';
    font-weight: normal;
    color: #c93139;
    font-size: 25px;
    width: 25px;
    height: 25px;
    line-height: 1;
    top: 25px;
    left: 0;
    right: 0;
    margin: auto;
    transition: all 0.3s;
  }
  .header_inner .header_btn .search_btn a:hover {
    background-color: #ff4048;
    color: #fff;
  }
  .header_inner .header_btn .search_btn a:hover:before {
    color: #fff;
  }
  .header_inner .header_btn .open-campus_btn {
    width: 70px;
    height: 95px;
  }
  .header_inner .header_btn .open-campus_btn a {
    display: block;
    width: 100%;
    height: 95px;
    position: relative;
    font-weight: bold;
    color: #fff;
    background-color: #2c4059;
    text-decoration: none;
    text-align: center;
    padding-top: 45px;
    line-height: 1.3;
    font-size: 1.1rem;
  }
  .header_inner .header_btn .open-campus_btn a:before {
    content: '';
    display: block;
    position: absolute;
    width: 29px;
    height: 25px;
    line-height: 1;
    top: 13px;
    left: 0;
    right: 0;
    margin: auto;
    background-image: url(../img/common/ico_open-campus.png);
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat;
  }
  .header_inner .header_btn .open-campus_btn a:hover {
    background-color: #407dc7;
  }
  .header_inner .header_btn .paper_btn {
    width: 64px;
    height: 95px;
  }
  .header_inner .header_btn .paper_btn a {
    display: block;
    width: 100%;
    height: 95px;
    position: relative;
    font-weight: bold;
    color: #fff;
    background-color: #c93139;
    text-decoration: none;
    text-align: center;
    padding-top: 52px;
    line-height: 1.3;
    font-size: 1.1rem;
  }
  .header_inner .header_btn .paper_btn a:before {
    display: block;
    position: absolute;
    content: '\e90c';
    font-family: 'icomoon';
    font-weight: normal;
    font-size: 25px;
    width: 25px;
    height: 25px;
    line-height: 1;
    top: 15px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .header_inner .header_btn .paper_btn a:hover {
    background-color: #ff4048;
  }
  .header_inner .sp_header_btn {
    display: none;
  }
}

@media (min-width: 1130px) {
  .header_inner .header_main .bottom_nav > ul .mega_menu_item {
    padding-right: 2vw;
  }
  .header_inner .header_btn .open-campus_btn {
    width: 110px;
    height: 95px;
  }
  .header_inner .header_btn .open-campus_btn a {
    padding-top: 50px;
  }
  .header_inner .header_btn .open-campus_btn a:before {
    top: 19px;
  }
  .header_inner .header_btn .open-campus_btn a br.pc_min {
    display: none;
  }
  .header_inner .header_btn .paper_btn {
    width: 72px;
    height: 95px;
  }
  .header_inner .header_btn .paper_btn a {
    padding-top: 50px;
  }
  .header_inner .header_btn .paper_btn a:before {
    top: 20px;
  }
}

@media (min-width: 1330px) {
  .header_inner .header_logo {
    max-width: 270px;
    padding: 15px 15px 19px;
  }
  .header_inner .header_logo .logo_svg {
    height: 54px;
  }
  .header_inner .header_main {
    width: -webkit-calc(100% - 440px);
    width: calc(100% - 440px);
    padding: 0 3vw;
  }
  .header_inner .header_main .top_nav {
    padding: 15px 0 7px;
  }
  .header_inner .header_main .top_nav ul {
    max-width: 790px;
  }
  .header_inner .header_main .top_nav ul a {
    font-size: 1.3rem;
  }
  .header_inner .header_main .top_nav ul .access a:before {
    top: 3px;
    left: 0;
  }
  .header_inner .header_main .top_nav ul .sitemap a:before {
    top: 3px;
    left: 0;
  }
  .header_inner .header_main .bottom_nav ul li {
    padding-right: 2vw;
  }
  .header_inner .header_main .bottom_nav ul a {
    font-size: 1.6rem;
  }
  .header_inner .header_btn .search_btn {
    width: 80px;
    height: 95px;
  }
  .header_inner .header_btn .search_btn a {
    display: block;
    width: 100%;
    height: 95px;
    padding-top: 55px;
    font-size: 1.5rem;
  }
  .header_inner .header_btn .open-campus_btn {
    width: 130px;
    height: 95px;
  }
  .header_inner .header_btn .open-campus_btn a {
    width: 100%;
    height: 95px;
    padding-top: 50px;
    line-height: 1.3;
    font-size: 1.2rem;
  }
  .header_inner .header_btn .paper_btn {
    width: 90px;
    height: 95px;
  }
  .header_inner .header_btn .paper_btn a {
    width: 100%;
    height: 95px;
    padding-top: 50px;
    line-height: 1.3;
    font-size: 1.2rem;
  }
}

/* スマホ用メニュー */
.remodal-overlay {
  background-color: #fff;
  text-align: left;
}

.remodal-wrapper {
  text-align: left;
  padding: 0 0 0;
}

.hd_modal {
  width: 100%;
  padding: 0 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.header_logo_sp_area {
  display: flex;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid #c93139;
}

.header_logo_sp_area .header_logo {
  max-width: 270px;
  width: -webkit-calc(100% - 140px);
  width: calc(100% - 140px);
  height: 50px;
  padding: 5px 10px 10px;
}

.header_logo_sp_area .header_logo .logo_svg {
  height: 35px;
  width: auto;
}

.header_logo_sp_area .header_logo .logo_svg .st0 {
  fill: #b52328;
}

.header_logo_sp_area .header_logo .logo_svg .st1 {
  fill: #231815;
}

.header_logo_sp_area .sp_paper_btn {
  width: 100px;
  height: 50px;
  padding: 7px 5px 0 6px;
}

.header_logo_sp_area .sp_opc_btn a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 50px;
  background-color: #2c4059;
}

.header_logo_sp_area .sp_opc_btn img {
  width: 150px;
  max-height: 36px;
}

.header_logo_sp_area .sp_header_btn {
  display: flex;
  height: 50px;
}

.header_logo_sp_area .sp_menu_btn {
  width: 55px;
  height: 50px;
  background-color: #c93139;
}

.header_logo_sp_area .sp_menu_btn .menu_btn {
  cursor: pointer;
  width: 55px;
  height: 50px;
  padding-top: 30px;
  position: relative;
}

.header_logo_sp_area .sp_menu_btn .menu_btn span {
  display: block;
  width: 30px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 18px;
}

.header_logo_sp_area .sp_menu_btn .menu_btn span:first-of-type {
  transform: rotate(35deg);
  left: 12px;
}

.header_logo_sp_area .sp_menu_btn .menu_btn span:last-of-type {
  transform: rotate(-35deg);
  right: 13px;
}

.header_logo_sp_area .sp_menu_btn .menu_btn div {
  font-size: 1.05rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  transform: scale(0.8);
}

.sp_search_area {
  padding: 15px;
  border-bottom: 1px solid #242424;
}

.sp_search_area #search-box {
  width: 100%;
  height: 50px;
  border: 1px solid #c93139 !important;
  border-radius: 4px;
  padding: 5px 10px !important;
  box-sizing: border-box;
  position: relative;
}

.sp_search_area input[type='text'] {
  width: 100%;
  height: 40px;
  border: 1px solid transparent !important;
  box-sizing: border-box;
}

.sp_search_area input[type='image'] {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
}

.sp_contact_area {
  padding: 15px;
  border-bottom: 1px solid #242424;
}

.sp_contact_btn {
  display: flex;
  width: calc(100% + 10px);
  margin: 0 -5px;
}

.sp_contact_btn li {
  width: 100%;
  padding: 0 5px;
}

.sp_contact_btn li a {
  display: block;
  text-align: center;
}

.sp_contact_btn li img {
  width: 100%;
  max-width: 200px;
}

.sp_contact_btn .sp_request_btn a {
  background: #c93139;
}

.sp_contact_btn .sp_open-campus_btn a {
  background: #2c4059;
}

.gl_nav_sp_outside > li {
  border-bottom: 1px solid #242424;
}

.drop_sp_parent {
  display: flex;
  justify-content: space-between;
}

.drop_sp_parent a {
  display: block;
  padding: 12px;
  color: #242424;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  width: -webkit-calc(100% - 50px);
  width: calc(100% - 50px);
  font-size: 1.5rem;
}

.drop_sp_parent a:after {
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left: 5px solid #ff4048;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
}

.drop_sp_parent span {
  display: block;
  width: 50px;
  cursor: pointer;
  position: relative;
  border-left: 1px dashed #242424;
}

.drop_sp_parent span:before {
  width: 16px;
  height: 2px;
  background-color: #ff4048;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 0.3s;
}

.drop_sp_parent span:after {
  width: 2px;
  height: 16px;
  background-color: #ff4048;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 0.3s;
}

.drop_sp_parent span.up:before {
  transform: rotate(90deg);
  opacity: 0;
}

.drop_sp_parent span.up:after {
  transform: rotate(90deg);
}

.gl_nav_inside {
  display: none;
  padding: 10px 20px 30px;
  border-top: 1px solid #242424;
}

.gl_nav_inside > li {
  border-bottom: 1px solid #666666;
}

.gl_nav_inside > li.bnr {
  margin-top: 25px;
  border-bottom: 0;
}

.gl_nav_inside > li > a {
  display: block;
  text-decoration: none;
  color: #242424;
  position: relative;
  padding: 10px 0;
  font-size: 1.5rem;
}

.gl_nav_inside > li > a:after {
  width: 9px;
  height: 9px;
  border-top: 2px solid #242424;
  border-right: 2px solid #242424;
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
}

.gl_nav_inside > li.bnr > a {
  padding: 0;
}

.gl_nav_inside > li.bnr > a:after {
  content: none;
}

.gl_nav_inside > li.drop_sp_inner > a:before {
  width: 2px;
  height: 12px;
  background-color: #242424;
  transition: all 0.3s;
  top: 0;
  bottom: 0;
  right: 11px;
  margin: auto;
}

.gl_nav_inside > li.drop_sp_inner > a:after {
  width: 12px;
  height: 2px;
  background-color: #242424;
  border-top: 0px solid transparent;
  border-right: 0px solid transparent;
  transform: rotate(0deg);
  transition: all 0.3s;
  top: 0;
  bottom: 0;
  right: 6px;
}

.gl_nav_inside > li.drop_sp_inner > a.up:before {
  transform: rotate(90deg);
}

.gl_nav_inside > li.drop_sp_inner > a.up:after {
  transform: rotate(90deg);
  opacity: 0;
}

.gl_nav_undermost {
  display: none;
  padding: 0px 0 10px;
}

.gl_nav_undermost > li {
  border-top: 1px dashed #666666;
}

.gl_nav_undermost > li:first-of-type {
  border-top: 0px dashed #666666;
}

.gl_nav_undermost > li > a {
  display: inline-block;
  text-decoration: none;
  position: relative;
  padding: 10px 0;
  color: #c93139;
}

.gl_nav_undermost > li > a:after {
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left: 5px solid #c93139;
  top: 0;
  bottom: 0;
  right: -25px;
  margin: auto;
}

.other_link {
  padding: 30px 15px;
}

.other_link .for_person {
  display: flex;
  flex-wrap: wrap;
  width: -webkit-calc(100% + 20px);
  width: calc(100% + 20px);
  margin: 0 -10px 20px;
}

.other_link .for_person li {
  width: 50%;
  padding: 0 10px 10px;
}

.other_link .for_person li a {
  display: block;
  color: #242424;
  text-decoration: none;
  padding: 0 0 5px;
  border-bottom: 1px dashed #ff4048;
}

.other_link .underlayer_none {
  display: flex;
  flex-wrap: wrap;
}

.other_link .underlayer_none li {
  display: inline-block;
  padding-right: 2em;
  padding-bottom: 10px;
}

.other_link .underlayer_none li a {
  display: block;
  color: #242424;
  text-decoration: none;
}

@media (min-width: 992px) {
  .gl_nav_inside_wrap {
    display: none;
    position: absolute;
    top: 95px;
    left: 0;
    width: 100%;
    background-color: #f8f8f8;
    box-shadow: 10px 11px 22px -3px rgba(0, 0, 0, 0.25);
  }
  .gl_nav_inside_inner {
    max-width: 1100px;
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
    margin: 0 auto;
    padding: 50px 0;
  }
  .gl_nav_inside_flex {
    display: flex;
    flex-wrap: wrap;
    width: -webkit-calc(100% + 30px);
    width: calc(100% + 30px);
    margin: 0 -15px;
  }
  .gl_nav_flex_cont {
    width: 25%;
    padding: 0 15px;
  }
  .gl_nav_flex_cont .bnr {
    transition: all 0.3s;
  }
  .gl_nav_flex_cont .bnr:hover {
    opacity: 0.75;
  }
  .gl_nav_pc {
    display: block !important;
    margin-bottom: 30px;
  }
  .gl_nav_pc > li {
    padding-right: 0 !important;
  }
  .gl_nav_pc > li > a {
    display: block;
    color: #242424;
    font-weight: bold;
    font-size: 1.5rem !important;
    text-decoration: none;
    border-bottom: 1px solid #666666;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .gl_nav_pc > li > a > span {
    display: inline-block;
    position: relative;
    padding-right: 20px;
  }
  .gl_nav_pc > li > a > span:after {
    display: block;
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    border-top: 2px solid #242424;
    border-right: 2px solid #242424;
    transform: rotate(45deg);
    top: 0;
    bottom: 0;
    right: 5px;
    margin: auto;
    transition: all 0.3s;
  }
  .gl_nav_pc > li > a:hover {
    color: #ff4048;
  }
  .gl_nav_pc > li > a:hover > span:after {
    right: 0px;
    border-top-color: #ff4048;
    border-right-color: #ff4048;
  }
  .gl_nav_pc_undermost {
    display: block !important;
  }
  .gl_nav_pc_undermost > li {
    padding-right: 0 !important;
  }
  .gl_nav_pc_undermost > li > a {
    display: block;
    color: #333;
    font-size: 1.4rem !important;
    text-decoration: none;
    margin-bottom: 10px;
  }
  .gl_nav_pc_undermost > li > a > span {
    display: inline-block;
    position: relative;
    padding-right: 30px;
  }
  .gl_nav_pc_undermost > li > a > span:after {
    display: block;
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-left: 6px solid #c93139;
    top: -1px;
    bottom: 0;
    right: 5px;
    margin: auto;
    transition: all 0.3s;
  }
  .gl_nav_pc_undermost > li > a:hover {
    color: #ff4048;
  }
  .gl_nav_pc_undermost > li > a:hover > span:after {
    right: 0px;
    border-left-color: #ff4048;
  }
}

.pc_search_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.pc_search_wrap .pc_search_inner {
  background-color: #f8f8f8;
  padding: 50px;
  max-width: 1000px;
  width: calc(100% - 30px);
  position: relative;
}

.pc_search_wrap .pc_search_flex {
  display: flex;
  align-items: center;
}

.pc_search_wrap .pc_search_title {
  width: 190px;
  padding-right: 50px;
}

.pc_search_wrap #search-box-pc {
  width: 100%;
  height: 54px;
  background-color: #fff;
  border: 1px solid #242424 !important;
  border-radius: 4px;
  padding: 7px 10px !important;
  box-sizing: border-box;
  position: relative;
}

.pc_search_wrap input[type='text'] {
  width: 100%;
  height: 39px;
  border: 1px solid transparent !important;
  box-sizing: border-box;
}

.pc_search_wrap input[type='image'] {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  background-color: #fff;
}

.pc_search_wrap .popup-modal-dismiss {
  display: block;
  position: absolute;
  top: -60px;
  right: 0px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.pc_search_wrap .popup-modal-dismiss:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #fff;
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.pc_search_wrap .popup-modal-dismiss:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #fff;
  transform: rotate(-45deg);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.pc_search_wrap + button.mfp-close {
  display: none;
}

/*============================================================================

        footer

============================================================================*/
.page_top {
  width: 35px;
  right: 15px;
  opacity: 0;
  transition: opacity 0.3s, transform 0.3s;
  z-index: 50;
}

.page_top.view {
  opacity: 1;
}

@media (min-width: 992px) {
  .page_top {
    width: 55px;
    right: 30px;
  }
  .page_top:hover {
    transform: translate(0, -5px);
  }
}

footer {
  background-image: url(../img/common/bg_footer_sp.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
  border-top: 1px solid #242424;
}

.footer_inner {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}

.pc_footer_menu {
  display: none;
}

.footer_logo {
  padding: 0 15px 10px;
}

.footer_logo .logo_svg {
  max-width: 230px;
  height: auto;
}

.footer_logo .logo_svg .st0 {
  fill: #b52328;
}

.footer_logo .logo_svg .st1 {
  fill: #231815;
}

.footer_data {
  line-height: 2;
  font-size: 1.2rem;
  padding: 0 15px 20px;
  text-shadow: 1px 1px 0px #ffffff, -1px -1px 0px #ffffff, -1px 0px 0px #ffffff, 0px -1px 0px #ffffff, 1px 0px 0px #ffffff, 0px 1px 0px #ffffff;
}

.footer_data .tel_link a {
  text-decoration: none;
  color: #242424;
}

.footer_btn_area {
  display: flex;
  padding: 0 15px;
}

.footer_btn_area .footer_paper {
  width: 135px;
  padding-right: 15px;
}

.footer_btn_area .footer_paper a {
  display: block;
  border-radius: 5px;
  box-shadow: 0px 3px 0px 0px #b3b3b3;
  transition: all 0.1s;
}

.footer_btn_area .footer_paper a:hover {
  transform: translate(0, 3px);
  box-shadow: 0px 0px 0px 0px #b3b3b3;
}

.footer_btn_area .instagram {
  width: 40px;
  padding-right: 13px;
  padding-top: 12px;
}

.footer_btn_area .instagram a {
  font-size: 25px;
  line-height: 1;
  text-decoration: none;
  color: #242424;
}

.footer_btn_area .facebook {
  width: 25px;
  padding-top: 12px;
  margin-right: auto;
}

.footer_btn_area .facebook a {
  font-size: 22px;
  line-height: 1;
  text-decoration: none;
  color: #242424;
}

.footer_btn_area .jihee {
  padding-top: 3px;
}

.footer_btn_area .jihee img {
  width: 60px;
}

.footer_copy {
  width: 100%;
  text-align: center;
  font-size: 1rem;
  color: #666666;
  padding: 30px 0 10px;
}

.footer_info {
  margin-bottom: 200px;
}

@media (min-width: 321px) {
  .footer_btn_area .footer_paper {
    padding-right: 15px;
    width: 160px;
  }
  .footer_btn_area .instagram {
    width: 40px;
    padding-right: 15px;
    padding-top: 18px;
  }
  .footer_btn_area .facebook {
    padding-top: 18px;
  }
  .footer_btn_area .jihee {
    padding-top: 1px;
  }
  .footer_btn_area .jihee img {
    width: 80px;
  }
}

@media (min-width: 768px) {
  .footer_copy {
    padding: 360px 0 10px;
  }
}

@media (min-width: 992px) {
  footer {
    background-image: url(../img/common/bg_footer.png);
    padding-top: 80px;
    border-top: 0px solid transparent;
  }
  .footer_inner {
    width: calc(100% - 30px);
  }
  .footer_wrap {
    display: flex;
    flex-wrap: wrap;
  }
  .footer_wrap .footer_info {
    order: 1;
    width: 400px;
    padding-bottom: 0;
  }
  .footer_wrap .footer_nav {
    order: 2;
    width: calc(100% - 400px);
  }
  .sp_footer_menu {
    display: none;
  }
  .pc_footer_menu {
    display: flex;
    justify-content: flex-end;
  }
  .pc_footer_menu ul {
    padding-right: 55px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .pc_footer_menu li {
    padding-bottom: 10px;
  }
  .pc_footer_menu a {
    display: inline-block;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    color: #242424;
  }
  .pc_footer_menu a:after {
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #242424;
    transform: translate(-100%, 0);
    transition: all 0.3s;
    bottom: 0;
    left: 0;
    opacity: 0;
  }
  .pc_footer_menu a:hover:after {
    transform: translate(0, 0);
    opacity: 1;
  }
  .footer_logo {
    padding: 0 0 25px;
  }
  .footer_logo .logo_svg {
    max-width: 290px;
    max-height: 70px;
  }
  .footer_data {
    font-size: 1.4rem;
    padding: 0 0 30px;
    text-shadow: none;
  }
  .footer_btn_area {
    padding: 0 0;
  }
  .footer_btn_area .footer_paper {
    padding-right: 20px;
    width: 166px;
  }
  .footer_btn_area .instagram {
    width: 45px;
    padding-top: 20px;
    padding-right: 20px;
  }
  .footer_btn_area .instagram a:hover {
    color: #d93177;
  }
  .footer_btn_area .facebook {
    padding-top: 20px;
  }
  .footer_btn_area .facebook a:hover {
    color: #3b5998;
  }
  .footer_copy {
    width: 100%;
    font-size: 1.3rem;
    padding: 250px 0 20px;
  }
}

@media (min-width: 1025px) {
  footer {
    background-size: auto 100%;
  }
  .footer_copy {
    padding: 500px 0 20px;
  }
}

@media (min-width: 1400px) {
  footer {
    background-size: 100% auto;
    background-image: url(../img/common/bg_footer_1400.png);
  }
}

/*============================================================================

        共通パーツ

============================================================================*/
.main_contents {
  padding-top: 50px;
  padding-bottom: 40px;
}

@media (min-width: 992px) {
  .main_contents {
    padding-bottom: 0;
  }
}

@media (min-width: 1025px) {
  .main_contents {
    padding-top: 95px;
  }
}

.arrow_link a {
  display: inline-block;
  position: relative;
  padding: 5px 50px 5px 0;
  text-decoration: none;
  color: #242424;
  border-bottom: 1px solid #ff4048;
}

.arrow_link a:before {
  content: '\e906';
  font-family: 'icomoon';
  color: #ff4048;
  font-size: 15px;
  width: 15px;
  height: 15px;
  line-height: 1;
  top: 10px;
  right: 0;
  transition: all 0.3s;
  transform: translate(0, 0);
}

.arrow_link a:hover {
  color: #c93139;
}

.arrow_link a:hover:before {
  transform: translate(10px, 0);
  opacity: 0;
}

/*============================================================================

        top

============================================================================*/
.top_slide_l {
  position: relative;
  padding-bottom: 30px;
}

.top_slide_l .slick-arrow {
  position: absolute;
  width: 35px;
  height: 25px;
  background-color: #c93139;
  color: #fff;
  cursor: pointer;
  z-index: 10;
  bottom: -6px;
}

.top_slide_l .slick-arrow:before {
  display: block;
  position: absolute;
  font-family: 'icomoon';
  font-size: 15px;
  width: 15px;
  height: 15px;
  line-height: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.top_slide_l .slick-arrow.slick_prev {
  left: 30px;
}

.top_slide_l .slick-arrow.slick_prev:before {
  content: '\e904';
}

.top_slide_l .slick-arrow.slick_next {
  right: 30px;
}

.top_slide_l .slick-arrow.slick_next:before {
  content: '\e906';
}

.top_slide_l .slick-dots {
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.top_slide_l .slick-dots li {
  padding: 0 5px;
}

.top_slide_l .slick-dots li button {
  width: 11px;
  height: 11px;
  content: '';
  background-color: #fff;
  border-radius: 10px;
  border: 2px solid #242424;
  text-indent: -9999px;
  font-size: 0;
  padding: 0 0;
}

.top_slide_l .slick-dots li button:hover {
  background-color: #c93139;
  border: 2px solid #c93139;
}

.top_slide_l .slick-dots li.slick-active button {
  background-color: #c93139;
  border: 2px solid #c93139;
}

.top_slide_l .slick-list {
  overflow: visible;
}

@media (min-width: 992px) {
  .top_slide_l {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .top_slide_l .slick-slide a {
    display: block;
    transform: scale(0.96, 0.9);
    position: relative;
  }
  .top_slide_l .slick-slide.slick-center a {
    transform: scale(1, 1);
    box-shadow: 10px 11px 22px -3px rgba(0, 0, 0, 0.25);
  }
  .top_slide_l .slick-slide.slick-center a:hover {
    transform: translate(0, -5px);
  }
  .top_slide_l .slick-arrow {
    width: 80px;
    height: 50px;
    bottom: -11px;
    transition: all 0.3s;
  }
  .top_slide_l .slick-arrow:before {
    font-size: 30px;
    width: 30px;
    height: 30px;
  }
  .top_slide_l .slick-arrow:hover {
    background-color: #ff4048;
  }
  .top_slide_l .slick-arrow.slick_prev {
    left: inherit;
    right: 232px;
  }
  .top_slide_l .slick-arrow.slick_next {
    right: 150px;
  }
  .top_slide_l .slick-dots li button {
    width: 14px;
    height: 14px;
  }
}

.top_info_area {
  background-color: #f8f8f8;
  padding: 50px 0;
}

.top_bnr_m ul li {
  padding: 0 0 30px;
}

.top_bnr_m ul a {
  display: block;
  background-color: #fff;
  color: #242424;
  text-decoration: none;
}

.top_bnr_m ul .bnr_m_img {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.top_bnr_m ul .bnr_m_img:before {
  display: block;
  position: relative;
  content: '';
  padding-top: 60%;
}

.top_bnr_m ul .bnr_m_img span {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  text-align: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.top_bnr_m ul .bnr_m_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.top_bnr_m ul .bnr_m_text {
  padding: 15px;
}

.top_bnr_m ul .bnr_m_text p {
  margin-bottom: 7px;
}

.bnr_m_info:after {
  display: block;
  content: '';
  clear: both;
}

.bnr_m_info .date {
  display: inline-block;
  float: left;
  font-family: 'Noto Sans JP', sans-serif;
}

.bnr_m_info .tag {
  display: inline-block;
  float: right;
  font-size: 1.3rem;
  padding: 3px 7px;
  line-height: 1;
  color: #fff;
  background-color: #242424;
  border-radius: 20px;
}

.bnr_m_info .tag.info {
  background-color: #ff4048;
}

.bnr_m_info .tag.exam {
  background-color: #ff9a4f;
}

.bnr_m_info .tag.students {
  background-color: #52a044;
}

.bnr_m_info .tag.parents {
  background-color: #5571b7;
}

.bnr_m_info .tag.graduate {
  background-color: #4f4296;
}

.bnr_m_info .tag.company {
  background-color: #af1285;
}

@media (min-width: 768px) {
  .top_info_area {
    padding: 80px 0;
  }
  .top_bnr_m {
    padding-bottom: 60px;
  }
  .top_bnr_m ul {
    display: flex;
    flex-wrap: wrap;
    width: -webkit-calc(100% + 20px);
    width: calc(100% + 20px);
    margin: 0 -10px;
  }
  .top_bnr_m ul li {
    display: flex;
    flex-wrap: wrap;
    width: 25%;
    padding: 0 10px 0;
  }
  .top_bnr_m ul a {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
  }
  .top_bnr_m ul a:before {
    display: block;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    outline: 2px solid #ff4048;
    transition: all 0.3s;
  }
  .top_bnr_m ul a:hover {
    box-shadow: 2px 2px 16px 3px rgba(135, 117, 83, 0.11);
  }
  .top_bnr_m ul a:hover:before {
    outline: 2px solid #ff4048;
    opacity: 1;
  }
  .top_bnr_m ul a:hover .bnr_m_img img {
    opacity: 0.8;
  }
  .top_bnr_m ul .bnr_m_text {
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    width: 100%;
  }
  .top_bnr_m ul .bnr_m_text p {
    width: 100%;
  }
  .bnr_m_info {
    width: 100%;
  }
}

.top_news_title {
  margin-bottom: 15px;
}

.top_news_title h2 img {
  height: 40px;
  width: auto;
}

.top_news_title .top_news_archive {
  display: none;
}

.news_body_cont {
  display: none;
}

.news_body_cont.active {
  display: block;
}

.sp_news_accordion {
  cursor: pointer;
  border: 1px solid #ff4048;
  background-color: #fff;
  position: relative;
  text-align: center;
  font-weight: bold;
  color: #c93139;
}

.sp_news_accordion:before {
  width: 18px;
  height: 18px;
  border: 2px solid #ff4048;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.sp_news_accordion span {
  display: block;
  padding: 10px;
  position: relative;
}

.sp_news_accordion span:before {
  width: 10px;
  height: 2px;
  background-color: #ff4048;
  right: 19px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.3s;
}

.sp_news_accordion span:after {
  width: 2px;
  height: 10px;
  background-color: #ff4048;
  right: 23px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.3s;
}

.sp_news_accordion.active span:before {
  opacity: 0;
  transform: rotate(90deg);
}

.sp_news_accordion.active span:after {
  transform: rotate(90deg);
}

.news_tabs {
  display: none;
  width: -webkit-calc(100% + 2px);
  width: calc(100% + 2px);
  margin: 0 -1px;
}

.news_tabs:after {
  display: block;
  content: '';
  clear: both;
}

.news_tabs li {
  width: 50%;
  float: left;
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  border-left: 1px solid #f8f8f8;
  border-right: 1px solid #f8f8f8;
  border-bottom: 2px solid #f8f8f8;
  font-size: 1.4rem;
}

.news_tabs li a,
.news_tabs li span {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px;
  color: #242424;
  text-decoration: none;
  transition: all 0.3s;
}

.news_tabs li.active a,
.news_tabs li.active span {
  color: #fff;
}

.news_tabs li.tab_all.active {
  background-color: #c93139;
  color: #fff;
}

.news_tabs li.tab_info.active {
  background-color: #ff4048;
  color: #fff;
}

.news_tabs li.tab_exam.active {
  background-color: #ff9a4f;
  color: #fff;
}

.news_tabs li.tab_students.active {
  background-color: #52a044;
  color: #fff;
}

.news_tabs li.tab_parents.active {
  background-color: #5571b7;
  color: #fff;
}

.news_tabs li.tab_graduate.active {
  background-color: #4f4296;
  color: #fff;
}

.news_tabs li.tab_company.active {
  background-color: #af1285;
  color: #fff;
}

.news_body {
  margin-top: 15px;
  background-color: #fff;
  padding: 0 15px;
}

.news_body.targets_list {
  margin-bottom: 45px;
}

.tab_title_link li {
  border-bottom: 1px solid #e6e6e6;
}

.tab_title_link li a {
  display: block;
  padding: 15px 30px 15px 0;
  position: relative;
  text-decoration: none;
  color: #242424;
}

.tab_title_link li a:before {
  content: '\e906';
  font-family: 'icomoon';
  color: #ff4048;
  font-size: 15px;
  width: 15px;
  height: 15px;
  line-height: 1;
  bottom: 12px;
  right: 0;
  transition: all 0.3s;
  transform: translate(0, 0);
}

.tab_title_link li.not_list {
  padding: 15px;
}

.tab_title_link li:last-of-type {
  border-bottom: 0px solid #e6e6e6;
}

.tab_title {
  font-size: 1.4rem;
}

.tab_title_info {
  margin-bottom: 10px;
}

.tab_title_info .date {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  display: inline-block;
  padding-right: 15px;
}

.tab_title_info .tag {
  display: inline-block;
  width: 100px;
  text-align: center;
  margin-right: 15px;
  font-size: 1.3rem;
  padding: 3px 7px;
  line-height: 1;
  color: #fff;
  background-color: #242424;
  border-radius: 20px;
}

.tab_title_info .tag.info {
  background-color: #ff4048;
}

.tab_title_info .tag.exam {
  background-color: #ff9a4f;
}

.tab_title_info .tag.students {
  background-color: #52a044;
}

.tab_title_info .tag.parents {
  background-color: #5571b7;
}

.tab_title_info .tag.graduate {
  background-color: #4f4296;
}

.tab_title_info .tag.company {
  background-color: #af1285;
}

.top_news_archive_sp {
  text-align: right;
  margin-top: 15px;
}

@media (min-width: 992px) {
  .top_news_wrap {
    display: flex;
  }
  .news_body {
    margin-top: 20px;
    padding: 0;
  }
  .news_body.targets_list {
    margin-bottom: 65px;
  }
  .top_news_title {
    width: 260px;
    padding-right: 30px;
  }
  .top_news_title h2 {
    margin-bottom: 30px;
  }
  .top_news_title .top_news_archive {
    display: block;
    margin-top: 30px;
    text-align: right;
  }
  .top_news_tabarea {
    width: -webkit-calc(100% - 260px);
    width: calc(100% - 260px);
  }
  .sp_news_accordion {
    display: none;
  }
  .news_tabs {
    display: flex;
    overflow: hidden;
    border-radius: 6px;
  }
  .news_tabs li {
    width: 14.285%;
    border-left: 0;
    border-bottom: 0;
    transition: all 0.3s;
  }
  .news_tabs li:last-child {
    border-right: 0;
  }
  .news_tabs li:hover a,
  .news_tabs li:hover span {
    color: #fff;
  }
  .news_tabs li.tab_all:hover {
    background-color: #c93139;
    color: #fff;
  }
  .news_tabs li.tab_info:hover {
    background-color: #ff4048;
    color: #fff;
  }
  .news_tabs li.tab_exam:hover {
    background-color: #ff9a4f;
    color: #fff;
  }
  .news_tabs li.tab_students:hover {
    background-color: #52a044;
    color: #fff;
  }
  .news_tabs li.tab_parents:hover {
    background-color: #5571b7;
    color: #fff;
  }
  .news_tabs li.tab_graduate:hover {
    background-color: #4f4296;
    color: #fff;
  }
  .news_tabs li.tab_company:hover {
    background-color: #af1285;
    color: #fff;
  }
  .tab_title_link li a {
    display: flex;
    font-size: 1.4rem;
    padding: 20px 55px 20px 25px;
  }
  .tab_title_link li a:before {
    right: 25px;
    top: 50%;
    bottom: auto;
    margin-top: -7px;
  }
  .tab_title_link li a:hover {
    padding: 20px 55px 20px 35px;
    background-color: #fff8f8;
  }
  .tab_title_link li a:hover:before {
    transform: translate(10px, 0);
    opacity: 0;
  }
  .tab_title_link li.not_list {
    padding: 20px 25px 20px 25px;
  }
  .tab_title_info {
    margin-bottom: 0;
    width: 220px;
  }
  .tab_title_info .tag {
    padding: 4px 7px;
  }
  .tab_title {
    width: -webkit-calc(100% - 220px);
    width: calc(100% - 220px);
  }
  .top_news_archive_sp {
    display: none;
  }
}

.course_bnr_area {
  width: 100%;
  overflow: hidden;
}

.course_bnr_area ul a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.course_bnr_area ul a:before {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.course_bnr_area ul a span {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  z-index: 2;
  width: 70%;
  transform: translate(-10px, -10px);
  margin: 40px 10px 30px;
  transition: all 0.3s;
}

.course_bnr_area ul a span img {
  width: 100%;
}

.course_bnr_area ul li.nursing {
  margin-bottom: 0;
}

.course_bnr_area ul li.nursing a {
  background-color: #93cee2;
}

.course_bnr_area ul li.nursing a:before {
  background-image: url(../img/top/bg_nursing.jpg);
}

.course_bnr_area ul li.nursing a span {
  box-shadow: 10px 10px 0px -2px #93cee2;
}

.course_bnr_area ul li.nutrition a {
  background-color: #a1c953;
}

.course_bnr_area ul li.nutrition a:before {
  background-image: url(../img/top/bg_nutrition.jpg);
}

.course_bnr_area ul li.nutrition a span {
  box-shadow: 10px 10px 0px -2px #a1c953;
}

@media (min-width: 768px) {
  .course_bnr_area ul {
    display: flex;
    width: -webkit-calc(100% + 2px);
    width: calc(100% + 2px);
    margin: 0 -1px;
  }
  .course_bnr_area ul li {
    width: 50%;
    padding: 0 1px;
  }
  .course_bnr_area ul li a {
    height: 320px;
  }
}

@media (min-width: 992px) {
  .course_bnr_area ul li a {
    height: 420px;
  }
  .course_bnr_area ul li a:before {
    transition: opacity 0.3s;
  }
  .course_bnr_area ul li a:hover:before {
    opacity: 0.8;
  }
  .course_bnr_area ul li a:hover span {
    box-shadow: 0 0 0 0 #d5edf9;
    transform: translate(0, 0);
  }
  .course_bnr_area ul li span {
    width: 295px;
    transform: translate(-18px, -18px);
    margin: 18px;
  }
  .course_bnr_area ul li.nursing a span {
    box-shadow: 18px 18px 0px -2px #93cee2;
  }
  .course_bnr_area ul li.nutrition a span {
    box-shadow: 18px 18px 0px -2px #a1c953;
  }
  .course_bnr_area ul li.nursing a:hover span,
  .course_bnr_area ul li.nutrition a:hover span {
    box-shadow: 0 0 0 0 #d5edf9;
  }
}

.top_activities_title {
  position: relative;
  margin: 50px 0 30px;
  text-align: center;
}

.top_activities_area {
  padding: 15px 0 30px;
  background-color: #fff8f8;
}

.top_slide_m {
  padding: 0 0 20px;
}

.slide_m_wrap .slick-dots {
  transform: translate(0, -40px);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  z-index: 5;
}

.slide_m_wrap .slick-dots li {
  padding: 0 6px;
}

.slide_m_wrap .slick-dots li button {
  width: 11px;
  height: 11px;
  content: '';
  background-color: #b3b3b3;
  border: 0px solid transparent;
  border-radius: 10px;
  text-indent: -9999px;
  font-size: 0;
  padding: 0 0;
}

.slide_m_wrap .slick-dots li button:hover {
  background-color: #ff4048;
}

.slide_m_wrap .slick-dots li.slick-active button {
  background-color: #ff4048;
}

@media (min-width: 768px) {
  .top_activities_title {
    margin: 60px 0 45px;
    text-align: left;
  }
  .top_activities_area {
    padding: 60px 0 80px;
  }
  .top_activities_wrap {
    display: flex;
    width: -webkit-calc(100% + 30px);
    width: calc(100% + 30px);
    margin: 0 -15px;
  }
  .top_slide_m {
    width: 55%;
    padding: 0 15px 0;
  }
  .top_activities_link {
    width: 45%;
    padding: 0 15px 0;
  }
}

@media (min-width: 992px) {
  .top_activities_title {
    margin-top: 50px;
  }
  .top_activities_wrap {
    width: -webkit-calc(100% + 70px);
    width: calc(100% + 70px);
    margin: 0 -36px;
  }
  .top_slide_m {
    padding: 0 35px 0 35px;
  }
  .top_activities_link {
    padding: 0 20px 0;
  }
}

@media (min-width: 1025px) {
  .top_slide_m {
    padding: 0 65px 0 35px;
  }
}

.top_activities_link {
  padding: 0 10px;
}

.top_activities_link .arrow_link a {
  border-bottom-width: 2px;
}

.top_activities_link .arrow_link a:before {
  top: inherit;
  right: 5px;
  bottom: 15px;
  font-weight: bold;
}

.top_activities_link .arrow_link img {
  transition: opacity 0.3s ease;
}

.top_activities_link .arrow_link a:hover img {
  opacity: 0.5;
}

.top_activities_link li.insta {
  margin-top: -25px;
  margin-bottom: 25px;
}

.top_activities_link li.insta .arrow_link a {
  display: block;
  width: 100%;
  padding-right: 0;
}

.top_activities_link li.insta h3 {
  margin-bottom: 10px;
}

.top_activities_link li.insta p {
  margin-bottom: 10px;
}

.top_activities_link li.insta .link_insta a {
  display: block;
  position: relative;
  color: #472e1d;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.5rem;
  padding-left: 30px;
}

.top_activities_link li.insta .link_insta a:before {
  content: '\e908';
  font-family: 'icomoon';
  font-size: 20px;
  line-height: 1;
  width: 20px;
  height: 20px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.top_activities_link li.insta .link_insta a:hover {
  text-decoration: underline;
}

.top_activities_link li.will_farm .arrow_link a {
  display: block;
  width: 100%;
  padding-right: 20px;
}

.top_activities_link li.will_farm .will_farm_area {
  display: flex;
  width: 100%;
  align-items: center;
  margin-bottom: 10px;
}

.top_activities_link li.will_farm h3 {
  width: calc(100% - 140px);
  max-width: 260px;
}

.top_activities_link li.will_farm h3 img {
  vertical-align: middle;
}

.top_activities_link li.will_farm p {
  width: 140px;
  padding-left: 20px;
  font-size: 1.1rem;
  letter-spacing: 0.1em;
}

@media (min-width: 768px) {
  .top_activities_link {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 0 15px;
  }
  .top_activities_link ul {
    width: 100%;
    max-width: 540px;
  }
  .top_activities_link li.insta {
    padding-bottom: 15px;
    margin-top: -25px;
    margin-bottom: 15px;
  }
  .top_activities_link li.insta .arrow_link a {
    padding: 5px 10px 5px 0;
  }
  .top_activities_link li.insta h3 {
    margin-bottom: 15px;
  }
  .top_activities_link li.insta p {
    margin-bottom: 15px;
  }
}

@media (min-width: 992px) {
  .top_activities_link {
    padding: 0 35px 0 0;
  }
  .top_activities_link .arrow_link a:before {
    width: 20px;
    height: 20px;
    right: 10px;
    bottom: 18px;
    font-size: 20px;
  }
  .top_activities_link li.insta {
    padding-bottom: 30px;
    margin-top: -45px;
    margin-bottom: 30px;
  }
  .top_activities_link li.insta .arrow_link a {
    padding: 5px 10px 15px 0;
  }
  .top_activities_link li.will_farm .will_farm_area {
    margin-bottom: 20px;
  }
  .top_activities_link li.will_farm h3 {
    width: calc(100% - 200px);
    max-width: 270px;
  }
  .top_activities_link li.will_farm p {
    width: 200px;
    font-size: 1.4rem;
    padding-left: 30px;
    line-height: 1.8;
  }
}

.top_exam_area {
  padding: 30px 0;
}

.exam_paper_wrap {
  display: flex;
}

.exam_paper_wrap .paper_img {
  width: 30%;
  padding-right: 10px;
  position: relative;
}

.exam_paper_wrap .paper_img:before {
  width: -webkit-calc(100% - 10px);
  width: calc(100% - 10px);
  height: 100%;
  background-color: #fff8f8;
  top: -15px;
  right: -5px;
}

.exam_paper_wrap .paper_img img {
  border: 1px solid #e2e2e2;
  position: relative;
  z-index: 5;
}

.exam_paper_wrap .paper_link {
  width: 70%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}

.exam_paper_wrap .paper_link li {
  width: 100%;
}

.exam_paper_wrap .paper_link a {
  display: block;
  position: relative;
  border-bottom: 1px solid #c93139;
  padding-right: 20px;
  padding-bottom: 10px;
  text-decoration: none;
}

.exam_paper_wrap .paper_link a img {
  height: 40px;
  width: auto;
}

.exam_paper_wrap .paper_link a:before {
  content: '\e906';
  display: inline-block;
  font-family: 'icomoon';
  color: #ff4048;
  font-size: 15px;
  width: 15px;
  height: 15px;
  line-height: 1;
  top: 0px;
  right: 5px;
  transition: all 0.3s;
  transform: translate(0, 0);
}

.exam_paper_wrap .paper_link a:hover:before {
  transform: translate(10px, 0);
  opacity: 0;
}

.exam_bnr {
  padding: 0 0 30px;
}

@media (min-width: 768px) {
  .top_exam_area {
    padding: 70px 0;
  }
  .top_exam_wrap {
    display: flex;
    align-items: center;
    width: -webkit-calc(100% + 30px);
    width: calc(100% + 30px);
    margin: 0 -15px;
  }
  .top_exam_wrap .paper_img {
    width: 30%;
    padding-right: 15px;
  }
  .top_exam_wrap .paper_img:before {
    width: -webkit-calc(100% - 15px);
    width: calc(100% - 15px);
    top: -25px;
    right: -10px;
  }
  .top_exam_wrap .paper_link {
    width: 70%;
  }
  .top_exam_wrap .paper_link a img {
    height: 50px;
  }
  .exam_bnr {
    width: 45%;
    padding: 0 15px 0;
  }
  .exam_bnr img {
    transition: all 0.3s;
  }
  .exam_bnr a:hover img {
    opacity: 0.8;
  }
  .exam_paper {
    width: 55%;
    padding: 0 15px;
  }
}

@media (min-width: 992px) {
  .top_exam_wrap {
    width: -webkit-calc(100% + 40px);
    width: calc(100% + 40px);
    margin: 0 -20px;
  }
  .top_exam_wrap .paper_img {
    padding-right: 30px;
  }
  .top_exam_wrap .paper_img:before {
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
    top: -25px;
    right: -10px;
  }
  .top_exam_wrap .paper_link a img {
    height: 70px;
  }
  .top_exam_wrap .paper_link span {
    display: inline-block;
    position: relative;
  }
  .top_exam_wrap .paper_link span:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
    opacity: 0;
    transition: opacity 0.3s;
  }
  .top_exam_wrap .paper_link span img {
    position: relative;
    z-index: 2;
    opacity: 1;
    transition: opacity 0.3s;
  }
  .top_exam_wrap .paper_link li:first-of-type span:before {
    background-image: url(../img/top/btn_paper_hover.png);
  }
  .top_exam_wrap .paper_link li:last-of-type span:before {
    background-image: url(../img/top/btn_digital_hover.png);
  }
  .top_exam_wrap .paper_link a:hover span:before {
    opacity: 1;
  }
  .top_exam_wrap .paper_link a:hover img {
    opacity: 0;
  }
  .exam_bnr {
    padding: 0 20px 0;
  }
  .exam_paper {
    padding: 0 20px;
  }
}

.small_bnr_area {
  margin-bottom: -40px;
  padding: 30px 0;
  background-color: #f8f8f8;
}

.small_bnr_area .top_bnr_s {
  display: flex;
  flex-wrap: wrap;
  width: -webkit-calc(100% + 10px);
  width: calc(100% + 10px);
  margin: 0 -5px -10px;
}

.small_bnr_area .top_bnr_s li {
  width: 50%;
  padding: 0 5px 10px;
}

.small_bnr_area .top_bnr_s li img {
  transition: all 0.3s;
}

.small_bnr_area .top_bnr_s li a:hover img {
  opacity: 0.8;
}

@media (min-width: 768px) {
  .small_bnr_area {
    margin-bottom: 0;
    padding: 35px 0;
  }
  .small_bnr_area .top_bnr_s {
    width: -webkit-calc(100% + 30px);
    width: calc(100% + 30px);
    margin: 0 -15px -30px;
  }
  .small_bnr_area .top_bnr_s li {
    width: 33.333%;
    padding: 0 15px 30px;
  }
}

@media (min-width: 992px) {
  .small_bnr_area .top_bnr_s {
    margin: 0 -15px 0;
  }
  .small_bnr_area .top_bnr_s li {
    width: 20%;
    padding: 0 15px 0;
  }
}

.gsc-thumbnail-inside {
  margin-bottom: 5px;
}

.gsc-table-result,
.gsc-thumbnail-inside,
.gsc-url-top {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.gs-result .gs-title,
.gs-result .gs-title * {
  text-decoration: none !important;
}

.gs-webResult.gs-result a.gs-title:visited,
.gs-webResult.gs-result a.gs-title:visited b,
.gs-imageResult a.gs-title:visited,
.gs-imageResult a.gs-title:visited b {
  color: #c93139 !important;
  text-decoration: none !important;
}

.gs-webResult.gs-result a.gs-title:link,
.gs-webResult.gs-result a.gs-title:link b,
.gs-imageResult a.gs-title:link,
.gs-imageResult a.gs-title:link b {
  color: #c93139 !important;
  text-decoration: none !important;
}

.gs-webResult.gs-result a.gs-title:hover,
.gs-webResult.gs-result a.gs-title:hover b,
.gs-imageResult a.gs-title:hover,
.gs-imageResult a.gs-title:hover b {
  text-decoration: underline !important;
}

.gs-webResult div.gs-visibleUrl,
.gs-imageResult div.gs-visibleUrl {
  color: #6f6f6f !important;
}

.gsc-results .gsc-cursor-box {
  margin: 20px 0 10px !important;
}

.gsc-results .gsc-cursor-box .gsc-cursor-page {
  display: inline-block !important;
  color: #c93139 !important;
  padding: 5px 3px;
  width: 30px;
  margin-bottom: 10px;
  text-align: center;
  border: 1px #c93139 solid !important;
}

.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
  color: #fff !important;
  background-color: #c93139 !important;
}

.gsc-selected-option-container {
  min-width: 105px !important;
}

/*============================================================================

        プリント設定

============================================================================*/
@media print {
  body {
    width: 1200px;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    transform-origin: 0 0;
  }
}
