@charset "UTF-8";
/* ------------------------------------------------------------
index 環境を知る_インデックス
------------------------------------------------------------ */
.education-wrap {
  position: relative;
  padding-bottom: 100px;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .education-wrap {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}
.education-wrap::before {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  background: #F0F6F7;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .education-wrap::before {
    height: 80%;
  }
}
.education-wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px 47px;
  margin-top: 60px;
}
.education-wrap ul li {
  width: calc((100% - 141px) / 4);
  background: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 0 8px 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 40px rgba(0, 0, 0, 0.1);
}
.education-wrap ul li a {
  display: block;
  position: relative;
  height: 100%;
}
.education-wrap ul li a .content-img {
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}
.education-wrap ul li a .content-img img {
  display: block;
  width: 100%;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.education-wrap ul li a .content-txt {
  font-size: 18px;
  font-weight: 500;
  padding: 20px 15px 25px;
}
.education-wrap ul li a .content-txt .description {
  font-size: 15px;
  font-weight: 600;
  color: #0B1C26;
}
.education-wrap ul li a .content-txt .title {
  font-size: 16px;
  border-top: 1px solid #313C4D;
  padding-top: 10px;
  margin-top: 30px;
  color: #4D4D4D;
}
.education-wrap ul li a .arrow-icon {
  position: absolute;
  right: 8px;
  bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20px;
  height: 20px;
  background: #313c4d;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
}
.education-wrap ul li a .arrow-icon img {
  width: 10px;
  height: 4px;
}
.education-wrap ul li a:hover .content-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.education-wrap ul li a:hover .arrow-icon {
  right: 3px;
  background: #0092e6;
}
@media screen and (max-width: 767px) {
  .education-wrap ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30px;
  }
  .education-wrap ul li {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    border-radius: 20px 20px 10px 10px;
  }
}

.education-wrap-col2 {
  padding-bottom: 80px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .education-wrap-col2 {
    padding-bottom: 40px;
  }
}
.education-wrap-col2::before {
  content: "";
  display: block;
  width: 80%;
  height: 60%;
  background: #0092E6;
  position: absolute;
  bottom: 0;
  left: 20%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .education-wrap-col2::before {
    height: 70%;
  }
}
.education-wrap-col2 ul {
  gap: 30px 80px;
}
.education-wrap-col2 ul li {
  width: calc((100% - 80px) / 2);
}
@media screen and (max-width: 767px) {
  .education-wrap-col2 ul li {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    border-radius: 20px 20px 10px 10px;
  }
}
.education-wrap-col2 ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.education-wrap-col2 ul li a .content-txt {
  padding: 20px 20px 25px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.education-wrap-col2 ul li a .content-txt .description {
  font-size: 18px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .education-wrap-col2 ul li a .content-txt .description {
    font-size: 15px;
  }
}/*# sourceMappingURL=index.css.map */