@charset "UTF-8";
/* Variables
****************************************************************************/
/* Media Queries
****************************************************************************/
/* Utilities
****************************************************************************/
/*clearfix*/
/* set some element's line-height to 1em because of adjust text margin */
/*set fontfamily noto 700*/
/*set fontfamily*/
.sec-top {
  margin-bottom: 100px;
}

.sec-top .page-tit {
  margin: 70px auto 60px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
}

.sec-top .page-tit .jp {
  font-size: 3.2rem;
}

.sec-top .page-tit .en {
  font-size: 1.3rem;
}

.sec-top .top-container1 {
  margin-bottom: 80px;
  position: relative;
}

.sec-top .top-container1 p {
  text-align: center;
  line-height: 2em;
  margin-bottom: 1em;
}

.sec-top .logo-project {
  width: 150px;
  margin: 30px 0 0 0;
}

@media only screen and (max-width: 768px) {
  .sec-top .logo-project {
    width: 120px;
    margin: 20px 0 0 0;
  }
}

.sec-top .top-container2 {
  margin-bottom: 80px;
}

.sec-top .top-container2:after {
  content: "";
  clear: both;
  display: block;
}

.sec-top .top-container2 li {
  width: 33.33%;
  float: left;
}

@media only screen and (max-width: 768px) {
  .sec-top {
    margin-bottom: 60px;
  }
  .sec-top .page-tit {
    width: 150px;
    margin: 50px auto 30px;
  }
  .sec-top .top-container1 {
    margin-bottom: 40px;
  }
  .sec-top .top-container1 p {
    font-size: 1.2rem;
    line-height: 1.8em;
    margin: 0 15px;
  }
  .sec-top .top-container2 {
    margin-bottom: 40px;
  }
}

.ec-wrap {
  text-align: center;
  margin: 30px auto;
}

.sec-lineup .lineup-tit {
  font-size: 2.0rem;
  line-height: 1.3em;
  text-align: center;
  margin-bottom: 30px;
}

.sec-lineup .lineup-tit span {
  font-size: 1.6rem;
}

.sec-lineup figure {
  width: 840px;
  margin: 40px auto 60px;
}

.sec-lineup p {
  text-align: center;
  line-height: 2em;
  margin-bottom: 1em;
}

.sec-lineup hr {
  display: block;
  border: 0;
  border-top: 1px solid #333;
  width: 40px;
  margin: 0 auto 60px;
  height: 0;
  padding: 0;
}

@media only screen and (max-width: 768px) {
  .sec-lineup .lineup-tit {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
  .sec-lineup .lineup-tit span {
    font-size: 1.2rem;
  }
  .sec-lineup figure {
    width: auto;
    margin: 30px 15px 40px;
  }
  .sec-lineup p {
    font-size: 1.2rem;
    line-height: 1.8em;
    margin: 0 15px;
  }
  .sec-lineup hr {
    width: 30px;
    margin: 0 auto 40px;
  }
}
