@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 p {
    padding: 0.5em 1em;
    margin: 2em 0;
    font-weight: bold;
    color: black;/*文字色*/
    background-color: white;
    border: solid 3px mediumblue;/*線*/
    border-radius: 10px;/*角の丸み*/
    font-size: 18px;
}
.rekisi p {
    margin: 10px; 
    padding: 10px;
}

.syurui p {
    padding: 0.5em 1em;
    margin: 2em 0;
    font-weight: bold;
    color: black;/*文字色*/
    background-color: white;
    border: solid 3px green;/*線*/
    border-radius: 10px;/*角の丸み*/
    font-size: 18px;
}
.syurui p {
    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;
}

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

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


.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;
}

.kihon .know .line h1 {
    border-bottom: 2px solid #00aa00;
    padding-bottom: 14px;
}

.koramu {
 width: 900px;
 position: relative;
 margin: 2em auto;
 padding: 15px 35px 15px 25px;
 background-color: paleturquoise;
 color: #666666;
 box-shadow: 8px 8px 2px turquoise;
    font-size:18px;
}
.koramu::before {
 position: absolute;
 content: '';
 top: -15px;
 right: 900px;
 height: 55px;
 width: 15px;
 border: 3px solid #C0C0C0;
 background-color: none;
 border-radius: 12px;
 box-shadow: 1px 1px 2px #ccc;
 transform: scale(-1, 1); 
 transform: rotate(-10deg);
 z-index: 1;
}

.koramu::after {
 position: absolute;
 content: '';
 top: 0px;
 width: 10px; 
 right: 890px;
 border: solid 5px paleturquoise;
 z-index: 2;
}

.green {
    color: dodgerblue;
}
.image {
    float: right;
}

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

main .taiken 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 .taiken 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;
}


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

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

main .enbun 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 .enbun 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;
}


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