@charset "UTF-8";
body {
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: white;
}

h1,
h2,
h3,
h4,
p,
li {
  font-family: "MS PGothic", sans-serif !important;
}

html {
  padding: 0;
  width: 100% !important;
  margin: 0 !important;
  height: 100% !important;
}

html::-webkit-scrollbar {
  display: none;
}

style {
  margin: 0 !important;
}

a {
  display: block !important;
}

/**********************************
header
***********************************/
.head-flex0 > a {
  display: block;
  padding-top: 5%;
  padding-bottom: 5%;
}

.head-box {
  margin-top: 3%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  font-size: 0.8vw;
  color: white;
}

.head-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.head-flex0 {
  width: 100%;
  flex: 16.6666666667%;
}
.head-flex0:hover {
  filter: brightness(1.2);
}

.head-flex0:nth-child(odd) {
  background-color: #006237;
}

.head-flex0:nth-child(even) {
  background-color: #0B8641;
}

.back1 {
  position: static !important;
  width: 100%;
  height: auto;
  overflow: hidden;
  display: block;
}

@-webkit-keyframes slideshow {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  28% {
    opacity: 1;
  }
  38% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes slideshow {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  28% {
    opacity: 1;
  }
  38% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.back2 {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: auto;
  opacity: 0;
  -webkit-animation: slideshow 32s linear infinite;
          animation: slideshow 32s linear infinite;
}

.back2:nth-child(2) {
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}

.back2:nth-child(3) {
  -webkit-animation-delay: 16s;
          animation-delay: 16s;
}

.back2:nth-child(4) {
  -webkit-animation-delay: 24s;
          animation-delay: 24s;
}

.light {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.k55 {
  position: absolute;
  top: 42%;
  left: 4%;
  width: 48%;
}

.top1 {
  position: absolute;
  bottom: 6%;
  left: 2%;
  width: 50%;
  -webkit-animation-delay: 1s !important;
          animation-delay: 1s !important;
}

.slide {
  position: relative;
  height: auto;
  display: block;
}

.course-box {
  display: flex;
  width: 100%;
}

.co-1 {
  flex: 50%;
}

.co-img {
  display: block;
  width: 100%;
  z-index: 10;
}
.co-img:hover {
  filter: brightness(1.2);
}

/**********************************
body
***********************************/
.line1 {
  margin-top: 12%;
}

.line-s {
  margin-top: 0;
}

.hr {
  padding-top: 0.5%;
  padding-bottom: 0.5%;
}

.news-box {
  text-align: center;
  color: white;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 60%;
  background-color: #006237;
  margin-top: 5%;
  padding: 2%;
  padding-top: 1.5%;
}
.news-box h2 {
  padding-bottom: 2%;
  font-size: 1.5em;
}
.news-box .box2 {
  color: black;
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
  width: 100%;
  padding-top: 2%;
  padding-bottom: 2%;
  padding-left: 1%;
  padding-right: 1%;
  height: 160px;
  overflow-y: scroll;
  text-align: left;
}
.news-box .box2 ul {
  margin-left: 5%;
  margin-right: 8%;
  /*
  li:before {
    color: red;
    content:  "☑️";     // 空の要素作成 
    //width:  10px;               // 幅指定 
    //height:  20%; 
    transform: scale(1.3);             // 高さ指定
    display:  inline-block;
    margin-right: 1%; 
    padding-bottom: 1.5%;    //インラインブロックにする
      // 背景色指定 
    //border:  solid 1px black;        // 要素を丸くする
  }*/
}
.news-box .box2 ul li {
  font-size: 1.5vw;
  letter-spacing: 0.2em;
  padding-top: 0.5%;
  padding-bottom: 0.5%;
  list-style: "☑️";
  text-decoration: none;
  margin-left: 5%;
}

.show-box {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5%;
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.show-box .show-a {
  flex: 50%;
}
.show-box .show-a .s-img {
  width: 90%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.show-box .show-a .s-img:hover {
  filter: brightness(1.1);
}

.bg-green {
  background-color: #EFF1DB;
}
.bg-green .root-box {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}
.bg-green .root-box .card {
  margin-top: 5%;
  width: 100%;
}
.bg-green .root-box p {
  margin: 2%;
  font-size: 1.3vw;
  letter-spacing: 0.3em;
}
.bg-green .root-box h3 {
  margin: 2%;
  font-size: 1.5vw;
  margin-top: 8%;
  color: white;
  letter-spacing: 0.3em;
}
.bg-green .root-box h3 span {
  padding: 2%;
  padding-top: 1.5%;
  padding-bottom: 1.5%;
  background-color: #006237;
}
.bg-green .root-box h4 {
  margin: 2%;
  font-size: 1.5vw;
  margin-top: 3%;
  margin-left: 1%;
  margin-bottom: 0%;
  letter-spacing: 0.2em;
}

.pass {
  width: 100%;
  margin-top: 5%;
  display: flex;
}
.pass:hover {
  filter: brightness(1.3);
}
.pass .pass-img {
  display: block;
  width: 100%;
}

.demo-bg {
  margin-top: 5%;
  position: relative;
}
.demo-bg .demo-l {
  display: block;
  width: 100%;
}
.demo-bg .demo-b {
  position: absolute;
  bottom: 9%;
  left: 50%;
  width: 23%;
  transform: translate(-50%, 0);
}
.demo-bg .demo-b:hover {
  filter: brightness(1.2);
}

/**********************************
footer
***********************************/
/**********************************
レスポンシブphone
***********************************/
.pc {
  display: block;
}

.phone {
  display: none;
}

@media (max-width: 700px) {
  .pc {
    display: none;
  }
  .phone {
    display: block;
  }
  .slide {
    margin-top: 50px;
    overflow: hidden;
  }
  .back2, .light {
    width: 200%;
  }
  .k55 {
    top: 57%;
    left: 4%;
    width: 65%;
  }
  .top1 {
    bottom: 6%;
    left: 2%;
    width: 70%;
  }
  @-webkit-keyframes slideshow {
    0% {
      opacity: 0;
      transform: translate(-50%, 0);
    }
    10% {
      opacity: 1;
    }
    28% {
      opacity: 1;
    }
    38% {
      opacity: 0;
    }
    100% {
      opacity: 0;
      transform: translate(50%, 0);
    }
  }
  @keyframes slideshow {
    0% {
      opacity: 0;
      transform: translate(-50%, 0);
    }
    10% {
      opacity: 1;
    }
    28% {
      opacity: 1;
    }
    38% {
      opacity: 0;
    }
    100% {
      opacity: 0;
      transform: translate(50%, 0);
    }
  }
  .news-box .box2 {
    padding-left: 5% !important;
  }
  .h-top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    z-index: 200;
    background-color: #0B8641;
    box-shadow: 0 0.5px 10px rgba(0, 0, 0, 0.746);
  }
  .line1 {
    margin-top: 5%;
  }
  .show-box {
    width: 100%;
    display: block;
  }
  .s-img {
    width: 100% !important;
  }
  .news-box {
    width: 65%;
  }
  .news-box h2 {
    font-size: 1.3em;
  }
  .news-box .box2 ul li {
    font-size: 15px;
  }
  .bg-green .root-box {
    width: 90%;
  }
  .bg-green .root-box h3 span {
    font-size: 16px;
  }
  .bg-green .root-box h4 {
    font-size: 15px;
  }
  .bg-green .root-box p {
    font-size: 15px;
  }
  .pass {
    display: block;
  }
  /*
  .pass1{
    @include center;
    width: 90% !important;
    margin-bottom: 5%;
  }*/
}/*# sourceMappingURL=index.css.map */