@charset "UTF-8";
/* =================================================================================================

　基本スタイル

================================================================================================= */
/* CSS Document */
.fixed_text {
  top: 3rem;
}

/* ----------------------------------------------------------------------------
　タイトルエリア
---------------------------------------------------------------------------- */
#title_area {
  position: relative;
  margin-bottom: 4rem;
}

#title_area h1 {
  width: 760px;
  position: absolute;
  top: 0rem;
  left: calc((100% - 760px) / 2);
  z-index: 2;
  font-size: 1rem;
  line-height: 120%;
  letter-spacing: 3px;
  color: #2e3192;
}

@media screen and (max-width: 840px) {
  #title_area h1 {
    width: 80%;
    left: 10%;
  }
}

#title_area h1 span {
  display: inline-block;
  border-top: 5px solid #2e3192;
  padding-top: 1rem;
}

#title_area h2 {
  position: absolute;
  top: 0rem;
  left: 0rem;
  width: 100%;
  height: 100%;
  color: #2e3192;
  font-size: 2.4rem;
  letter-spacing: 12px;
  line-height: 210%;
  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;
  z-index: 2;
}

@media screen and (max-width: 1024px) {
  #title_area h2 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 800px) {
  #title_area h2 {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 592px) {
  #title_area h2 {
    font-size: 1.3rem;
    letter-spacing: 6px;
    top: 2rem;
  }
}

#title_area .bg {
  width: 100%;
}

@media screen and (max-width: 592px) {
  #title_area .bg {
    position: relative;
    top: 2rem;
  }
}

#title_area .bg img {
  width: 100%;
}

.column {
  width: 760px;
  margin: 0 auto 8rem;
  position: relative;
}

@media screen and (max-width: 840px) {
  .column {
    width: 85%;
  }
}

@media screen and (max-width: 592px) {
  .column {
    margin: 0 auto 5rem;
  }
}

.column h3 {
  margin-bottom: 3rem;
}

@media screen and (max-width: 592px) {
  .column h3 {
    margin-bottom: 2rem;
  }
}

.column h3 span {
  color: #fff;
  font-size: 1.7rem;
  line-height: 110%;
  padding: 0.3rem 0.5rem;
  background-color: #2e3192;
  display: inline-block;
  margin-bottom: 1.7rem;
}

@media screen and (max-width: 800px) {
  .column h3 span {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 592px) {
  .column h3 span {
    font-size: 1.18rem;
    margin-bottom: 0.5rem;
  }
}

.column .text {
  line-height: 220%;
}

@media screen and (max-width: 592px) {
  .column .text {
    font-size: 0.875rem;
  }
}

.bg_area {
  background-color: #f3f2f2;
  padding-bottom: 5rem;
}

.bg_area .photo {
  margin-bottom: 4rem;
  overflow-x: hidden;
}

.bg_area .photo img {
  width: 100%;
}

@media screen and (max-width: 592px) {
  .bg_area .photo img {
    width: 150%;
    position: relative;
    left: -25%;
  }
}
/*# sourceMappingURL=education.css.map */