@charset "UTF-8";
/***************　search　  ***************/
/***************　mixin　  ***************/
p {
  line-height: 1.5;
}

article {
  margin-top: 40px;
}
@media screen and (min-width: 2561px) {
  article {
    margin-top: 80px;
  }
}
article .bace-contents {
  background-color: #fff;
  border: #00CF6E solid 5px;
  border-radius: 20px;
}
article .bace-contents h2 {
  background: #00CF6E url(../common/images/arrow-link.svg) no-repeat;
  background-size: 31.5px auto;
  background-position: right 10px center;
  border-radius: 13px 13px 0 0;
  color: #fff;
  text-align: center;
  font-weight: 700;
  padding: 18px 30px 18px 0;
}
@media screen and (min-width: 768px) {
  article .bace-contents h2 {
    background-size: auto auto;
    background-position: right 20px center;
  }
}
@media screen and (min-width: 2561px) {
  article .bace-contents h2 {
    background-size: 126px auto;
    background-position: right 40px center;
  }
}
@media screen and (min-width: 768px) {
  article .bace-contents h2 {
    padding: 18px 0;
  }
}
@media screen and (min-width: 2561px) {
  article .bace-contents h2 {
    padding: 36px 0;
  }
}
article .bace-contents .link-contents {
  overflow: hidden;
  padding: 30px 20px;
  display: block;
}
@media screen and (min-width: 1025px) {
  article .bace-contents .link-contents {
    padding: 60px 40px;
  }
}
@media screen and (min-width: 2561px) {
  article .bace-contents .link-contents {
    padding: 120px 80px;
  }
}
article .bace-contents .link-contents figure {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  transition: 0.5s;
}
@media screen and (min-width: 768px) {
  article .bace-contents .link-contents figure {
    display: inherit;
    float: left;
    margin-right: 40px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 2561px) {
  article .bace-contents .link-contents figure {
    width: 512px;
    height: auto;
  }
}
article .bace-contents .link-contents figure img {
  width: 100%;
}
article .bace-contents .link-contents h3 {
  color: #ff6e6e;
  font-weight: 700;
  margin-bottom: 10px;
}
article .bace-contents .link-contents:hover figure {
  transform: scale(105%, 105%);
  opacity: 0.75;
}
article .bace-contents .link-contents:hover h3 {
  opacity: 0.75;
}
article:hover .bace-contents {
  border: rgba(0, 207, 110, 0.75) solid 5px;
}
article:hover .bace-contents h2 {
  background-color: rgba(0, 207, 110, 0.75);
}
article.search-school h2 {
  background: #00CF6E;
  background-size: 31.5px auto;
  background-position: right 10px center;
  border-radius: 13px 13px 0 0;
  color: #fff;
  text-align: center;
  font-weight: 700;
  padding: 18px 0;
}
@media screen and (min-width: 768px) {
  article.search-school h2 {
    background-size: auto auto;
    background-position: right 20px center;
  }
}
@media screen and (min-width: 2561px) {
  article.search-school h2 {
    background-size: 126px auto;
    background-position: right 40px center;
  }
}
article.search-school .bace-contents {
  border-radius: 0 0 20px 20px;
  padding: 20px 5px;
}
@media screen and (min-width: 1025px) {
  article.search-school .bace-contents {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    align-items: flex-start;
    -moz-column-gap: 50px;
         column-gap: 50px;
    padding: 20px 30px 30px;
  }
}
article.search-school .bace-contents div {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
@media screen and (min-width: 1025px) {
  article.search-school .bace-contents div {
    margin-bottom: 0;
  }
}
article.search-school .bace-contents div h3 {
  color: #ff6e6e;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (min-width: 1025px) {
  article.search-school .bace-contents div h3 {
    margin-bottom: 30px;
  }
}
article.search-school .bace-contents div .link-contents {
  padding: 0;
  margin-bottom: 30px;
}
article.search-school .bace-contents div .video-open img {
  width: 100%;
}
article.search-school .bace-contents div .video-open img:hover {
  transform: scale(105%, 105%);
  opacity: 0.75;
  transition: 0.5s;
}
article.search-school .bace-contents div:hover figure {
  transform: inherit;
  opacity: inherit;
}
article.search-school .bace-contents div figure {
  margin-right: 0;
  float: none;
}
article.search-school .bace-contents div figure img:hover {
  transform: scale(105%, 105%);
  opacity: 0.75;
  transition: 0.5s;
}
article.search-school .bace-contents div figure figcaption {
  margin-top: 20px;
}
article.search-school .bace-contents div .sanpou {
  width: 100%;
  height: 60px;
  flex-grow: 1;
  background-color: #dae000;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #484848;
  transition: 0.5s;
  padding: 10px;
  box-sizing: border-box;
}
article.search-school .bace-contents div .sanpou::before {
  font-family: "Font Awesome 5 Free";
  content: "\f549";
  font-weight: 900;
  margin-right: 5px;
}
article.search-school .bace-contents div .sanpou:hover {
  opacity: 0.75;
}
article.search-school:hover .bace-contents {
  border: #00CF6E solid 5px;
}
article.search-school:hover .bace-contents h2 {
  background-color: inherit;
}

.colored {
  background-color: #E4F5F9;
  margin-top: 60px;
  margin-bottom: 0;
  padding: 40px 0;
}
@media screen and (min-width: 2561px) {
  .colored {
    margin-top: 120px;
    padding: 80px 0;
  }
}
.colored .sub-contents {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .colored .sub-contents {
    row-gap: 20px;
    align-items: stretch;
    justify-content: space-between;
  }
}
.colored .sub-contents article {
  width: 100%;
  background-color: #fff;
  border: #00CF6E solid 5px;
  border-radius: 20px;
}
@media screen and (min-width: 768px) {
  .colored .sub-contents article {
    width: calc((100% - 20px) / 2);
  }
}
.colored .sub-contents article h3 {
  background: #00CF6E url(../common/images/arrow-link.svg) no-repeat;
  background-size: 31.5px auto;
  background-position: right 10px center;
  border-radius: 13px 13px 0 0;
  color: #fff;
  font-weight: 700;
  padding: 18px 5px;
  text-align: center;
  transition-delay: 0.5s;
}
@media screen and (min-width: 1025px) {
  .colored .sub-contents article h3 {
    padding: 18px 0;
    background-size: auto auto;
    background-position: right 20px center;
  }
}
@media screen and (min-width: 2561px) {
  .colored .sub-contents article h3 {
    padding: 36px 0;
    background-size: 126px auto;
    background-position: right 40px center;
  }
}
.colored .sub-contents article p {
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .colored .sub-contents article p {
    padding: 20px 40px;
  }
}
@media screen and (min-width: 2561px) {
  .colored .sub-contents article p {
    padding: 40px 80px;
  }
}
.colored .sub-contents article:hover {
  border: rgba(0, 207, 110, 0.75) solid 5px;
  transition: 0;
  transition-delay: 0;
}
.colored .sub-contents article:hover h3 {
  background-color: rgba(0, 207, 110, 0.75);
}
@media screen and (min-width: 768px) {
  .colored .sub-contents article:nth-last-of-type(odd) {
    transition-delay: 0.5s;
  }
}

/*** modaal ***/
.hide-area {
  display: none;
}

.modaal-close:after,
.modaal-close:before {
  background: #ccc;
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
  background: #666;
}

.modaal-video .modaal-inner-wrapper {
  padding: 0;
}

.modaal-overlay {
  z-index: 1001;
}