
/* リクルートページのアールエイチナビのバナー画像をレスポンシブに */

.mediaLogo__careertasu2 {
  margin: 0 auto; }
  .mediaLogo__careertasu2 img {
    width: 600px; }
   @media only screen and (max-width: 769px) {
   .mediaLogo__careertasu2 img {
		 width: 90%; } }
 

/* 吹き出しの高さの固定化 */
.fukidashi p {
    height: 100px;
}

/* YouTube動画をレスポンシブに */
.youtube {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin-bottom: 50px;
}

.youtube iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* GoogleMapをレスポンシブに */
.maps {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin-bottom: 50px;
}

.maps iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
