@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */
.contact .mail .btn span::before {
    content: "\f1d8";
}
.jobs_ttl span{
    font-size: 1.4rem;
    background-color: #faab5e;
    border-radius: 5px;
    display: inline-block;
    padding: 3px 6px;
    color: #fff;
    margin-left: 5px;
    font-family: "NotoSans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 700;
}
.jobs_ttl div{
	margin: 15px 0;
}
.btn2 a {
	width: 250px;
	height: 55px;
	display: block;
	background-color: #ffb9b9;
	-webkit-box-shadow: 4px 4px 0 #fd9292;
	box-shadow: 4px 4px 0 #fd9292;
	border-radius: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 auto;
	color: white !important;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.btn2 a:hover {
	top: 2px;
	left: 2px;
	-webkit-box-shadow: 2px 2px #fd9292;
	box-shadow: 2px 2px #fd9292;
	position: relative;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
@media screen and (max-width: 834px) {
}
@media screen and (max-width: 640px) {
	.jobs_ttl span{
		margin-bottom: 10px;
	}
   
}

