.ul_titlewrap {
  text-align: center;
}
.ul_titlewrap .ul_title {
  font-size: 1.25rem;
  text-align: center;
  border-bottom: solid 1px #E60012;
  padding: 0 10px 5px;
  display: inline-block;
  color: #E60012;
}
@media screen and (max-width: 767px) {
  .ul_titlewrap .ul_title {
    font-size: 0.875rem;
  }
}

.education .top_area {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.education .top_area .title_wrap {
  width: 30%;
  max-width: 435px;
  height: auto;
  aspect-ratio: 1;
  background: linear-gradient(45deg, #E60012, #FF4F2F);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 30px;
}
@media screen and (max-width: 767px) {
  .education .top_area .title_wrap {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.education .top_area .title_wrap .top_title {
  font-size: 1.625rem;
  font-weight: 700;
  letter-spacing: 8px;
  line-height: 1.5;
  color: #fff;
  margin: auto;
  margin-left: 24px;
}
@media screen and (max-width: 767px) {
  .education .top_area .title_wrap .top_title {
    font-size: 2rem;
    font-weight: 700;
  }
}
.education .top_area .title_wrap .top_text {
  font-size: 0.75rem;
  color: #fff;
  position: absolute;
  left: 18px;
  bottom: 18px;
}
.education .top_area .imgwrap {
  width: 83%;
  display: block;
  margin-left: auto;
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .education .top_area .imgwrap {
    width: 100%;
    padding-top: 0;
  }
}
.education .top_area .imgwrap img {
  width: 100%;
  height: auto;
  display: block;
}
.education .about_area {
  padding: 130px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .education .about_area {
    padding: 70px 0 90px;
  }
}
.education .about_area .about_title {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
  color: #E60012;
}
@media screen and (max-width: 767px) {
  .education .about_area .about_title {
    font-size: 0.875rem;
    line-height: 2;
  }
}
.education .about_area .about_title span {
  font-size: 3.9375rem;
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, rgba(89, 127, 145, 0.25)));
  background: linear-gradient(transparent 70%, rgba(89, 127, 145, 0.25) 70%);
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .education .about_area .about_title span {
    font-size: 2.125rem;
    padding: 0 10px;
  }
}
.education .about_area .about_text {
  font-size: 1.25rem;
  line-height: 2.6;
  text-align: center;
  margin: 60px auto 0;
}
@media screen and (max-width: 767px) {
  .education .about_area .about_text {
    font-size: 0.875rem;
    line-height: 2.5;
  }
}
.education .detail_area {
  width: 100%;
  padding: 90px 0 110px;
  background-color: #F5F4F2;
}
@media screen and (max-width: 767px) {
  .education .detail_area {
    padding: 50px 0;
  }
}
.education .detail_area .detail_text {
  font-size: 0.875rem;
  line-height: 2.4;
  text-align: center;
  margin-top: 35px;
}
.education .detail_area .detail_img {
  display: block;
  margin: 70px auto 0;
}
@media screen and (max-width: 1250px) {
  .education .detail_area .detail_img {
    width: 90%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .education .detail_area .detail_img {
    width: 80%;
  }
}
.education .program_area {
  padding: 130px 0 230px;
}
@media screen and (max-width: 767px) {
  .education .program_area {
    padding: 80px 0 100px;
  }
}
.education .program_area .program_wrap {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .education .program_area .program_wrap {
    margin-top: 35px;
  }
}
.education .program_area .program_wrap .program_block {
  width: 1045px;
  margin: 90px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1160px) {
  .education .program_area .program_wrap .program_block {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .education .program_area .program_wrap .program_block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 60px;
  }
}
.education .program_area .program_wrap .program_block:first-child {
  margin-top: 0;
}
.education .program_area .program_wrap .program_block .imgwrap {
  width: 48%;
  display: block;
}
@media screen and (max-width: 767px) {
  .education .program_area .program_wrap .program_block .imgwrap {
    width: 100%;
  }
}
.education .program_area .program_wrap .program_block .imgwrap:after {
  content: "";
  height: 0;
  padding-top: 58.8%;
  display: block;
}
.education .program_area .program_wrap .program_block .textwrap {
  width: 48%;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .education .program_area .program_wrap .program_block .textwrap {
    width: 100%;
    margin-top: 20px;
  }
}
.education .program_area .program_wrap .program_block .textwrap .label {
  padding: 5px 20px;
  background-color: #E60012;
  display: inline-block;
}
.education .program_area .program_wrap .program_block .textwrap .label span {
  font-size: 1.0625rem;
  color: #fff;
}
.education .program_area .program_wrap .program_block .textwrap .link01 {
  font-size: 0.75rem;
  color: #E60012;
  display: inline-block;
  margin-left: 15px;
  margin-bottom: 5px;
  vertical-align: middle;
}
.education .program_area .program_wrap .program_block .textwrap .link01:after {
  content: "";
  width: 18px;
  height: 14px;
  background-image: url(../images/education/icon_arrow.svg);
  background-size: cover;
  display: inline-block;
  margin-left: 10px;
  margin-bottom: 3px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .education .program_area .program_wrap .program_block .textwrap .link01 {
    font-size: 0.875rem;
    margin: 18px 0;
  }
}
.education .program_area .program_wrap .program_block .textwrap .program_title {
  font-size: 1.6875rem;
  font-weight: 500;
  color: #E60012;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .education .program_area .program_wrap .program_block .textwrap .program_title {
    font-size: 1.125rem;
    margin-top: 20px;
  }
}
.education .program_area .program_wrap .program_block .textwrap .program_text {
  font-size: 1rem;
  line-height: 1.8;
  text-align: justify;
  margin: 25px 0;
}
@media screen and (max-width: 767px) {
  .education .program_area .program_wrap .program_block .textwrap .program_text {
    font-size: 0.875rem;
    margin: 15px 0 0;
  }
}
.education .program_area .program_wrap .program_block .textwrap .more {
  font-family: din-2014, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  color: #E60012;
  padding: 0 6px 4px;
  border-bottom: solid 3px #E60012;
  display: inline;
}
@media screen and (max-width: 767px) {
  .education .program_area .program_wrap .program_block .textwrap .more {
    font-size: 1rem;
    font-weight: 600;
  }
}
.education .program_area .program_wrap .program_block:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .education .program_area .program_wrap .program_block:nth-child(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.education .program_area .program_wrap .program_block:nth-child(2n) .textwrap {
  margin-left: 0;
  margin-right: auto;
}
.education .project_area {
  padding-bottom: 220px;
}
@media screen and (max-width: 767px) {
  .education .project_area {
    padding-bottom: 80px;
  }
}
.education .project_area .project_wrap {
  width: 1130px;
  margin: 60px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 1255px) {
  .education .project_area .project_wrap {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .education .project_area .project_wrap {
    display: block;
  }
}
.education .project_area .project_wrap .project_block {
  width: calc(25% - 6px);
  margin-right: 8px;
  position: relative;
  display: block;
}
@media screen and (max-width: 767px) {
  .education .project_area .project_wrap .project_block {
    width: 100%;
    margin-right: 0;
    margin-top: 45px;
  }
  .education .project_area .project_wrap .project_block:first-child {
    margin-top: 0;
  }
}
.education .project_area .project_wrap .project_block:last-child {
  margin-right: 0;
}
.education .project_area .project_wrap .project_block .imgwrap {
  width: 100%;
  display: block;
}
.education .project_area .project_wrap .project_block .imgwrap:after {
  content: "";
  height: 0;
  padding-top: 100%;
  display: block;
}
.education .project_area .project_wrap .project_block .project_title {
  font-size: 1rem;
  line-height: 1.8;
  margin-top: 10px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .education .project_area .project_wrap .project_block .project_title {
    font-size: 0.875rem;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.education .project_area .project_wrap .project_block .date {
  font-size: 0.75rem;
  line-height: 1.8;
  text-align: right;
  color: #E60012;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .education .project_area .project_wrap .project_block .date {
    position: relative;
  }
}
.education .project_area .btn-wrapper {
  width: 672px;
  display: block;
  margin: 60px auto 0;
}
@media screen and (max-width: 767px) {
  .education .project_area .btn-wrapper {
    width: 90%;
  }
}
.education .gallery {
  width: 100%;
  height: auto;
}/*# sourceMappingURL=education.css.map */