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

h1,
h2,
h3,
h4,
h5,
p,
li,
label,
table,
form {
  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;
}

a {
  display: block;
  color: white;
  text-decoration: none;
}

* {
  background-repeat: no-repeat;
  box-sizing: border-box;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

ul {
  padding-left: 0;
}

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

input,
textarea {
  border: 0;
}

video {
  width: 100%;
  display: block;
}

/**********************************
header
***********************************/
h3.head-h1 {
  display: block;
  font-size: 2em;
  -webkit-margin-before: 0.67em;
  -webkit-margin-after: 0.67em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  font-weight: bold;
  margin: 0;
}

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

@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;
  animation: slideshow 40s linear infinite;
}

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

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

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

.back2:nth-child(5) {
  animation-delay: 32s;
}

/*************************
講習用アニメストップ
*************************/
.back2 {
  animation: none;
}

.back1 {
  opacity: 1 !important;
}

.slide a {
  position: relative;
  z-index: 10;
}

@media (max-width: 700px) {
  .slide {
    width: 100% !important;
  }
  .slide a {
    position: relative;
    z-index: 10;
    width: 100% !important;
  }
  .slide a img {
    width: 100% !important;
  }
}
/*************************/
.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%;
  animation-delay: 0.3s !important;
}

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

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

.co-1 {
  flex: 50%;
}

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

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

.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%;
}
.news-box .box2 ul li {
  font-size: 20px;
  letter-spacing: 0.2em;
  padding-top: 0.5%;
  padding-bottom: 0.5%;
  list-style: "✔︎";
  text-decoration: none;
  margin-left: 5%;
  color: black;
  font-weight: 600;
}
.news-box .box2 ul li::marker {
  color: red;
}
.news-box .box2 ul {
  /*
  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;        // 要素を丸くする
  }*/
}

.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-box0 {
  width: 50%;
}
.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 {
  transform: scale(1.02);
}

.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: 10%;
  width: 100%;
}
.bg-green .root-box p {
  margin: 2%;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 190%;
}
.bg-green .root-box h3 {
  margin: 2%;
  font-size: 22px;
  margin-top: 8%;
  letter-spacing: 0.3em;
  position: relative;
  color: #eff1db;
  margin-bottom: 17%;
  text-align: center;
}
.bg-green .root-box h3 span {
  padding: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: block;
}
.bg-green .root-box h3 .light-green {
  background-color: #87bd44 !important;
}
.bg-green .root-box .h3-top {
  position: absolute;
  color: white;
  z-index: 20;
  top: 0%;
  left: 0;
  width: 190px;
}
.bg-green .root-box span.animate__fadeInUp {
  position: absolute;
  top: 0%;
  left: 0;
  animation-name: color !important;
  animation-duration: 1s !important;
  opacity: 1 !important;
  z-index: 1;
}
@keyframes color {
  0% {
    transform-origin: left;
    width: 0;
    color: #eff1db;
    background-color: #eff1db;
    opacity: 1;
  }
  100% {
    transform-origin: right;
    width: 190px;
    transform: scaleX(1);
    color: white;
    background-color: #006237;
  }
}
.bg-green .root-box h4 {
  margin: 2%;
  font-size: 20px;
  margin-top: 8%;
  margin-left: 1%;
  margin-bottom: 0%;
  letter-spacing: 0.2em;
}

.pass {
  width: 100%;
  margin-top: 5%;
  display: block;
}
.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: 7%;
  right: 3%;
  width: 35%;
}
.demo-bg .demo-b:hover {
  transform: scale(1.05, 1.05);
  filter: brightness(1.2);
}

.line-margin {
  margin-top: 10%;
}

.animate__fadeInUp {
  animation-duration: 1s;
}

.card {
  animation-duration: 1s;
}

/**********************************
footer
***********************************/
.fo-box {
  width: 90%;
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
}
.fo-box .fo-box1 {
  flex: 50%;
}
.fo-box .fo-box1 .sns-box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.fo-box .fo-box1 .sns-box .sb0 {
  flex: 60%;
}
.fo-box .fo-box1 .sns-box .sb0 .logo-f {
  width: 90%;
}
.fo-box .fo-box1 .sns-box .sb {
  flex: 20%;
}
.fo-box .fo-box1 .sns-box .sb .sns {
  width: 70%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.fo-box .fo-box1 .adrress {
  font-size: 2vw;
  text-align: center;
  margin-top: 5%;
  margin-bottom: 5%;
  color: #006237;
}
.fo-box .fo-box1 .h-tel {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.fo-box .fo-box2 {
  flex: 50%;
}
.fo-box .fo-box2 .map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%;
  /* 比率を4:3に固定 */
}
.fo-box .fo-box2 .map iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  height: 80%;
  transform: translate(-50%, -50%);
}

.reverse {
  flex-direction: row-reverse;
}

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

p.fo-p {
  text-align: center;
  font-size: 1.7vw;
  margin-top: 3%;
  padding-bottom: 1%;
  color: #006237;
  font-weight: 800;
}

.new_class {
  margin: 10% auto 0 auto;
  width: 60%;
}
.new_class img {
  width: 100%;
}

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

.phone {
  display: none !important;
}

@media (max-width: 700px) {
  .pc {
    display: none !important;
  }
  .phone {
    display: block !important;
  }
  h3.head-h1 {
    font-size: 2em !important;
  }
  .slide {
    margin-top: 50px;
    overflow: hidden;
  }
  .back2,
  .light {
    width: 200%;
  }
  .k55 {
    top: 57%;
    left: 4%;
    width: 65%;
  }
  .top1 {
    bottom: 6%;
    left: 2%;
    width: 70%;
  }
  @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;
  }
  .show-box .show-box0 {
    width: 100%;
  }
  .s-img {
    width: 100% !important;
    margin-bottom: 5%;
  }
  .news-box {
    width: 90%;
  }
  .news-box h2 {
    font-size: 1.3em;
  }
  .news-box .box2 {
    height: 100px;
  }
  .news-box .box2 ul li {
    font-size: 17px;
    line-height: 170%;
  }
  .bg-green .root-box h3 {
    margin-bottom: 18%;
  }
  .bg-green .root-box .h3-top {
    width: 140px;
  }
  @keyframes color {
    0% {
      transform-origin: left;
      width: 0;
      color: #eff1db;
      background-color: #eff1db;
      opacity: 1;
    }
    100% {
      transform-origin: right;
      width: 140px;
      transform: scaleX(1);
      color: white;
      background-color: #006237;
    }
  }
  .bg-green .root-box {
    width: 95%;
  }
  .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%;
  }*/
  .fo-box {
    display: block;
  }
  .fo-box1 {
    margin-top: 5%;
  }
  .sns-box {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .fo-box .fo-box1 h4.adrress {
    font-size: 15px;
  }
  p.fo-p {
    font-size: 13px;
  }
  .new_class {
    width: 80%;
  }
}
@media (max-width: 500px) {
  .bg-green .root-box h3 {
    margin-bottom: 25%;
  }
}/*# sourceMappingURL=index.css.map */