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

　環境と制度

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

/* ----------------------------------------------------------------------------
　タイトルエリア
---------------------------------------------------------------------------- */
#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;
    letter-spacing: 8px;
  }
}

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

@media print {
  #title_area h2 {
    font-size: 1.8rem;
  }
}

#title_area .bg {
  width: 100%;
}

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

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

/* ----------------------------------------------------------------------------
　一覧
---------------------------------------------------------------------------- */
#list {
  width: 760px;
  margin: 0 auto 8rem;
  position: relative;
}

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

#list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 592px) {
  #list ul {
    display: block;
  }
}

#list li {
  width: 46%;
  margin-bottom: 3rem;
}

@media screen and (max-width: 592px) {
  #list li {
    width: 100%;
  }
}

#list li .photo {
  width: 82%;
  margin: 0 auto 1.5rem;
}

@media screen and (max-width: 592px) {
  #list li .photo {
    width: 60%;
  }
}

#list li .photo img {
  width: 100%;
}

#list li h3 {
  margin-bottom: 0rem;
}

@media screen and (max-width: 592px) {
  #list li h3 {
    margin-bottom: 1rem;
  }
}

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

@media screen and (max-width: 1024px) {
  #list li h3 span {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 800px) {
  #list li h3 span {
    font-size: 1rem;
  }
}

@media screen and (max-width: 592px) {
  #list li h3 span {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
  }
}

#list li .text {
  line-height: 220%;
  letter-spacing: -0.5px;
}

@media screen and (max-width: 592px) {
  #list li .text {
    font-size: 0.875rem;
  }
}
/*# sourceMappingURL=culture.css.map */