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

/*メイン*/
#about {
  margin: 5em auto 0; }
  #about h2 {
    font-size: 250%;
    color: #2ea7e0; }
  #about p {
    margin: 1em 0 0; }

#technology {
  margin: 0 auto;
  width: 100%; }
  #technology li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 5em 0 0; }
    #technology li:nth-child(even) {
      flex-direction: row-reverse; }
    #technology li figure {
      width: 60%; }
    #technology li dl {
      width: 36%; }
      #technology li dl dt {
        font-size: 187%;
        color: #2ea7e0;
        font-weight: bold; }
      #technology li dl dd {
        margin: 1em 0 0; }

#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%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    #bottom ul li {
      position: relative;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      height: 318px; }
      #bottom ul li:nth-child(1) {
        width: 50%;
        background-image: url("../img/base/facility.png");
        border-right: 1px solid #fff;
        box-sizing: border-box; }
      #bottom ul li:nth-child(2) {
        width: 50%;
        background-image: url("../img/base/example.png"); }
      #bottom ul li:nth-child(3) {
        width: 100%;
        background-image: url("../img/base/recruit.png"); }
      #bottom ul li:nth-child(4) {
        width: 100%;
        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) {
  /*ヘッダー*/
  /*メイン*/
  #about, #technology {
    width: 1280px; }

  /*フッター*/ }
/* tablet以下共通 ------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 1299px) {
  /*ヘッダー*/
  /*メイン*/
  #about, #technology {
    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) {
  /*基本設定*/
  /*ヘッダー*/
  /*メイン*/
  #about h2 {
    font-size: 187%; }
  #about h3 {
    font-size: 160%; }

  #technology li dl dt {
    font-size: 160%; }

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

  /*フッター*/ }
/* tablet3  */
@media only screen and (max-width: 767px) {
  /*基本設定*/
  /*ヘッダー*/
  /*メイン*/
  .table_wrap {
    width: 90%;
    margin: 0 auto;
    overflow-x: scroll; }

  #about {
    margin: 2.5em auto 0; }
    #about h2 {
      font-size: 160%; }
    #about h3 {
      font-size: 130%; }

  #technology li {
    flex-direction: column;
    margin: 3em 0 0; }
    #technology li:nth-child(even) {
      flex-direction: column; }
    #technology li figure {
      width: 100%;
      margin: 0 0 1em; }
    #technology li dl {
      width: 100%; }
      #technology li dl dt {
        font-size: 130%;
        text-align: center; }

  #bottom {
    margin: 2.5em 0 0; }
    #bottom h2 {
      font-size: 160%; }
    #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: 120px; }

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