@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: 0%;
        bottom: 0;
    background-color: limegreen;
    padding-bottom: 10px;
   text-align: right;
    margin-bottom: 190px;
    padding-right: 20px;
}
p.gotop a{
    width: 60px;
    height: 90px;
    display: block;
    text-decoration: none;
    font-size: 20px;
    color: white;
    font-weight: 300;
}

p.next{
    position: fixed;
    right: 0%;
        bottom: 0;
    background-color: tomato;
    padding-bottom: 40px;
   text-align: right;
    padding-top: -10px;
    padding-right: 20px;
}
p.next a{
    width: 80px;
    height: 130px;
    display: block;
    text-decoration: none;
    font-size: 20px;
    color: white;
    font-weight: 300;
}


p.back{
    position: fixed;

        bottom: 0;
    background-color: #00aafa;
    padding-bottom: 80px;
   text-align: left;
    padding-top: -10px;
}
p.back a{
    width: 80px;
    height: 90px;
    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: 0px;
    text-align: center;
    min-width: 5px;
}

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 .ikaso .kankyo {
    width: 960px;
    margin: 0 auto;
}

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

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


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

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

.modoru {
    float: left;
}

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

.green {
    color: green;
}
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;
    font-size: 18px;
}

.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;
    font-size: 20px;
}

.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;
    font-size: 20px;
}

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


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

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

.koramu {
 width: 910px;
 position: relative;
 margin: 2em auto;
 padding: 15px 35px 15px 25px;
 background-color: palegreen;
 color: #666666;
 box-shadow: 8px 8px 2px mediumaquamarine;
}
.koramu::before {
 position: absolute;
 content: '';
 top: -15px;
 right: 920px;
 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: 910px;
 border: solid 5px palegreen;
 z-index: 2;
}

