    /*===============================================
●smart.css  画面の横幅が640pxまで
===============================================*/
@media screen and (max-width:640px) {
    body {
        -webkit-text-size-adjust: 100%;
    }
    img {
        max-width: 100%;
        height: auto;
    }
    #container {
        width: 100%;
    }
    html,
    body {
        overflow-x: hidden;
        width: 100%;
        min-width: 100%;
    }
    .clearfix::after {
        display: block;
        content: '';
        clear: both;
    }
    .pc {
        display: none;
    }
    .sp {
        display: inline;
        overflow-x: hidden;
    }
    #top-head {
        display: block;
    }
    .mainvisual img {
        margin-top: 40px;
    }
    .bg {
        padding-top: 70px;
        margin-top: -30px;
        padding-bottom: 0;
    }
    .wrapper {
        width: 100%;
        position: relative;
    }
    .topic {
        text-align: center;
        width: 100%;
    }
    .topic img {
        float: none;
        width: 90vw;
    }
    .know_company,
    .recruitment-officer_message {
        margin-left: 0;
    }
    .buttones {
        text-align: center;
        margin-bottom: 70px;
    }
    .buttones img {
        width: 90vw;
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
    .carrier_btn {
        margin-left: 0;
        margin-top: 40px;
    }
    .sidelap {
        background-color: white;
        /*margin-bottom: -26px;*/
    }
    .sidelap p {
        text-align: center;
    }
    header,
    .miltop,
    .topphoto,
    .topphotobig,
    .topphototitleleft,
    .topphototitleright,
    footer,
    .copyr {
        width: 100vw;
        margin-left: 0;
        padding-left: 0;
        float: none;
    }
    .miltop {
        margin-top: 40px;
    }
    img.milleft,
    img.milright {
        width: 100vw;
        position: static;
        margin-top: 0px;
    }
    .inner {
        width: 980px;
        margin: 0 auto;
    }
    .inner:after {
        content: "";
        clear: both;
        display: block;
    }
    /* header */
    #top-head {
        top: -100px;
        position: absolute;
        width: 100%;
        margin: 100px auto 0;
        padding: 30px 0 0;
        line-height: 1;
        z-index: 999;
    }
    #top-head a,
    #top-head {
        color: #fff;
        text-decoration: none;
    }
    #top-head .inner {
        position: relative;
    }
    #top-head .logo {
        float: left;
        font-size: 20px;
    }
    #global-nav ul {
        list-style: none;
        position: absolute;
        right: 0;
        bottom: 0;
        font-size: 14px;
		padding-left: 0;
    	margin-top: 0;
    }
    #global-nav ul li {
            float: left;
    position: relative;
    width: 50%;
    }
    #global-nav ul li a {
        padding: 0 30px;
    }
    /* Fixed */
    #top-head.fixed {
        margin-top: 0;
        top: 0;
        position: fixed;
        padding-top: 10px;
        height: 55px;
        background: #fff;
        background: rgba(255, 255, 255, .7);
        transition: top 0.65s ease-in;
        -webkit-transition: top 0.65s ease-in;
        -moz-transition: top 0.65s ease-in;
    }
    #top-head.fixed .logo {
        font-size: 24px;
        color: #333;
    }
    #top-head.fixed #global-nav ul li a {
        color: #333;
        padding: 0 20px;
    }
    #nav-toggle {
        display: none;
        position: absolute;
        right: 12px;
        top: 21px;
        width: 20px;
        height: 20px;
        cursor: pointer;
        z-index: 101;
    }
    #nav-toggle div {
        position: relative;
    }
    #nav-toggle span {
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        background: #666;
        left: 0;
        -webkit-transition: .35s ease-in-out;
        -moz-transition: .35s ease-in-out;
        transition: .35s ease-in-out;
    }
    #nav-toggle span:nth-child(1) {
        top: 0;
    }
    #nav-toggle span:nth-child(2) {
        top: 6px;
    }
    #nav-toggle span:nth-child(3) {
        top: 12px;
    }
    /*ハンバーガーメニュー*/
    #top-head {
        z-index: 9999;
    }
    #top-head,
    .inner {
        width: 100%;
        padding: 0;
    }
    #top-head {
        top: 0;
        position: fixed;
        margin-top: 0;
    }
    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }
    #mobile-head {
        background: #fff;
        width: 100%;
        height: 40px;
        padding-top: 10px;
        margin-top: -10px;
        z-index: 999;
        position: relative;
    }
    #top-head.fixed .logo,
    #top-head .logo {
        /*position: absolute;
        left: 5px;
        top: 10px;*/
        color: #333;
        font-size: 26px;
    }
    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -490px;
        background: #white;
        width: 100%;
        text-align: center;
        /*padding: 10px 0;*/
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
    }
/*
    #global-nav ul li {
        float: none;
        position: static;
    }
*/
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
	display: block;
    color: #333;
    padding: 10px 0;
    }
    /*#top-head.fixed #global-nav ul li a:nth-child(3) {
    float: right;
    }*/
    #nav-toggle {
        display: block;
    }
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 6px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 6px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(540px);
        -webkit-transform: translateY(540px);
        transform: translateY(540px);
    }
    #global-nav ul,
    li {
        background-color: white;
        float: none;
    }
    nav a {
        text-indent: 0px;
        background-color: white;
        color: black;
        float: none;
    }
    /*ハンバーガーメニュー*/
    h1.logo {
        /*background-image: url(../../images/anemLogo_new.png);
    background-repeat: no-repeat;
    background-size: contain;*/
        width: 40vw;
        height: 30px;
        vertical-align: middle;
        display: table;
		margin-top: 5px;
		margin-bottom: 5px;
		margin-left: 5px;
    }
    h1.logo p {
        display: table-cell;
        vertical-align: middle;
    }
    main,
    div.mainframe,
    article {
        width: 100vw;
    }
    .mainline1left,
    .mainline1right {
        width: 48vw
    }
    div.mainline2 {
        padding: 2px 0 1px 0;
    }
    /*aside {
    float: none;
    padding: 0;
  }*/
    aside {
        width: 90vw;
        padding: 0 5vw 0 5vw;
        margin: 0;
        box-sizing: padding-box;
    }
    div.sidelap p {
        width: 90vw;
    }
    .aside_title {
        margin: 20px 0 20px;
    }
    aside li {
        width: 45vw;
        float: left;
        display: inline-block;
    }
    aside li:nth-last-child(1) {
        width: 45vw;
        float: none;
        display: inline-block;
    }
    #footerbg {
        min-width: 0;
    }
    footer {
        vertical-align: middle;
    }
    .copyr {
        font-size: 10px;
        font-weight: lighter;
    }
    h3.pt10 {
        padding-top: 0;
    }
/*------------------------------
  人を知る
------------------------------*/
    .page-top p {
        width: 100px;
        margin: 0;
        padding: 0;
        position: fixed;
        right: 10vw;
        bottom: 0px;
    }
/*------------------------------
map
------------------------------*/
    div.left_contents.sp.map_contents {
        margin: 0 5vw 0 5vw;
      width: 90vw;
    }
    div.map_wrapper {
  padding: 0 5% 0 5%;
  background: white;
  border: 10px #5fc7d7 solid;
  font-size: 2vw;
  overflow: hidden;
}

  
  div.content_left{
    float: left;
    width: 50%;
  }
  div.content_right{
    float: right;
    width: 50%;
  }
dl{
  margin: 30% 0;
}
dl dt{
  font-size: 1.5em;
  font-weight: bold;
  background-color: #fdd000;
  color: #009944;
  display: block;
  text-align: center;
  padding: 0.3em 0.6em;
  width: 28vw;
  margin: 0 auto;
}
dl dd{
  margin: 10% 0 25%;
}
dl dd ul{
  margin-left: 0;
}
dl dd ul li{
  float: none;
  margin-left: 0;
  text-align: center;
}
dl dd ul li + li{
  margin-left: 0;
}
dl dd ul li a{
  display: block;
  padding: 5% 0;
  font-size: 1.25em;
  line-height: 1.4em;
  }
}

