@charset "UTF-8";
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
  height: 100%; }

body {
  margin: 0;
  padding: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

a {
  outline: none;
  background-color: transparent; }

div {
  line-height: inherit; }

p {
  margin: 0;
  font-size: 100%;
  line-height: inherit; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: 100%;
  font-weight: normal; }

abbr[title] {
  border-bottom: 1px dotted; }

em, b, strong {
  font-weight: bold; }

small {
  font-size: 0.833em; }

hr {
  margin-top: 1em;
  margin-bottom: 1em;
  border: 0;
  border-top: 1px solid #777; }

sub,
sup {
  font-size: 0.750em;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

ol {
  margin: 0 0 0 1.5em;
  padding: 0; }

dl {
  list-style-position: inside;
  list-style: none;
  margin: 0;
  padding: 0; }

dt, dd {
  margin: 0;
  padding: 0; }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }

li li, li li li, li p, li pre, li dt, li dd, dd li, dd p, dd pre, dd dt, dd dd {
  font-size: 100%;
  line-height: inherit; }

code, kbd, pre, samp {
  margin: 0;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  font-size: 100%;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow: auto; }

address {
  font-style: normal;
  margin: 0;
  font-size: 100%; }

cite {
  margin: 0;
  font-size: 100%; }

figure {
  margin: 0; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

[role="button"] {
  cursor: pointer; }

legend {
  border: 0;
  padding: 0; }

img {
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: bottom; }

embed, iframe, object, video {
  max-width: 100%;
  vertical-align: middle; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%; }

td,
th {
  padding: 0;
  font-size: 100%; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

html {
  font-size: 62.5%; }

body {
  font-size: 1.6rem; }
  @media screen and (max-width: 767px) {
    body {
      font-size: 1.4rem; } }
  @media screen and (max-width: 600px) {
    body {
      font-size: 1.4rem; } }
  @media screen and (max-width: 414px) {
    body {
      font-size: 1.4rem; } }

body {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  line-height: 1.25;
  color: #333333;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #0074ca;
  text-decoration: underline; }
  a:hover, a:focus {
    color: #189cff;
    text-decoration: none; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/*
.container-outliner-fluid = 常に横幅100%、ブレイクポイント以下では左右に余白あり
.container-outliner = コンテンツ幅以上は固定幅、ブレイクポイント以下では左右に余白あり
.container-outliner-no-gutters = コンテンツ幅以上は固定幅、ブレイクポイント以下では左右に余白なし
*/
.container-outliner-fluid,
.container-outliner,
.container-outliner-no-gutters {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1000px; }

.container:before,
.container:after,
.container-outliner:before,
.container-outliner:after,
.container-outliner-no-gutters:before,
.container-outliner-no-gutters:after {
  content: " ";
  display: table; }

.container:after,
.container-outliner:after,
.container-outliner-no-gutters:after {
  clear: both; }

.container-outliner-fluid {
  margin-right: auto;
  margin-left: auto; }

.container-outliner-fluid:before,
.container-outliner-fluid:after {
  content: " ";
  display: table; }

.container-outliner-fluid:after {
  clear: both; }

@media screen and (min-width: 1001px) {
  .container-outliner,
  .container-outliner-no-gutters {
    margin-right: auto !important;
    margin-left: auto !important; } }

/*コンテナPC表示時はパディング無し
スマホ表示時パディング有り*/
@media screen and (max-width: 1060px) {
  .container-outliner,
  .container-outliner-fluid {
    padding-right: 3%;
    padding-left: 3%; } }

.ie8 body {
  font-size: 14px; }
.ie8 .container-outliner,
.ie8 .container-outliner-no-gutters {
  width: 1000px; }

#main-content {
  position: relative;
  width: 100%;
  z-index: 1;
  line-height: 1.8;
  clear: both; }
  #main-content:before, #main-content:after {
    content: " ";
    display: table; }
  #main-content:after {
    clear: both; }

.container-liner-high {
  padding-top: 80px;
  padding-bottom: 80px; }
  @media screen and (max-width: 767px) {
    .container-liner-high {
      padding-top: 40px;
      padding-bottom: 40px; } }

.container-liner-mid {
  padding-top: 60px;
  padding-bottom: 60px; }
  @media screen and (max-width: 767px) {
    .container-liner-mid {
      padding-top: 30px;
      padding-bottom: 30px; } }

.container-liner-low {
  padding-top: 30px;
  padding-bottom: 30px; }
  @media screen and (max-width: 767px) {
    .container-liner-low {
      padding-top: 15px;
      padding-bottom: 15px; } }

img {
  max-width: 100%;
  height: auto; }

@media print {
  #header,
  #main-content {
    width: 1100px;
    margin-right: auto;
    margin-left: auto; } }
.bG-pale-blue {
  background-color: #E6F8FF; }

/*TEXT*/
/*======================
TEXT TANSFORM
=======================*/
.tT-lowercase {
  text-transform: lowercase; }

.tT-uppercase {
  text-transform: uppercase; }

.tT-capitalize {
  text-transform: capitalize; }

/*======================
TEXT ALIGN
=======================*/
.tA-left {
  text-align: left !important; }

.tA-right {
  text-align: right !important; }

.tA-center {
  text-align: center !important; }

.tA-justify {
  text-align: justify !important; }

/*Line Height*/
.lH10 {
  line-height: 1 !important; }

.lH11 {
  line-height: 1.1 !important; }

.lH12 {
  line-height: 1.2 !important; }

.lH13 {
  line-height: 1.3 !important; }

.lH14 {
  line-height: 1.4 !important; }

.lH15 {
  line-height: 1.5 !important; }

.lH16 {
  line-height: 1.6 !important; }

.lH17 {
  line-height: 1.7 !important; }

.lH18 {
  line-height: 1.8 !important; }

.lH19 {
  line-height: 1.9 !important; }

.lH20 {
  line-height: 2 !important; }

.lH21 {
  line-height: 2.1 !important; }

.lH22 {
  line-height: 2.2 !important; }

/*MARGIN (EM)*/
.mT05em {
  margin-top: 0.5em; }

.mL05em {
  margin-left: 0.5em; }

.mR05em {
  margin-right: 0.5em; }

.mB05em {
  margin-bottom: 0.5em; }

.mT08em {
  margin-top: 0.8em; }

.mL08em {
  margin-left: 0.8em; }

.mR08em {
  margin-right: 0.8em; }

.mB08em {
  margin-bottom: 0.8em; }

.mT1em {
  margin-top: 1em; }

.mL1em {
  margin-left: 1em; }

.mR1em {
  margin-right: 1em; }

.mB1em {
  margin-bottom: 1em; }

.mT1-5em {
  margin-top: 1.5em; }

.mL1-5em {
  margin-left: 1.5em; }

.mR1-5em {
  margin-right: 1.5em; }

.mB1-5em {
  margin-bottom: 1.5em; }

.mT2em {
  margin-top: 2em; }

.mL2em {
  margin-left: 2em; }

.mR2em {
  margin-right: 2em; }

.mB2em {
  margin-bottom: 2em; }

.mT2-5em {
  margin-top: 2.5em; }

.mL2-5em {
  margin-left: 2.5em; }

.mR2-5em {
  margin-right: 2.5em; }

.mB2-5em {
  margin-bottom: 2.5em; }

.mT3em {
  margin-top: 3em; }

.mL3em {
  margin-left: 3em; }

.mR3em {
  margin-right: 3em; }

.mB3em {
  margin-bottom: 3em; }

.mT4em {
  margin-top: 4em; }

.mL4em {
  margin-left: 4em; }

.mR4em {
  margin-right: 4em; }

.mB4em {
  margin-bottom: 4em; }

.mT-1em {
  margin-top: -1em; }

.mL-1em {
  margin-left: -1em; }

.mR-1em {
  margin-right: -1em; }

.mB-1em {
  margin-bottom: -1em; }

.pT05em {
  padding-top: 0.5em; }

.pL05em {
  padding-left: 0.5em; }

.pR05em {
  padding-right: 0.5em; }

.pB05em {
  padding-bottom: 0.5em; }

.pA05em {
  padding: 0.5em; }

.pT08em {
  padding-top: 0.8em; }

.pL08em {
  padding-left: 0.8em; }

.pR08em {
  padding-right: 0.8em; }

.pB08em {
  padding-bottom: 0.8em; }

.pA08em {
  padding: 0.8em; }

.pT1em {
  padding-top: 1em; }

.pL1em {
  padding-left: 1em; }

.pR1em {
  padding-right: 1em; }

.pB1em {
  padding-bottom: 1em; }

.pA1em {
  padding: 1em; }

.pA1em {
  padding: 1em; }

.pA1-5em {
  padding: 1.5em; }

.pA2em {
  padding: 2em; }

.pA2-5em {
  padding: 2.5em; }

.pA3em {
  padding: 3em; }

.pT2em {
  padding-top: 2em; }

.pL2em {
  padding-left: 2em; }

.pR2em {
  padding-right: 2em; }

.pB2em {
  padding-bottom: 2em; }

.pA2em {
  padding: 2em; }

.pT3em {
  padding-top: 3em; }

.pL3em {
  padding-left: 3em; }

.pR3em {
  padding-right: 3em; }

.pB3em {
  padding-bottom: 3em; }

.pA3em {
  padding: 3em; }

/*======================
FLOAT
=======================*/
.clearFix:before, .clearFix:after {
  content: " ";
  display: table; }
.clearFix:after {
  clear: both; }

.clearBoth {
  clear: both; }

.fL-center {
  display: inline-block;
  margin-left: auto;
  margin-right: auto; }

.fL-right {
  float: right !important; }

.fL-left {
  float: left !important; }

.img-width {
  width: 100%;
  height: auto; }

.img-max-width {
  max-width: 100%;
  height: auto; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-max {
  display: block;
  width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 10px; }

.img-circle {
  border-radius: 50%; }

.list-dot {
  margin-left: 0em; }
  .list-dot:before, .list-dot:after {
    content: " ";
    display: table; }
  .list-dot:after {
    clear: both; }
  .list-dot li {
    padding-left: 15px;
    line-height: inherit; }
  .list-dot li:first-child {
    margin-top: 0.1em; }
  .list-dot > li {
    text-indent: -15px;
    margin-bottom: 0.1em; }
  .list-dot > li:before {
    content: "・";
    text-indent: -15px; }

.list-kome {
  margin-left: 0px; }
  .list-kome:before, .list-kome:after {
    content: " ";
    display: table; }
  .list-kome:after {
    clear: both; }
  .list-kome li {
    padding-left: 15px;
    line-height: inherit; }
  .list-kome li:first-child {
    margin-top: 0.4em; }
  .list-kome > li {
    text-indent: -15px;
    margin-bottom: 0.4em; }
  .list-kome > li:before {
    content: "※";
    text-indent: -15px; }

.col-wrap {
  clear: both;
  position: relative; }
  .col-wrap:before, .col-wrap:after {
    content: " ";
    display: table; }
  .col-wrap:after {
    clear: both; }
  @media screen and (max-width: 767px) {
    .col-wrap {
      margin-left: -1.5%;
      margin-right: -1.5%; } }
  .col-wrap .col {
    float: left;
    padding: 1.5% 1.5%;
    min-height: 1px;
    position: relative; }
    @media screen and (max-width: 767px) {
      .col-wrap .col {
        float: none;
        padding: 3% 3%; } }
  @media screen and (max-width: 767px) {
    .col-wrap.no-gutters {
      margin-left: 0;
      margin-right: 0; } }
  .col-wrap.no-gutters .col {
    padding: 0 0; }
  .col-wrap .col-1 {
    width: 8.3333333333%; }
  .col-wrap .col-2 {
    width: 16.6666666667%; }
  .col-wrap .col-3 {
    width: 25%; }
  .col-wrap .col-4 {
    width: 33.3333333333%; }
  .col-wrap .col-5 {
    width: 41.6666666667%; }
  .col-wrap .col-6 {
    width: 50%; }
  .col-wrap .col-7 {
    width: 58.3333333333%; }
  .col-wrap .col-8 {
    width: 66.6666666667%; }
  .col-wrap .col-9 {
    width: 75%; }
  .col-wrap .col-10 {
    width: 83.3333333333%; }
  .col-wrap .col-11 {
    width: 91.6666666667%; }
  .col-wrap .col-12 {
    width: 100%; }
  .col-wrap .col-pull-0 {
    right: auto; }
  .col-wrap .col-pull-1 {
    right: 8.3333333333%; }
  .col-wrap .col-pull-2 {
    right: 16.6666666667%; }
  .col-wrap .col-pull-3 {
    right: 25%; }
  .col-wrap .col-pull-4 {
    right: 33.3333333333%; }
  .col-wrap .col-pull-5 {
    right: 41.6666666667%; }
  .col-wrap .col-pull-6 {
    right: 50%; }
  .col-wrap .col-pull-7 {
    right: 58.3333333333%; }
  .col-wrap .col-pull-8 {
    right: 66.6666666667%; }
  .col-wrap .col-pull-9 {
    right: 75%; }
  .col-wrap .col-pull-10 {
    right: 83.3333333333%; }
  .col-wrap .col-pull-11 {
    right: 91.6666666667%; }
  .col-wrap .col-pull-12 {
    right: 100%; }
  .col-wrap .col-push-0 {
    left: auto; }
  .col-wrap .col-push-1 {
    left: 8.3333333333%; }
  .col-wrap .col-push-2 {
    left: 16.6666666667%; }
  .col-wrap .col-push-3 {
    left: 25%; }
  .col-wrap .col-push-4 {
    left: 33.3333333333%; }
  .col-wrap .col-push-5 {
    left: 41.6666666667%; }
  .col-wrap .col-push-6 {
    left: 50%; }
  .col-wrap .col-push-7 {
    left: 58.3333333333%; }
  .col-wrap .col-push-8 {
    left: 66.6666666667%; }
  .col-wrap .col-push-9 {
    left: 75%; }
  .col-wrap .col-push-10 {
    left: 83.3333333333%; }
  .col-wrap .col-push-11 {
    left: 91.6666666667%; }
  .col-wrap .col-push-12 {
    left: 100%; }
  .col-wrap .col-offset-0 {
    margin-left: 0%; }
  .col-wrap .col-offset-1 {
    margin-left: 8.3333333333%; }
  .col-wrap .col-offset-2 {
    margin-left: 16.6666666667%; }
  .col-wrap .col-offset-3 {
    margin-left: 25%; }
  .col-wrap .col-offset-4 {
    margin-left: 33.3333333333%; }
  .col-wrap .col-offset-5 {
    margin-left: 41.6666666667%; }
  .col-wrap .col-offset-6 {
    margin-left: 50%; }
  .col-wrap .col-offset-7 {
    margin-left: 58.3333333333%; }
  .col-wrap .col-offset-8 {
    margin-left: 66.6666666667%; }
  .col-wrap .col-offset-9 {
    margin-left: 75%; }
  .col-wrap .col-offset-10 {
    margin-left: 83.3333333333%; }
  .col-wrap .col-offset-11 {
    margin-left: 91.6666666667%; }
  .col-wrap .col-offset-12 {
    margin-left: 100%; }
  @media screen and (max-width: 767px) {
    .col-wrap {
      margin-left: 0;
      margin-right: 0; }
      .col-wrap .col {
        float: none;
        left: 0 !important;
        right: 0 !important; }
      .col-wrap .col-1 {
        width: 100%; }
      .col-wrap .col-2 {
        width: 100%; }
      .col-wrap .col-3 {
        width: 100%; }
      .col-wrap .col-4 {
        width: 100%; }
      .col-wrap .col-5 {
        width: 100%; }
      .col-wrap .col-6 {
        width: 100%; }
      .col-wrap .col-7 {
        width: 100%; }
      .col-wrap .col-8 {
        width: 100%; }
      .col-wrap .col-9 {
        width: 100%; }
      .col-wrap .col-10 {
        width: 100%; }
      .col-wrap .col-11 {
        width: 100%; }
      .col-wrap .col-12 {
        width: 100%; } }

.row {
  margin-left: -1.55%;
  margin-right: -1.55%; }
  @media screen and (max-width: 767px) {
    .row .col-wrap .col {
      padding: 1.5% 1.5%; } }

/*
scrollup
----------------------------------------- */
#scrollUp {
  display: block;
  right: 2.5%;
  bottom: 15px;
  width: 60px;
  height: 60px;
  outline: none;
  text-decoration: none;
  text-align: center;
  transition: all 0.2s;
  line-height: 1.0;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.6);
  box-shadow: 0px 0px 14px -8px rgba(0, 0, 0, 0.75);
  background-image: url("../../images/scrollup.png");
  background-repeat: none;
  background-size: cover; }
  @media screen and (max-width: 767px) {
    #scrollUp {
      bottom: 35px;
      width: 45px;
      height: 45px;
      background-size: contain; } }

#scrollUp:hover {
  opacity: 0.8;
  transition: all 0.2s;
  text-decoration: none; }

.sp {
  display: none; }
  @media screen and (max-width: 767px) {
    .sp {
      display: block; } }

.pc {
  display: block; }
  @media screen and (max-width: 767px) {
    .pc {
      display: none; } }

.sp-ib {
  display: none; }
  @media screen and (max-width: 767px) {
    .sp-ib {
      display: inline-block; } }

.pc-ib {
  display: inline-block; }
  @media screen and (max-width: 767px) {
    .pc-ib {
      display: none; } }

/*=========================
PRポスター
=========================*/
#main-content {
  background-image: url("../../images/main-content-bg.jpg");
  background-repeat: repeat; }
  @media screen and (max-width: 767px) {
    #main-content {
      background-size: 80%; } }

.cat-ti {
  background-image: url("../../images/cat-ti-bg.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding-top: 23px;
  padding-bottom: 23px;
  color: #fff;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(102, 102, 102, 0.67);
  -moz-box-shadow: 0px 3px 5px 0px rgba(102, 102, 102, 0.67);
  box-shadow: 0px 3px 5px 0px rgba(102, 102, 102, 0.67); }
  .cat-ti .school-items {
    overflow: hidden;
    display: table;
    margin: 0 auto 0 2%; }
    .cat-ti .school-items .school-item {
      display: table-cell;
      vertical-align: middle; }
    .cat-ti .school-items .school-item-pic {
      width: 32%; }
      @media screen and (max-width: 767px) {
        .cat-ti .school-items .school-item-pic {
          display: none; } }
    .cat-ti .school-items .school-item-content {
      width: 68%;
      overflow: hidden; }
      @media screen and (max-width: 767px) {
        .cat-ti .school-items .school-item-content {
          width: 100%; } }
  .cat-ti .school-point-pic {
    display: none; }
    @media screen and (max-width: 767px) {
      .cat-ti .school-point-pic {
        display: block;
        float: left;
        width: 25%;
        margin-top: 10px;
        padding-right: 15px; } }
  .cat-ti .school-point-items {
    position: relative;
    margin-top: 1.5em; }
    @media screen and (max-width: 767px) {
      .cat-ti .school-point-items {
        float: left;
        width: 75%;
        margin-top: 10px; } }
  .cat-ti .school-point-item-title {
    float: left;
    width: 21%;
    padding-right: 3%; }
    @media screen and (max-width: 767px) {
      .cat-ti .school-point-item-title {
        width: auto; }
        .cat-ti .school-point-item-title .sp {
          display: inline-block;
          font-size: 2.4vw;
          border-width: 1px;
          border-style: dashed;
          border-color: #333;
          border-radius: 10px;
          padding: 0 0.5em;
          margin-bottom: 0.5em; } }
    @media screen and (max-width: 767px) {
      .cat-ti .school-point-item-title .pc {
        display: none; } }
  .cat-ti .school-point-item-content {
    float: left;
    width: 79%;
    font-size: 1.125em; }
    .cat-ti .school-point-item-content strong {
      display: block;
      font-weight: bold;
      font-size: 2.111em;
      line-height: 1.2;
      text-indent: -0.5em;
      margin-bottom: 0.1em; }
      @media screen and (max-width: 767px) {
        .cat-ti .school-point-item-content strong {
          font-size: 5.6vw;
          margin-top: 0.2em; } }
    @media screen and (max-width: 767px) {
      .cat-ti .school-point-item-content {
        font-size: 12px;
        width: auto; } }
  @media screen and (max-width: 767px) {
    .cat-ti .school-item-lead {
      clear: both;
      width: 100%;
      margin-top: 5px;
      text-align: center;
      font-size: 2.8vw; } }
  .cat-ti .school-name {
    color: #fff; }
    .cat-ti .school-name span {
      background-image: url("../../images/school-name-border-yellow.png"); }
    .cat-ti .school-name h1:before {
      background-image: url("../../images/ic-school-white.png"); }
    @media screen and (max-width: 414px) {
      .cat-ti .school-name h1 {
        margin-left: -1em; } }
  .cat-ti .school-point-item-title {
    color: #F6FA94; }
    @media screen and (max-width: 767px) {
      .cat-ti .school-point-item-title {
        float: none; }
        .cat-ti .school-point-item-title .sp {
          border-color: #F6FA94; } }
  .cat-ti .school-point-item-content {
    color: #fff; }
    .cat-ti .school-point-item-content strong {
      color: #fff; }

@media screen and (max-width: 767px) {
  .school-name {
    text-align: center; } }
.school-name h1 {
  font-size: 2.250em;
  line-height: 1.2;
  position: relative;
  padding-left: 1.75em; }
  @media screen and (max-width: 767px) {
    .school-name h1 br.sp {
      display: inline-block !important; } }
  @media screen and (max-width: 767px) {
    .school-name h1 {
      font-size: 5vw;
      padding-left: 8vw;
      display: inline-block; } }
  .school-name h1 a {
    color: inherit;
    text-decoration: none; }
    .school-name h1 a:hover {
      opacity: .8; }
  .school-name h1:before {
    position: absolute;
    left: 3px;
    top: 0.1em;
    display: block;
    content: "";
    width: 1.35em;
    height: 1.35em;
    background-image: url("../../images/ic-school-green.png");
    background-size: cover;
    background-repeat: no-repeat; }
    @media screen and (max-width: 767px) {
      .school-name h1:before {
        width: 6.5vw;
        height: 6.5vw; } }
  .school-name h1 span {
    display: block;
    background-image: url("../../images/school-name-border-green.png");
    background-repeat: repeat-x;
    background-position: bottom left;
    padding-bottom: 0.3em;
    background-size: 100% auto; }
    @media screen and (max-width: 767px) {
      .school-name h1 span {
        display: inline-block; } }

.home #main-content {
  padding-bottom: 2%; }

.home-catch {
  padding-top: 0;
  background-image: url("../../images/home-catch-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(102, 102, 102, 0.67);
  -moz-box-shadow: 0px 3px 5px 0px rgba(102, 102, 102, 0.67);
  box-shadow: 0px 3px 5px 0px rgba(102, 102, 102, 0.67);
  margin-bottom: 40px; }
  .home-catch .home-catch-liner {
    max-width: 1100px;
    margin: 0 auto;
    background-image: url("../../images/home-catch-bg-charactor.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
    position: relative; }
    @media screen and (max-width: 767px) {
      .home-catch .home-catch-liner {
        padding-bottom: 14%;
        background-image: url("../../images/home-catch-bg-charactor-sp.png"); } }
  .home-catch .brand-name {
    position: absolute;
    right: 0;
    top: 3%;
    width: 22.4%; }
    @media screen and (min-width: 1000px) {
      .home-catch .brand-name {
        width: 269px;
        height: 53px; } }
    @media screen and (max-width: 767px) {
      .home-catch .brand-name {
        width: 30%;
        right: 1.5%; } }
  .home-catch .home-catch-lead {
    position: absolute;
    z-index: 1;
    top: 61.5%;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff; }
    @media screen and (max-width: 767px) {
      .home-catch .home-catch-lead {
        top: 52%; } }
    .home-catch .home-catch-lead p {
      font-size: 1.8vw;
      margin-bottom: 0.4em; }
      @media screen and (min-width: 1000px) {
        .home-catch .home-catch-lead p {
          font-size: 18px; } }
      @media screen and (max-width: 767px) {
        .home-catch .home-catch-lead p {
          font-size: 2.4vw; } }
      .home-catch .home-catch-lead p span {
        display: inline-block;
        background-image: url("../../images/home-catch-line.png");
        background-repeat: no-repeat;
        background-size: 100% 5px;
        background-position: bottom center;
        padding-bottom: 0.3em;
        line-height: 1.2; }
        @media screen and (max-width: 767px) {
          .home-catch .home-catch-lead p span {
            background-size: 100% 2.5px; } }

.home-school-items {
  background-color: #fff;
  padding: 30px 30px 30px 30px;
  margin-bottom: 30px; }
  @media screen and (max-width: 767px) {
    .home-school-items {
      padding: 7% 5%;
      margin-bottom: 7%; } }
  .home-school-items .school-name {
    display: block; }
    @media screen and (max-width: 767px) {
      .home-school-items .school-name {
        display: inline-block; } }
    .home-school-items .school-name h1 {
      font-size: 2.25em;
      display: block; }
      .home-school-items .school-name h1 span {
        display: block;
        max-width: 510px; }
      @media screen and (max-width: 767px) {
        .home-school-items .school-name h1 {
          text-align: left;
          font-size: 4.6vw;
          display: inline-block; }
          .home-school-items .school-name h1 span {
            display: inline-block;
            padding-bottom: 0.3em;
            font-weight: bold;
            background-size: contain; } }
      @media screen and (max-width: 414px) {
        .home-school-items .school-name h1 {
          font-size: 1.25em; } }
  .home-school-items .school-point-items {
    margin-top: 30px;
    display: table;
    margin: 30px auto 0 auto;
    width: 100%; }
    @media screen and (max-width: 767px) {
      .home-school-items .school-point-items {
        width: auto;
        margin-top: 3%;
        display: inline-block; } }
    .home-school-items .school-point-items .school-point-item {
      display: table-cell;
      vertical-align: top; }
      @media screen and (max-width: 767px) {
        .home-school-items .school-point-items .school-point-item {
          vertical-align: middle;
          display: inline-block; } }
  .home-school-items .school-point-item-title {
    width: 100px; }
    @media screen and (max-width: 767px) {
      .home-school-items .school-point-item-title {
        width: 15%; } }
  .home-school-items .school-point-item-content {
    padding-left: 15px;
    padding-bottom: 25px;
    color: #085F10;
    text-align: left; }
    @media screen and (max-width: 767px) {
      .home-school-items .school-point-item-content {
        padding-left: 3%;
        padding-bottom: 0px; } }
    .home-school-items .school-point-item-content strong {
      font-weight: bold;
      font-size: 1.75em;
      line-height: 1.2;
      text-indent: -0.5em;
      margin-bottom: 0.1em; }
      @media screen and (max-width: 767px) {
        .home-school-items .school-point-item-content strong {
          margin-top: 0.2em;
          font-size: 4.8vw; } }
  .home-school-items .school-item-content {
    padding-left: 5%; }
    @media screen and (max-width: 767px) {
      .home-school-items .school-item-content {
        padding-left: 0; } }
  .home-school-items .school-item-lead {
    color: #186A20;
    line-height: 1.4;
    margin: 0.5em auto;
    font-size: 3vw; }
  @media screen and (max-width: 767px) {
    .home-school-items .col-8 {
      text-align: center; } }
  @media screen and (max-width: 767px) {
    .home-school-items .col-4 {
      text-align: center; }
      .home-school-items .col-4 img {
        width: 75%; } }
  .home-school-items .col-4 .sp {
    margin-top: 0.8em; }
  @media screen and (max-width: 767px) {
    .home-school-items .btn {
      margin-top: 1.5%;
      font-size: 4vw; } }

.bG-yellow {
  background-color: #FFFFBF; }

.bG-pale-yellow {
  background-color: #FFFFE5; }

.bG-white {
  background-color: #fff; }

.poster-inner {
  max-width: 600px;
  margin: 5% auto;
  background-color: #fff;
  padding: 2%;
  position: relative; }
  @media screen and (max-width: 767px) {
    .poster-inner {
      margin: 10% 5%; } }
  .poster-inner:before {
    position: absolute;
    left: 50%;
    top: -17px;
    margin-left: -15px;
    content: "";
    width: 31px;
    height: 31px;
    background-image: url(../../images/icons.png);
    background-size: 330px auto;
    background-position: -220px -193px;
    background-repeat: no-repeat; }
    @media screen and (max-width: 767px) {
      .poster-inner:before {
        width: 24.8px;
        height: 24.8px;
        top: -13px;
        margin-left: -12.4px;
        background-size: 264px auto;
        background-position: -176px -154.4px; } }

.point {
  padding: 40px 0; }
  @media screen and (max-width: 767px) {
    .point {
      padding: 5% 0; } }
  .point .point-item-title {
    color: #187828;
    font-weight: bold;
    font-size: 1.563em; }
    .point .point-item-title h1 {
      font-weight: bold; }
    @media screen and (max-width: 767px) {
      .point .point-item-title {
        font-size: 6vw; } }
  .point .point-item-content {
    font-size: 1.125em; }
    @media screen and (max-width: 767px) {
      .point .point-item-content {
        font-size: 1em; } }
  .point .point-items {
    overflow: hidden; }
    .point .point-items .point-item-parts,
    .point .point-items .point-item-content {
      float: left; }
    .point .point-items .point-item-parts {
      width: 18.5%;
      padding-right: 1.5%; }
    .point .point-items .point-item-content {
      width: 81.5%; }
  @media screen and (max-width: 767px) {
    .point .point-item-pic {
      text-align: center; } }

#comment {
  padding: 42px 0; }
  @media screen and (max-width: 767px) {
    #comment {
      padding: 8% 0; } }
  #comment .comment-sec-title {
    text-align: center;
    margin-bottom: 34px; }
    @media screen and (max-width: 767px) {
      #comment .comment-sec-title {
        margin-bottom: 4%; }
        #comment .comment-sec-title img {
          width: 80%;
          max-width: auto; } }
    #comment .comment-sec-title img {
      max-width: 263px; }
  #comment .comment-items-wrap {
    padding-left: 95px; }
    @media screen and (max-width: 767px) {
      #comment .comment-items-wrap {
        padding-left: 60px; } }
  #comment .comment-items {
    background-color: #E0F39E;
    border-radius: 10px;
    position: relative;
    padding: 20px 20px 18px 20px;
    line-height: 1.4;
    margin-bottom: 30px; }
    #comment .comment-items:before, #comment .comment-items:after {
      position: absolute;
      display: block;
      content: ""; }
    #comment .comment-items:before {
      top: 50%;
      left: -22px;
      margin-top: -3px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 8px 28px 8px 0;
      border-color: transparent #e1f39e transparent transparent;
      transform: rotate(-5deg); }
      @media screen and (max-width: 767px) {
        #comment .comment-items:before {
          left: -15px; } }
    #comment .comment-items:after {
      left: -80px;
      top: 50%;
      margin-top: -47px;
      width: 60px;
      height: 95px;
      background-image: url(../../images/icons.png);
      background-size: 350px auto;
      background-position: -117px -0px;
      background-repeat: no-repeat; }
      @media screen and (max-width: 767px) {
        #comment .comment-items:after {
          width: 45px;
          height: 70px;
          left: -55px;
          margin-top: -30px;
          background-size: 240px auto;
          background-position: -80px 0px; } }
    #comment .comment-items:nth-of-type(2):after {
      background-position: -117px -95px; }
      @media screen and (max-width: 767px) {
        #comment .comment-items:nth-of-type(2):after {
          background-position: -80px -70px; } }
    #comment .comment-items:nth-of-type(3):after {
      background-position: -117px -200px; }
      @media screen and (max-width: 767px) {
        #comment .comment-items:nth-of-type(3):after {
          background-position: -80px -140px; } }
    #comment .comment-items:nth-of-type(4):after {
      background-position: -117px -305px; }
      @media screen and (max-width: 767px) {
        #comment .comment-items:nth-of-type(4):after {
          background-position: -80px -210px; } }
    #comment .comment-items:nth-of-type(5):after {
      width: 63px;
      background-position: -117px -406px; }
      @media screen and (max-width: 767px) {
        #comment .comment-items:nth-of-type(5):after {
          background-position: -80px -280px; } }
  #comment .comment-items2 {
    background-color: #E0F39E;
    border-radius: 10px;
    position: relative;
    padding: 20px 20px 18px 20px;
    line-height: 1.4;
    margin-bottom: 30px; }
    #comment .comment-items2:before, #comment .comment-items2:after {
      position: absolute;
      display: block;
      content: ""; }
    #comment .comment-items2:before {
      top: 50%;
      left: -22px;
      margin-top: -3px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 8px 28px 8px 0;
      border-color: transparent #e1f39e transparent transparent;
      transform: rotate(-5deg); }
      @media screen and (max-width: 767px) {
        #comment .comment-items2:before {
          left: -15px; } }
    #comment .comment-items2:after {
      left: -80px;
      top: 50%;
      margin-top: -47px;
      width: 60px;
      height: 95px;
      background-image: url(../../images/icons.png);
      background-size: 350px auto;
      background-position: -231px -267px;
      background-repeat: no-repeat; }
      @media screen and (max-width: 767px) {
        #comment .comment-items2:after {
          width: 45px;
          height: 70px;
          left: -55px;
          margin-top: -30px;
          background-size: 240px auto;
          background-position: -158px -184px; } }
    #comment .comment-items2:nth-of-type(2):after {
      background-position: -229px -367px; }
      @media screen and (max-width: 767px) {
        #comment .comment-items2:nth-of-type(2):after {
          background-position: -156px -254px; } }
    #comment .comment-items2:nth-of-type(3):after {
      background-position: -231px -467px; }
      @media screen and (max-width: 767px) {
        #comment .comment-items2:nth-of-type(3):after {
          background-position: -158px -324px; } }
    #comment .comment-items2:nth-of-type(4):after {
      background-position: -231px -567px; }
      @media screen and (max-width: 767px) {
        #comment .comment-items2:nth-of-type(4):after {
          background-position: -158px -396px; } }
    #comment .comment-items2:nth-of-type(5):after {
      width: 63px;
      background-position: -231px -667px; }
      @media screen and (max-width: 767px) {
        #comment .comment-items2:nth-of-type(5):after {
          background-position: -158px -184px; } }
  #comment .comment-items3 {
    background-color: #E0F39E;
    border-radius: 10px;
    position: relative;
    padding: 20px 20px 18px 20px;
    line-height: 1.4;
    margin-bottom: 30px; }
    #comment .comment-items3:before, #comment .comment-items3:after {
      position: absolute;
      display: block;
      content: ""; }
    #comment .comment-items3:before {
      top: 50%;
      left: -22px;
      margin-top: -3px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 8px 28px 8px 0;
      border-color: transparent #e1f39e transparent transparent;
      transform: rotate(-5deg); }
      @media screen and (max-width: 767px) {
        #comment .comment-items3:before {
          left: -15px; } }
    #comment .comment-items3:after {
      left: -80px;
      top: 50%;
      margin-top: -47px;
      width: 60px;
      height: 95px;
      background-image: url(../../images/icons.png);
      background-size: 350px auto;
      background-position: -117px -537px;
      background-repeat: no-repeat; }
      @media screen and (max-width: 767px) {
        #comment .comment-items3:after {
          width: 45px;
          height: 70px;
          left: -55px;
          margin-top: -30px;
          background-size: 240px auto;
          background-position: -80px -365px; } }
    #comment .comment-items3:nth-of-type(2):after {
      background-position: -117px -637px; }
      @media screen and (max-width: 767px) {
        #comment .comment-items3:nth-of-type(2):after {
          background-position: -80px -435px; } }
    #comment .comment-items3:nth-of-type(3):after {
      background-position: -117px -737px; }
      @media screen and (max-width: 767px) {
        #comment .comment-items3:nth-of-type(3):after {
          background-position: -80px -505px; } }
    #comment .comment-items3:nth-of-type(4):after {
      background-position: -117px -837px; }
      @media screen and (max-width: 767px) {
        #comment .comment-items3:nth-of-type(4):after {
          background-position: -80px -396px; } }
    #comment .comment-items3:nth-of-type(5):after {
      width: 63px;
      background-position: -117px -937px; }
      @media screen and (max-width: 767px) {
        #comment .comment-items3:nth-of-type(5):after {
          background-position: -80px -184px; } }

/*
COMMON
--------------------------*/
a.btn {
  display: inline-block;
  padding: 0.8em 30px 0.7em;
  color: #fff;
  background-color: #FF9326;
  background-image: url("../../images/btn-bg.png");
  background-repeat: repeat-y;
  background-size: cover;
  text-decoration: none;
  font-size: 1.5em;
  font-weight: normal;
  min-width: 290px;
  transition: all .2s;
  line-height: 1.0;
  text-align: center; }
  a.btn:hover {
    background-color: #ffac59;
    color: #fff !important; }
  a.btn i {
    font-size: 1.125em;
    vertical-align: -0.1em; }
  @media screen and (max-width: 767px) {
    a.btn {
      padding-right: 1em !important;
      padding-left: 1em !important;
      min-width: auto;
      width: 100%;
      font-size: 1.5em; } }

.sec-footer {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px; }

/*
HEADER
--------------------------*/
#header {
  border-top: 3px solid #333333;
  padding: 10px 0; }
  #header .site-name {
    display: block;
    max-width: 496px;
    max-height: 69.5px; }
    @media screen and (max-width: 767px) {
      #header .site-name {
        width: 94%;
        height: auto; } }
  #header .header-items {
    display: table;
    width: 100%; }
    #header .header-items .header-item {
      display: table-cell;
      width: 50%;
      vertical-align: middle; }
      #header .header-items .header-item:nth-of-type(2) {
        text-align: right;
        padding-left: 10px; }

.brand-name {
  display: inline-block;
  width: 269px;
  height: 53px; }
  @media screen and (max-width: 767px) {
    .brand-name {
      width: 66%;
      height: auto; } }

/*
FOOTER
--------------------------*/
#site-footer {
  color: #fff;
  padding: 39px 15px 30px;
  background-image: url(../../images/footer-bg.jpg);
  background-repeat: repeat-x;
  background-color: #0E6419;
  background-position: top left; }
  #site-footer .qr-text,
  #site-footer .qr-code {
    display: none; }
  #site-footer .col-left,
  #site-footer .col-right {
    float: left; }
    @media screen and (max-width: 767px) {
      #site-footer .col-left,
      #site-footer .col-right {
        float: none;
        width: 100% !important; } }
  #site-footer .col-left {
    width: 53%; }
  #site-footer .col-right {
    width: 47%; }
  #site-footer .address {
    margin-top: 7px; }
  #site-footer .site-footer-logo {
    width: 260px;
    height: 35px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background-size: 260px;
    background-repeat: no-repeat;
    background-image: url(../../images/site-footer-logo.png);
    margin-bottom: 15px; }
    @media screen and (max-width: 767px) {
      #site-footer .site-footer-logo {
        width: 180px;
        height: 24px;
        background-size: 180px;
        margin: 0 auto; } }
  #site-footer .address {
    line-height: 1.6; }
    @media screen and (max-width: 767px) {
      #site-footer .address {
        text-align: center; } }
  #site-footer .aichi-logo {
    float: right; }
    #site-footer .aichi-logo a {
      display: block;
      width: 175px;
      height: 54px;
      overflow: hidden;
      text-indent: 100%;
      white-space: nowrap;
      background-image: url(../../images/site-footer-logo-aichi.png); }
    @media screen and (max-width: 767px) {
      #site-footer .aichi-logo {
        float: none;
        margin-top: 10px; }
        #site-footer .aichi-logo a {
          margin: 0 auto; } }
  #site-footer .copy {
    width: 100%;
    clear: both;
    font-size: 0.857em;
    text-align: right;
    padding-top: 10px;
    line-height: 1.2; }
    @media screen and (max-width: 767px) {
      #site-footer .copy {
        text-align: center; } }

@media print {
  #header,
  #main-content {
    width: 1100px;
    margin-right: auto;
    margin-left: auto; } }
