html, body {
    margin:0px; 
    padding:0px;
    font-size: 12px;
    font-family:'Meiryo';
}

/*全部同じことを言っている。古いブラウザに対応。*/　
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#wrapper{
background-size:cover;
background-color:white;
text-align:center;
position:relative;
}

#header{
    top: 0;
    z-index: 1;
    position: fixed;
    width: 100%;
    background:rgba(0,0,0,1);
}

#global-navi{
    float:right;
    background:rgba(0,0,0,1);
    padding-bottom:5px;
}

#header li{
    float:left;
    margin-right:30px;
}

#header a {
    color: rgb(200,200,200);
}

#hero1{
  background:url(images/1_2.png);
  background-size: cover ;
  background-repeat: no-repeat;
}


#hero2{background: url(images/999456.png);
  background-size: cover ;
  background-repeat: no-repeat; 

}

.hero, .content{
  text-align:center; 
  position:relative;
  width: 100%;
}
 
.inner{
  min-height:1000px;
  position: relative;
}

.inner2{
  min-height:300px;
  position: relative;
}

.hero .inner .inner2{
  background: rgba(0,0,0,0.0) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAACCAYAAACddGYaAAAAD0lEQVQIW2NkQABjRmQOAAM+AGkQsDBSAAAAAElFTkSuQmCC) repeat;  
}

#rogo img{
  padding-top: 50px;
  padding-left:0 ;
  padding-bottom: 20px;
}

/*.tai{
  background  : #ffffff;
  padding     : 20px;
}*/

.tai1{
  display     : inline-block;
  font-size   : 70%;
  font-weight : bold;
  color       : #ffffff;
  /*text-shadow:  2px  2px 10px #777 ,-2px 2px 10px #777 ,  1px -1px 5px #777 , -1px -1px 5px #777;
  */
  }

h1{
  margin-top:0;
  padding-top: 10px;
  font-size: 50px;
  
}

h2{
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 25px;  
}

h3{
  margin-top:5px;
  font-size: 30px;
}

h4{
  font-size: 16px;
  margin-top: 5px;
}

h5{
  font-size:30px;
  margin-top: 30px;
  margin-bottom:15px;
}

.mojisp{
    width:300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.under-dotted {
  border-bottom :dotted 4px #999999;
  padding-bottom: 2px;
}

#company{
    border: 2px dotted #999999;
}

.under{
    text-decoration: underline;
}

#s-main {
  text-align:center;
}

#s-main .s-section{
    display:inline-block;
}

.i-section {
    display:inline-block;
    padding-left:10px;
}

.i-section h4 {
    margin-bottom:0px;    
}

.i-section p {
    margin-top:5px;
}

.img_border{
  border: 2px #000 solid;
}

.s-section {
  padding-left:10px;
}

.s-wrapper {
  overflow:hidden;
  
}

.clear {
  clear:both;
}

#co-main {
    max-width: 100%;
    margin: 0 auto;
    overflow:hidden;
}

#co-image{
  img {width: 60%}
}

#co-image2{
  img {width: 20%}
}

#co-description {
    text-align: left;
    padding-left:20px;
    width:330px;
    height:300px;
    float:left;
}
<!--リクルートその他-->

#re-main {
  text-align:left;
  overflow:hidden;
}

#re-main .re-section {    
display:inline-block;
}

.re-section {
  padding-left:00px;
}

iframe{
    padding-top:100px;
    img {width: 100%}
}

.ggmap {

    margin-top:30px;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#footer {
    bottom:0 ;
    z-index: 1;
    position: relative;
    width: 100%;
    background:rgba(0,0,0,1);
    overflow:hidden;
}
#footer li{
    float:left;
    margin-right:30px;
}

#footer a {
    color: rgb(200,200,200);
}

#footer p {
    float:left;
    padding-left :10px;
    color : white;
}

/* 横並び */

.flex {
  text-align:left;
  display: flex; /*横並び*/
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.flex .image {
  width: 400px; /*画像サイズ指定*/
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
}
.flex .text {
  margin: 0 0 0 20px;
  padding: 0;
}

/* 画像を天地中央表示 */

.flex .image::before {
  content: "";
  display: block;
  padding-top: 58%;
}
.flex .image img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}