@charset "UTF-8";
@import url("base.css");
/*共通設定-------------------------------------------------------------------------------------------------------------------------------------*/
/*基本設定*/
/*ヘッダー*
/
/*メイン*/
#name_top {
  margin: 0;
  width: 100%;
  background-image: url("../img/company/back01.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  position: relative;
  height: 30em; }
  #name_top h1 {
    width: 80%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%); }

#message {
  width: 60%;
  margin: 5em auto 0; }
  #message h2 {
    font-size: 156%; }
    #message h2 span {
      color: #84b428;
      display: inline-block;
      margin: 0 0 0 1em;
      font-size: 80%;
      vertical-align: middle; }
  #message p {
    margin: 2em 0 0; }
  #message .name {
    text-align: right;
    margin: 2em 0 0; }
    #message .name span {
      font-size: 130%;
      font-weight: bold;
      margin: 0 0 0 1em;
      vertical-align: middle; }

#company h2 {
  font-size: 156%; }
#company table {
  width: 100%;
  margin: 2em 0 0; }
  #company table tr th {
    width: 150px; }
  #company table tr td {
    width: calc(95% - 150px); }

/*フッター*/
#message {
  width: 60%;
  margin: 5em auto 0; }
  #message h2 {
    font-size: 156%; }
    #message h2 span {
      color: #84b428;
      display: inline-block;
      margin: 0 0 0 1em;
      font-size: 80%;
      vertical-align: middle; }
  #message p {
    margin: 2em 0 0; }
  #message .name {
    text-align: right;
    margin: 2em 0 0; }
    #message .name span {
      font-size: 130%;
      font-weight: bold;
      margin: 0 0 0 1em;
      vertical-align: middle; }

#company {
  width: 60%;
  margin: 5em auto 0;
  background-image: url("../img/company/back01.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 5em 10%;
  color: #fff; }
  #company h2 {
    font-size: 156%; }
    #company h2 span {
      color: #84b428;
      display: inline-block;
      margin: 0 0 0 1em;
      font-size: 80%;
      vertical-align: middle; }
  #company table {
    width: 100%;
    margin: 2em 0 0; }
    #company table tr th {
      width: 150px;
      padding: 1em 0;
      text-align-last: justify; }
    #company table tr td {
      width: calc(95% - 200px);
      padding: 1em 5%; }

/*共通設定ここまで-------------------------------------------------------------------------------------------------------------------------------------*/
/* pc */
@media screen and (min-width: 1300px) {
  /*ヘッダー*/
  /*メイン*/
  /*フッター*/ }
/* tablet以下共通 ------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 1299px) {
  /*ヘッダー*/
  /*メイン*/
  /*フッター*/ }
/* tablet以下共通ここまで ------------------------------------------------------------------------------------------*/
/* tablet1 */
@media only screen and (min-width: 1024px) and (max-width: 1299px) {
  /*基本設定*/
  /*ヘッダー*/
  /*メイン*/
  /*フッター*/ }
/* tablet2  */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /*基本設定*/
  /*ヘッダー*/
  /*メイン*/
  #name_top {
    height: 20em; }
    #name_top h1 {
      width: 90%; }

  #message {
    width: 60%; }
    #message h2 {
      font-size: 130%; }

  #company h2 {
    font-size: 130%; }
    #company h2 span {
      font-size: 80%; }
  #company table tr th {
    width: 100px;
    vertical-align: top; }
  #company table tr td {
    width: calc(95% - 100px); }

  /*フッター*/ }
/* tablet3  */
@media only screen and (max-width: 767px) {
  /*基本設定*/
  /*ヘッダー*/
  /*メイン*/
  #name_top {
    height: 20em; }
    #name_top h1 {
      width: 90%; }

  #message {
    width: 80%;
    margin: 2.5em auto 0; }
    #message h2 {
      font-size: 130%; }
      #message h2 span {
        display: block;
        margin: 0; }
    #message p {
      margin: 1em 0 0; }
    #message .name {
      margin: 1em 0 0; }
      #message .name span {
        font-size: 120%; }

  #company {
    width: 80%;
    margin: 2.5em auto 0;
    padding: 2.5em 10%;
    color: #fff; }
    #company h2 {
      font-size: 156%; }
      #company h2 span {
        display: block;
        margin: 0; }
    #company table {
      width: 100%;
      margin: 2em 0 0; }
      #company table tr th {
        display: block;
        width: 100%;
        text-align-last: left;
        padding: 1em 0% 0;
        border-bottom: 1px solid #ccc; }
      #company table tr td {
        display: block;
        width: 100%;
        padding: 1em 0%; }

  /*フッター*/ }
/* smartPhone1 */
@media only screen and (max-width: 499px) {
  /*基本設定*/
  /*ヘッダー*/
  /*メイン*/
  /*フッター*/ }
