@charset "utf-8";

.recruit .ttlarea .hd_h1, #contents.recruit #main {
    float: none;
    margin-left: auto;
    margin-right: auto;
}
.recruit #main {
    margin-top: 1em;
}
.recruit #main .offer + .offer {
    margin-top: 2em;
    margin-bottom: 2em;
}
.recruit .offer li {
    margin-top: 1em;
    padding-left: .5em;
}
.recruit .offer li::before {
    font-size: 90%;
    content: '▶';
}
.recruit .note {
    margin-top: -.5em;
    margin-bottom: 2.5em;
}
.recruit .fs5 {
    padding-bottom: 2px;
}
.recruit #main .hd_h2 {
    border-bottom: 1px solid gray;
    display: inline-block;
}

a[target="_blank"]:not([href*="1101.com"]):not(.exicon-none)::after {
    content: url(../../img/open-in-new-b.svg);
    position: relative;
    top: -0.2em;
    text-decoration: none;
    display: inline-block;
}

@media screen and (max-width: 768px){
    .recruit .yodogawa br, .recruit .offer br {
        display: none;
    }
}

 /* ボタン */
.btn_recruit{
	margin-top:5px;
}
.btn_recruit a{
	display: block;
	width:280px;
	border:1px solid #2E3233;
	position: relative;
	padding:10px 20px 10px 30px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	font-weight:bold;
	background:url(../img/twitter.png) 45px 8px no-repeat;
	text-indent:-9999px;
}

/*動画
 * --------------------------------------------------------*/
 .movie-wrap {
      position: relative;
      padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
      height: 0;
      overflow: hidden;
      margin-bottom: 30px;
 }

 .movie-wrap iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
 }
/*.btn_recruit a:before,
.btn_recruit a:after{
	position: absolute;
	top: 0;
	bottom: 0;
	left:0;
	margin: auto;
	content: "";
	vertical-align: middle;
}

.btn_recruit a:before{
	left:15px;
    box-sizing: border-box;
    width: 0px;
    height: 6px;
    border: 5px solid transparent;
    border-left: 7px solid #2E3233;
}
*/
