@charset "UTF-8";
/*
1.Reset
2.Common style
*/
/*
** 1.Reset
*/
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

a:link {
  text-decoration: none;
  color: inherit;
  color: initial;
}

a:visited {
  text-decoration: none;
  color: inherit;
  color: initial;
}

a:hover {
  text-decoration: none;
  color: inherit;
  color: initial;
}

a img {
  border-width: 0px;
  border-style: none;
  border-color: #fff;
  background: transparent;
}

a img, img {
  outline: none;
}

*:focus {
  outline: none;
}

/*
** 2.style
*/
body {
  font-family: 学参 常改教科書ICA M , GJ Kyoukasho ICA Medium, YuGothic, "Yu Gothic", "Yu Gothic UI", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Arial, sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #063156;
  line-height: 26px;
  letter-spacing: 2px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  font-feature-settings: "palt";
  margin: 0px;
}

header {
  text-align: center;
  background-color: #fff;
  top: 0;
  height: 300px;
  width: 100%;
  position: fixed;
  z-index: -1;
}

header h1 {
  margin-top: 4px;
  font-size: 24px;
  line-height: 1;
  text-align: center;
  letter-spacing: 21px;
}

main {
  background-image: url(../images/bg.png);
  background-size: cover;
  margin-top: 300px;
  padding-top: 10px;
  padding-bottom: 30px;
}

section {
  width: 100%;
  margin: 70px auto;
}

.transparent {
  height: 240px;
  width: 100%;
  position: relative;
}

.main-visual {
  height: 240px;
  width: 100%;
  background-image: url(../images/banner.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
  margin: 0 auto;
}

.hero {
  height: 240px;
  width: 100%;
  background-color: transparent;
}

.hero img {
  position: absolute;
  bottom: 60px;
  margin: auto;
  left: 0;
  right: 0;
}

.hero p {
  color: #fff;
  font-size: 50px;
  line-height: 5;
  text-align: center;
  letter-spacing: 12px;
  text-shadow: 0 0 6px #000;
}

.menu-wrp {
  width: 1200px;
}

.menu {
  display: flex;
  justify-content: space-around;
  width: 1200px;
  margin: 0 auto;
}

.-notselected {
  opacity: 0.5;
  transition-duration: 0.3s;
}

.hexagon {
  text-align: center;
  width: 280px;
  height: 320px;
  position: relative;
  cursor: pointer;
  transition-duration: 0.3s;
}

.hexagon span {
  height: 100%;
  width: 100%;
  display: block;
  background-image: url(../images/bg-hex.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition-duration: 0.3s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  overflow: hidden;
}

.hexagon a {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.hexagon .container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.hexagon img {
  width: 30px;
  margin-top: 100px;
}

.hexagon p {
  margin-top: 10px;
  font-size: 20px;
  letter-spacing: 6px;
  font-weight: bold;
}

.balloon {
  position: relative;
  border: 2px solid #063185;
  width: 120px;
  text-align: center;
  padding: 5px 0;
  font-weight: bold;
  border-radius: 15px;
  position: relative;
  float: right;
  font-size: 18px;
  background-color: #fff;
  transition-duration: 0.3s;
}

.balloon:hover {
  transform: scale(1.3);
  transition-duration: 0.3s;
}

.balloon:before {
  content: '';
  display: block;
  position: absolute;
  left: -30px;
  bottom: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 30px 10px 0;
  border-color: transparent #063185 transparent transparent;
  transition-duration: 0.3s;
}

.balloon:after {
  content: '';
  display: block;
  position: absolute;
  left: -24px;
  bottom: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 30px 10px 0;
  border-color: transparent #fff transparent transparent;
}

.modal-content {
  width: 75%;
  margin: 2% auto;
  padding: 10px 20px;
  border: 2px solid #aaa;
  background: #fff;
  position: fixed;
  display: none;
  z-index: 999;
  height: 75%;
  overflow: scroll;
}

.modal-close {
  width: 20px;
  height: 20px;
  display: block;
  right: 10px;
  top: 10px;
  position: absolute;
  cursor: pointer;
  transition-duration: 0.3s;
}

.modal-close img {
  width: 100%;
}

.modal-close:hover {
  opacity: 0.7;
  transition-duration: 0.3s;
}

.important {
  width: 920px;
}

.important h2 {
  background-color: #ffc107;
  color: #063185;
  font-size: 26px;
  font-weight: bold;
  line-height: 45px;
  text-align: center;
  letter-spacing: 6px;
}

.important p {
  color: #ffc107;
  text-align: center;
  letter-spacing: 1px;
  padding: 20px 0;
  line-height: 35px;
  font-size: 20px;
}

.important table {
  height: 260px;
  overflow-y: scroll;
  overflow-scrolling: auto;
  background-color: #fff;
  table-layout: fixed;
  color: #000;
}

.important table td {
  position: relative;
}

.important table td img {
  padding-right: 6px;
  width: 18px;
  vertical-align: text-top;
}

.important table td a {
  color: #fff;
  font-weight: bold;
  background-color: #e70000;
  padding: 6px;
  border-radius: 9px;
  box-shadow: -1px 1px 4px 0px #000000;
  transition-duration: 0.3s;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 20px;
}

.important table td a:hover {
  opacity: 0.7;
  transition-duration: 0.3s;
}

.important table tr {
  line-height: 22px;
  border-bottom: 1px dotted;
  padding-left: 10px;
}

.important table tr h3 {
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
}

.important table th {
  background-color: #063185;
  color: #fff;
  border: 1px solid #fff;
}

.important table th, .important table td {
  border: 1px solid #063185;
  padding: 10px;
}

.important table td:last-child {
  width: 120px;
}

.important tr:nth-child(odd) {
  background-color: #FFFFFF;
}

.important tr:nth-child(even) {
  background-color: #E6E6E6;
}

.news {
  width: 920px;
}

.news h2 {
  background-color: #063185;
  color: #fff;
  font-size: 26px;
  line-height: 45px;
  text-align: center;
  letter-spacing: 6px;
}

.news .information {
  height: 260px;
  overflow-y: scroll;
  overflow-scrolling: auto;
  background-color: #fff;
}

.news li {
  line-height: 50px;
  border-bottom: 1px dotted;
  padding-left: 10px;
}

.news li a {
  cursor: pointer;
}

.news li span {
  padding: 0 15px;
}

.news li p {
  display: inline;
}

.news .tag_school_briefing {
  color: #41b1de;
  border: #41b1de solid 1px;
}

.news .tag_senior, .news .tag_school {
  color: #063185;
  border: #063185 solid 1px;
}

.news .tag_other {
  color: #858306;
  border: #858306 solid 1px;
}

.news .tag_outer_event {
  color: #32928e;
  border: #32928e solid 1px;
}

.qa {
  background-color: white;
  padding: 25px;
  box-sizing: border-box;
  margin: 30px auto;
}

.qa h2 {
  background-color: #063185;
  color: #fff;
  font-size: 26px;
  line-height: 45px;
  text-align: center;
  letter-spacing: 6px;
}

.qa .button {
  position: relative;
  width: 240px;
  text-align: center;
  font-weight: bold;
  background-color: #063185;
  margin: 0 auto;
  letter-spacing: 3px;
  transition-duration: 0.3s;
}

.qa .button:hover {
  opacity: 0.7;
  transition-duration: 0.3s;
}

.qa .button a {
  color: #fff;
  width: 100%;
  height: 100%;
  display: block;
  padding: 20px 0;
}

.qa-list li {
  padding: 20px 0px;
}

.qa-list li p {
  display: block;
  font-size: 18px;
  line-height: 40px;
}

.qa-list .q:before {
  content: url(../images/q.png);
  display: inline-block;
  vertical-align: top;
  margin-right: 14px;
}

.qa-list .a:before {
  content: url(../images/a.png);
  display: inline-block;
  vertical-align: top;
  margin-right: 14px;
}

footer .colophon {
  color: #063185;
  text-align: center;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: bold;
  border-top: 2px solid #fff;
}

@media screen and (max-width: 1199px) {
  section {
    width: 90%;
  }
  .qa-list li p {
    line-height: 28px;
  }
}

@media screen and (max-width: 849px) {
  section {
    margin: 0px auto;
  }
  header {
    position: relative;
    height: auto;
  }
  header img {
    width: 100%;
    max-width: 411px;
  }
  main {
    margin-top: 0;
  }
  .main-visual {
    height: auto;
    position: relative;
  }
  .hero {
    height: 150px;
  }
  .hero p {
    font-size: 24px;
  }
  .hero img {
    width: 150px;
  }
  .menu {
    flex-wrap: wrap;
    width: 100%;
  }
  .menu-wrp {
    width: 95%;
  }
  .hexagon {
    width: 50%;
    height: 230px;
  }
  .hexagon img {
    margin-top: 40px;
  }
  .news {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 10px;
  }
  .news li {
    line-height: 26px;
    padding: 10px 0;
    width: 90%;
    margin: 0 auto;
  }
  .news li p {
    display: inline-block;
    width: 100%;
  }
  .balloon {
    margin: 10px auto;
    width: 80%;
    float: none;
  }
  .qa-list .q:before {
    width: 100%;
    text-align: center;
    margin: 5px 0;
  }
  .qa-list .a:before {
    width: 100%;
    text-align: center;
    margin: 15px 0 5px;
  }
  .important {
    width: 100%;
  }
  .important h2 {
    font-size: 20px;
  }
  .important p {
    font-size: 14px;
    padding: 20px;
  }
  .important table {
    width: 95%;
    margin: 0 auto;
  }
  .important th:last-child {
    width: 120px;
  }
}

@media screen and (max-width: 450px) {
  .hexagon {
    height: 200px;
  }
  .hexagon p {
    font-size: 16px;
  }
  header h1 {
    font-size: 20px;
    letter-spacing: 3px;
  }
  .news h2 {
    font-size: 20px;
  }
  .news .information {
    height: 230px;
    border-bottom: 1px solid #063185;
  }
  .modal-close {
    right: 5px;
    top: 3px;
  }
}

@media screen and (max-width: 380px) {
  .hexagon p {
    font-size: 15px;
  }
  .important p {
    font-size: 11px;
  }
  .important table tr h3 {
    font-size: 14px;
  }
  .important table td {
    font-size: 14px;
  }
}
/*# sourceMappingURL=style.css.map */