@charset "UTF-8";
@import url("reset.css");
@import url("m_menu.css");
@import url("swiper-bundle.min.css");
/*共通設定-------------------------------------------------------------------------------------------------------------------------------------*/
/*基本設定*/
html {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.5;
  color: #363636;
  /*    font-size: 85%;*/ }

main {
  display: block; }

header a img, main a img, footer a img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease; }

header a:hover img, main a:hover img, footer a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8; }

.fade {
  /*margin-top: 10vh;*/
  opacity: 0;
  transition: opacity 2s; }

.fade.view {
  opacity: 1; }

/*ヘッダー*/
header {
  width: 100%;
  position: relative;
  z-index: 10; }
  header #header_inner {
    position: fixed;
    top: 1em;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    background: white;
    width: 76%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-radius: 10px;
    padding: 1em 2%; }
    header #header_inner h1 {
      width: 288px; }
    header #header_inner #inner_right {
      width: calc(100% - 400px);
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center; }
      header #header_inner #inner_right #menuList {
        width: calc(100% - 200px); }
    header #header_inner p {
      width: 200px; }
      header #header_inner p a {
        background-color: #2eb6aa;
        display: block;
        width: 200px;
        padding: 0.5em 0;
        text-decoration: none;
        color: #fff;
        font-weight: bold;
        text-align: center;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all  0.3s ease;
        border-radius: 20px; }
        header #header_inner p a:hover, header #header_inner p a:active {
          color: #fff;
          text-decoration: none;
          background-color: #62D7CD; }

/*メイン*/
#side_btn {
  position: fixed;
  right: 0;
  top: 150px;
  width: 70px;
  z-index: 10; }

.swiper {
  position: relative; }
  .swiper .top_text {
    position: absolute;
    bottom: 2em;
    left: 5%;
    width: 70%;
    z-index: 2;
    color: #fff; }

#m_top {
  width: 100%;
  margin: 5em 0 0; }
  #m_top h2 {
    font-size: 250%;
    color: #182d7b;
    text-align: center; }
  #m_top .text {
    text-align: center;
    padding: 0 10%;
    margin: 1em 0 0; }
  #m_top #inner {
    width: 100%;
    margin: 5em 0 0; }
    #m_top #inner li {
      position: relative;
      width: 100%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      height: 35em; }
      #m_top #inner li:nth-child(1) {
        background-image: url("../img/top/photo01.png"); }
        #m_top #inner li:nth-child(1) i {
          position: absolute;
          top: 10%;
          right: 55%;
          width: 150px; }
      #m_top #inner li:nth-child(2) {
        background-image: url("../img/top/photo02.png"); }
        #m_top #inner li:nth-child(2) i {
          position: absolute;
          top: 10%;
          left: 52%;
          width: 150px; }
      #m_top #inner li .box01 {
        position: absolute;
        top: 50%;
        right: 5%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        width: 50%;
        padding: 2em 2%;
        background-color: rgba(54, 54, 54, 0.8);
        border-radius: 10px; }
        #m_top #inner li .box01 h3 {
          color: #2eb6aa;
          font-size: 156%;
          margin: 0; }
        #m_top #inner li .box01 p {
          color: #fff; }
      #m_top #inner li .box02 {
        position: absolute;
        top: 50%;
        left: 5%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        width: 50%;
        padding: 2em 2%;
        background-color: rgba(54, 54, 54, 0.8);
        border-radius: 10px; }
        #m_top #inner li .box02 h3 {
          color: #2eb6aa;
          font-size: 156%;
          margin: 0; }
        #m_top #inner li .box02 p {
          color: #fff; }
        #m_top #inner li .box02 i {
          width: 10px; }

#mini_m {
  width: 80%;
  margin: 5em auto 0; }
  #mini_m h2 {
    font-size: 250%;
    color: #182d7b;
    text-align: center;
    margin: 0 0 1em; }
  #mini_m ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    #mini_m ul li {
      width: 23%; }
      #mini_m ul li figure {
        width: 100%; }
        #mini_m ul li figure figcaption {
          color: #2eb6aa;
          font-size: 130%;
          text-align: center;
          font-weight: bold; }

.back01 {
  background-color: rgba(54, 54, 54, 0.6);
  background-size: 80% auto;
  background-repeat: no-repeat;
  background-position: center;
  padding: 4em 10%;
  margin: 5em 0 0; }

#clean {
  width: 96%;
  background-image: url("../img/top/back01.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
  padding: 3em 2%; }
  #clean p {
    color: #fff;
    font-size: 156%;
    font-weight: bold;
    line-height: 2; }
  #clean h2 {
    margin: 3em 0 0;
    width: 500px; }

#business {
  width: 70%;
  margin: 5em auto 0; }
  #business h2 {
    font-size: 250%;
    color: #182d7b;
    text-align: center;
    margin: 0 0 1em; }
  #business ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    #business ul li {
      position: relative;
      overflow: hidden;
      width: 25%;
      min-height: 30em; }
      #business ul li::after {
        position: absolute;
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        top: 0;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -ms-background-size: cover;
        background-size: cover;
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        -ms-transition: all .3s ease-out;
        transition: all .3s ease-out;
        z-index: -1; }
      #business ul li:nth-child(1)::after {
        background: url("../img/top/photo07.png") no-repeat center center;
        background-size: 100% auto; }
      #business ul li:nth-child(2)::after {
        background: url("../img/top/photo08.png") no-repeat center center;
        background-size: 100% auto; }
      #business ul li:nth-child(3)::after {
        background: url("../img/top/photo09.png") no-repeat center center;
        background-size: 100% auto; }
      #business ul li:nth-child(4)::after {
        background: url("../img/top/photo10.png") no-repeat center center;
        background-size: 100% auto; }
      #business ul li a {
        color: #fff;
        text-decoration: none; }
      #business ul li:hover:after {
        opacity: .8;
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1); }
      #business ul li dl {
        position: absolute;
        bottom: 2em;
        color: #fff;
        padding: 0 3%;
        width: 94%;
        text-align: right; }
        #business ul li dl dt {
          font-size: 187%;
          font-weight: bold;
          border-bottom: 5px solid #2eb6aa; }
          #business ul li dl dt span {
            display: block;
            font-weight: normal;
            font-size: 50%; }
        #business ul li dl dd {
          color: #fff;
          text-decoration: none;
          text-align: right;
          font-size: 130%; }
          #business ul li dl dd i {
            vertical-align: middle;
            margin: 0 5px 0 0; }

#company {
  margin: 5em 0 0; }
  #company #gaiyou {
    position: relative;
    overflow: hidden;
    width: 100%; }
    #company #gaiyou::after {
      position: absolute;
      content: "";
      display: block;
      width: 100%;
      height: 20em;
      top: 0;
      background: url("../img/top/back02.png") no-repeat center center;
      background-size: 100% auto;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -ms-background-size: cover;
      background-size: cover;
      -webkit-transition: all .3s ease-out;
      -moz-transition: all .3s ease-out;
      -ms-transition: all .3s ease-out;
      transition: all .3s ease-out;
      z-index: -1; }
    #company #gaiyou:hover:after {
      opacity: .8;
      -moz-transform: scale(1.1);
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }
    #company #gaiyou dl {
      margin: 5em 20%;
      text-align: center; }
      #company #gaiyou dl dt {
        font-size: 187%;
        font-weight: bold;
        color: #363636;
        text-shadow: 0px 0px 10px white; }
        #company #gaiyou dl dt span {
          display: block;
          font-weight: normal;
          font-size: 50%; }
      #company #gaiyou dl dd a {
        background: #fff;
        display: flex;
        justify-content: space-around;
        max-width: 180px;
        margin: 2em auto 0;
        padding: 10px 25px;
        color: #363636;
        font-weight: 500;
        text-decoration: none;
        display: block;
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        -ms-transition: all .3s ease-out;
        transition: all .3s ease-out; }
        #company #gaiyou dl dd a:hover, #company #gaiyou dl dd a:active {
          color: #363636;
          background-color: #EFEFEF;
          text-decoration: none; }
  #company #map_inner {
    width: 80%;
    background-color: #b2b2b2;
    padding: 4em 10%; }
    #company #map_inner ul {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      #company #map_inner ul li {
        width: 48%; }
        #company #map_inner ul li iframe {
          aspect-ratio: 16/9;
          width: 100%;
          height: auto; }
        #company #map_inner ul li dl {
          margin: 0.5em 0 0; }
          #company #map_inner ul li dl dt {
            color: #fff;
            font-size: 130%;
            font-weight: bold; }
          #company #map_inner ul li dl dd i {
            color: #fff;
            background-color: #2eb6aa;
            width: 50px;
            border-radius: 5px;
            text-align: center;
            display: inline-block;
            font-weight: bold;
            line-height: 1;
            padding: 0.2em 0;
            font-style: normal;
            margin: 0 5px 0 0; }
          #company #map_inner ul li dl dd a {
            color: #363636;
            text-decoration: none; }
            #company #map_inner ul li dl dd a:hover, #company #map_inner ul li dl dd a:active {
              color: #363636;
              text-decoration: underline; }

#recruit {
  position: relative;
  overflow: hidden;
  width: 100%; }
  #recruit::after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 20em;
    top: 0;
    background: url("../img/top/back03.png") no-repeat center center;
    background-size: 100% auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
    z-index: -1; }
  #recruit:hover:after {
    opacity: .8;
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  #recruit dl {
    width: 200px;
    margin: 5em 10%; }
    #recruit dl dt {
      font-size: 187%;
      font-weight: bold;
      color: #363636;
      text-align: center;
      text-shadow: 0px 0px 10px white; }
      #recruit dl dt span {
        display: block;
        font-weight: normal;
        font-size: 50%; }
    #recruit dl dd a {
      background: #363636;
      display: flex;
      justify-content: space-around;
      max-width: 180px;
      margin: 2em 0 0;
      text-align: center;
      padding: 10px 25px;
      color: #fff;
      font-weight: 500;
      text-decoration: none;
      display: block;
      -webkit-transition: all .3s ease-out;
      -moz-transition: all .3s ease-out;
      -ms-transition: all .3s ease-out;
      transition: all .3s ease-out; }
      #recruit dl dd a:hover, #recruit dl dd a:active {
        color: #363636;
        background-color: #EFEFEF;
        text-decoration: none; }

#contact_form {
  position: relative;
  overflow: hidden;
  width: 100%; }
  #contact_form::after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 20em;
    top: 0;
    background: url("../img/top/back04.png") no-repeat center center;
    background-size: 100% auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
    z-index: -1; }
  #contact_form:hover:after {
    opacity: .8;
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  #contact_form dl {
    margin: 5em 20%;
    text-align: center; }
    #contact_form dl dt {
      font-size: 187%;
      font-weight: bold;
      color: #363636;
      text-shadow: 0px 0px 10px white; }
      #contact_form dl dt span {
        display: block;
        font-weight: normal;
        font-size: 50%; }
    #contact_form dl dd a {
      background: #fff;
      display: flex;
      justify-content: space-around;
      max-width: 180px;
      margin: 2em auto 0;
      padding: 10px 25px;
      color: #363636;
      font-weight: 500;
      text-decoration: none;
      display: block;
      -webkit-transition: all .3s ease-out;
      -moz-transition: all .3s ease-out;
      -ms-transition: all .3s ease-out;
      transition: all .3s ease-out; }
      #contact_form dl dd a:hover, #contact_form dl dd a:active {
        color: #363636;
        background-color: #EFEFEF;
        text-decoration: none; }

/*フッター*/
footer {
  border-top: 5px solid #2eb6aa;
  background-image: url("../img/base/f_back.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff; }
  footer #footer_inner {
    width: 80%;
    margin: 3em auto 6em;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }
    footer #footer_inner dl {
      width: 400px; }
      footer #footer_inner dl dt {
        width: 350px;
        margin: 0 0 1em; }
      footer #footer_inner dl dd {
        line-height: 2; }
        footer #footer_inner dl dd a {
          color: #fff;
          text-decoration: none; }
          footer #footer_inner dl dd a:hover, footer #footer_inner dl dd a:active {
            color: #fff;
            text-decoration: underline; }
    footer #footer_inner nav {
      width: calc(100% - 500px); }
      footer #footer_inner nav #f_navi {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end; }
        footer #footer_inner nav #f_navi li {
          margin: 0 0 0 2%; }
          footer #footer_inner nav #f_navi li a {
            color: #fff;
            text-decoration: none; }
            footer #footer_inner nav #f_navi li a:hover, footer #footer_inner nav #f_navi li a:active {
              color: #fff;
              text-decoration: underline; }
  footer address {
    width: 96%;
    text-align: center;
    font-size: 87.5%;
    font-style: normal;
    padding: 0.5em 2%;
    background-color: #2eb6aa; }

/*TOPへ戻るボタン設定*/
#page-top {
  position: fixed;
  bottom: 10px;
  right: 20px;
  font-size: 90%;
  z-index: 999;
  font-weight: bold; }
  #page-top img {
    width: 50px;
    display: block;
    margin: 0 auto 0.5em; }
  #page-top a {
    display: block;
    text-decoration: none;
    color: #fff;
    text-align: center;
    width: 100px;
    background-color: #2eb6aa;
    border-radius: 8px;
    padding: 0.5em 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease; }
  #page-top a:hover, #page-top a:active {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7; }

/*共通設定ここまで-------------------------------------------------------------------------------------------------------------------------------------*/
/* pc02 */
@media screen and (min-width: 1366px) and (max-width: 1400px) {
  /*フッター*/
  footer #footer_inner {
    width: 80%; }
    footer #footer_inner nav {
      width: calc(100% - 410px); } }
/* pc */
@media screen and (min-width: 1300px) {
  /*ヘッダー*/
  .other {
    display: none; }

  /*メイン*/
  .sp {
    display: none; }

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

  .c_large {
    display: none; }

  /*ヘッダー*/
  header #header_inner {
    width: 86%; }
    header #header_inner #inner_right #menuList {
      width: calc(100% - 80px); }
    header #header_inner p {
      width: 50px; }
      header #header_inner p a {
        width: 50px;
        color: #fff;
        padding: 0.25em 0 0.65em;
        font-size: 130%;
        border-radius: 50%; }

  /*メイン*/
  .sp {
    display: none; }

  #business {
    width: 80%; }
    #business ul li {
      min-height: 30em; }
      #business ul li:nth-child(1)::after {
        background-size: cover; }
      #business ul li:nth-child(2)::after {
        background-size: cover; }
      #business ul li:nth-child(3)::after {
        background-size: cover; }
      #business ul li:nth-child(4)::after {
        background-size: cover; }

  /*フッター*/
  footer #footer_inner {
    width: 90%; } }
/* tablet2  */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /*基本設定*/
  html {
    font-size: 85%; }

  /*ヘッダー*/
  .c_large {
    display: none; }

  header {
    width: 100%;
    position: relative;
    z-index: 2; }
    header #header_inner {
      position: fixed;
      top: 0em;
      height: 80px;
      background: white;
      width: 96%;
      align-items: center;
      border-radius: 0px;
      padding: 0 2%; }
      header #header_inner h1 {
        width: 288px; }
      header #header_inner #inner_right {
        width: calc(100% - 400px);
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center; }
        header #header_inner #inner_right #menuList {
          width: calc(100% - 80px); }
      header #header_inner p {
        width: 50px;
        margin: 0 50px 0 auto; }
        header #header_inner p a {
          width: 50px;
          color: #fff;
          padding: 0.35em 0 0.75em;
          font-size: 130%;
          border-radius: 50%; }

  /*メイン*/
  #side_btn {
    position: fixed;
    right: 0;
    top: 100px;
    width: 60px;
    z-index: 10; }

  .pc {
    display: none; }

  .swiper {
    margin: 80px 0 0;
    position: relative; }
    .swiper .top_text {
      position: absolute;
      bottom: 15em;
      left: 5%;
      width: 70%;
      z-index: 2; }

  #m_top h2 {
    font-size: 180%; }
  #m_top #inner li {
    height: 25em; }
    #m_top #inner li:nth-child(1) i {
      width: 100px; }
    #m_top #inner li:nth-child(2) i {
      width: 100px; }

  #mini_m {
    width: 90%; }
    #mini_m h2 {
      font-size: 180%; }

  .back01 {
    padding: 2em 5%;
    margin: 5em 0 0; }

  #clean {
    width: 96%;
    padding: 3em 2%; }
    #clean p {
      font-size: 130%; }
    #clean h2 {
      width: 300px; }

  #business {
    width: 90%; }
    #business h2 {
      font-size: 180%; }
    #business ul li:nth-child(1)::after {
      background-size: cover; }
    #business ul li:nth-child(2)::after {
      background-size: cover; }
    #business ul li:nth-child(3)::after {
      background-size: cover; }
    #business ul li:nth-child(4)::after {
      background-size: cover; }
    #business ul li a {
      color: #fff;
      text-decoration: none; }

  #recruit dl {
    width: 200px;
    margin: 5em 5%; }

  /*フッター*/
  footer #footer_inner {
    width: 90%;
    margin: 3em auto;
    flex-direction: column; }
    footer #footer_inner dl {
      width: 100%; }
    footer #footer_inner nav {
      width: 100%;
      margin: 3em 0 0; } }
/* tablet3  */
@media only screen and (max-width: 767px) {
  /*基本設定*/
  html {
    font-size: 85%; }

  /*ヘッダー*/
  .c_large {
    display: none; }

  .pc {
    display: none; }

  header {
    width: 100%;
    position: relative;
    z-index: 2; }
    header #header_inner {
      position: fixed;
      top: 0em;
      height: 80px;
      background: white;
      width: 96%;
      align-items: center;
      border-radius: 0px;
      padding: 0 2%; }
      header #header_inner h1 {
        width: 200px; }
      header #header_inner #inner_right {
        width: calc(100% - 200px);
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center; }
        header #header_inner #inner_right #menuList {
          width: calc(100% - 70px); }
      header #header_inner p {
        width: 50px;
        margin: 0 50px 0 auto; }
        header #header_inner p a {
          width: 50px;
          color: #fff;
          padding: 0.35em 0 0.75em;
          font-size: 140%;
          border-radius: 50%; }

  /*メイン*/
  #side_btn {
    display: none; }

  .swiper {
    position: relative;
    margin: 80px 0 0; }
    .swiper .top_text {
      bottom: 7em;
      left: 5%;
      width: 80%;
      z-index: 2; }

  #m_top {
    width: 100%;
    margin: 2.5em 0 0; }
    #m_top h2 {
      font-size: 160%; }
    #m_top .text {
      text-align: center;
      padding: 0 10%;
      margin: 1em 0 0; }
    #m_top #inner {
      width: 100%;
      margin: 2.5em 0 0; }
      #m_top #inner li {
        height: 25em; }
        #m_top #inner li:nth-child(1) i {
          display: none; }
        #m_top #inner li:nth-child(2) i {
          display: none; }
        #m_top #inner li .box01 {
          width: 70%; }
          #m_top #inner li .box01 h3 {
            font-size: 130%; }
        #m_top #inner li .box02 {
          width: 70%; }
          #m_top #inner li .box02 h3 {
            font-size: 130%; }

  #mini_m {
    width: 90%;
    margin: 2.5em auto 0; }
    #mini_m h2 {
      font-size: 160%; }
    #mini_m ul li {
      width: 48%; }
      #mini_m ul li:nth-child(n+3) {
        margin: 1em 0 0; }
      #mini_m ul li figure figcaption {
        font-size: 120%; }

  .back01 {
    background-size: 90% auto;
    padding: 2em 5%;
    margin: 2.5em 0 0; }

  #clean {
    width: 96%;
    padding: 3em 2%; }
    #clean p {
      font-size: 130%;
      line-height: 1.5; }
    #clean h2 {
      margin: 1.5em 0 0;
      width: 200px; }

  #business {
    width: 90%;
    margin: 2.5em auto 0; }
    #business h2 {
      font-size: 160%; }
    #business ul li {
      width: 50%;
      min-height: 15em; }
      #business ul li dl dt {
        font-size: 156%; }
      #business ul li dl dd {
        font-size: 120%; }

  #company {
    margin: 2.5em 0 0; }
    #company #gaiyou::after {
      height: 15em; }
    #company #gaiyou dl {
      margin: 2.5em 20%; }
      #company #gaiyou dl dt {
        font-size: 156%; }
    #company #map_inner {
      width: 90%;
      background-color: #b2b2b2;
      padding: 2em 5%; }
      #company #map_inner ul {
        flex-direction: column; }
        #company #map_inner ul li {
          width: 100%; }
          #company #map_inner ul li:nth-child(n+2) {
            margin: 2em 0 0; }
          #company #map_inner ul li dl dt {
            font-size: 120%; }

  #recruit {
    width: 100%; }
    #recruit::after {
      height: 15em; }
    #recruit dl {
      margin: 2.5em auto;
      text-align: center; }
      #recruit dl dt {
        font-size: 156%; }

  #contact_form::after {
    height: 15em; }
  #contact_form dl {
    margin: 2.5em 20%; }
    #contact_form dl dt {
      font-size: 156%; }

  /*フッター*/
  footer {
    border-top: 5px solid #2eb6aa;
    background-image: url("../img/base/f_back.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #fff; }
    footer #footer_inner {
      width: 90%;
      margin: 1.5em auto 3em;
      flex-direction: column; }
      footer #footer_inner dl {
        width: 100%; }
        footer #footer_inner dl dt {
          width: 250px; }
        footer #footer_inner dl dd {
          line-height: 1.5; }
      footer #footer_inner nav {
        width: 100%; }
        footer #footer_inner nav #f_navi {
          margin: 2em 0 0;
          justify-content: space-between; }
          footer #footer_inner nav #f_navi li {
            width: 48%; } }
/* smartPhone1 */
@media only screen and (max-width: 499px) {
  /*基本設定*/
  html {
    font-size: 80%; }

  /*ヘッダー*/
  #message {
    width: 200px; }

  /*メイン*/
  /*フッター*/ }
