@charset "UTF-8";

#concept1{
  width: 1100px;
  position: relative;
  text-align: center;
  margin:0 auto;
}
  .concept1_text{
    position: absolute;
    bottom: 5%;
    left: 39%;
    font-size: 2rem;
    line-height: 3rem;
    width: 630px;
  }
  .concept1_text h1{
    font-size: 3.5rem;
    line-height: 10rem;
  }

.concept2{
  background: url(../img/bg_concept2.jpg);
  background-size: cover;
  text-align: center;
  padding: 40px 0;
  border-bottom: solid 30px #942b2b;
}
  .concept2_box,.concept2 p.concept2_box2{
    background: rgba(255, 255, 255, 0.68);
    width: 1000px;
    display: block;
    margin: 0 auto 30px;
    padding: 50px 50px 30px;
  }
    .concept2_box h2 img{
      width: auto;
    }
    .concept2_box p{
      font-size: 20px;
      line-height: 28px;
      margin: 20px auto 40px;
      width: 70%;
    }
  .concept2 img.concept2_sub{
    margin: 20px auto;
  }

#ttl_line{
background: url(../img/bg_ttl.jpg);
background-repeat: repeat-x;
padding: 40px 0;
text-align: center;
background-size: contain;
font-size: 4.5rem;
color: #C08500;
box-shadow: 2px 3px 10px 5px rgba(82, 82, 82, 0.51);
position: relative;
}
  .ttl_line {
  display: inline-flex;
  width: 1100px;
  justify-content: center;
  }
