#wrapper {
  background-color: #f5f2f2; }

h3 {
  text-align: center;
  font-family: 'Nexa-Bold';
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 110px; }
  h3 .sub {
    display: block;
    font-family: 'Noto-Sans-JP-Light';
    font-size: 32px;
    margin-top: 50px; }

.banner-common {
  background-image: url("../images/company/message/banner-message.jpg"); }

.wrapper-breadcrumb-intro {
  margin-bottom: 125px; }
  .wrapper-breadcrumb-intro .intro h3 {
    font-family: 'Nexa-Bold';
    font-weight: bold;
    font-size: 16px; }
  .wrapper-breadcrumb-intro .intro h4 {
    font-family: 'Noto-Sans-JP-Light';
    font-size: 32px;
    line-height: 60px;
    margin-bottom: 40px; }
  .wrapper-breadcrumb-intro .intro .light {
    font-family: 'Noto-Sans-JP-Light';
    margin-top: 80px; }
    .wrapper-breadcrumb-intro .intro .light img {
      margin-left: 25px; }

.philosopy {
  width: calc((100% - 1300px) / 2 + 1300px);
  margin-left: auto;
  margin-bottom: 140px;
  background-color: #ffffff;
  padding: 130px 0; }
  .philosopy .container {
    max-width: 1300px;
    margin-right: auto; }
    .philosopy .container .line {
      max-width: 1000px;
      margin: auto;
      border-bottom: 1px solid #313131;
      padding-bottom: 25px;
      margin-bottom: 42px; }
      .philosopy .container .line .bold {
        font-family: 'Nexa-Bold';
        font-weight: bold;
        font-size: 36px;
        margin-right: 35px; }
      .philosopy .container .line .light {
        font-size: 20px; }

.history {
  width: calc((100% - 1300px) / 2 + 1300px);
  margin-right: auto;
  margin-bottom: 140px;
  background-color: #ffffff;
  padding: 130px 0; }
  .history .container {
    max-width: 1300px;
    margin-left: auto; }
    .history .container dl {
      max-width: 1000px;
      margin: auto;
      font-size: 16px; }
      .history .container dl dt {
        width: 185px;
        float: left;
        padding: 25px 0;
        line-height: 36px; }
      .history .container dl dd {
        width: calc(100% - 185px);
        float: left;
        padding: 25px 0;
        line-height: 36px;
        position: relative; }
        .history .container dl dd::before {
          content: '';
          display: block;
          width: calc(100% + 185px);
          height: 1px;
          background-color: #d2d2d2;
          position: absolute;
          bottom: 0;
          right: 0; }
        .history .container dl dd:nth-child(2)::after {
          content: '';
          display: block;
          width: calc(100% + 185px);
          height: 1px;
          background-color: #d2d2d2;
          position: absolute;
          top: 0;
          right: 0; }

.wrapper-button {
  padding: 105px 0 122px;
  background-color: #ffffff; }
  .wrapper-button .scroll-to-top {
    margin-top: 0; }

#philosopy .icon { text-align: center; padding: 0 0 50px;}

@media only screen and (max-width: 640px) {
  .wrapper-breadcrumb-intro {
    padding-bottom: 60px;
    margin-bottom: 45px; }
    .wrapper-breadcrumb-intro .intro h3 {
      font-size: 14px; }
    .wrapper-breadcrumb-intro .intro h4 {
      text-align: left;
      font-size: 20px;
      line-height: 38px; }
    .wrapper-breadcrumb-intro .intro .light {
      margin-top: 40px;
      font-size: 12px; }
      .wrapper-breadcrumb-intro .intro .light img {
        width: 165px;
        margin-left: 15px; }

  h3 {
    margin-bottom: 0;
    text-align: left;
    font-size: 14px; }
    h3 .sub {
      line-height: 28px;
      margin-bottom: 20px;
      margin-top: 15px;
      font-size: 30px; }

  .philosopy {
    width: calc(100% - 15px);
    padding: 55px 15px 35px;
    margin-bottom: 45px; }
    .philosopy .container {
      max-width: 100%; }
      .philosopy .container .line {
        padding-bottom: 20px;
        margin-bottom: 20px; }
        .philosopy .container .line .bold {
          width: 50px;
          float: left;
          font-size: 24px;
          margin-right: 0;
          padding: 0 5px; }
        .philosopy .container .line .light {
          width: calc(100% - 50px);
          float: left;
          font-size: 14px;
          line-height: 24px;
          padding: 0 5px; }

  .history {
    width: calc(100% - 15px);
    padding: 30px 15px 45px;
    margin-bottom: 45px; }
    .history .container dl dt {
      width: 100px;
      padding: 10px 5px;
      font-size: 12px;
      line-height: 24px; }
    .history .container dl dd {
      width: calc(100% - 100px);
      padding: 10px 5px;
      font-size: 12px;
      line-height: 24px; }
      .history .container dl dd::before {
        width: calc(100% + 100px); }
      .history .container dl dd:nth-child(2)::after {
        width: calc(100% + 100px); }

  .wrapper-button {
    padding: 50px 0 53px; }
    
    #philosopy .icon img {  width: 50%; height: auto;}
     }

/*# sourceMappingURL=message.css.map */
