@charset "UTF-8";

/* CSS Document */
.education {
  padding: 80px 20px 0px 20px;
  margin:0 auto 120px auto;
}
.education h1 {
  margin-bottom: 80px;
  position: relative;
}
.education h1::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  right: 0;
  background: linear-gradient(
    90deg,
    rgba(255, 102, 51, 1) 35%,
    rgba(66, 125, 157, 1) 35%
  );
  height: 3px;
  width: 30%;
  max-width: 95px;
  margin: 0 auto;
}
.education_description p {
  text-align: left;
  margin: 0 auto 60px auto;
  max-width: 800px;
}
.education_slick img {
  width: 100%;
  max-width: 600px;
  aspect-ratio: 4 / 3;
  margin: 0 auto;
}

@media (min-width: 1080px) {
  .education {
    padding: 120px 120px 0 120px;
    margin-bottom: 120px;
  }
  .education h1::after {
    max-width: 126px;
  }
}

/*実績*/
.education_archive {
  padding: 0 20px;
  margin-bottom: 120px;
}
.education_archive h2 {
  margin-bottom: 40px;
  position: relative;
}
.education_archive h2::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  right: 0;
  background: linear-gradient(
    90deg,
    rgba(255, 102, 51, 1) 35%,
    rgba(66, 125, 157, 1) 35%
  );
  height: 3px;
  width: 60%;
  max-width: 195px;
  margin: 0 auto;
}
.education__archive_table {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
.education__archive_table td {
  padding: 10px;
}

/*お問い合わせ*/
.educaiton__contact {
  margin-bottom: 160px;
  padding: 0 20px;
}
.educaiton__contact p {
  font-family: "Noto Serif JP", "游ゴシック体", YuGothic, "游ゴシック",
    "Yu Gothic";
  margin-bottom: 60px;
}
.educaiton__contact a {
  padding: 5px 40px;
  background-color: #fff;
  color: #333;
  border: solid 1px #333;
  text-decoration: none;
}
