@charset "UTF-8";
/* ----------------------------- リセット */
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, 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;
}

html {
  font-size: 62.5%;
}

body {
  line-height: 1;
}

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

ol, 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;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

sup {
  font-size: 8px;
}

em {
  font-style: normal;
}

div:before, div:after, ul:before, ul:after, ol:before, ol:after, dl:before, dl:after {
  content: "";
  display: block;
}

div:after, ul:after, ol:after, dl:after {
  clear: both;
}

div, ul, ol, dl {
  zoom: 1;
}

input[type="submit"], input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
}

input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus, input[type="button"]::focus {
  outline-offset: -2px;
}

ul#wp-admin-bar-root-default:after {
  clear: none;
}

/* ----------------------------- 全体 */
body {
  font-size: 1.6rem;
  line-height: 1.8em;
  color: #231815;
  font-family: "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ　Ｐゴシック", "MS PGothic", sans-serif;
  background: #fff;
  position: relative;
}

a:link, a:visited {
  color: #231815;
  text-decoration: underline;
}

a:hover, a:active {
  text-decoration: none;
}

a, a img {
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
}

a:hover img {
  opacity: 0.65;
  -ms-filter: "alpha(opacity=65)";
  filter: alpha(opacity=65);
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.inline_pc {
  display: inline;
}

.inline_sp {
  display: none;
}

img, .bx-wrapper img {
  max-width: 100%;
  height: auto;
}

#container {
  overflow: hidden;
}

/* ----------------------------- 共通 */
.wrap {
  width: 1200px;
  margin: 0 auto;
}

.wrap1000 {
  width: 1000px;
  margin: 0 auto;
}

.wrap900 {
  width: 900px;
  margin: 0 auto;
}

.wrap800 {
  width: 800px;
  margin: 0 auto;
}

.wrap700 {
  width: 700px;
  margin: 0 auto;
}

/* ----------------------------- ヘッダー */
.header {
  padding: 5px 1%;
  position: relative;
  z-index: 9;
}

.header:after {
  content: "";
  display: block;
  clear: both;
}

.header .logo {
  max-width: 294px;
  float: left;
}

.header .nav {
  float: right;
  margin-top: 15px;
}

/* ----------------------------- ナビ */
.nav li {
  float: left;
  margin-right: 2em;
}

.nav li:last-child {
  margin-right: 0;
}

.nav li a {
  font-size: 1.8rem;
  font-weight: bold;
  color: #E35050;
  text-decoration: none;
}

.nav li a:hover {
  opacity: 0.65;
}

.nav li a:hover img {
  opacity: 1;
}

.nav li img {
  width: 22px;
  vertical-align: middle;
  margin-right: 5px;
}

/* ----------------------------- メインビジュアル */
.mv {
  border-top: 40px solid #79add1;
  background: #ddeff8;
  padding: 40px 3%;
}

.mv h2 {
  text-align: center;
}

/* ----------------------------- コンテンツ */
.block1 {
  padding: 60px 0;
  background: url(images/bg1.png) center no-repeat;
  background-size: cover;
}

.block1 .box1 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.block1 .box1 li {
  width: 48%;
}

.block1 .box2 {
  margin-top: 40px;
}

.block1 .box2 .schedule {
  margin-top: 20px;
}

.block2 {
  padding: 60px 0 40px;
}

.block2 h3 {
  text-align: center;
}

.block2 .examination {
  margin-top: 20px;
  text-align: center;
}

.block2 .read {
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.4em;
  margin-top: 10px;
}

.block2 .thatday {
  margin-top: 20px;
}

.block2 .thatday h4 {
  font-size: 1.9rem;
  color: #3b6b8d;
  border-bottom: 2px solid #ddeff8;
  border-left: 3px solid #3b6b8d;
  float: left;
}

.block2 .thatday h4 span {
  display: block;
  padding: 5px 0.5em;
  border-left: 7px solid #ddeff8;
}

.block2 .thatday .note {
  float: left;
  margin-left: 1em;
  font-size: 1.4rem;
  font-weight: bold;
  margin-top: 5px;
}

.block2 .thatday .img {
  margin-top: 20px;
}

.block3 {
  padding: 20px 0;
}

.block4 {
  padding: 40px 0 100px;
}

.block4 .box {
  border: 1px solid #3b6b8d;
  border-radius: 20px;
  padding: 4% 3% 0;
  position: relative;
  overflow: hidden;
}

.block4 .box h3 {
  background: #3b6b8d;
  padding: 5px 0 5px 1em;
  font-size: 2rem;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}

.block4 .box h3:before {
  content: "";
  display: block;
  background: url(images/parts1.svg) no-repeat;
  background-size: contain;
  width: 36px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -36px;
}

.block4 .exemption {
  margin-top: 40px;
  text-align: center;
}

/* ----------------------------- フッター */
.link {
  padding: 40px 0 0;
}

.link li {
  float: left;
  width: 48%;
  margin-bottom: 8%;
}

.link li.list1 {
  float: none;
  margin: 0 auto 8%;
}

.link li.list3, .link li.list5 {
  float: right;
}

.link li h5 {
  text-align: center;
}

.link li .btn {
  margin-top: 20px;
}

.link li .btn a {
  display: block;
  font-weight: bold;
  text-align: center;
  font-size: 1.8rem;
  border-radius: 10px;
  border: 1px solid;
  padding: 15px 0;
  text-decoration: none;
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: center right 5%;
  position: relative;
  top: 0;
}

.link li .btn a:hover {
  top: 5px;
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
}

.link li.list1 .btn a {
  border-color: #f08a97;
  background-image: url(images/link_icon5.png);
  -webkit-box-shadow: 0 5px 0 #f08a97;
          box-shadow: 0 5px 0 #f08a97;
}

.link li.list2 .btn a {
  border-color: #3FA6D7;
  background-image: url(images/link_icon1.png);
  -webkit-box-shadow: 0 5px 0 #3FA6D7;
          box-shadow: 0 5px 0 #3FA6D7;
}

.link li.list3 .btn a {
  border-color: #FD4E68;
  background-image: url(images/link_icon4.png);
  -webkit-box-shadow: 0 5px 0 #FD4E68;
          box-shadow: 0 5px 0 #FD4E68;
}

.link li.list4 .btn a {
  border-color: #EB6D57;
  background-image: url(images/link_icon2.png);
  -webkit-box-shadow: 0 5px 0 #EB6D57;
          box-shadow: 0 5px 0 #EB6D57;
}

.link li.list5 .btn a {
  border-color: #F8AF07;
  background-image: url(images/link_icon3.png);
  -webkit-box-shadow: 0 5px 0 #F8AF07;
          box-shadow: 0 5px 0 #F8AF07;
}

.sns {
  padding: 40px 0 60px;
}

.sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.sns li {
  width: 16%;
  margin-right: 0.8%;
}

.sns li:last-child {
  margin-right: 0;
}

.footer {
  border-top: 1px solid #ddd;
}

.footer .box {
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 0;
}

.footer .box .logo2 {
  float: left;
  max-width: 410px;
}

.footer .box .school_info {
  float: left;
  margin-left: 30px;
  font-size: 1.4rem;
  line-height: 1.8em;
}

.footer .box .school_info a {
  color: #4791c4;
}

.footer .copy {
  font-size: 1.1rem;
  text-align: center;
  background: #eee;
  padding: 10px 0;
}

.pagetop {
  position: fixed;
  right: 3%;
  bottom: 30px;
  z-index: 9999;
}
/*# sourceMappingURL=style.css.map */