@charset "UTF-8";
@import url("base.css");
/*共通設定-------------------------------------------------------------------------------------------------------------------------------------*/
/*ヘッダー*/
header #top_title {
  background-image: url("../img/company/main_top.png"); }

/*メイン*/
#message {
  margin: 5em auto 0; }
  #message h2 {
    font-size: 250%;
    color: #2ea7e0;
    text-align: center; }
  #message dl {
    margin: 2em 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    #message dl dt {
      width: 338px; }
    #message dl dd {
      width: calc(100% - 380px);
      line-height: 3; }
      #message dl dd span {
        display: block;
        margin: 1em 0 0 auto;
        text-align: right;
        font-size: 187.5%; }
        #message dl dd span i {
          font-size: 70%;
          font-style: normal;
          vertical-align: middle; }

#overview {
  margin: 5em auto 0; }
  #overview h2 {
    font-size: 250%;
    color: #2ea7e0;
    text-align: center; }
  #overview table {
    width: 80%;
    margin: 1em auto 0; }
    #overview table tr {
      border-bottom: 1px dotted #ccc; }
      #overview table tr:last-child {
        border-bottom: none; }
      #overview table tr th {
        width: 20%;
        padding: 1em 2%;
        background-color: #171c61;
        color: #fff;
        vertical-align: top; }
      #overview table tr td {
        width: 72%;
        padding: 1em 2%; }
        #overview table tr td a {
          color: #000;
          text-decoration: none; }
          #overview table tr td a:hover, #overview table tr td a:active {
            color: #2ea7e0;
            text-decoration: none; }

#history {
  margin: 5em auto 0; }
  #history h2 {
    font-size: 250%;
    color: #2ea7e0;
    text-align: center; }
  #history table {
    width: 80%;
    margin: 1em auto 0; }
    #history table tr {
      border-bottom: 1px dotted #ccc; }
      #history table tr:last-child {
        border-bottom: none; }
      #history table tr th {
        width: 20%;
        padding: 1em 2%;
        background-color: #171c61;
        color: #fff;
        vertical-align: top; }
      #history table tr td {
        width: 72%;
        padding: 1em 2%; }

#photos {
  margin: 2em 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  #photos figure {
    width: 31.333%; }

#bottom {
  margin: 5em 0 0;
  width: 100%; }
  #bottom h2 {
    font-size: 250%;
    color: #2ea7e0;
    text-align: center; }
  #bottom .map {
    margin: 1em 0 0;
    width: 100%;
    position: relative;
    padding-top: 36.25%; }
    #bottom .map iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  #bottom ul {
    width: 100%; }
    #bottom ul li {
      position: relative;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      height: 318px; }
      #bottom ul li:nth-child(1) {
        background-image: url("../img/base/recruit.png"); }
      #bottom ul li:nth-child(2) {
        background-image: url("../img/base/conact_b.png"); }
      #bottom ul li .guide {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%); }
        #bottom ul li .guide h3 {
          font-size: 187%;
          color: #fff;
          text-align: center; }
          #bottom ul li .guide h3 span {
            font-size: 50%;
            display: block; }
        #bottom ul li .guide a {
          color: #fff;
          font-weight: bold;
          text-decoration: none;
          background-color: rgba(255, 255, 255, 0.5);
          border: 1px solid #fff;
          padding: 0.5em 2%;
          display: block;
          margin: 0.5em auto 0;
          width: 250px;
          text-align: center; }
          #bottom ul li .guide a:hover, #bottom ul li .guide a:active {
            color: #171c61;
            font-weight: bold;
            text-decoration: none;
            background-color: white; }

/*フッター*/
/*共通設定ここまで-------------------------------------------------------------------------------------------------------------------------------------*/
/* pc */
@media screen and (min-width: 1300px) {
  /*ヘッダー*/
  /*メイン*/
  #message, #overview, #history {
    width: 1280px; }

  /*フッター*/ }
/* tablet以下共通 ------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 1299px) {
  /*ヘッダー*/
  /*メイン*/
  #message, #overview, #history {
    width: 96%; }

  /*フッター*/ }
/* tablet以下共通ここまで ------------------------------------------------------------------------------------------*/
/* tablet1 */
@media only screen and (min-width: 1024px) and (max-width: 1299px) {
  /*基本設定*/
  html {
    font-size: 16px; }

  /*ヘッダー*/
  /*メイン*/
  /*フッター*/ }
/* tablet2  */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /*基本設定*/
  /*ヘッダー*/
  /*メイン*/
  #message h2 {
    font-size: 187%;
    text-align: center; }
  #message dl dd {
    line-height: 2; }

  #overview h2 {
    font-size: 187%; }

  #history h2 {
    font-size: 187%; }

  #bottom h2 {
    font-size: 187%; }
  #bottom ul {
    width: 100%; }
    #bottom ul li {
      height: 218px; }

  /*フッター*/ }
/* tablet3  */
@media only screen and (max-width: 767px) {
  /*基本設定*/
  /*ヘッダー*/
  /*メイン*/
  #message {
    margin: 2.5em auto 0; }
    #message h2 {
      font-size: 160%; }
    #message dl {
      flex-direction: column;
      margin: 1em 0 0; }
      #message dl dt {
        width: 70%;
        margin: 0 auto; }
      #message dl dd {
        margin: 1em 0 0;
        width: 100%;
        line-height: 2; }
        #message dl dd span {
          font-size: 160%; }

  #overview {
    margin: 2.5em auto 0; }
    #overview h2 {
      font-size: 160%; }
    #overview table tr {
      border-bottom: none; }
      #overview table tr th {
        display: block;
        width: 96%;
        padding: 1em 2%; }
      #overview table tr td {
        display: block;
        width: 96%;
        padding: 1em 2%;
        margin: 0 auto 2em; }

  #history {
    margin: 2.5em auto 0; }
    #history h2 {
      font-size: 160%; }
    #history table tr {
      border-bottom: none; }
      #history table tr th {
        display: block;
        width: 96%;
        padding: 1em 2%; }
      #history table tr td {
        display: block;
        width: 96%;
        padding: 1em 2%;
        margin: 0 auto 2em; }

  #photos {
    margin: 1em 0 0; }

  #bottom {
    margin: 2.5em 0 0; }
    #bottom h2 {
      font-size: 160%; }
    #bottom .map {
      padding-top: 46.25%; }
    #bottom ul {
      width: 100%; }
      #bottom ul li {
        position: relative;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        height: 150px; }
        #bottom ul li .guide h3 {
          font-size: 160%; }
        #bottom ul li .guide a {
          width: 200px; }

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