@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 {
  background: #eeeeef;
  padding: 100px 0 0;
  position: relative;
  z-index: 1;
}

.mv::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 50px;
  background: url(images/mv_parts.png) center no-repeat;
  background-size: cover;
}

.mv h2 {
  text-align: center;
}

.mv .read {
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.4em;
  color: #fff;
  text-align: center;
  background: #ee869a;
  padding: 10px 3%;
  margin-top: 40px;
}

/* ----------------------------- コンテンツ */
.block1 {
  padding: 100px 0 0;
}

.block1 .box1 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.block1 .box1 ul li {
  width: 48%;
  margin-right: 4%;
}

.block1 .box1 ul li:last-child {
  margin-right: 0;
}

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

.block1 .box2 li {
  margin-bottom: 20px;
}

.block1 .box2 li:last-child {
  margin-bottom: 0;
}

.block2 {
  padding: 100px 0;
}

.block2 .box1 {
  background: #fcebf3;
  position: relative;
  text-align: center;
  padding: 40px 3% 20px;
}

.block2 .box1:before {
  content: "";
  display: block;
  background: #f1c4d8;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: -1;
}

.block2 .box1 p {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2em;
  margin-top: 20px;
}

.block2 .box1 p .marker2 {
  background: #fff200;
}

.block2 .box2 {
  margin-top: 60px;
}

.block2 .box2 h4 {
  display: inline-block;
  background: url(images/tit_bg1.png) center right no-repeat;
  background-size: cover;
  font-size: 1.7rem;
  padding: 10px 2em 5px 1em;
}

.block2 .box2 .example {
  background: #feecd2;
  padding: 0 0 20px 0;
}

.block2 .box2 .example img {
  position: relative;
  left: 27px;
}

.block2 .box3 {
  margin-top: 60px;
}

.block2 .box3 p {
  font-weight: bold;
  line-height: 1.4em;
  margin-top: 20px;
  padding: 0 20px;
  position: relative;
}

.block2 .box3 p:before, .block2 .box3 p:after {
  content: "";
  display: block;
  width: 9px;
  height: 100%;
  background: url(images/txt_parts1.png) center no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  z-index: 9;
}

.block2 .box3 p:before {
  left: 0;
}

.block2 .box3 p:after {
  right: 0;
}

.block2 .box3 .passrate {
  margin-top: 20px;
}

.block2 .box3 .passrate .note {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4em;
  display: block;
  padding-left: 2em;
  text-indent: -2em;
  margin-top: 10px;
}

.block3 {
  padding: 100px 0 0;
}

.block3 h3 {
  font-size: 3.4rem;
  line-height: 2.6em;
  text-align: center;
}

.block3 h3 span {
  font-size: 140%;
}

.block3 h3 .general_co {
  color: #67c1ad;
  border-bottom: 10px solid #a1d6d3;
}

.block3 h3 .common_co {
  color: #f0a320;
  border-bottom: 10px solid #f0a320;
}

.block3 h3 img {
  vertical-align: middle;
  margin-left: 5px;
}

.block3 .box1 {
  background: #edf7f4;
  position: relative;
  padding: 0 6% 3%;
  margin-top: 60px;
}

.block3 .box1:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #c9e6de;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: -1;
}

.block3 .box1 h4 {
  position: relative;
  left: -9%;
}

.block3 .box1 .inner {
  margin-top: 40px;
}

.block3 .box1 .inner1 p {
  font-weight: bold;
  line-height: 1.6em;
  margin-top: 10px;
}

.block3 .box1 .inner1 p small {
  display: block;
  font-size: 80%;
}

.block3 .box1 .inner1 .volunteer {
  margin-top: 10px;
}

.block3 .box1 .inner1 .check {
  margin-top: 20px;
}

.block3 .box1 .inner1 .check .note {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4em;
  display: block;
  margin-top: 10px;
}

.block3 .box1 .inner2 .table {
  margin-top: 10px;
}

.block3 .box1 .inner3 .detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
}

.block3 .box1 .inner3 .detail p {
  width: 30%;
  font-weight: bold;
}

.block3 .box1 .inner3 .detail p .marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #fff100));
  background: linear-gradient(transparent 60%, #fff100 60%);
}

.block3 .box1 .inner3 .detail .example_a {
  width: 67%;
  margin-left: 3%;
}

.block3 .box1 .inner4 .place {
  margin-top: 10px;
  font-size: 1.8rem;
  font-weight: bold;
}

.block3 .box1 .inner4 .place span {
  color: #fff;
  background: #67c1ad;
  padding: 0 0.5em;
  margin-right: 0.5em;
}

.block3 .box1 .inner4 .note {
  font-size: 1.4rem;
  font-weight: bold;
}

.block3 .box1 .inner5 p {
  font-weight: bold;
  line-height: 1.4em;
  margin-top: 10px;
}

.block3 .box1 .inner5 p small {
  display: block;
  font-size: 80%;
}

.block3 .box1 .inner5 .score {
  margin-top: 20px;
}

.block3 .box2 {
  background: #fdeae6;
  position: relative;
  padding: 2% 6% 3%;
}

.block3 .box2:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #f2c2b9;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: -1;
}

.block3 .box2 h4 {
  position: relative;
  left: -9%;
}

.block3 .box2 ul {
  margin-top: 30px;
}

.block3 .box2 li {
  margin-bottom: 30px;
}

.block3 .box2 li:last-child {
  margin-bottom: 0;
}

.block3 .box2 li p {
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 10px;
}

.block3 .box2 li p small {
  display: block;
  font-size: 75%;
  line-height: 1.4em;
}

.block3 .box2 .img {
  margin-top: 20px;
  text-align: center;
}

.block4 {
  padding: 100px 0 0;
}

.block4 .box {
  background: #c8e5de;
  padding: 0 5% 5%;
  border-radius: 10px;
}

.block4 .box h3 {
  position: relative;
  top: -8px;
  left: -30px;
}

.block4 .box .read {
  margin-top: 10px;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.6em;
  color: #009580;
}

.block4 .box .read span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #fff100));
  background: linear-gradient(transparent 60%, #fff100 60%);
}

.block4 .box .table {
  margin-top: 20px;
}

.block4 .box .table .note {
  display: block;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.4em;
  margin-top: 10px;
}

.block4 .box .check {
  margin-top: 20px;
}

.block4 .box .check p {
  font-weight: bold;
  line-height: 1.4em;
  margin-top: 10px;
}

.block4 .box .check p small {
  display: block;
  font-size: 80%;
}

.block4 .box .check .img {
  margin-top: 10px;
}

/* ----------------------------- フッター */
.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 */