@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
.iLearning-page-private * {
  font-family: "Noto Sans JP", system-ui, -apple-system, "Segoe UI", "Helvetica Neue", Arial, "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  letter-spacing: 0;
}

.iLearning-page-private i {
  font-family: "Font Awesome 6 Free";
}

.iLearning-page-private section {
  margin-bottom: 6rem;
}

.private_ttl {
  border-left: 10px solid #E4D3BE;
  border-bottom: 1px solid #ccc;
  font-size: 2.4rem;
  padding: 1rem 0 1rem 0.5rem;
  font-weight: bold;
  margin: 0 auto 3rem !important;
}

.onayami {
  margin: 2rem auto;
}

.onayami_head {
  text-align: center;
  margin: 0 auto 2rem !important;
  font-size: 2rem;
}

.onayami_detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  padding: 2rem;
}
.onayami_detail:nth-child(odd) {
  background: #f1f7fc;
}
@media screen and (max-width: 767px) {
  .onayami_detail {
    flex-direction: column;
  }
}

.onayami_img {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .onayami_img {
    width: 50%;
  }
}

.onayami_txt {
  width: 69%;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .onayami_txt {
    width: 100%;
  }
}

.onayami_txt_head {
  color: #00357E;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1.8rem;
}

.private_feature {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .private_feature {
    flex-direction: column;
  }
}

.private_feature_card {
  background: #F9F9F0;
  width: 32%;
  border-radius: 20px;
  padding: 2.5rem 2rem;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .private_feature_card {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.private_feature_card .private_feature_head {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 2.6rem;
}
.private_feature_card .private_feature_txt {
  flex-grow: 1;
}

.private_category {
  margin: 3rem auto 6rem;
}

.private_category_head {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  background: #F9F9F0;
  padding: 5px 0;
  margin-bottom: 2rem;
}

.private_category_txt {
  margin-bottom: 4rem;
}

.private_case {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #F9F9F0;
  padding: 2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .private_case {
    flex-direction: column-reverse;
  }
}

.private_case_txt {
  width: 68%;
}

@media screen and (max-width: 767px) {
  .private_case_txt {
    width: 100%;
  }
}
.private_case_name {
  font-weight: bold;
  font-size: 1.8rem;
}

.private_case_btn {
  display: block;
  min-width: 28rem;
  width: 30%;
  margin: 1rem 0 2rem;
  border: 1px solid #A09566;
  background: #A09566;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  padding: 0.5rem 0;
}

@media screen and (max-width: 767px) {
  .private_case_btn {
    width: 100%;
  }
}
.private_case_btn:link {
  color: #fff;
}

.private_case_btn:visited {
  color: #fff;
}

.private_case_btn:hover {
  text-decoration: none;
  background: #fff;
  color: #A09566;
}

.private_case_img {
  width: 30%;
}

@media screen and (max-width: 767px) {
  .private_case_img {
    width: 100%;
  }
}
.private_cta {
  padding: 6rem 2rem;
  background: #F4F7FA;
}


.private_cta_btn {
  display: flex;
  justify-content: space-evenly;
}
@media screen and (max-width: 767px) {
  .private_cta_btn {
    flex-direction: column;
  }
}

.button {
  display: flex;
  justify-content: center;
  width: 40%;
}
@media screen and (max-width: 767px) {
  .button {
    width: 100%;
    margin-bottom: 2rem;
  }
}

.button a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  border-radius: 9999px;
  padding: 10px 20px;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
  color: #fff;
}
.button a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.button i {
  margin-left: 8px;
}

.request {
  background: #e58638;
}

.contact {
  color: #fff;
  background: #00357E;
}/*# sourceMappingURL=customize.css.map */