/* ======================================================================
 p-education
====================================================================== */
.education__list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 40px;
}
@media screen and (max-width: 767px) {
  .education__list {
    gap: 20px 0;
  }
}
.education__list li {
  width: calc((100% - 40px) / 2);
  margin-top: 0 !important;
}
@media screen and (max-width: 767px) {
  .education__list li {
    width: 100%;
  }
}
.education__list li a {
  display: block;
  transition: all ease 0.3s;
}
.education__list li a:hover {
  opacity: 0.65;
  transition: all ease 0.3s;
}
.education__img {
  margin-bottom: 30px;
}
.education__img a {
  display: block;
  transition: all ease 0.3s;
}
.education__img a:hover {
  opacity: 0.65;
  transition: all ease 0.3s;
}
.education__btn {
  text-align: center;
}
.education__btn a {
  display: inline-block;
  border-radius: 27px;
  padding: 16px 25px;
  color: #fff;
  background-color: #a69753;
  font-size: 16px;
  font-weight: 700;
  transition: all ease 0.3s;
}
.education__btn a:hover {
  opacity: 0.65;
  transition: all ease 0.3s;
}

.education__Anaheim {
  display: flex;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .education__Anaheim {
    display: block;
  }
}
.education__AnaheimImg {
  width: 400px;
}
@media screen and (max-width: 767px) {
  .education__AnaheimImg {
    width: 100%;
  }
}
.education__AnaheimTxt {
  box-sizing: border-box;
  width: calc(100% - 400px);
  padding-left: 20px;
  margin-top: 0 !important;
}
@media screen and (max-width: 767px) {
  .education__AnaheimTxt {
    padding-left: 0;
    padding-top: 20px;
    width: 100%;
  }
}
.education__AnaheimTxt p {
  font-family: "Noto Serif JP", serif;
  font-size: 16px !important;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .education__AnaheimTxt p {
    font-size: 14px !important;
  }
}
.education__AnaheimLogo {
  width: 197px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .education__AnaheimLogo {
    margin-bottom: 5px;
  }
}

.education__more {
  text-align: center;
}
.education__more a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 162px;
  height: 54px;
  color: #fff !important;
  background-color: #a69753;
  border-radius: 27px;
  margin-bottom: 30px;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 700;
  transition: all ease 0.3s;
}
.education__more a:hover {
  opacity: 0.65;
  transition: all ease 0.3s;
}

.education__academies {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 30px;
}
@media screen and (max-width: 767px) {
  .education__academies {
    gap: 20px 0;
  }
}
.education__academies li {
  width: calc((100% - 30px) / 2);
  margin-top: 0 !important;
}
@media screen and (max-width: 767px) {
  .education__academies li {
    width: 100%;
  }
}
.education__academies li p {
  font-family: "Noto Serif JP", serif;
  font-size: 14px !important;
  font-weight: 500;
  line-height: 1.6;
}
.education__academies li:nth-child(1) a {
  background-color: #e61b6c;
}
.education__academies li:nth-child(2) a {
  background-color: #56b76b;
}
.education__academies li:nth-child(3) a {
  background-color: #2f90d0;
}
.education__academies li:nth-child(4) a {
  background-color: #ea9214;
}
.education__academiesTtl {
  margin-bottom: 10px;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 14px !important;
  font-weight: 700;
}
.education__academiesTtl a {
  display: block;
  padding: 5px 15px;
  color: #fff !important;
  transition: all ease 0.3s;
}
.education__academiesTtl a:hover {
  opacity: 0.65;
  transition: all ease 0.3s;
}

.dspflx {
  display: flex;
  flex-wrap: wrap;
  gap: 0 40px;
}
.dspflx .box {
  width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 767px) {
  .dspflx .box {
    width: 100%;
  }
}
.dspflx .box p {
  font-size: 14px !important;
  line-height: 1.6;
}
.dspflx .box ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0 14px;
  margin-top: 20px;
}
.dspflx .box ul li {
  margin-top: 0 !important;
  font-size: 14px !important;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .dspflx .box ul li {
    font-size: 12px !important;
  }
}
.dspflx .box ul li span {
  color: #005337;
}/*# sourceMappingURL=p-education.css.map */