@charset "utf-8";
/**
 *
 *  company message
 *
 */

/* --------------------------------------------------------------------------
	 section
--------------------------------------------------------------------------- */
.section {
}

/* section__head
----------------------------------------------------------------- */
.section__head__img {
  margin-top: 40px;
  line-height: 1;
}

.section__head__img img {
  width: 100%;
}

/* media query -> sp
================================================================= */
@media only screen and (max-width: 767px) {
  /* section__head
	----------------------------------------------------------------- */
  .section__head__img {
    margin-top: 20px;
  }
}

/* --------------------------------------------------------------------------
	 sentence
--------------------------------------------------------------------------- */
.sentence {
  padding: 50px 60px 0;
}

.sentence--border {
  border-top: 1px solid #e0e0e0;
}

.sentence .president {
  margin-top: 50px;
  text-align: right;
  font-size: 16px;
}

.sentence .president span {
  margin-right: 30px;
  vertical-align: text-bottom;
}

/* media query -> sp
================================================================= */
@media only screen and (max-width: 767px) {
  .sentence {
    padding: 25px 0;
  }

  .sentence .president {
    margin-top: 25px;
    font-size: 12px;
  }

  .sentence .president img.u-sp {
    display: inline !important;
  }

  .sentence .president span {
    margin-right: 10px;
  }
}
