.swiper-button-lock {
  display: block !important;
}
a {
  cursor: pointer;
  color: #ff8c00;
}

ul, li, dl, dt, dd {
  list-style: none;
}

.mt_pc {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .mt_pc {
    display: none;
  }
}

.mt_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .mt_sp {
    display: inline-block;
  }
}

.flex {
  display: flex;
  flex-flow: row;
}
.flex .text {
  margin-left: 1em;
  max-width: 500px;
  font-size: 0.8em;
}

#topInfo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin: 50px auto 0px auto;
}
#topInfo h2 {
  color: #f7701b;
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #topInfo h2 {
    font-size: 13px;
  }
}
#topInfo .topInfoArticles {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#topInfo .topInfoArticles ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
#topInfo .topInfoArticles ul li {
  display: block;
  width: auto;
  max-width: 350px;
}
#topInfo .topInfoArticles ul li a img {
  width: 100%;
  height: auto;
}
#topInfo .topInfoArticles ul li a:hover {
  opacity: 0.7;
}
#topInfo .links {
  width: 100%;
  text-align: center;
  margin: 10px 0 20px;
  height: 60px;
}
#topInfo .links a {
  display: inline-block;
}
#topInfo .links a img {
  border-radius: 5px;
  width: 300px;
}
#topInfo .links a img:hover {
  opacity: 0.7;
}
/* 
#points {
  margin: 100px 0;
} */
/* #points h3 {
  text-align: center;
  height: 100px;
  margin-top: 100px;
} */
#points h3 img {
  height: 100%;
  width: auto;
}
#points h3:first-child {
  margin-top: 0;
}
/* #points p {
  width: calc(100% - 60px);
  padding: 0 30px;
  text-align: center;
} */
@media screen and (max-width: 767px) {
  #points p {
    text-align: left;
  }
}
#points .coplist {
  padding: 0 30px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 20px;
}
#points .coplist li {
  width: 100px;
  height: 100px;
}
#points .coplist li img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#points .workList ul {
  display: flex;
  flex-direction: row;
  gap: 10px;
  width: 80%;
  max-width: 1100px;
  margin: 0 auto;
}
#points .workList ul li {
  width: 33.3333333333%;
}
#points .workList ul li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#school .sns {
  width: 100%;
  display: flex;
  flex-flow: row;
  gap: 10px;
  justify-content: center;
  margin-bottom: 20px;
}
#school .sns a {
  display: block;
  width: 49%;
  max-width: 200px;
}
#school .sns a img {
  border-radius: 5px;
  width: 100%;
}
#school .sns a img:hover {
  opacity: 0.7;
}
#school .links {
  max-width: 1100px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  margin: 0 auto 20px auto;
  flex-wrap: wrap;
}
#school .links .linkImg {
  display: block;
  width: calc(33.3333333333% - 16px);
  max-width: 350px;
  margin: 8px;
}
@media screen and (max-width: 767px) {
  #school .links .linkImg {
    width: calc(50% - 16px);
  }
}
#school .links .linkImg .thum {
  width: 100%;
}
#school .links .linkImg .thum:hover {
  opacity: 0.7;
}
#school .links .linkImg .thum img {
  width: 100%;
}
#school .links .linkImg button {
  width: 100%;
  border: solid 1px #f7701b;
  color: #f7701b;
  padding: 10px;
  margin-top: 10px;
  background-color: #fff;
  transition: 0.1s;
}
#school .links .linkImg button:hover {
  background-color: #f7701b;
  color: #fff;
}

#cource .courceWrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin: 0 auto;
}
#cource .courceWrap .links {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 20px;
}
#cource .courceWrap .links .linkImg {
  display: block;
  width: calc(50% - 10px);
  max-width: 350px;
  margin: 0 10px;
}
@media screen and (max-width: 767px) {
  #cource .courceWrap .links .linkImg {
    width: auto;
  }
}
#cource .courceWrap .links .linkImg .thum {
  width: 100%;
}
#cource .courceWrap .links .linkImg .thum:hover {
  opacity: 0.7;
}
#cource .courceWrap .links .linkImg .thum img {
  width: 100%;
}
#cource .courceWrap .links .linkImg button {
  width: 100%;
  border: solid 1px #f7701b;
  color: #f7701b;
  padding: 10px;
  margin-top: 10px;
  background-color: #fff;
  transition: 0.1s;
}
#cource .courceWrap .links .linkImg button:hover {
  background-color: #f7701b;
  color: #fff;
}
#cource .courceWrap .capacityInfo {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 767px) {
  #cource .courceWrap .capacityInfo {
    flex-direction: column;
  }
}
#cource .courceWrap .capacityInfo img {
  width: 350px;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  #cource .courceWrap .capacityInfo img {
    width: 100%;
  }
}
#cource .courceWrap .capacityInfo p {
  margin-left: 10px;
}
#cource .courceWrap .capacityInfo p span {
  color: #f7701b;
}

#contactArea {
  background-color: #f7701b;
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-top: 30px;
  padding: 20px 0;
}
#contactArea h2 {
  color: #fff;
  width: 100%;
  text-align: center;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  #contactArea h2 {
    width: 90%;
    margin: 0 auto;
  }
}
#contactArea .btns {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #contactArea .btns {
    width: 90%;
    margin: 0 auto;
    flex-direction: column;
  }
}
#contactArea .btns .contact {
  display: block;
  background-color: #fff;
  padding: 20px;
  border: none;
  border-radius: 5px;
  width: 250px;
  margin: 5px;
  color: #f7701b;
  text-decoration: none;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  #contactArea .btns .contact {
    width: calc(100% - 10px);
  }
}
#contactArea .btns .contact:hover {
  opacity: 0.7;
}
#contactArea .btns .contact.linehight {
  line-height: 4;
}
#contactArea p {
  text-align: center;
}/*# sourceMappingURL=style.css.map */
.section_facilities{
display:none;
}


