header {
  height: 110px;
  border-bottom: solid thin black; }
  header div {
    position: relative; }
    header div .headerLogo {
      display: block;
      width: 130px;
      position: absolute;
      bottom: 15px;
      left: 0px; }

.anchor {
  display: block;
  padding-top: 70px;
  margin-top: -70px; }

#reason {
  height: auto;
  padding-bottom: 100px; }
  #reason h1 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
    margin-top: 140px; }
  #reason h2 {
    font-size: 20px;
    color: #61C1BE;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    text-align: center;
    margin-bottom: 60px; }
  #reason img {
    width: 200px;
    padding: 20px;
    border: solid thin black;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    box-sizing: content-box; }
  #reason p {
    text-align: center;
    font-size: 15px;
    line-height: 2; }

#concept {
  background-color: rgba(201, 189, 166, 0.2);
  padding: 100px 0; }
  #concept h1 {
    font-size: 35px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center; }
  #concept h2 {
    font-size: 20px;
    color: #61C1BE;
    font-weight: bold;
    text-align: center;
    margin-bottom: 60px; }
  #concept .section01 {
    width: 1000px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative; }
    #concept .section01 p {
      font-size: 15px;
      line-height: 2; }
    #concept .section01 img {
      width: 570px;
      position: absolute;
      top: 0;
      right: 0; }
  #concept .section02 {
    width: 1000px;
    position: relative;
    margin-top: 150px;
    display: block;
    margin-left: auto;
    margin-right: auto; }
    #concept .section02 dl {
      position: relative;
      z-index: 100;
      width: 500px;
      background: rgba(255, 255, 255, 0.6);
      margin-left: auto;
      padding: 45px 0 45px 40px; }
      #concept .section02 dl dt {
        font-size: 50px;
        font-weight: bold;
        color: #F5B2B2; }
      #concept .section02 dl dd {
        font-size: 15px;
        line-height: 2; }
    #concept .section02 img {
      position: absolute;
      width: 580px;
      z-index: 0;
      left: -20px;
      top: -30px; }
  #concept .section03 {
    width: 1000px;
    position: relative;
    margin-top: 200px;
    display: block;
    margin-left: auto;
    margin-right: auto; }
    #concept .section03 dl {
      position: relative;
      z-index: 100;
      width: 500px;
      background: rgba(255, 255, 255, 0.6);
      margin-right: auto;
      padding: 45px 0 45px 45px;
      margin-left: -20px; }
      #concept .section03 dl dt {
        font-size: 50px;
        font-weight: bold;
        color: #FBCC7E; }
      #concept .section03 dl dd {
        font-size: 15px;
        line-height: 2; }
    #concept .section03 img {
      position: absolute;
      width: 580px;
      z-index: 0;
      right: 0px;
      top: -20px; }

@media (max-width: 768px) {
  #reason {
    height: auto;
    padding-bottom: 50px;
    width: 90%;
    display: block;
    margin-left: auto;
    margin-right: auto; }
    #reason h1 {
      font-size: 30px;
      font-weight: bold;
      margin-bottom: 10px;
      text-align: center;
      margin-top: 140px; }
    #reason h2 {
      font-size: 20px;
      color: #61C1BE;
      font-weight: bold;
      font-family: 'Roboto', sans-serif;
      font-weight: bold;
      text-align: center;
      margin-bottom: 60px; }
    #reason img {
      width: 130px;
      padding: 20px 60px;
      border: solid thin black;
      display: block;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 50px; }
    #reason p {
      text-align: center;
      font-size: 11px; }

  #concept {
    background-color: rgba(201, 189, 166, 0.2);
    padding: 50px 0;
    width: 100%; }
    #concept h1 {
      font-size: 35px;
      font-weight: bold;
      font-family: 'Roboto', sans-serif;
      font-weight: bold;
      margin-bottom: 10px;
      text-align: center; }
    #concept h2 {
      font-size: 20px;
      color: #61C1BE;
      font-weight: bold;
      text-align: center;
      margin-bottom: 50px; }
    #concept .section01 {
      width: 90%;
      display: block;
      margin-left: auto;
      margin-right: auto;
      position: relative; }
      #concept .section01 p {
        font-size: 11px;
        line-height: 2;
        text-align: justify;
        padding-left: 5%;
        box-sizing: border-box; }
      #concept .section01 img {
        width: 100%;
        position: static;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px; }
    #concept .section02 {
      width: 100%;
      position: relative;
      margin-top: 70px;
      display: block;
      margin-left: auto;
      margin-right: auto; }
      #concept .section02 dl {
        position: relative;
        z-index: 100;
        width: 100%;
        background: rgba(255, 255, 255, 0.6);
        display: block;
        margin-left: auto;
        margin-right: auto;
        padding: 20px 0 20px 5%;
        box-sizing: border-box; }
        #concept .section02 dl dt {
          font-size: 50px;
          font-weight: bold;
          color: #F5B2B2;
          width: 100%; }
        #concept .section02 dl dd {
          font-size: 11px;
          line-height: 2; }
      #concept .section02 img {
        position: absolute;
        width: 330px;
        z-index: 0;
        left: 0px;
        top: -15px; }
    #concept .section03 {
      width: 100%;
      position: relative;
      margin-top: 90px;
      display: block;
      margin-left: auto;
      margin-right: auto; }
      #concept .section03 dl {
        position: relative;
        z-index: 100;
        width: 100%;
        background: rgba(255, 255, 255, 0.6);
        margin-right: auto;
        padding: 20px 0 20px 5%;
        margin-left: 0px;
        box-sizing: border-box; }
        #concept .section03 dl dt {
          font-size: 45px;
          font-weight: bold;
          color: #FBCC7E;
          width: 100%; }
        #concept .section03 dl dd {
          font-size: 11px;
          line-height: 2;
          padding-left: 7px; }
      #concept .section03 img {
        position: absolute;
        width: 330px;
        z-index: 0;
        right: 0px;
        top: -20px; } }
