.korokoro {
  animation: korokoro 5.5s linear infinite;
}

@keyframes korokoro {
  0% {
    transform: translate(0%, 0%);
  }
  5% {
    transform: translate(10%, 0%) rotate(10deg);
  }
  25% {
    transform: translate(20%, 0%) rotate(20deg);
  }
  30% {
    transform: translate(-10%, 0%) rotate(-10deg);
  }
  35% {
    transform: translate(-15%, 0%) rotate(-15deg);
  }
  45% {
    transform: translate(10%, 0%) rotate(10deg);
  }
  50% {
    transform: translate(15%, 0%) rotate(15deg);
  }
  60% {
    transform: translate(-5%, 0%) rotate(-5deg);
  }
  65% {
    transform: translate(-7%, 0%) rotate(-7deg);
  }
  75% {
    transform: translate(0%, 0%) rotate(0deg);
  }
  100% {
    transform: translate(0%, 0%) rotate(0deg);
  }
}
.poyon {
  animation: poyon 2.1s linear infinite;
}

@keyframes poyon {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  30% {
    transform: scale(1, 1) translate(0%, -5%);
  }
  60% {
    transform: scale(1, 1) translate(0%, -10%);
  }
  70% {
    transform: scale(1, 1) translate(0%, -5%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}
.mrgtopM {
  margin-top: 3em;
}

#sptop img {
  max-width: 100%;
  margin-bottom: 15px;
}

.topspace .inner {
  width: 100%;
  height: 3em;
  background-color: white;
}

.contentsTop {
  width: 100%;
  min-width: 1000px;
  min-height: 50px;
  background-color: white;
}
@media screen and (max-width: 768px) {
  .contentsTop {
    min-width: 100%;
  }
}
.contentsTop .inner {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 1000px;
}
@media screen and (max-width: 768px) {
  .contentsTop .inner {
    width: 100%;
  }
}
.contentsTop .inner .arrow {
  text-align: center;
  margin: 25px 0 80px 0;
}
@media screen and (max-width: 768px) {
  .contentsTop .inner .arrow {
    margin: 20px;
  }
}
.contentsTop .inner #textBox {
  width: 1000px;
  height: 20px;
  position: absolute;
  text-align: center;
  font-size: 38px;
  font-weight: bold;
  color: white;
}
@media screen and (max-width: 768px) {
  .contentsTop .inner #textBox {
    width: 100%;
  }
}
.contentsTop .inner #textBox p {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  text-shadow: black 2px 0px 2px, black -2px 0px 2px, black 0px -2px 2px, black -2px 0px 2px, black 2px 2px 2px, black -2px 2px 2px, black 2px -2px 2px, black -2px -2px 2px, black 1px 2px 2px, black -1px 2px 2px, black 1px -2px 2px, black -1px -2px 2px, black 2px 1px 2px, black -2px 1px 2px, black 2px -1px 2px, black -2px -1px 2px, black 1px 1px 2px, black -1px 1px 2px, black 1px -1px 2px, black -1px -1px 2px;
}
.contentsTop .inner #arrowbox {
  width: 1000px;
  height: 20px;
  position: absolute;
  text-align: center;
  margin-top: 50px;
}
.contentsTop .inner .contents1 img {
  max-width: 100%;
}
.contentsTop .inner .contents1 .detail {
  position: relative;
}
.contentsTop .inner .contents1 .detail .no {
  background-image: url("../img/common/headitem3.png");
  background-repeat: no-repeat;
  width: 65px;
  height: 161px;
  position: absolute;
  top: 0;
  left: 0;
}
.contentsTop .inner .contents1 .detail .no p {
  margin: 0;
  padding: 0;
  position: relative;
  font-size: 32px;
  color: #00a497;
  top: 70px;
  left: 14px;
}
.contentsTop .inner .contents1 .detail .textBox {
  width: calc(100% - 90px);
  margin-left: 90px;
}
.contentsTop .inner .contents1 .detail .textBox h1 {
  margin: 12px 0 10px 0;
  padding: 0;
  line-height: 1;
  font-size: 19px;
  color: #00a497;
}
@media screen and (max-width: 768px) {
  .contentsTop .inner .contents1 .detail .textBox h1 {
    margin: 12px;
  }
  .contentsTop .inner .contents1 .detail .textBox h1 br {
    display: none;
  }
}
.contentsTop .inner .contents1 .detail .textBox .text {
  margin: 0 85px 0 0;
  font-size: 14.5px;
  line-height: 1.3em;
}
@media screen and (max-width: 768px) {
  .contentsTop .inner .contents1 .detail .textBox .text {
    margin: 0;
  }
}
.contentsTop .inner .contents1 .detail .textBox .detailBtn {
  position: relative;
  margin: 0;
  padding: 0;
  background-image: url(../img/common/detailbtn.png);
  background-repeat: no-repeat;
  width: 154px;
  height: 35px;
  margin-left: 53%;
  margin-top: 20px;
}
.contentsTop .inner .contents1 .detail .textBox .detailBtn:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .contentsTop .inner .contents1 .detail .textBox .detailBtn {
    margin-left: 30%;
    padding-bottom: 20px;
    margin-top: 15px;
  }
}
.contentsTop .inner .contents1 .detail .textBox .detailBtn .linkText {
  margin: 0;
  padding: 0;
}
.contentsTop .inner .contents1 .detail .textBox .detailBtn .linkText a {
  font-size: 13px;
  color: white;
  text-decoration: none;
  position: relative;
  top: 6px;
  left: 33px;
}

.contents {
  width: 100%;
  min-width: 1000px;
  min-height: 50px;
}
@media screen and (max-width: 768px) {
  .contents {
    min-width: 100%;
  }
}
.contents .innerTop {
  background-color: white;
  width: 100%;
  padding-top: 120px;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .contents .innerTop {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.contents .innerTop .wrap {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 1000px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contents .innerTop .wrap {
    width: 100%;
  }
}
.contents .innerTop .wrap h2 {
  font-size: 35px;
  line-height: 1;
  margin: 0;
  padding: 0;
  font-weight: normal;
  letter-spacing: 15px;
}
@media screen and (max-width: 768px) {
  .contents .innerTop .wrap h2 {
    font-size: 20px;
    letter-spacing: 5px;
  }
}
.contents .innerTop .wrap h2:before {
  content: url(../img/common/headitem1.png);
  margin: 10px;
  position: relative;
  top: 8px;
}
.contents .innerTop .wrap h3 {
  font-size: 27px;
  line-height: 1;
  margin: 30px 0 0 0;
  padding: 0;
  font-weight: normal;
  letter-spacing: 3px;
}
@media screen and (max-width: 768px) {
  .contents .innerTop .wrap h3 {
    font-size: 16px;
  }
}
.contents .inner {
  width: 100%;
  padding-top: 45px;
  padding-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .contents .inner {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.contents .inner .wrap {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 1000px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contents .inner .wrap {
    width: 100%;
  }
}
.contents .inner .wrap .head h2 {
  font-size: 25px;
  line-height: 1;
  margin: 0;
  padding: 0;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .contents .inner .wrap .head h2 {
    font-size: 16px;
    margin: 2em;
  }
}
.contents .inner .wrap .head p {
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .contents .inner .wrap .head p {
    text-align: left;
    margin: auto 2em auto 2em;
  }
  .contents .inner .wrap .head p br {
    display: none;
  }
}
.contents .inner .wrap .body .fig {
  margin: 30px 0 20px 0;
}
.contents .inner .wrap .body .fig img {
  max-width: 100%;
}
.contents .inner .wrap .body h3 {
  font-size: 16px;
  line-height: 1;
  margin: 0;
  padding: 0;
  font-weight: bold;
}
.contents .inner .wrap .body p {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .contents .inner .wrap .body.box3 {
    padding: 0;
  }
}
.contents .inner .wrap .body.box3 .box {
  margin: 15px;
}
.contents .inner .wrap .body.box3 .box a {
  text-decoration: none;
  color: black;
}
@media screen and (max-width: 768px) {
  .contents .inner .wrap .body.box2 {
    padding: 0;
  }
}
.contents .inner .wrap .body.box2 .box {
  margin: 14px;
}
.contents .inner .wrap .body.box2 .box a {
  text-decoration: none;
  color: black;
}
.contents .inner.promo {
  background-color: rgba(187, 255, 227, 0.82);
}
.contents .inner.promo h2 {
  color: #029d98;
  text-shadow: 2px  2px 3px #f0f0f0, -2px  2px 3px #f0f0f0, 2px -2px 3px #f0f0f0, -2px -2px 3px #f0f0f0;
}
.contents .inner.promo h3 {
  color: #029d98;
  text-shadow: white 0 0 3px;
}
.contents .inner.support {
  background-color: rgba(204, 255, 253, 0.82);
}
.contents .inner.support h2 {
  color: #0879d9;
  text-shadow: 2px  2px 3px #f0f0f0, -2px  2px 3px #f0f0f0, 2px -2px 3px #f0f0f0, -2px -2px 3px #f0f0f0;
}
.contents .inner.support h3 {
  color: #0879d9;
  text-shadow: white 0 0 3px;
}
.contents .inner.person {
  background-color: rgba(255, 242, 234, 0.8);
}
.contents .inner.person h2 {
  color: #e3637f;
  text-shadow: 2px  2px 3px #f0f0f0, -2px  2px 3px #f0f0f0, 2px -2px 3px #f0f0f0, -2px -2px 3px #f0f0f0;
}
.contents .inner.person h3 {
  color: #e3637f;
  text-shadow: white 0 0 3px;
}
.contents .inner.field {
  background-color: rgba(227, 203, 236, 0.7);
}
.contents .inner.field h2 {
  color: #a356c0;
  text-shadow: 2px  2px 3px #f0f0f0, -2px  2px 3px #f0f0f0, 2px -2px 3px #f0f0f0, -2px -2px 3px #f0f0f0;
}
.contents .inner.field h3 {
  color: #a356c0;
  text-shadow: white 0 0 3px;
}

.contentsField {
  width: 100%;
  min-width: 1000px;
  min-height: 50px;
}
@media screen and (max-width: 768px) {
  .contentsField {
    min-width: 100%;
  }
}
.contentsField .innerTop {
  background-color: white;
  width: 100%;
  padding-top: 120px;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .contentsField .innerTop {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.contentsField .innerTop .wrap {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 1000px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contentsField .innerTop .wrap {
    width: 100%;
  }
}
.contentsField .innerTop .wrap h2 {
  font-size: 35px;
  line-height: 1;
  margin: 0;
  padding: 0;
  font-weight: normal;
  letter-spacing: 15px;
}
@media screen and (max-width: 768px) {
  .contentsField .innerTop .wrap h2 {
    font-size: 20px;
    letter-spacing: 5px;
    margin-top: 30px;
  }
}
.contentsField .innerTop .wrap h2:after {
  content: url(../img/common/headitem2.png);
  margin: 10px;
  position: relative;
  top: -18px;
}
@media screen and (max-width: 768px) {
  .contentsField .innerTop .wrap h2:after {
    content: url(../img/common/headitem2s.png);
  }
}
.contentsField .inner {
  width: 100%;
  padding-top: 45px;
  padding-bottom: 35px;
  background-color: white;
}
@media screen and (max-width: 768px) {
  .contentsField .inner {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.contentsField .inner .wrap {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 1000px;
}
@media screen and (max-width: 768px) {
  .contentsField .inner .wrap {
    width: 100%;
  }
}
.contentsField .inner .wrap .head h2 {
  font-size: 25px;
  line-height: 1;
  margin: 0;
  padding: 0;
  font-weight: bold;
}
.contentsField .inner .wrap .head p {
  font-size: 13px;
}
.contentsField .inner .wrap .body .fig {
  margin: 0 0 20px 0;
}
.contentsField .inner .wrap .body .fig img {
  max-width: 100%;
  width: 100%;
}
.contentsField .inner .wrap .body h3 {
  font-size: 16px;
  line-height: 1;
  margin: 0;
  padding: 0 1em 0 1em;
  font-weight: bold;
  color: #00a497;
}
.contentsField .inner .wrap .body h4 {
  font-size: 15px;
  line-height: 1;
  margin: 0.5em 1em 0 1em;
  padding: 0 0 8px 0;
  font-weight: bold;
  color: #8a8a8a;
  border-bottom: 2px solid #8a8a8a;
}
.contentsField .inner .wrap .body p {
  color: #8a8a8a;
  margin: 0.5em 1em 0 1em;
  font-size: 14px;
}
.contentsField .inner .wrap .body.box3 {
  padding: 0 1em 0 1em;
}
.contentsField .inner .wrap .body.box3 .boxwrap {
  margin: 15px;
  border: 5px solid #00a497;
  position: relative;
  padding-bottom: 80px;
}
.contentsField .inner .wrap .body.box3 .boxwrap .box a {
  text-decoration: none;
  color: black;
}
.contentsField .inner .wrap .body.box3 .boxBottom {
  position: absolute;
  bottom: 15px;
  width: 100%;
}
.contentsField .inner .wrap .body.box3 .boxBottom .detailBtn {
  position: relative;
  margin: 0 auto 0 auto;
  padding: 0;
  background-image: url(../img/common/detailbtn.png);
  background-repeat: no-repeat;
  width: 154px;
  height: 35px;
}
.contentsField .inner .wrap .body.box3 .boxBottom .detailBtn:hover {
  opacity: 0.8;
}
.contentsField .inner .wrap .body.box3 .boxBottom .detailBtn .linkText {
  margin: 0;
  padding: 0;
}
.contentsField .inner .wrap .body.box3 .boxBottom .detailBtn .linkText a {
  font-size: 13px;
  color: white;
  text-decoration: none;
  position: relative;
  top: 6px;
  left: 33px;
}

.contentsNew {
  width: 100%;
  min-width: 1000px;
  min-height: 50px;
}
@media screen and (max-width: 768px) {
  .contentsNew {
    min-width: 100%;
  }
}
.contentsNew .innerTop {
  background-color: white;
  width: 100%;
  padding-top: 120px;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .contentsNew .innerTop {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.contentsNew .innerTop .wrap {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 1000px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contentsNew .innerTop .wrap {
    width: 100%;
  }
}
.contentsNew .innerTop .wrap h2 {
  font-size: 35px;
  line-height: 1;
  margin: 0;
  padding: 0;
  font-weight: normal;
  letter-spacing: 15px;
}
@media screen and (max-width: 768px) {
  .contentsNew .innerTop .wrap h2 {
    font-size: 20px;
    letter-spacing: 5px;
    margin-top: 30px;
  }
}
.contentsNew .innerTop .wrap h2:before {
  content: url(../img/common/headitem1.png);
  margin: 10px;
  position: relative;
  top: -18px;
}
@media screen and (max-width: 768px) {
  .contentsNew .innerTop .wrap h2:before {
    content: url(../img/common/headitem1s.png);
  }
}
.contentsNew .inner {
  width: 100%;
  padding-top: 45px;
  padding-bottom: 35px;
  background-color: white;
}
@media screen and (max-width: 768px) {
  .contentsNew .inner {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.contentsNew .inner .wrap {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 1000px;
}
@media screen and (max-width: 768px) {
  .contentsNew .inner .wrap {
    width: 100%;
  }
}
.contentsNew .inner .wrap dl {
  width: 78%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .contentsNew .inner .wrap dl {
    width: 90%;
    font-size: 12px;
    margin: auto 10px auto 10px;
  }
}
.contentsNew .inner .wrap dt {
  float: left;
}
.contentsNew .inner .wrap dd {
  margin-left: 80px;
  margin-bottom: 1em;
}

.contentsNew .inner .wrap .new_archive{
  width: 78%;
  margin: auto;
  font-size: 0.8em;
  font-weight: bold;
  text-align: right;
}



#wrapper_video {
  min-height: 720px !important;
  margin-top: 100px;
}


/*181130*/
.topVideo {
  width:100%;
  height:auto;
  position:relative;
  z-index: 2;
}
.topVideo .wrapVideo{
  position:fixed;
  top:100px;
}
.topVideo video {
  position: relative;
  right: 0;
  bottom: 0;
  min-width: 100%;
  width: 100%;
  height: auto;
  z-index: -100;
}
.topContent {
  position: relative;
  z-index: 100;
  transition: all 0.6s ease-out;
}
@media screen and (max-width: 768px) {
	.topContent {
	  z-index: 0;
	}
}

.Anniversary{
	text-align: center;
	margin: 50px auto 120px auto;
}

@media screen and (max-width: 768px) {
.Anniversary{
	text-align: center;
	margin: 10vw auto 5vw auto;
}
}


/*# sourceMappingURL=top.css.map */
