body {
  overflow: hidden
}

body #wrapper .contents>.inner_firsrt {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

body #wrapper .contents>.inner main h1 {
  margin-top: 95px;
  font-size: 1.6em;
  font-weight: bold;
  text-align: center;
  color: #666666;
  line-height: 1
}

@media screen and (max-width: 950px) {
  body #wrapper .contents>.inner_firsrt {
  width: 100%;
  }
  body #wrapper .contents>.inner main h1,
    body #wrapper .contents>.inner_firsrt main h1 {
    margin-top: 50px;
    font-size: 1em
  }
}

body #wrapper .contents>.inner main figure,
  body #wrapper .contents>.inner_firsrt main figure {
  margin-top: 70px;
  padding: 0 35px;
  font-size: 0;
  line-height: 0
}

@media screen and (max-width: 950px) {
  body #wrapper .contents>.inner main figure,
  body #wrapper .contents>.inner_firsrt main figure {
    margin-top: 38px;
    padding: 0
  }
}

body #wrapper .contents .message {
  margin-top: 80px
}

@media screen and (max-width: 950px) {
  body #wrapper .contents .message {
    margin-top: 40px
  }
}

body #wrapper .contents .message .inner h2 {
  padding: 10px 0 8px 0;
  font-size: 24px;
  font-weight: bold;
  color: #666666;
  text-align: center;
  background-color: #ffeb00;
  line-height: 1
}

@media screen and (max-width: 950px) {
  body #wrapper .contents .message .inner h2 {
    padding: 5px 0;
    font-size: 0.9375em
  }
}

body #wrapper .contents .message .inner .message__detail {
  position: relative;
  width: 1200px;
  margin: 20px auto 0 auto;
  padding: 0 125px
}

@media screen and (max-width: 950px) {
  body #wrapper .contents .message .inner .message__detail {
    width: 89.33333333333333%;
    margin-top: 10px;
    padding: 0
  }
}

body #wrapper .contents .message .inner .message__detail>figure {
  position: absolute;
  top: 0;
  left: 125px;
  display: block
}

@media screen and (max-width: 950px) {
  body #wrapper .contents .message .inner .message__detail>figure {
    display: none
  }
}

body #wrapper .contents .message .inner .message__detail .lead {
  font-size: 0.9em;
  font-weight: normal;
  color: #000000;
  line-height: 1.67
}

@media screen and (max-width: 950px) {
  body #wrapper .contents .message .inner .message__detail .lead {
    font-size: 0.875em;
    line-height: 1.57
  }
}

body #wrapper .contents .message .inner .message__detail .lead+.lead {
  margin-top: 2em
}

body #wrapper .contents .message .inner .message__detail .lead:nth-child(2),
body #wrapper .contents .message .inner .message__detail .lead:nth-child(3),
body #wrapper .contents .message .inner .message__detail .lead:nth-child(4) {
  width: 670px;
  margin-right: 0;
  margin-left: auto
}

@media screen and (max-width: 950px) {

  body #wrapper .contents .message .inner .message__detail .lead:nth-child(2),
  body #wrapper .contents .message .inner .message__detail .lead:nth-child(3),
  body #wrapper .contents .message .inner .message__detail .lead:nth-child(4) {
    width: 100%
  }
}

body #wrapper .contents .message .inner .message__detail .ceo {
  margin-top: 42px
}

@media screen and (max-width: 950px) {
  body #wrapper .contents .message .inner .message__detail .ceo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 32px
  }
}

body #wrapper .contents .message .inner .message__detail .ceo>figure {
  display: none
}

@media screen and (max-width: 950px) {
  body #wrapper .contents .message .inner .message__detail .ceo>figure {
    display: block;
    width: 29.85074626865672%;
    font-size: 0;
    line-height: 0
  }
}

body #wrapper .contents .message .inner .message__detail .ceo>dl {
  text-align: right
}

@media screen and (max-width: 950px) {
  body #wrapper .contents .message .inner .message__detail .ceo>dl {
    width: 70%
  }
}

body #wrapper .contents .message .inner .message__detail .ceo>dl>dt {
  font-size: 1.2em;
  font-weight: normal;
  color: #000000;
  line-height: 1
}

@media screen and (max-width: 950px) {
  body #wrapper .contents .message .inner .message__detail .ceo>dl>dt {
    font-size: 0.9375em
  }
}

body #wrapper .contents .message .inner .message__detail .ceo>dl>dd {
  margin-top: 20px;
  font-size: 1.5em;
  font-weight: bold;
  color: #000000;
  line-height: 1
}

@media screen and (max-width: 950px) {
  body #wrapper .contents .message .inner .message__detail .ceo>dl>dd {
    font-size: 1.0625em
  }
}
