@charset "utf-8";

body {
    background-color: #ffffff;
    color: #333333;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "MS Pゴシック", "MS PGothic", sans-serif;
    font-size: 1em;
    line-height: 1.5em;
}

h1, h2, h3, h4, h5, p {
    margin: 0;
    padding: 0;
}

header {
    width: 100%;
    height: 100px
}

#container{
    position: relative;
}

p.gotop{
    position: fixed;
    right: 5%;
        bottom: 0;
    background-color: limegreen;
    padding-bottom: 10px;
}
p.gotop a{
    width: 75px;
    height: 75px;
    display: block;
    text-decoration: none;
    font-size: 20px;
    color: white;
    font-weight: 300;
}


header .inner {
    width: 1100px;
    margin: 0 auto;
    padding: 50px 0;
}

header .logo {
    width: 980px;
    margin: 0 auto;
    margin-bottom: -50px;
    float: center;
}

header .inner ul li {
    list-style-type: none;
    float: left;
    font-size: 0.875em;
    margin-right: 20px;
    text-align: center;
    min-width: 5px;
}

header .inner .menu {
    margin-left: 15px;
}

header .inner ul li a {
    color: white;
    text-decoration: none;
}

header .inner ul li a:hover {
   color: orange;
}

.inner .home li {
  display: inline-block;
  width: 130px;
  height:50px;
  text-align: center;
  background-color: darkgreen;
  font-size: 14px;
  line-height: 52px;
  color: orange;
  text-decoration: none;
  font-weight: bold;
  border: 2px solid darkgreen;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.inner ul li:after{
  width: 100%;
  height: 0;
  content:"";
  position: absolute;
  top: 50%;
  left: 50%;
  background : #FFF;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transition: .2s;
  z-index: -1;
}
.inner ul li:hover{
  color: orange;
}
.inner ul li:hover:after{
  height: 240%;
  opacity: 1;
}
.inner ul li:active:after{
  height: 340%;
  opacity: 1;
}

.inner .kiso li {
  display: inline-block;
  width: 140px;
  height:50px;
  text-align: center;
  background-color: green;
  font-size: 14px;
  line-height: 52px;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  border: 2px solid green;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.inner ul li:after{
  width: 100%;
  height: 0;
  content:"";
  position: absolute;
  top: 50%;
  left: 50%;
  background : #FFF;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transition: .2s;
  z-index: -1;
}
.inner ul li:hover{
  color: orange;
}
.inner ul li:hover:after{
  height: 240%;
  opacity: 1;
}
.inner ul li:active:after{
  height: 340%;
  opacity: 1;
}

.kiso .first {
    position: relative;
}

.first .second{
    position: absolute;
    top: 40px;
    width: 100%;
    background: #072A24;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.first:hover  .second {
    top: 50px;
    visibility: visible;
    opacity: 1;
}


.inner .syoku li {
  display: inline-block;
  width: 140px;
  height:50px;
  text-align: center;
  background-color: limegreen;
  font-size: 14px;
  line-height: 52px;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  border: 2px solid limegreen;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.inner ul li:after{
  width: 100%;
  height: 0;
  content:"";
  position: absolute;
  top: 50%;
  left: 50%;
  background : #FFF;
  opacity: 0;
  transform: translateX(-70%) translateY(-70%) rotate(45deg);
  transition: .2s;
  z-index: -1;
}
.inner ul li:hover{
  color: orange;
}
.inner ul li:hover:after{
  height: 240%;
  opacity: 1;
}
.inner ul li:active:after{
  height: 340%;
  opacity: 1;
}

.syoku .first {
    position: relative;
}

.first .second{
    position: absolute;
    top: 40px;
    width: 100%;
    background: #072A24;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.first:hover  .second {
    top: 50px;
    visibility: visible;
    opacity: 1;
}


.inner .sekai li {
  display: inline-block;
  width: 170px;
  height:50px;
  text-align: center;
  background-color: greenyellow;
  font-size: 14px;
  line-height: 52px;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  border: 2px solid greenyellow;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.inner ul li:after{
  width: 100%;
  height: 0;
  content:"";
  position: absolute;
  top: 50%;
  left: 50%;
  background : #FFF;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transition: .2s;
  z-index: -1;
}
.inner ul li:hover{
  color: orange;
}
.inner ul li:hover:after{
  height: 240%;
  opacity: 1;
}
.inner ul li:active:after{
  height: 340%;
  opacity: 1;
}

.sekai .first {
    position: relative;
}

.first .second{
    position: absolute;
    top: 40px;
    width: 100%;
    background: #072A24;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.first:hover  .second {
    top: 50px;
    visibility: visible;
    opacity: 1;
}

.inner .taiken li {
  display: inline-block;
  width: 150px;
  height:50px;
  text-align: center;
  background-color: gold;
  font-size: 14px;
  line-height: 52px;
  color: black;
  text-decoration: none;
  font-weight: bold;
  border: 2px solid gold;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.inner ul li:after{
  width: 100%;
  height: 0;
  content:"";
  position: absolute;
  top: 50%;
  left: 50%;
  background : #FFF;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transition: .2s;
  z-index: -1;
}
.inner ul li:hover{
  color: orange;
}
.inner ul li:hover:after{
  height: 240%;
  opacity: 1;
}
.inner ul li:active:after{
  height: 340%;
  opacity: 1;
}

.taiken .first {
    position: relative;
}

.first .second{
    position: absolute;
    top: 40px;
    width: 100%;
    background: #072A24;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.first:hover  .second {
    top: 50px;
    visibility: visible;
    opacity: 1;
}


.inner .kangaeyou li {
  display: inline-block;
  width: 130px;
  height:50px;
  text-align: center;
  background-color: orange;
  font-size: 14px;
  line-height: 52px;
  color: black;
  text-decoration: none;
  font-weight: bold;
  border: 2px solid orange;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.inner ul li:after{
  width: 100%;
  height: 0;
  content:"";
  position: absolute;
  top: 50%;
  left: 50%;
  background : #FFF;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transition: .2s;
  z-index: -1;
}
.inner ul li:hover{
  color: orange;
}
.inner ul li:hover:after{
  height: 240%;
  opacity: 1;
}
.inner ul li:active:after{
  height: 340%;
  opacity: 1;
}

.kangaeyou .first {
    position: relative;
}

.first .second{
    position: absolute;
    top: 40px;
    width: 100%;
    background: #072A24;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.first:hover  .second {
    top: 50px;
    visibility: visible;
    opacity: 1;
}


.inner .eigo li {
  display: inline-block;
  width: 140px;
  height:50px;
  text-align: center;
  background-color: orangered;
  font-size: 14px;
  line-height: 52px;
  color: black;
  text-decoration: none;
  font-weight: bold;
  border: 2px solid orangered;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.inner ul li:after{
  width: 100%;
  height: 0;
  content:"";
  position: absolute;
  top: 50%;
  left: 50%;
  background : #FFF;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transition: .2s;
  z-index: -1;
}
.inner ul li:hover{
  color: orange;
}
.inner ul li:hover:after{
  height: 240%;
  opacity: 1;
}
.inner ul li:active:after{
  height: 340%;
  opacity: 1;
}

.eigo .first {
    position: relative;
}

.first .second{
    position: absolute;
    top: 40px;
    width: 100%;
    background: #072A24;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.first:hover  .second {
    top: 50px;
    visibility: visible;
    opacity: 1;
}

main .kihon .know {
    width: 960px;
    margin: 0 auto;
}

main .kihon .know {
    width: 960px;
    margin: 0 auto;
}


main .kihon nav ul li {
    list-style-type: none;
    float: left;
    font-size: 0.875em;
    margin-right: 20px;
    text-align: center;
    min-width: 5px;
}

header .inner ul li:last-child {
    margin-right: 0;
}

a.tj-btn-1 {
   position:relative;
   text-align:center;
   display:inline-block;
   margin:10px 0;
   padding:.6em 2em .6em 1em;
   font-size:15px;
   font-weight:bold;
   line-height:1.3em;
   text-decoration:none;
   color:black;
   background:orange;
    transition: .4s;
}

a.tj-btn-1:after{
   position:absolute;
   top:50%;
   right:.5em;
   transform: translateY(-50%);
   content: "≫";
   animation:infinite movearrow 1.5s ;
}

a.tj-btn-1:hover {
  background: orangered;
  color: white;
}


@keyframes movearrow {
   0%{margin:0 15px 0 -15px;opacity:.3;}
}




main .botan ul li:last-child {
    margin-right: 0;
}

main .botan ul li {
    list-style-type: none;
    float: left;
    font-size: 0.875em;
    margin-right: 20px;
    text-align: center;
    min-width: 5px;
}


main .modoru {
    float: left;
}

main .susumu {
    float: right;
}
footer {
    background-color: green;
}

footer a{
    text-decoration: none;
    color: white;
}

footer a:hover{
    color: gold;
}

footer a:visited{
    color: deepskyblue;
}


footer h2{
    color: white;
}
main .rekisi h2 {
  position: relative;
  padding: 13px 26px 5px 42px;
  background-color: paleturquoise;
  font-size: 30px;
  color: #2d2d2d;
  margin-left: -33px;
  line-height: 1.3;
  border-bottom: solid 3px blue;
  z-index:-2;
  color: blue;
}

main .rekisi h2:before {
  position: absolute;
  content: '';
  left: -2px;
  top: -2px;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 40px white;
  border-bottom: solid 79px transparent;
  z-index: -1;
}

main .rekisi h2:after {
  position: absolute;
  content: '';
  right: -3px;
  top: -7px;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 40px transparent;
  border-bottom: solid 79px white;
  z-index: -1;
}

main .syurui h2 {
  position: relative;
  padding: 13px 26px 5px 42px;
  background-color: palegreen;
  font-size: 30px;
  color: #2d2d2d;
  margin-left: -33px;
  line-height: 1.3;
  border-bottom: solid 3px green;
  z-index:-2;
  color: green;
}

main .syurui h2:before {
  position: absolute;
  content: '';
  left: -2px;
  top: -2px;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 40px white;
  border-bottom: solid 79px transparent;
  z-index: -1;
}

main .syurui h2:after {
  position: absolute;
  content: '';
  right: -3px;
  top: -7px;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 40px transparent;
  border-bottom: solid 79px white;
  z-index: -1;
}
main .seizou h2 {
  position: relative;
  padding: 13px 26px 5px 42px;
  background-color: mistyrose;
  font-size: 30px;
  color: #2d2d2d;
  margin-left: -33px;
  line-height: 1.3;
  border-bottom: solid 3px red;
  z-index:-2;
  color: red;
}

main .seizou h2:before {
  position: absolute;
  content: '';
  left: -2px;
  top: -2px;
  width: ;
  height: 0;
  border: none;
  border-left: solid 40px white;
  border-bottom: solid 79px transparent;
  z-index: -1;
}

main .seizou h2:after {
  position: absolute;
  content: '';
  right: -3px;
  top: -7px;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 40px transparent;
  border-bottom: solid 79px white;
  z-index: -1;
}

.rekisi h3 {
    padding: 0.5em 1em;
    margin: 2em 0;
    font-weight: bold;
    color: black;/*文字色*/
    background-color: white;
    border: solid 3px mediumblue;/*線*/
    border-radius: 10px;/*角の丸み*/
}
.rekisi h3 {
    margin: 10px; 
    padding: 10px;
}

.syurui h3 {
    padding: 0.5em 1em;
    margin: 2em 0;
    font-weight: bold;
    color: black;/*文字色*/
    background-color: white;
    border: solid 3px green;/*線*/
    border-radius: 10px;/*角の丸み*/
}
.syurui h3 {
    margin: 10px; 
    padding: 10px;
}

.seizou h3 {
    padding: 0.5em 1em;
    margin: 2em 0;
    font-weight: bold;
    color: black;/*文字色*/
    background-color: white;
    border: solid 3px red;/*線*/
    border-radius: 10px;/*角の丸み*/
}
.seizou h3 {
    margin: 10px; 
    padding: 10px;
}


.koutei img {
    float: center;
}

main .know .title h1 {
  position: relative;
  line-height: 1.4;
  padding:0.25em 1em;
  display: inline-block;
    color: #8B008B;
}

main .know .title h1:before, h1:after { 
  content:'';
  width: 20px;
  height: 30px;
  position: absolute;
  display: inline-block;
}

main .know h2 {
  color: white;/*文字色*/
  padding: 0.5em;/*文字周りの余白*/
  display: inline-block;/*おまじない*/
  line-height: 1.3;/*行高*/
  background-color: #8B008B;/*背景色*/
  vertical-align: middle;
  border-radius: 25px 0px 0px 25px;/*左側の角を丸く*/
}

main .know h2:before {
  content: '●';
  color: white;
  margin-right: 8px;
}

.matome {
    width: 960px;
    margin: 0 auto;
}
.matome h1 {
  height: 50px;
  padding-top: 30px;
  color: #010079;
  text-shadow: 0 0 5px white;
  background: -webkit-repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px,#e9f4ff 3px, #e9f4ff 7px);
  background: repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px,#e9f4ff 3px, #e9f4ff 7px);
}

.matome h3 {
  height: 200px;
  padding-top: 30px;
  color: black;
  text-shadow: 0 0 5px white;
  background: -webkit-repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px,#e9f4ff 3px, #e9f4ff 7px);
  background: repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px,#e9f4ff 3px, #e9f4ff 7px);
}

.mametisiki {
  position: relative;
  padding: 0.6em;
  background: -webkit-repeating-linear-gradient(-45deg, #FFFFCC, #FFFFCC 4px,#FFFF99 3px, #FFFF99 8px);
  background: repeating-linear-gradient(-45deg, #FFFFCC, #FFFFCC 4px,#FFFF99 3px, #FFFF99 8px);
  border-radius: 7px;
}

.mametisiki :after {
  position: absolute;
  content: '';
  top: 100%;
  left: 200px;
  border: 15px solid transparent;
  border-top: 15px solid #FFFF99;
  width: 0;
  height: 0;
}

.syomen {
    float: right;
    margin-right: -60px;
}
.botan ul li:last-child {
    margin-right: 0;
}

.botan ul li {
    list-style-type: none;
    float: left;
    font-size: 0.875em;
    margin-right: 20px;
    text-align: center;
    min-width: 5px;
}

.small {
    font-size: 26px;
    font-weight: bold;
}


.botan .btn-flat-simple {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0.25em 0.5em;
  text-decoration: none;
  color: black;
  background-color: orange;
  transition: .4s;
  margin-left: 50px;
}

.botan .btn-flat-simple:hover {
  background: orangered;
  color: white;
}