@charset "UTF-8";
@font-face {
  font-family: "DIN Condensed Bold";
  font-style: normal;
  font-weight: normal;
  src: local("DIN Condensed Bold"), url("../fonts/DINCondensed-Bold.woff") format("woff");
}
/*
 * Theme Name: CMS THEME v1.0
 * Description:
 * Author:
 * Version: 1.0
 * */
/* css start */
@font-face {
  font-family: "DIN Condensed Bold";
  font-style: normal;
  font-weight: normal;
  src: local("DIN Condensed Bold"), url("../fonts/DINCondensed-Bold.woff") format("woff");
}
/************************************************
	Setting
************************************************ */
* {
  -webkit-transition: opacity 0.2s ease-out, color 0.1s ease-out, background-color 0.2s ease-out, border-radius 0.2s ease-out, text-shadow 0.2s ease-out, -webkit-box-shadow 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: opacity 0.2s ease-out, color 0.1s ease-out, background-color 0.2s ease-out, border-radius 0.2s ease-out, text-shadow 0.2s ease-out, -webkit-box-shadow 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: opacity 0.2s ease-out, color 0.1s ease-out, background-color 0.2s ease-out, border-radius 0.2s ease-out, box-shadow 0.2s ease-out, text-shadow 0.2s ease-out, transform 0.2s ease-out;
  transition: opacity 0.2s ease-out, color 0.1s ease-out, background-color 0.2s ease-out, border-radius 0.2s ease-out, box-shadow 0.2s ease-out, text-shadow 0.2s ease-out, transform 0.2s ease-out, -webkit-box-shadow 0.2s ease-out, -webkit-transform 0.2s ease-out;
  -webkit-transition: opacity 0.2s ease-out, color 0.1s ease-out, background-color 0.2s ease-out, border-radius 0.2s ease-out, box-shadow 0.2s ease-out, text-shadow 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 16px;
}

body {
  color: #111;
  font-size: 100%;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  background: #fff;
  line-height: 1.8;
  -webkit-text-size-adjust: none;
}

/* link */
a {
  text-decoration: none;
  color: #111;
}

a:hover {
  text-decoration: none;
  color: #111;
}

a img {
  background-color: rgba(255, 255, 255, 0.01);
}

a:hover img {
  opacity: 0.8;
}

/* clear */
.cf {
  zoom: 1;
}

.cf, .cf:before {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.clear {
  clear: both;
}

/* ul ol*/
ul, ol {
  margin: 0;
  padding: 0;
}

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

.svg_fff {
  fill: #fff;
}

.bgBlue {
  background: #F0F0F0;
}

input[type=text], input[type=email], input[type=tel], input[type=submit], input[type=button], textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
@font-face {
  font-family: "DIN Condensed Bold";
  font-style: normal;
  font-weight: normal;
  src: local("DIN Condensed Bold"), url("../fonts/DINCondensed-Bold.woff") format("woff");
}
/************************************************
	PC
************************************************ */
/************************************************
	汎用
************************************************ */
section {
  padding: 100px 0;
}

.inner {
  width: 1080px;
  margin: 0 auto;
  position: relative;
}

#goTop {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.8s ease, visibility 0.8s ease;
  transition: opacity 0.8s ease, visibility 0.8s ease;
}
#goTop.is-show {
  opacity: 1;
  visibility: visible;
}

.top_headline {
  margin-bottom: 110px;
  font-size: 60px;
  font-weight: bold;
  position: relative;
  color: #009944;
  text-align: center;
  letter-spacing: 0.1em;
}
.top_headline:after {
  content: "";
  width: 200px;
  height: 10px;
  background: #009944;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -20px;
}

.sub_headline {
  margin-bottom: 110px;
  font-size: 36px;
  font-weight: bold;
  position: relative;
  color: #009944;
  text-align: center;
  letter-spacing: 0.1em;
}
.sub_headline:after {
  content: "";
  width: 200px;
  height: 10px;
  background: #009944;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -20px;
}

/************************************************
	header
************************************************ */
#header .inner {
  height: 90px;
}
#header .h_contact a {
  background: #FDA034;
  padding: 15px;
  border-radius: 7px;
  display: block;
  position: relative;
}
#header .h_contact a span {
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  vertical-align: middle;
  display: inline-block;
  margin-left: 10px;
}
#header .h_contact a:before {
  content: "";
  background: transparent url("../images/ico_mail.svg") center center no-repeat;
  width: 30px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
}
#header .h_contact a:hover {
  background: #e27b02;
}

#h-lang {
  position: absolute;
  right: 180px;
}
#h-lang p {
  padding: 12px;
  border-radius: 5px;
  display: block;
  cursor: pointer;
  background: #ccc;
  color: #fff;
  margin-bottom: 0;
}
#h-lang dl {
  display: none;
  border: 1px solid #ccc;
  background: #fff;
  position: absolute;
  text-align: left;
  padding: 0 12px;
  z-index: 60;
}
#h-lang dl dt {
  display: none;
}
#h-lang dl dd {
  white-space: nowrap;
  padding: 12px 0;
  display: block;
  margin-bottom: 0;
}
#h-lang dl dd a {
  display: block;
  padding: 2px 40px 2px 12px;
}
#h-lang dl dd a:hover {
  background: #eee;
  border-radius: 5px;
}
#h-lang dl dd:not(:last-child) {
  border-bottom: 1px solid #ccc;
}

/************************************************
	mv sub
************************************************ */
/************************************************
	footer
************************************************ */
#footer {
  padding: 20px 0;
}
#footer .flogo {
  text-align: center;
}
#footer .information {
  margin-left: 100px;
  margin-top: 10px;
}
#footer .information h3 {
  font-weight: bold;
  font-size: 16px;
}
#footer .information h3:before {
  content: "";
  background: url(../images/ico_pdf.png) no-repeat;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: text-bottom;
  margin-right: 8px;
}
#footer .information > div > ul {
  padding-left: 2em;
}
#footer .information > div > ul li a {
  text-decoration: underline;
  font-size: 14px;
}
#footer .information > div > ul li a:hover {
  text-decoration: none;
}
#footer .information > div > ul li h4 {
  font-size: 15px;
  font-weight: bold;
  margin: 10px 0 0;
}
#footer .information > div > ul li .sub {
  margin-left: 1em;
}
#footer .information .report {
  margin-left: 40px;
}

.copy {
  text-align: center;
  font-size: 10px;
  color: #b5b5b5;
  margin-top: 40px;
}

/************************************************
	pager
************************************************ */
/************************************************
	table
************************************************ */
/************************************************
	tb
************************************************ */
@media screen and (max-width: 1080px) {
  .inner {
    width: 760px;
  }
}
/************************************************
	SP
************************************************ */
@media screen and (max-width: 768px) {
  /************************************************
  	汎用
  ************************************************ */
  body {
    font-size: 3.7vw;
  }
  section {
    padding: 50px 0;
  }
  .inner {
    width: 100%;
    padding: 0 15px;
  }
  .top_headline {
    margin-bottom: 60px;
    font-size: 7.4vw;
  }
  .top_headline:after {
    content: "";
    width: 26vw;
    height: 5px;
    background: #009944;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -20px;
  }
  .sub_headline {
    margin-bottom: 110px;
    font-size: 5.3vw;
    font-weight: bold;
    position: relative;
    color: #009944;
    text-align: center;
    letter-spacing: 0.1em;
  }
  .sub_headline:after {
    content: "";
    width: 200px;
    height: 5px;
    background: #009944;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -20px;
  }
  /************************************************
  	header
  ************************************************ */
  #header {
    height: 50px;
  }
  #header .inner {
    height: 100%;
  }
  #header .logo {
    width: 50%;
  }
  #header .h_contact a {
    padding: 7px 10px 8px;
  }
  #header .h_contact a:before {
    width: 20px;
    height: 15px;
    background-size: cover;
  }
  #header .h_contact a span {
    display: none;
  }
  #h-lang {
    right: 60px;
  }
  #h-lang p {
    padding: 7px;
  }
  #h-lang dl {
    padding: 0 10px;
    z-index: 60;
  }
  #h-lang dl dd {
    padding: 5px 0;
    display: block;
    margin-bottom: 0;
  }
  #h-lang dl dd a {
    display: block;
    padding: 8px 30px 8px 12px;
  }
  .gNavi {
    width: 100%;
    background: rgba(0, 153, 68, 0.95);
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: 0.3s all ease-out;
    transition: 0.3s all ease-out;
    overflow-y: auto;
    visibility: hidden;
  }
  .gNavi .close {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    display: block;
    z-index: 9999;
  }
  .gNavi .close:before {
    content: "";
    width: 2px;
    height: 60px;
    background: #fff;
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(45deg);
            transform: translateX(-50%) rotate(45deg);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  .gNavi .close:after {
    content: "";
    width: 2px;
    height: 60px;
    background: #fff;
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(-45deg);
            transform: translateX(-50%) rotate(-45deg);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  .gNavi ul {
    padding: 100px 0 0;
  }
  .gNavi ul li {
    border-top: 1px solid #fff;
  }
  .gNavi ul li:last-of-type {
    border-bottom: 1px solid #fff;
  }
  .gNavi ul li a {
    font-weight: bold;
    display: block;
    padding: 10px 20px;
    color: #fff;
  }
  .gNavi.open {
    opacity: 1;
    display: block;
    z-index: 9999;
    visibility: visible;
  }
  .gNavi.open ul li {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  #fixHeader {
    z-index: 9999;
    background: rgba(255, 255, 255, 0.65);
    position: absolute;
    width: 100%;
    padding: 0 10px;
  }
  #fixHeader.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
  }
  #fixHeader .logo {
    text-align: center;
    margin-bottom: 0;
  }
  #fixHeader .goHome {
    position: static;
    width: auto;
    margin-right: 10px;
  }
  #fixHeader .menuBtn {
    top: 10px;
  }
  .menuBtn {
    width: 30px;
    height: 30px;
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 20px;
  }
  .menuBtn span {
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    position: relative;
    width: 30px;
    height: 3px;
    background: #221714;
    display: inline-block;
  }
  .menuBtn span:before, .menuBtn span:after {
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    position: absolute;
    content: "";
    width: 30px;
    height: 3px;
    background: #221714;
    left: 0;
  }
  .menuBtn span:before {
    top: -9px;
  }
  .menuBtn span:after {
    bottom: -9px;
  }
  #overlay {
    display: none;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  #overlay.open {
    display: block;
    opacity: 1;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: transparent;
  }
  /************************************************
  	mv sub
  ************************************************ */
  .breadcrumb {
    background: none;
    padding: 10px 5px 10px;
    color: #666;
    font-size: 3.2vw;
  }
  .breadcrumb a, .breadcrumb span {
    color: #666;
    font-size: 3.2vw;
    position: relative;
  }
  .breadcrumb a:hover, .breadcrumb span:hover {
    text-decoration: underline;
  }
  .breadcrumb span {
    margin: 0 5px;
  }
  .breadcrumb .current {
    color: #666;
    font-size: 3.2vw;
  }
  /************************************************
  	footer
  ************************************************ */
  #footer {
    padding: 20px 0;
  }
  #footer .information {
    margin-left: 0;
    margin-top: 30px;
  }
  #footer .information h3 {
    font-size: 4.2vw;
  }
  #footer .information > div > ul {
    padding-left: 2em;
  }
  #footer .information > div > ul li a {
    font-size: 3.4vw;
  }
  #footer .information > div > ul li h4 {
    font-size: 3.7vw;
  }
  #footer .information > div > ul li .sub {
    margin-left: 1em;
  }
  #footer .information .report {
    margin-left: 0;
  }
  .copy {
    font-size: 10px;
    margin-top: 20px;
  }
  /************************************************
  	pager
  ************************************************ */
  #pager {
    padding: 60px 0 0;
  }
  #pager .wp-pagenavi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #pager .wp-pagenavi span, #pager .wp-pagenavi a {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 5px;
    border: 1px solid #009944;
    margin: 0 5px;
  }
  #pager .wp-pagenavi span.current {
    background: #009944;
    color: #fff;
  }
  #pager .wp-pagenavi a {
    background: #fff;
    color: #009944;
  }
  #pager .wp-pagenavi a:hover {
    background: #009944;
    color: #fff;
  }
}
@font-face {
  font-family: "DIN Condensed Bold";
  font-style: normal;
  font-weight: normal;
  src: local("DIN Condensed Bold"), url("../fonts/DINCondensed-Bold.woff") format("woff");
}
/************************************************
	PC
************************************************ */
.mvTop img {
  width: 100%;
  height: auto;
}

.topNav a {
  display: block;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 40px 0;
  position: relative;
}
.topNav a:after {
  content: "";
  background: url(../../images/ico_arrow.svg);
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.topNav a.kokoro {
  background: #009944;
}
.topNav a.kokoro:hover {
  background: #00cc5b;
}
.topNav a.message {
  background: #28BF6B;
}
.topNav a.message:hover {
  background: #42d885;
}
.topNav a.rekishi {
  background: #6DD36D;
}
.topNav a.rekishi:hover {
  background: #94df94;
}

.menuBtn {
  display: none;
}

.inportantSec .inner, .newsSec .inner {
  width: 840px;
  border-top: 1px solid #009944;
  border-bottom: 1px solid #009944;
  padding: 30px 0;
}
.inportantSec h2, .newsSec h2 {
  text-align: center;
  font-size: 28px;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}
.inportantSec dl, .newsSec dl {
  margin: 0;
}
.inportantSec dl dt, .newsSec dl dt {
  font-weight: normal;
}
.inportantSec dl dd, .newsSec dl dd {
  margin-left: 30px;
  margin-bottom: 0;
}
.inportantSec dl dd a, .newsSec dl dd a {
  font-weight: bold;
  color: #009944;
}

.inportantSec {
  padding: 80px 0 40px;
}

.newsSec {
  padding: 40px 0 0;
}

#rssseisaedfeed {
  width: 100%;
  height: 500px;
  overflow-y: auto;
}
#rssseisaedfeed ul {
  margin: 0;
  padding: 0px 0px 0px 0px;
  clear: both;
}
#rssseisaedfeed ul li {
  font-size: 90%;
  margin: 0;
  padding: 0px 0px 20px 0px;
  border-bottom: 1px solid #eeeeee;
  display: block;
  list-style: none;
}
#rssseisaedfeed ul li a {
  text-decoration: none;
  display: block;
  color: #009944;
}
#rssseisaedfeed ul li a:hover {
  color: #333333;
}
#rssseisaedfeed ul li img {
  margin: 0px 15px 10px 0px;
  float: left;
  width: 100px;
  height: auto;
}
#rssseisaedfeed ul li h3 {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 16px;
  line-height: 160%;
}
#rssseisaedfeed ul li p {
  margin: 5px 0px 3px 0px;
  font-size: 85%;
}

#topSec01 h2.genreTit {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 35px 0;
  margin-bottom: 0;
}
#topSec01 h2.genreTit small {
  font-size: 18px;
}
#topSec01 h2.genreTit .note {
  font-size: 16px;
  display: block;
  margin-top: 16px;
  font-weight: lighter;
}
#topSec01 h2.genreTit.univ {
  background: #7ECE74;
}
#topSec01 h2.genreTit.hs {
  background: #79BBDE;
}
#topSec01 h2.genreTit.jhs {
  background: #AF99D3;
}
#topSec01 h2.genreTit.kinder {
  background: #EBBD41;
}
#topSec01 h2.genreTit.other {
  background: #F08383;
}
#topSec01 h2.genreTit.sa {
  background: #F39800;
}
#topSec01 ul li {
  height: 380px;
  position: relative;
}
#topSec01 ul li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
#topSec01 ul li a span {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 20;
  display: inline-block;
  width: 100%;
}
#topSec01 ul li a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
  z-index: 10;
  -webkit-transition: 0.3s background ease;
  transition: 0.3s background ease;
}
#topSec01 ul li a:hover:before {
  background: rgba(0, 0, 0, 0.5);
}
#topSec01 ul li.daigaku {
  background: url(../../images/img_top_daigaku.jpg);
  background-size: cover;
}
#topSec01 ul li.daigakuin {
  background: url(../../images/img_top_daigakuin.jpg);
  background-size: cover;
}
#topSec01 ul li.kokusaihs {
  background: url(../../images/img_top_kokusaihs.jpg);
  background-size: cover;
}
#topSec01 ul li.seisahs {
  background: url(../../images/img_top_seisahs.jpg);
  background-size: cover;
}
#topSec01 ul li.seisajhs {
  background: url(../../images/img_top_seisajhs.jpg);
  background-size: cover;
}
#topSec01 ul li.nagoyajhs {
  background: url(../../images/img_top_nagoyajhs.jpg);
  background-size: cover;
}
#topSec01 ul li.momijijhs {
  background: url(../../images/img_top_momijijhs.jpg);
  background-size: cover;
}
#topSec01 ul li.peterpan {
  background: url(../../images/img_top_peterpan.jpg);
  background-size: cover;
}
#topSec01 ul li.aobadai {
  background: url(../../images/img_top_aobadai.jpg);
  background-size: cover;
}
#topSec01 ul li.smw {
  background: url(../../images/img_top_smw.jpg);
  background-size: cover;
}
#topSec01 ul li.seisaacademy {
  background: url(../../images/img_top_seisaacademy.jpg);
  background-size: cover;
  background-position: center;
}
#topSec01 ul li:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 70px;
  height: 70px;
  display: block;
  z-index: 99;
}
#topSec01 ul.univ li:after {
  background: url(../../images/link_corner_univ.png);
}
#topSec01 ul.hs li:after {
  background: url(../../images/link_corner_hs.png);
}
#topSec01 ul.jhs li:after {
  background: url(../../images/link_corner_jhs.png);
}
#topSec01 ul.kinder li:after {
  background: url(../../images/link_corner_kinder.png);
}
#topSec01 ul.other li:after {
  background: url(../../images/link_corner_other.png);
}
#topSec01 ul.sa li:after {
  background: url(../../images/link_corner_sa.png);
}

#topSec02 {
  padding: 140px 0 100px;
  border-bottom: 50px solid #F0F0F0;
}
#topSec02 .box {
  width: 680px;
  margin: 0 auto;
  height: 590px;
  padding: 70px 80px 0px 90px;
  position: relative;
}
#topSec02 .box .txtClm {
  position: relative;
  z-index: 10;
}
#topSec02 .box h3, #topSec02 .box p {
  letter-spacing: 0.1em;
  font-weight: bold;
}
#topSec02 .box h3 {
  font-size: 40px;
  margin-bottom: 40px;
}
#topSec02 .box p {
  font-size: 20px;
  line-height: 2;
  margin: 0;
}
#topSec02 .box:after {
  content: "";
  border: 3px solid #009944;
  width: 100%;
  height: 100%;
  position: absolute;
  left: -10px;
  top: -10px;
}
#topSec02 .box:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #DEF5ED url(../../images/bg_border.png);
  position: absolute;
  right: -10px;
  bottom: -10px;
  z-index: 0;
}

#topSec03 {
  padding: 100px 0;
  border-bottom: 50px solid #F0F0F0;
}
#topSec03 .top_headline {
  text-align: right;
  color: #28BF6B;
}
#topSec03 .top_headline:after {
  right: 0;
  left: auto;
  -webkit-transform: none;
          transform: none;
  background: #28BF6B;
}
#topSec03 .imgClm {
  margin-bottom: 50px;
}
#topSec03 .row > .imgClm .img {
  margin-bottom: 30px;
}
#topSec03 .row > .imgClm .txt {
  font-size: 18px;
  font-weight: bold;
}
#topSec03 .txtClm {
  padding-top: 60px;
}
#topSec03 .txtClm h3 {
  margin-bottom: 20px;
}
#topSec03 .txtClm .txt {
  line-height: 2.2;
  letter-spacing: 0.05em;
  font-size: 17px;
}

#topSec04 {
  padding: 100px 0;
}
#topSec04 .top_headline {
  text-align: left;
  color: #6DD36D;
}
#topSec04 .top_headline:after {
  left: 0;
  -webkit-transform: none;
          transform: none;
  background: #6DD36D;
}
#topSec04 h3 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 50px;
}
#topSec04 .txt {
  font-size: 18px;
  line-height: 2;
}
#topSec04 .historyBox {
  margin-top: 50px;
}
#topSec04 .historyBox h4.era {
  width: 130px;
  height: 130px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 130px;
          flex: 0 0 130px;
  border-radius: 50%;
  position: relative;
  background: #6DD36D;
}
#topSec04 .historyBox h4.era span {
  font-size: 30px;
  color: #fff;
  font-family: "DIN Condensed Bold";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 53%;
  top: 55%;
}
#topSec04 .historyBox:nth-of-type(2) h4.era {
  background: #52BF52;
}
#topSec04 .historyBox:nth-of-type(3) h4.era {
  background: #39AD39;
}
#topSec04 .historyBox:nth-of-type(4) h4.era {
  background: #239123;
}
#topSec04 .historyBox:nth-of-type(2n) {
  margin-left: 100px;
}
#topSec04 .historyBox .history {
  margin-left: 50px;
}
#topSec04 .historyBox .history th {
  font-family: "DIN Condensed Bold";
  font-size: 20px;
  padding-top: 15px;
  vertical-align: top;
  line-height: 1.5;
}
#topSec04 .historyBox .history td {
  padding-left: 30px;
  padding-top: 15px;
  line-height: 1.5;
}

#footerBnr {
  margin: 0;
  padding: 40px 15px;
  background: #EFEFEF;
}
#footerBnr .col:nth-of-type(n+5) {
  margin-top: 20px;
}

/************************************************
	SP
************************************************ */
@media screen and (max-width: 768px) {
  .topNav a {
    font-size: 4.8vw;
    padding: 0;
    height: 110px;
  }
  .topNav a span {
    line-height: 1.2;
    text-align: center;
    display: block;
    width: 100%;
    position: absolute;
    top: 25px;
  }
  .topNav a:after {
    top: auto;
    -webkit-transform: translate(-50%, 0) rotate(90deg);
            transform: translate(-50%, 0) rotate(90deg);
    right: auto;
    left: 50%;
    bottom: 20px;
    width: 15px;
    height: 15px;
    background-size: cover;
  }
  .topNav li:nth-of-type(1) a span {
    top: 35px;
  }
  .inportantSec, .newsSec {
    padding: 40px 5.3vw;
  }
  .inportantSec .inner, .newsSec .inner {
    width: 100%;
    padding: 20px 0;
  }
  .inportantSec h2, .newsSec h2 {
    font-size: 5.3vw;
    margin-bottom: 20px;
  }
  .inportantSec dl, .newsSec dl {
    padding: 0 10px;
  }
  .inportantSec dl dd, .newsSec dl dd {
    margin: 0;
  }
  .inportantSec {
    padding: 40px 5.3vw 0;
  }
  .newsSec {
    padding: 40px 5.3vw 0;
  }
  #rssseisaedfeed {
    width: 100%;
    height: 300px;
    overflow-y: auto;
  }
  #rssseisaedfeed ul li {
    font-size: 100%;
  }
  #rssseisaedfeed ul li h3 {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 100%;
    line-height: 160%;
  }
  #topSec01 h2.genreTit {
    font-size: 6.4vw;
    padding: 20px 5.3vw;
  }
  #topSec01 h2.genreTit small {
    font-size: 4.2vw;
  }
  #topSec01 ul li {
    height: 193px;
  }
  #topSec01 ul li a span {
    font-size: 6.8vw;
  }
  #topSec01 ul li.seisahs {
    background: url(../../images/img_top_seisahs_sp.jpg);
    background-size: cover;
  }
  #topSec01 ul li.seisajhs {
    background-size: cover;
  }
  #topSec01 ul li.nagoyajhs {
    background-position: bottom;
  }
  #topSec01 ul li.momijijhs {
    background-position: center 50%;
  }
  #topSec01 ul li.smw {
    background-position: 50% center;
  }
  #topSec02 {
    padding: 50px 0 50px;
    border-bottom: 30px solid #F0F0F0;
  }
  #topSec02 .box {
    width: 96%;
    height: auto;
    padding: 10.6vw 4.4vw 10.6vw 6.4vw;
  }
  #topSec02 .box h3 {
    font-size: 5.3vw;
    margin-bottom: 30px;
  }
  #topSec02 .box p {
    font-size: 3.7vw;
    letter-spacing: 0.05em;
  }
  #topSec02 .box:after {
    border: 2px solid #009944;
    left: -1.5vw;
    top: -1.5vw;
  }
  #topSec02 .box:before {
    background: #DEF5ED url(../../images/bg_border.png);
    background-size: 10%;
    right: -1.5vw;
    bottom: -1.5vw;
  }
  #topSec03 {
    padding: 50px 0;
    border-bottom: 30px solid #F0F0F0;
  }
  #topSec03 .top_headline {
    text-align: center;
  }
  #topSec03 .top_headline:after {
    right: auto;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #topSec03 .imgClm {
    margin-bottom: 30px;
  }
  #topSec03 .row > .imgClm .img {
    margin-bottom: 30px;
  }
  #topSec03 .row > .imgClm .txt {
    font-size: 3.7vw;
  }
  #topSec03 .txtClm {
    padding-top: 0;
  }
  #topSec03 .txtClm h3 {
    margin-bottom: 10px;
    width: 40%;
  }
  #topSec03 .txtClm .txt {
    line-height: 2;
    font-size: 3.7vw;
  }
  #topSec04 {
    padding: 50px 0;
  }
  #topSec04 .top_headline {
    text-align: center;
  }
  #topSec04 .top_headline:after {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #topSec04 h3 {
    font-size: 5.3vw;
    margin-bottom: 30px;
  }
  #topSec04 .txt {
    font-size: 3.7vw;
  }
  #topSec04 .historyBox {
    margin-top: 50px;
  }
  #topSec04 .historyBox h4.era {
    width: 70px;
    height: 70px;
    margin: 0 auto;
  }
  #topSec04 .historyBox h4.era span {
    font-size: 24px;
  }
  #topSec04 .historyBox:nth-of-type(2) h4.era {
    background: #52BF52;
  }
  #topSec04 .historyBox:nth-of-type(3) h4.era {
    background: #39AD39;
  }
  #topSec04 .historyBox:nth-of-type(4) h4.era {
    background: #239123;
  }
  #topSec04 .historyBox:nth-of-type(2n) {
    margin-left: 0;
  }
  #topSec04 .historyBox .history {
    margin-left: 0;
  }
  #topSec04 .historyBox .history th {
    font-size: 18px;
    padding-top: 10px;
  }
  #topSec04 .historyBox .history td {
    padding-left: 30px;
    padding-top: 10px;
  }
  #footerBnr {
    margin: 0;
    padding: 40px 15px;
    background: #EFEFEF;
  }
  #footerBnr .col:nth-of-type(n+2) {
    margin-top: 20px;
  }
}
@font-face {
  font-family: "DIN Condensed Bold";
  font-style: normal;
  font-weight: normal;
  src: local("DIN Condensed Bold"), url("../fonts/DINCondensed-Bold.woff") format("woff");
}
/************************************************
	PC
************************************************ */
p.form_attention {
  text-align: center;
  margin-bottom: 50px;
}

.formSec {
  padding: 40px;
}
.formSec .formTable {
  width: 100%;
}
.formSec .formTable th, .formSec .formTable td {
  padding: 15px 20px;
}
.formSec .formTable th.tit {
  background: #bbebbb;
  color: #009944;
  font-size: 18px;
}
.formSec .formTable td span.wpcf7-form-control-wrap {
  display: block;
}
.formSec .formTable td input[type=text], .formSec .formTable td input[type=email], .formSec .formTable td select, .formSec .formTable td textarea {
  padding: 10px;
  border: 1px solid #ccc;
}
.formSec .formTable td input[type=text], .formSec .formTable td input[type=email], .formSec .formTable td textarea {
  width: 100%;
}
.formSec .formTable td input[type=text]#last_name {
  width: 41.5%;
  margin: 0 8% 0 2%;
}
.formSec .formTable td input[type=text]#first_name {
  width: 41.5%;
  margin: 0 0 0 2%;
}
.formSec .formTable td input[type=text].zip {
  width: 20%;
}
.formSec .formTable td select {
  width: 30%;
}
.formSec .presubmit {
  text-align: center;
  margin-top: 60px;
  font-weight: bold;
}
.formSec .btnArea {
  text-align: center;
}
.formSec .btnArea input {
  border: none;
  background: #009944;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  width: 400px;
  padding: 15px;
}
.formSec .btnArea input:hover {
  background: #00662d;
}

#thanksSec01 {
  margin-bottom: 200px;
}
#thanksSec01 p {
  text-align: center;
}

/************************************************
	SP
************************************************ */
@media screen and (max-width: 768px) {
  p.form_attention {
    margin-bottom: 40px;
  }
  .formSec {
    padding: 0;
  }
  .formSec .formTable {
    width: 100%;
  }
  .formSec .formTable th, .formSec .formTable td {
    display: block;
  }
  .formSec .formTable th {
    padding: 10px 10px 0;
  }
  .formSec .formTable th.tit {
    font-size: 4.2vw;
    padding: 10px;
  }
  .formSec .formTable td {
    padding: 0 10px 10px;
  }
  .formSec .formTable td textarea {
    margin-top: 10px;
    height: 250px;
  }
  .formSec .formTable td input[type=text]#last_name {
    width: 90%;
    margin: 0 0 0 2%;
  }
  .formSec .formTable td input[type=text]#first_name {
    width: 90%;
    margin: 5px 0 0 2%;
  }
  .formSec .formTable td input[type=text].zip {
    width: 50%;
  }
  .formSec .formTable td select {
    width: 100%;
  }
  .formSec .btnArea input {
    font-size: 20px;
    width: 100%;
    max-width: 400px;
  }
}