@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: 120px;
    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: 20px;
    text-align: right;
    padding-top: -10px;
    padding-right: 20px;
}
p.next a{
    width: 75px;
    height: 90px;
    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;
}

.title {
    color:gold;
}

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

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

main .syokuhin .ajiwau h2 {
    border-bottom: 2px solid #00aa00;
    padding-bottom: 7px;
}

main .syokuhin .ajiwau h2 span {
    border-bottom: 2px solid #ffaa00;
}

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

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


.part1 .btn-flat-simple {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0.25em 0.5em;
  text-decoration: none;
  color: black;
  background-color: pink;
  transition: .4s;
}

.part1 .btn-flat-simple:hover {
  background: lightpink;
  color: red;
}

.part2 .btn-flat-simple {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0.25em 0.5em;
  text-decoration: none;
  color: black;
  background-color: #BAD3FF;
  transition: .4s;
}

.part2 .btn-flat-simple:hover {
  background: #A4C6FF;
  color: blue;
}

.part3 .btn-flat-simple {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0.25em 0.5em;
  text-decoration: none;
  color: black;
  background-color: lightyellow;
  transition: .4s;
}

.part3 .btn-flat-simple:hover {
  background-color: lightgoldenrodyellow;
  color: orange;
}

.part4 .btn-flat-simple {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0.25em 0.5em;
  text-decoration: none;
  color: black;
  background-color: palegreen;
  transition: .4s;
}

.part4 .btn-flat-simple:hover {
  background-color: lightgreen;
  color: green;
}

.part5 .btn-flat-simple {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0.25em 0.5em;
  text-decoration: none;
  color: black;
  background-color: yellow;
  transition: .4s;
}

.part5 .btn-flat-simple:hover {
  background-color: orange;
  color: white;
}

.part6 .btn-flat-simple {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0.25em 0.5em;
  text-decoration: none;
  color: black;
  background-color: mediumpurple;
  transition: .4s;
}

.part6 .btn-flat-simple:hover {
  background-color: indigo;
  color: white;
}

.part7 .btn-flat-simple {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0.25em 0.5em;
  text-decoration: none;
  color: black;
  background-color: plum;
  transition: .4s;
}

.part7 .btn-flat-simple:hover {
  background-color: purple;
  color: white;
}

.part8 .btn-flat-simple {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0.25em 0.5em;
  text-decoration: none;
  color: black;
  background-color: palegreen;
  transition: .4s;
}

.part8 .btn-flat-simple:hover {
  background-color: green;
  color: white;
}

.part9 .btn-flat-simple {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0.25em 0.5em;
  text-decoration: none;
  color: black;
  background-color: lightskyblue;
  transition: .4s;
}

.part9 .btn-flat-simple:hover {
  background-color: darkblue;
  color: white;
}

.part10 .btn-flat-simple {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0.25em 0.5em;
  text-decoration: none;
  color: black;
  background-color: lightpink;
  transition: .4s;
}

.part10 .btn-flat-simple:hover {
  background-color: hotpink;
  color: white;
}

.part11 .btn-flat-simple {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0.25em 0.5em;
  text-decoration: none;
  color: black;
  background-color: lightsalmon;
  transition: .4s;
}

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

.part12 .btn-flat-simple {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0.25em 0.5em;
  text-decoration: none;
  color: black;
  background-color: palevioletred;
  transition: .4s;
}

.part12 .btn-flat-simple:hover {
  background-color: mediumvioletred;
  color: white;
}

main .report .taiken {
    width: 960px;
    margin: 0 auto;
}

main .massage {
    font-weight: bold;
    color: red;
    width: 370px;
}

main .massage {
    margin-left: 280px;
    margin-top: 10px;
}

main .report .taiken h2 {
    border-bottom: 2px solid #00aa00;
    padding-bottom: 8px;
}

main .report .taiken h2 span {
    border-bottom: 2px solid #ffaa00;
    padding-bottom: 1px;
}

main .part1 {
    display: inline-block;
    vertical-align: middle;
    background-color: lightpink;
    width: 420px;
    height: 150px;
    margin-top: 50px;
}

main .part1 h1 {
    font-size: 24px;
}

main .part2 {
    display: inline-block;
    vertical-align: middle;
    background-color: #A4C6FF;
    width: 420px;
    height: 150px;
}

main .part2 h1 {
    font-size: 24px;
}

main .part3 {
    display: inline-block;
    vertical-align: middle;
    background-color: lightgoldenrodyellow;
    width: 420px;
    height: 130px;
    margin-left: 90px;
    margin-top: 50px;
    
}

main .part3 h1 {
   font-size: 24px;
}

main .part4 {
    display: inline-block;
    vertical-align: middle;
    background-color: lightgreen;
    width: 420px;
    height: 130px;
    margin-left: 90px;
}

main .part4 h1 {
    font-size: 24px;
}

section {
    margin-bottom: 35px;
}

main .report .taiken nav  ul li a {
    text-decoration: none;
}

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

main .image-taiken {
    position:absolute; top:350px; left:310px;
}

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