@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

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

@font-face {
  font-family: "NotoSansCJKjp";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/NotoSansCJKjp.woff") format("woff"), url("../fonts/NotoSansCJKjp.otf") format("opentype"); }
@font-face {
  font-family: "NotoSansCJKjpLight";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/NotoSansCJKjpLight.woff") format("woff"), url("../fonts/NotoSansCJKjpLight.otf") format("opentype"); }
@font-face {
  font-family: "NotoSansCJKjpDemiLight";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/NotoSansCJKjpDemiLight.woff") format("woff"), url("../fonts/NotoSansCJKjpDemiLight.otf") format("opentype"); }
.wrap {
  *zoom: 1; }
  .wrap:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden; }

html {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

html {
  width: 100%;
  height: 100%;
  background-color: #fff;
  font-size: 62.5%;
  font-family: 'NotoSansCJKjp', sans-serif;
  line-height: 1.75;
  color: #444; }

body {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  -webkit-overflow-scrolling: touch; }

a {
  color: #004fa3;
  text-decoration: none;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
    opacity: 0.75; }

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto; }

.wrap {
  position: relative;
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 20px; }

#wrapper {
  position: relative;
  z-index: 10 !important; }

.anim {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0; }

*,
*: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; }

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

Base Media Queries PC
基礎 メディアクエリ PC用（ 960px 〜 ）

=================================================================================== */
.pc-only {
  display: inherit !important; }

.tb-only {
  display: none !important; }

.sp-only {
  display: none !important; }

.tb-sp {
  display: none !important; }

.pc-tb {
  display: inherit !important; }

.floatInfo__wrap {
  max-width: 1060px;
  margin: 0 auto; }

/*================================
	header
================================*/
.header {
  position: relative;
  background-color: #fff;
  z-index: 100;
  -moz-box-shadow: 3px 0 3px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 3px 0 3px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 3px 0 3px 0 rgba(0, 0, 0, 0.15); }

.header__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1020px;
  margin: 0 auto; }

.header__logo {
  display: block;
  width: 12.94118%; }

.header__logoLink {
  display: block;
  background: url(../img/header_logo.jpg) no-repeat center center;
  background-size: contain;
  font-size: 0; }
  .header__logoLink:before {
    content: "";
    display: block;
    padding-top: 37.87879%; }

.header__info {
  display: flex;
  width: 47.05882%;
  margin-left: auto; }

.header__tel {
  pointer-events: none; }

/*================================
	main
================================*/
.main {
  overflow: hidden; }

/*================================
	mainVisual
================================*/
.mainVisual {
  max-width: 1020px;
  margin: 0 auto 70px; }

/*================================
	tabHead
================================*/
.campaign {
  position: relative;
  margin-bottom: 120px;
  z-index: 20; }

.campaign__head {
  position: relative;
  margin-bottom: 30px;
  font-size: 4.6rem;
  font-weight: bold;
  text-align: center; }
  .campaign__head::after {
    position: absolute;
    display: block;
    content: "";
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 2em;
    height: 3px;
    background: rgb(2, 4, 116);
  }

.campaign__cols {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between; }

.campaign__col {
  width: calc(50% - 32px);
  margin-bottom: 40px; }

.links2020 {
  position: relative;
  margin-bottom: 120px;
  z-index: 20; }

.links2020__head {
  position: relative;
  margin-bottom: 30px;
  font-size: 4.6rem;
  font-weight: bold;
  text-align: center; }
  .links2020__head::after {
    position: absolute;
    display: block;
    content: "";
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 2em;
    height: 3px;
    background: rgb(2, 4, 116);
  }

.links2020__cols {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between; }
  .links2020__cols::after {
    content: "";
    display: block;
    width: 31.37255%; }

.links2020__col {
  width: 31.37255%;
  margin-bottom: 40px; }

.links2020__img__head {
  position: relative;
  display: block;
  padding: 16px;
  background-color: #00448d;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  color: #fff; }
  .links2020__img__head.-shougaku {
    background-color: #ef8d19; }
  .links2020__img__head.-chugaku {
    background-color: #6e18a4; }
  .links2020__img__head.-koukou {
    background-color: #14a5d6; }
  .links2020__img__head.-seminar {
    background-color: #18a47f; }

a.links2020__img__head::before {
  content: "";
  position: absolute;
  top: 0;
  right: 6.25%;
  bottom: 0;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto 0;
  border: 1px solid transparent;
  border-top-color: #fff;
  border-right-color: #fff;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.links2020__txt {
  margin: 20px 0;
  font-size: 1.3rem;
  line-height: 1.7; }

.links2020__list {
  border-top: 1px solid #154a95; }

.links2020__list__item {
  border-bottom: 1px solid #154a95; }

.links2020__list__link {
  position: relative;
  display: block;
  padding: 10px 6.25%;
  font-size: 1.6rem;
  color: #444; }
  .links2020__list__link::before {
    content: "";
    position: absolute;
    top: 0;
    right: 6.25%;
    bottom: 0;
    display: block;
    width: 8px;
    height: 8px;
    margin: auto 0;
    border: 1px solid transparent;
    border-top-color: #154a95;
    border-right-color: #154a95;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }

/*================================
	schoolList
================================*/
.schoolList {
  margin-bottom: 120px; }

.schoolList__header {
  max-width: 1020px;
  margin: 0 auto 36px;
  text-align: center; }

.schoolList__header__head {
  margin-bottom: 10px;
  font-size: 3.6rem;
  font-weight: bold;
  text-align: center; }

.schoolList__header__txt {
  font-size: 1.6rem;
  text-align: center; }

.schoolList__col {
  padding: 35px 0 25px;
  background-color: #eaf2fa; }
  .schoolList__col:nth-of-type(odd) {
    background-color: #f4f8fb; }

.schoolList__col__inner {
  display: flex;
  align-items: flex-start; }

.schoolList__col__head {
  width: 11.76471%;
  font-size: 1.6rem;
  font-weight: bold; }

.schoolList__col__list {
  display: flex;
  flex-wrap: wrap;
  width: 88.23529%; }
  .schoolList__col__list a {
    position: relative;
    display: block;
    width: 20%;
    margin-bottom: 10px;
    padding-left: 14px;
    font-size: 1.4rem;
    color: #444; }
    .schoolList__col__list a::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      display: block;
      width: 8px;
      height: 8px;
      margin: auto 0;
      border: 1px solid transparent;
      border-top-color: #154a95;
      border-right-color: #154a95;
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }

/*================================
	footer
================================*/
.footer {
  position: relative;
  padding: 20px;
  background-color: #eee;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1;
  z-index: 30; }

.footer__pageTop {
  position: absolute;
  right: 5%;
  top: -32px;
  z-index: 10; }

/*================================
	floatInfo
================================*/
.floatInfo {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #ccc;
  z-index: 100;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }

.floatInfo__wrap {
  max-width: 1020px;
  font-size: 0; }

.floatInfo__inner {
  display: flex; }

.floatInfo__inner__link {
  display: block;
  width: 100%; }

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

Base Media Queries TB
基礎 メディアクエリ タブレット用（ 〜 960px ）

=================================================================================== */
@media print, screen and (max-width: 960px) {
  .pc-only {
    display: none !important; }

  .tb-only {
    display: inherit !important; }

  .tb-sp {
    display: inherit !important; }

  /*================================
  	header
  ================================*/ }
/* ===================================================================================

Base Media Queries SP
基礎 メディアクエリ スマートフォン用（ 〜 600px ）

=================================================================================== */
@media print, screen and (max-width: 600px) {
  .tb-only {
    display: none !important; }

  .sp-only {
    display: inherit !important; }

  .pc-tb {
    display: none !important; }

  a {
    -moz-transition: all 0;
    -o-transition: all 0;
    -webkit-transition: all 0;
    transition: all 0; }
    a:hover {
      filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
      opacity: 1; }

  img {
    max-width: inherit;
    width: 100%;
    height: auto; }

  .main::before {
    content: "";
    display: block;
    padding-top: 0; }

  /*================================
  	header
  ================================*/
  .header__wrap {
    max-width: 1020px;
    margin: 0 auto;
    padding: 0; }

  .header__logo {
    width: 23.57143%;
    margin: 0 6.25%; }

  .header__info {
    width: 43.75%; }

  .header__info__link {
    display: none; }

  .header__tel {
    pointer-events: auto; }

  /*================================
  	mainVisual
  ================================*/
  .mainVisual {
    margin-bottom: 7.8125%; }

  /*================================
  	tabHead
  ================================*/

  .campaign__head {
    margin-bottom: 7.40741%;
    font-size: 20px;
    font-size: 6.25vw; }
    
  .campaign__col {
    width: 100%;
    margin-bottom: 11.11111%; }

  .links2020 {
    margin-bottom: 40px; }

  .links2020__head {
    margin-bottom: 7.40741%;
    font-size: 20px;
    font-size: 6.25vw; }

  .links2020__cols {
    display: block;
    padding: 0 7.8125%; }
    .links2020__cols::after {
      content: none; }

  .links2020__col {
    width: 100%;
    margin-bottom: 11.11111%; }

  .links2020__img__head {
    padding: 2.96296% 10px;
    font-size: 16px;
    font-size: 5vw; }
    .links2020__img__head.-seminar::before {
      right: 3.7037%;
      width: 6px;
      height: 6px; }

  .links2020__txt {
    margin: 3.7037% 0;
    font-size: 10px;
    font-size: 3.125vw; }

  .links2020__list__link {
    padding: 4.44444% 3.7037%;
    font-size: 12px;
    font-size: 3.75vw; }
    .links2020__list__link::before {
      right: 3.7037%;
      width: 6px;
      height: 6px; }

  /*================================
  	schoolList
  ================================*/
  .schoolList {
    margin-bottom: 60px; }
    .schoolList .wrap {
      padding: 0 10px; }

  .schoolList__header {
    margin-bottom: 6.66667%; }

  .schoolList__header__head {
    margin-bottom: 1.66667%;
    font-size: 18px;
    font-size: 5.625vw; }

  .schoolList__header__txt {
    font-size: 12px;
    font-size: 3.75vw; }

  .schoolList__col {
    padding: 5% 0; }

  .schoolList__col__inner {
    display: block; }

  .schoolList__col__head {
    width: auto;
    margin-bottom: 3.33333%;
    font-size: 14px;
    font-size: 4.375vw;
    text-align: center; }

  .schoolList__col__list {
    width: auto; }
    .schoolList__col__list a {
      width: 50%;
      margin-bottom: 1.66667%;
      padding-left: 12px;
      font-size: 11px;
      font-size: 3.4375vw; }
      .schoolList__col__list a::before {
        width: 6px;
        height: 6px; }

  /*================================
  	footer
  ================================*/
  .footer {
    padding: 20px 10px;
    font-size: 3vw; }

  .footer__pageTop {
    position: absolute;
    right: 10px;
    top: -22px;
    width: 12.5%; }

  /*================================
  	floatInfo
  ================================*/
  .floatInfo {
    background: transparent; } }
