@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&family=Noto+Serif+JP:wght@300;400;500;600&display=swap");
/*-------------------------------------------------------------------
	トップページ HOME　
-------------------------------------------------------------------*/
#mainVisualSec #main-slider {
  position: relative;
  width: 100%;
  max-width: 1700px;
  margin: 0 auto;
  overflow: hidden;
}
#mainVisualSec #main-slider li img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

/*-------------------------------------------------------------------
	ごあいさつ greeting
-------------------------------------------------------------------*/
.greeting {
  padding-top: 60px;
}
@media screen and (max-width: 800px) {
  .greeting {
    padding-top: 35px;
  }
}
.greeting .p_NormalText {
  font-weight: 400;
  max-width: 864px;
  font-size: 1.2em;
  margin: 0 auto;
  line-height: 1.89;
}
@media screen and (max-width: 800px) {
  .greeting .p_NormalText {
    font-size: 1em;
    list-height: 1.88;
  }
}

.PresidentImage {
  margin: 55px auto 50px auto;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .PresidentImage {
    margin: 20px 0 50px 0;
    text-align: left;
    display: flex;
    align-items: flex-end;
  }
}
.PresidentImage h3 {
  font-size: 1rem;
  font-weight: 500;
  color: #3B4043;
  padding-top: 16px;
}
@media screen and (max-width: 800px) {
  .PresidentImage h3 {
    padding-left: 24px;
  }
}

/*-------------------------------------------------------------------
	施設紹介 facility
-------------------------------------------------------------------*/
.sec.facility {
  background-color: #9DAD97;
}

.facility .block-ttl {
  background-image: url(../images/top/ttl_bg_hatGreen.png);
}
.facility .block-ttl h2 {
  color: #FFFFFF;
}

.facility_list {
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width: 800px) {
  .facility_list {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 90px;
  }
}
.facility_list .facility_block {
  width: 315px;
  height: 315px;
  color: #3B4043;
  background: #F8F5F0 0% 0% no-repeat padding-box;
  box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.16), 0px 3px 6px rgba(0, 0, 0, 0.16);
  opacity: 1;
  text-align: center;
  position: relative;
  border-radius: 20px;
}
@media screen and (max-width: 800px) {
  .facility_list .facility_block {
    margin-bottom: 25px;
  }
}
.facility_list .facility_block img {
  margin: 21px 0 12px 0;
}
.facility_list .facility_block h3 {
  font-size: 1rem;
  font-weight: 900;
  padding-bottom: 15px;
}
.facility_list .facility_block h4 {
  font-weight: 700;
  align-items: center;
}
.facility_list .facility_block .btnLink {
  display: block;
  position: absolute;
  bottom: 25px;
  width: 250px;
  height: 38px;
  background: #044819 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  opacity: 1;
  margin: auto;
  left: 0;
  right: 0;
}
.facility_list .facility_block .btnLink:hover {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  color: #044819;
}
.facility_list .facility_block .btnLink ::after {
  content: "";
  width: 6px;
  height: 6px;
  display: inline-block;
  /* インライン要素にする */
  border-top: solid 2px #9DAD97;
  border-right: solid 2px #9DAD97;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 15px;
  /* テキストの右側に配置 */
  transform: translateY(-50%) rotate(45deg);
}
.facility_list .facility_block .btnLink p {
  color: #FFFFFF;
  line-height: 38px;
  font-size: 0.8rem;
  font-weight: 500;
}
.facility_list .facility_block .btnLink p:hover {
  color: #044819;
}

/*-------------------------------------------------------------------
	姉妹園 sister school
-------------------------------------------------------------------*/
.sisterList {
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width: 800px) {
  .sisterList {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.sisterList li {
  width: 320px;
  height: 60px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  opacity: 1;
  text-align: center;
}
.sisterList li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-decoration: none;
  position: relative;
  padding-right: 40px;
}
.sisterList li a h3 {
  position: relative;
}
.sisterList li a .circle {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #044819;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sisterList li a .circle::after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 2px #9DAD97;
  border-right: solid 2px #9DAD97;
  transform: translateX(-2px) rotate(45deg);
}
.sisterList li:hover {
  opacity: 0.8;
}
.sisterList li:hover .circle {
  background: #044819;
}
@media screen and (max-width: 800px) {
  .sisterList li {
    margin-bottom: 17px;
  }
}

.sec.certificate {
  background-color: rgba(255, 255, 255, 0.6);
}
.sec.certificate .certificateList {
  max-width: 500px;
  margin: 70px auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
@media screen and (max-width: 800px) {
  .sec.certificate .certificateList {
    margin: 45px auto;
  }
  .sec.certificate .certificateList img {
    max-height: 125px;
  }
}/*# sourceMappingURL=index.css.map */