/**************************
 page-construct
**************************/
#construct-main .main_bg {
  width: 100%;
  height: 50vh;
  min-height: 300px;
  position: relative;
  background: url("../../images/top/top_platform.jpg");
  background-size: cover;
  background-position: center;
  margin-bottom: 80px;
}
#construct-main h1 {
  text-align: center;
  margin-bottom: 80px;
}
#construct-main h1 span {
  display: block;
}
#construct-main h1 span:nth-of-type(1) {
  font-size: 62px;
  color: #9fb0c3;
  margin-bottom: 15px;
  font-weight: bold;
}
#construct-main h1 span:nth-of-type(2) {
  color: #000;
  font-size: 20px;
}
#construct-main .main-catch {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 50px;
}
#construct-main .catch {
  max-width: 860px;
  margin: 0 auto 80px;
  line-height: 2em;
}
#construct-main .thumb {
  max-width: 600px;
  width: 100%;
  margin: 0 auto 80px;
}
#construct-main .thumb img {
  width: 100%;
}
@media (max-width: 991px) {
  #construct-main .main-catch {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  #construct-main .main-catch span {
    display: block;
    margin-bottom: 5px;
  }
  #construct-main h1 span:nth-of-type(1) {
    font-size: 42px;
  }
  #construct-main h1 span:nth-of-type(2) {
    font-size: 16px;
  }
}
/**********************************
 construct-role
**********************************/
#construct-role {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #eee;
}
#construct-role h2 {
  text-align: center;
  margin-bottom: 80px;
}
#construct-role h2 span {
  display: block;
}
#construct-role h2 span:nth-of-type(1) {
  font-size: 42px;
  color: #9fb0c3;
  margin-bottom: 15px;
  font-weight: bold;
}
#construct-role h2 span:nth-of-type(2) {
  color: #000;
  font-size: 16px;
}
#construct-role .point_p1 {
  color: #ccc;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: 16px;
  margin-bottom: 5px;
}
#construct-role .point_p2 {
  color: #299dd4;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: 16px;
  margin-bottom: 5px;
}
#construct-role .point_p3 {
  color: #be3e80;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: 16px;
  margin-bottom: 5px;
}
#construct-role h3 {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: bold;
}
#construct-role .thumb img {
  width: 100%;
}
#construct-role .thumb {
  margin-bottom: 15px;
}
#construct-role .thumb-mb0 {
  margin-bottom: 0px;
}
#construct-role .thumb-mb0 img {
  width: 100%;
}
#construct-role .box {
  padding: 15px;
  border: 1px solid #000;
  background: #fff;
}
#construct-role .mb {
  margin-bottom: 30px;
}
#construct-role .box-comp {
  max-width: 600px;
  margin: 0 auto;
  padding: 15px;
  border: 1px solid #000;
}
@media (max-width: 991px) {
  #construct-role .thumb-mb0 {
    margin-bottom: 30px;
  }
}
/****************************
 construct-merit
****************************/
#construct-merit {
  padding-top: 100px;
  padding-bottom: 100px;
}
#construct-merit h2 {
  text-align: center;
  margin-bottom: 80px;
}
#construct-merit h2 span {
  display: block;
}
#construct-merit h2 span:nth-of-type(1) {
  font-size: 42px;
  color: #9fb0c3;
  margin-bottom: 15px;
  font-weight: bold;
}
#construct-merit h2 span:nth-of-type(2) {
  color: #000;
  font-size: 16px;
}
#construct-merit .main-catch {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 50px;
}
#construct-merit .merit-wrap {
  max-width: 600px;
  margin: 0 auto;
}
#construct-merit .merit-box {
  margin-bottom: 30px;
  border: 1px solid #ccc;
}
#construct-merit .flex {
  display: flex;
  flex-wrap: wrap;
}
#construct-merit .number {
  width: 200px;
  padding-top: 30px;
  padding-bottom: 30px;
  background: #488e6d;
  align-items: center;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
#construct-merit .title {
  padding-left: 30px;
  align-content: center;
}
@media (max-width: 767px) {
  #construct-merit .main-catch {
    font-size: 18px;
  }
}
@media (max-width: 650px) {
  #construct-merit .number {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  #construct-merit .title {
    padding-left: 0px;
    text-align: center;
    padding-bottom: 15px;
    width: 100%;
  }
}
