
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@500;600;700&display=swap');

@import url(https://use.fontawesome.com/releases/v5.3.1/css/all.css);

html, body {
    margin:0;
    padding:0;
    border:0;
    outline:0;
}


img{
	width: 100%;
}

.cen{
	text-align: center;
}

h2.sec_title span {
	font-size: 25px;
}

@media screen and (max-width:1005px) {

h2.sec_title span {
	font-size: 20px;
}
}

@media screen and (max-width:568px) {

h2.sec_title span {
	font-size: 16px;
}
}

#sales,
#architect {
	margin-top:-100px;
	padding-top:100px;
}

@media screen and (max-width:1500px) {
	
#sales,
#architect {
	margin-top:-110px;
	padding-top:110px;
}
	
}

@media screen and (max-width:1300px) {

#sales,
#architect {
	margin-top:-80px;
	padding-top:80px;
}

}

@media screen and (max-width:992px) {
	
#sales,
#architect {
	margin-top:-120px;
	padding-top:120px;
}
	
}



/* 求人トップ */

.rec-top-waku{
	width: 100%;
	font-size: 0;
	display:flex;
	display:-moz-flex;
	display:-o-flex;
	display:-webkit-flex;
	display:-ms-flex;
	justify-content:space-between;
	-moz-justify-content:space-between;
	-o-justify-content:space-between;
	-webkit-justify-content:space-between;
	-ms-justify-content:space-between;
}

.rec-top1{
	width: 47%;
	display: inline-block;
	position: relative;
    z-index: 1; /* 必要であればリンク要素の重なりのベース順序指定 */
}
.rec-top1 a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent:-999px;
    z-index: 5; /* 必要であればリンク要素の重なりのベース順序指定 */
}
.rec-top1:hover {
    filter:alpha(opacity=70);/* IE 6,7*/
    -ms-filter: "alpha(opacity=70)";/* IE 8,9 */
    -moz-opacity:0.7;/* FF , Netscape */
    -khtml-opacity: 0.7;/* Safari 1.x */
    opacity:0.7;
    zoom:1;/*IE*/
}

.rec-top-waku2{
	width: 100%;
	font-size: 0;
	display:flex;
	display:-moz-flex;
	display:-o-flex;
	display:-webkit-flex;
	display:-ms-flex;
	justify-content:space-between;
	-moz-justify-content:space-between;
	-o-justify-content:space-between;
	-webkit-justify-content:space-between;
	-ms-justify-content:space-between;
	margin-top: 50px;
}

.rec-top2{
	width: 47%;
	display: inline-block;
	position: relative;
    z-index: 1; /* 必要であればリンク要素の重なりのベース順序指定 */
}
.rec-top2 a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent:-999px;
    z-index: 5; /* 必要であればリンク要素の重なりのベース順序指定 */
}
.rec-top2:hover {
    filter:alpha(opacity=70);/* IE 6,7*/
    -ms-filter: "alpha(opacity=70)";/* IE 8,9 */
    -moz-opacity:0.7;/* FF , Netscape */
    -khtml-opacity: 0.7;/* Safari 1.x */
    opacity:0.7;
    zoom:1;/*IE*/
}

.rec-top-b1{
	width: 100%;
	height: 70px;
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	background-color: rgba( 0, 0, 0, 0.3 );
    z-index: 5;
	text-align: center;
}

.rec-top-b1 span{
	width: 100%;
	position: absolute;
	content: '';
    z-index: 6;
	font-family: 'Noto Serif JP', serif;
	font-size: 19px;
	line-height: 1;
	font-weight: 400;
	color: #ffffff;
	text-align: center;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
}

@media screen and (max-width:768px) {

.rec-top-b1{
	height: 50px;
}
	
}

@media screen and (max-width:568px) {
	
.rec-top-waku{
	width: 100%;
	font-size: 0;
	display: block;
	display:-moz-block;
	display:-o-block;
	display:-webkit-block;
	display:-ms-block;
	justify-content:normal;
	-moz-justify-content:normal;
	-o-justify-content:normal;
	-webkit-justify-content:normal;
	-ms-justify-content:normal;
}
	
.rec-top-waku2{
	width: 100%;
	font-size: 0;
	display: block;
	display:-moz-block;
	display:-o-block;
	display:-webkit-block;
	display:-ms-block;
	justify-content:normal;
	-moz-justify-content:normal;
	-o-justify-content:normal;
	-webkit-justify-content:normal;
	-ms-justify-content:normal;
	margin-top: 30px;
}
	
.rec-top1{
	width: 100%;
	height: 150px;
	display: block;
    overflow: hidden;
    position: relative;
}
	
.rec-top1 + .rec-top1{
	margin-top: 30px;
}

.rec-top2{
	width: 100%;
	height: 150px;
	display: block;
    overflow: hidden;
    position: relative;
}
	
.rec-top1 img,
.rec-top2 img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}

.rec-top2 + .rec-top2{
	margin-top: 30px;
}
	
.rec-top-b1{
	height: auto;
	position:absolute;
	padding-top: 0;
	padding-bottom: 0;
  left: 15px;
  right: 15px;
  top: 15px;
  bottom: 15px;
}
	
.rec-top-b1 span{
	font-size: 16px;
}
	
}

/* リフォームアドバイザー・設計コンサルタント */

.rec-re-t-img{
	width: 100%;
	display: block;
	position: relative;
    z-index: 1; /* 必要であればリンク要素の重なりのベース順序指定 */
}

.rec-re-t-waku{
	width: 50%;
	position: absolute;
	content: '';
	background-color: rgba( 255, 255, 255, 0.5 );
	padding: 40px;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	text-align: center;
}

.rec-re-t-waku h2{
	font-family: 'Noto Serif JP', serif;
	font-size: 40px;
	line-height: 1.4;
	font-weight: 600;
	color: #000000;
}

.rec-re-t-waku h3{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 20px;
	line-height: 1.4;
	font-weight: 300;
	color: #000000;
	margin-top: 10px;
}

.rec-re01{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 25px;
	line-height: 1.4;
	font-weight: 400;
	color: #000000;
}

.rec-re02{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	line-height: 1.4;
	font-weight: 300;
	color: #000000;
	margin-top: 20px;
}

.rec-re02 + .rec-re01{
	margin-top: 50px;
	padding-top: 50px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}

.rec-re03{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 25px;
	line-height: 1.4;
	font-weight: 400;
	color: #000000;
	text-align: center;
}

.rec-re03 a:link,
.rec-re03 a:visited,
.rec-re03 a:active {color: #000; text-decoration: underline;} 

.rec-re03 a:hover {color: #000; text-decoration: none;}

.rec-re02 + .rec-re03{
	margin-top: 150px;
	padding-top: 50px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}

.rec-re04{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	line-height: 1.4;
	font-weight: 300;
	color: #000000;
	margin-top: 20px;
	text-align: center;
	padding-bottom: 50px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

@media screen and (max-width:1200px) {
	
.rec-re-t-waku{
	width: 70%;
	padding: 30px ;
}	
	
.rec-re-t-waku h2{
	font-size: 30px;
}

.rec-re-t-waku h3{
	font-size: 20px;
	margin-top: 10px;
}
	
}

@media screen and (max-width:768px) {
	
.rec-re-t-waku{
	width: 80%;
	padding: 20px ;
}	
	
.rec-re-t-waku h2{
	font-size: 25px;
}
	
.rec-re-t-waku h3{
	font-size: 18px;
	margin-top: 10px;
}
	
.rec-re01{
	font-size: 20px;
}
	
.rec-re02{
	font-size: 14px;
	margin-top: 10px;
}
	
.rec-re02 + .rec-re01{
	margin-top: 30px;
	padding-top: 30px;
}
	
.rec-re02 + .rec-re03{
	margin-top: 50px;
	padding-top: 30px;
}
	
.rec-re03{
	font-size: 20px;
}
	
.rec-re04{
	font-size: 14px;
	margin-top: 10px;
	padding-bottom: 30px;
}
	
	
}


@media screen and (max-width:568px) {
	
.rec-re-t-waku{
	width: 90%;
	padding: 10px ;
}	
	
.rec-re-t-waku h2{
	font-size: 20px;
}
	
.rec-re-t-waku h3{
	font-size: 14px;
	margin-top: 10px;
}
	
.rec-re01{
	font-size: 18px;
}

.rec-re03{
	font-size: 16px;
}

	
}




/* キャリア LP */

#saiyo-career header {
	width: 100%;
	background-color: #fff;
}

#saiyo-career header .logo01 {
	width: 160px;
	display: inline-block;
	padding-top: 0;
	float: left;
	margin-left: 100px;
	margin-top: 15px;
	margin-bottom: 15px;
    position: relative;
    z-index: 1; /* 必要であればリンク要素の重なりのベース順序指定 */
}

#saiyo-career header .logo01 a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2; /* 必要であればリンク要素の重なりのベース順序指定 */
}

#saiyo-career header .logo01:hover {
    filter:alpha(opacity=70);/* IE 6,7*/
    -ms-filter: "alpha(opacity=70)";/* IE 8,9 */
    -moz-opacity:0.7;/* FF , Netscape */
    -khtml-opacity: 0.7;/* Safari 1.x */
    opacity:0.7;
    zoom:1;/*IE*/
}

#saiyo-career header .logo02 {
	padding-top: 0;
	float: left;
	margin-left: 100px;
	margin-top: 15px;
	margin-bottom: 15px;
    position: relative;
    z-index: 1; /* 必要であればリンク要素の重なりのベース順序指定 */
	font-size: 0;
}

#saiyo-career header .logo02 .logoimg {
	width: 160px;
	display: inline-block;
	vertical-align:middle;
}

#saiyo-career header .logo02 .logotxt {
	display: inline-block;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 18px;
	vertical-align:middle;
	margin-left: 30px;
}

/* ボタン */
.btn1 {
	display: inline-block;
	padding: 10px 10px;
	color: #ffffff;
	background-color: #a6192e;
	text-decoration: none;
	font-size: 18px;
	letter-spacing: 1px;
	position: relative;
	font-family: 'Noto Sans JP', sans-serif;
	text-align: center;
	float: right;
	margin-right: 100px;
	margin-top: 10px;
	margin-bottom: 10px;
    position: relative;
    z-index: 1; /* 必要であればリンク要素の重なりのベース順序指定 */
}

.btn1 a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2; /* 必要であればリンク要素の重なりのベース順序指定 */
}

.btn1:hover {
    filter:alpha(opacity=70);/* IE 6,7*/
    -ms-filter: "alpha(opacity=70)";/* IE 8,9 */
    -moz-opacity:0.7;/* FF , Netscape */
    -khtml-opacity: 0.7;/* Safari 1.x */
    opacity:0.7;
    zoom:1;/*IE*/
	transition: .7s;
}

.btn2 {
	display: inline-block;
	padding: 20px 35px;
	color: #A6192E;
	border : solid 1px #A6192E;
	text-decoration: none;
	font-size: 18px;
	letter-spacing: 1px;
	position: relative;
	font-family: 'Noto Sans JP', sans-serif;
	text-align: center;
	float: right;
	margin-right: 100px;
	margin-top: 10px;
	margin-bottom: 30px;
    position: relative;
    z-index: 1; /* 必要であればリンク要素の重なりのベース順序指定 */
	border-radius: 35px;
}

.btn2 a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2; /* 必要であればリンク要素の重なりのベース順序指定 */
}

.btn2:hover {
    filter:alpha(opacity=70);/* IE 6,7*/
    -ms-filter: "alpha(opacity=70)";/* IE 8,9 */
    -moz-opacity:0.7;/* FF , Netscape */
    -khtml-opacity: 0.7;/* Safari 1.x */
    opacity:0.7;
    zoom:1;/*IE*/
	transition: .7s;
}

.rec-ca-t-img {
	width: 100%;
	position: relative;
}

.rec-ca-t-img-pc {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}

.rec-ca-t-img-sp {
	display: none;
}


.rec-ca-t-waku {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%);
	-webkit- translateX(-50%);
	text-align: center;
}

.rec-ca-title{
	width: 930px;
	position:relative;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

.rec-ca-title h2 {
	font-family: 'Oswald', sans-serif;
	font-size: 120px;
	font-weight: 700;
	color: #ffffff;
	position:relative;
	display: block;
	padding-bottom: 10px;
	z-index: 10;
}

.rec-ca-title .rec-ca-line{
	width: 930px;
	position:absolute;
	bottom: 0px;
	left: 0px;
	display: block;
	z-index: 1;
}

.rec-ca-t1 {
	font-family: 'Noto Serif JP', serif;
	font-size: 50px;
	letter-spacing: 1px;
	color: #ffffff;
	display: block;
	margin-top: 40px;
	margin-bottom: 20px;
	padding-bottom: 30px;
	position: relative;
}

.rec-ca-t1:after {
	position: absolute;
	content: '';
	width: 450px;
	height: 1px;
	background-color: #fff;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit- translateX(-50%);
}

.rec-ca-t2 {
	font-family: 'Noto Serif JP', serif;
	font-size: 30px;
	letter-spacing: 1px;
	color: #ffffff;
	display: block;
}

.rec-ca-area1 {
	position: relative;
	padding-top: 100px;
	padding-bottom: 600px;
	background-image: url(../img/rec08.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
}

.rec-ca-area1-2 {
	position: relative;
	padding-top: 100px;
}

.rec-ca-area1img {
	width: 100%;
	padding-top: 50px;
}

.rec-dot1 {
	background-image: url(../img/rec_dot.png);
	width: 100%;
	height: 90px;
	margin-top: 10px;
}

.rec-ca-area2 {
	position: relative;
	background-color: #fff;
	padding-top: 100px;
	padding-bottom: 100px;
}

.rec-ca-area3 {
	position: relative;
	padding-top: 100px;
	padding-bottom: 100px;
	background-image: url(../img/back01.png);
}

.rec-ca-area4 {
	position: relative;
	background-image: url(../img/rec14.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
    z-index: 1;
	padding-top: 200px;
	padding-bottom: 200px;
}

.rec-ca-area4-2 {
	position: relative;
    z-index: 1;
}

.rec-ca-area4-2 img {
	width: 100%;
}

.rec-ca-area5 {
	position: relative;
	background-color: #fff;
	padding-top: 100px;
	padding-bottom: 100px;
}

.rec-ca-area1 h3,
.rec-ca-area1-2 h3 {
	font-family: 'Noto Serif JP', serif;
	font-size: 30px;
	letter-spacing: 1px;
	font-weight: 600;
	text-align: center;
	line-height: 1.5;
}

.rec-ca-t3 {
	font-family: 'Noto Serif JP', serif;
	font-size: 16px;
	line-height: 1.7;
	margin-top: 30px;
}

.rec-ca-t4 {
	position:absolute;
	width: 500px;
	bottom: 10px;
	right: 10px;
	z-index: 2;
}

.rec-ca-t5 {
	position: relative;
	width: 100%;
	z-index: 1;
}

#saiyo-career h4 {
	position: relative;
	font-family: 'Noto Serif JP', serif;
	font-size: 30px;
	text-align: center;
	font-weight: 500;
	vertical-align:middle;
	padding-bottom: 30px;
}

#saiyo-career h4:after {
	position: absolute;
	content: '';
	width: 100px;
	height: 3px;
	bottom: 0;
	background-color: #e83828;
	left: 50%;
	transform: translateX(-50%);
	-webkit- translateX(-50%);
}

#saiyo-career h4 img {
	width: 48px;
	vertical-align:middle;
}

#saiyo-career h4 .icon1,
#saiyo-career h4 .icon2 {
	display: inline-block;
	margin-right: 5px;
}

#saiyo-career h4 .icon1 img {
	width: 36px;
	vertical-align:middle;
}

#saiyo-career h4 .icon2 img {
	width: 58px;
	vertical-align:middle;
}

.rec-inner1 {
	width:1000px;
	text-align:left;
	margin-right: auto;
	margin-left: auto;
}

.rec-ca-bana-area {
	width: 100%;
	font-size: 0;
	display:flex;
	display:-moz-flex;
	display:-o-flex;
	display:-webkit-flex;
	display:-ms-flex;
	justify-content:space-between;
	-moz-justify-content:space-between;
	-o-justify-content:space-between;
	-webkit-justify-content:space-between;
	-ms-justify-content:space-between;
	margin-top: 50px;
}

.bana1 {
	width: 47%;
	position:relative;
    z-index: 1; /* 必要であればリンク要素の重なりのベース順序指定 */
}

.bana1 a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2; /* 必要であればリンク要素の重なりのベース順序指定 */
}
.bana1:hover {
    filter:alpha(opacity=70);/* IE 6,7*/
    -ms-filter: "alpha(opacity=70)";/* IE 8,9 */
    -moz-opacity:0.7;/* FF , Netscape */
    -khtml-opacity: 0.7;/* Safari 1.x */
    opacity:0.7;
    zoom:1;/*IE*/
}

.bana-pc {
	width: 100%;
}

.bana-sp {
	display: none;
}

.bana-t1 {
	position:absolute;
	background-color: rgba( 0, 0, 0, 0.3 );
  left: 15px;
  right: 15px;
  top: 15px;
  bottom: 15px;
}

.bana-t1 span {
	width: 100%;
	text-align: center;
	position:absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
	font-family: 'Noto Serif JP', serif;
	font-size: 19px;
	line-height: 1.7;
	font-weight: 500;
	color: #ffffff;
}

.bana-t1 i {
	color: #ffffff;
	background-color: #e83828;
	width: 20px;
	height: 20px;
	border-radius: 10px;
	line-height: 20px;
	text-align: center;
}

.rec-ca-area3 {
	width: 100%;
	font-size: 0;
}

.rec-ca-int1 {
	width: 100%;
	clear: both;
	margin-top: 50px;
}

.rec-ca-int-l1 {
	width: 30%;
	float: left;
}

.rec-ca-int-r1 {
	width: 65%;
	float: right;
}

.rec-ca-int-l2 {
	width: 65%;
	float: left;
}

.rec-ca-int-r2 {
	width: 30%;
	float: right;
}

.rec-ca-int-t1 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 18px;
	font-weight: 600;
}

.rec-ca-int-t2 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 20px;
	font-weight: 600;
	margin-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-bottom: 20px;
}

.rec-ca-int-t3 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	font-weight: 400;
	margin-top: 20px;
	line-height: 1.7;
}

.rec-ca-int-toi1 {
	width: 570px;
	color: #000000;
	background-color: #ffffff;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 25px;
	font-weight: 600;
	line-height: 1.7;
	padding: 10px 20px 10px 20px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	position:relative;
    z-index: 1; /* 必要であればリンク要素の重なりのベース順序指定 */
}

.rec-ca-int-toi1 i {
	color: #e83828;
}

.rec-ca-int-toi1 + .rec-ca-int-toi1 {
	margin-top: 30px;
}

.rec-ca-int-toi1 a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2; /* 必要であればリンク要素の重なりのベース順序指定 */
}

.rec-ca-int-toi1:hover {
    filter:alpha(opacity=70);/* IE 6,7*/
    -ms-filter: "alpha(opacity=70)";/* IE 8,9 */
    -moz-opacity:0.7;/* FF , Netscape */
    -khtml-opacity: 0.7;/* Safari 1.x */
    opacity:0.7;
    zoom:1;/*IE*/
}

.rec-ca-int-toi2 {
	width: 570px;
	color: #000000;
	background-color: #ffffff;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 25px;
	font-weight: 600;
	line-height: 1.7;
	padding: 10px 20px 10px 20px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	border : solid 1px #333 ;
	position:relative;
    z-index: 1; /* 必要であればリンク要素の重なりのベース順序指定 */
}

.rec-ca-int-toi2 i {
	color: #e83828;
}

.rec-ca-int-toi2 a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2; /* 必要であればリンク要素の重なりのベース順序指定 */
}

.rec-ca-int-toi2:hover {
    filter:alpha(opacity=70);/* IE 6,7*/
    -ms-filter: "alpha(opacity=70)";/* IE 8,9 */
    -moz-opacity:0.7;/* FF , Netscape */
    -khtml-opacity: 0.7;/* Safari 1.x */
    opacity:0.7;
    zoom:1;/*IE*/
}

.rec-ca-int-toiwaku {
	width: 85%;
	position: absolute;
	left: 50%;
	bottom: 30px;
	transform: translateX(-50%);
	-webkit- translateX(-50%);
	font-size: 0;
	display:flex;
	display:-moz-flex;
	display:-o-flex;
	display:-webkit-flex;
	display:-ms-flex;
	justify-content:space-between;
	-moz-justify-content:space-between;
	-o-justify-content:space-between;
	-webkit-justify-content:space-between;
	-ms-justify-content:space-between;
}

.rec-ca-int-toi3 {
	width: 47%;
	color: #000000;
	background-color: #ffffff;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 25px;
	font-weight: 600;
	line-height: 1.7;
	padding: 10px 0;
	text-align: center;
	position:relative;
    z-index: 1; /* 必要であればリンク要素の重なりのベース順序指定 */
	border : solid 3px #A6192E;
	border-radius: 40px;
	display: inline-block;
}

.rec-ca-int-toi3 i {
	color: #A6192E;
}

.rec-ca-int-toi3 a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2; /* 必要であればリンク要素の重なりのベース順序指定 */
}

.rec-ca-int-toi3:hover {
    filter:alpha(opacity=70);/* IE 6,7*/
    -ms-filter: "alpha(opacity=70)";/* IE 8,9 */
    -moz-opacity:0.7;/* FF , Netscape */
    -khtml-opacity: 0.7;/* Safari 1.x */
    opacity:0.7;
    zoom:1;/*IE*/
}



.r-foo01 {
	color: #ffffff;
	background-color: #000000;
	margin: 0 !important;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 100px;
	padding-left: 100px;
}

.r-foo02 {
	color: #ffffff;
	float: left;
    position: relative;
    z-index: 1; /* 必要であればリンク要素の重なりのベース順序指定 */
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 14px;
}

.r-foo03 {
	color: #ffffff;
	float: left;
    position: relative;
    z-index: 1; /* 必要であればリンク要素の重なりのベース順序指定 */
	margin-left: 50px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 14px;
}

.r-foo05 {
	color: #ffffff;
	float: right;
	margin-top: 0;
    position: relative;
    z-index: 1; /* 必要であればリンク要素の重なりのベース順序指定 */
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 14px;
}

.r-foo02 a,
.r-foo03 a,
.r-foo05 a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2; /* 必要であればリンク要素の重なりのベース順序指定 */
}

.r-foo02:hover,
.r-foo03:hover,
.r-foo05:hover {
    filter:alpha(opacity=70);/* IE 6,7*/
    -ms-filter: "alpha(opacity=70)";/* IE 8,9 */
    -moz-opacity:0.7;/* FF , Netscape */
    -khtml-opacity: 0.7;/* Safari 1.x */
    opacity:0.7;
    zoom:1;/*IE*/
}

@media screen and (max-width:1400px) {
	
#saiyo-career header .logo01 {
	width: 160px;
	float: left;
	margin-left: 50px;
	margin-top: 15px;
}
	
#saiyo-career header .logo02 {
	margin-left: 50px;
	margin-top: 15px;
}
	
#saiyo-career header .logo02 .logoimg {
	width: 160px;
}

#saiyo-career header .logo02 .logotxt {
	font-size: 16px;
	margin-left: 20px;
}
	
.btn1 {
	padding: 10px 10px;
	font-size: 16px;
	float: right;
	margin-right: 50px;
	margin-top: 10px;
	margin-bottom: 10px;
}
	
.btn2 {
	padding: 10px 10px;
	font-size: 16px;
	float: right;
	margin-right: 50px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 25px;
}
	
.rec-ca-t-img-pc {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
	
.rec-ca-t-waku {
	top: 50%;
	left: 50%;
	transform: translateX(-50%);
	-webkit- translateX(-50%);
}
	
.rec-ca-title{
	width: 650px;
}

.rec-ca-title h2 {
	font-size: 80px;
	padding-bottom: 10px;
}

.rec-ca-title .rec-ca-line{
	width: 650px;
}

.rec-ca-t1 {
	font-size: 32px;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-bottom: 20px;
}

.rec-ca-t1:after {
	width: 350px;
	height: 1px;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit- translateX(-50%);
}

.rec-ca-t2 {
	font-size: 20px;
}
	
.rec-inner1 {
	width:95%;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
	
.rec-ca-area1 {
	padding-top: 100px;
	padding-bottom: 500px;
}
	
.rec-ca-area1-2 {
	position: relative;
	padding-top: 100px;
}
	
.rec-ca-area1 h3,
.rec-ca-area1-2 h3 {
	font-size: 25px;
	line-height: 1.5;
}

.rec-ca-t3 {
	font-size: 16px;
	line-height: 1.5;
	margin-top: 20px;
}
	
.rec-ca-int-toi3 {
	font-size: 20px;
	padding: 10px 0;
	border : solid 3px #A6192E;
	border-radius: 40px;
	display: inline-block;
}
	
.r-foo01 {
	padding-right: 20px;
	padding-left: 20px;
}
	
.r-foo02 {
	float: left;
	font-size: 13px;
}

.r-foo03 {
	float: left;
	margin-left: 20px;
	font-size: 13px;
}

.r-foo05 {
	clear: both;
	float: right;
	margin-top: 10px;
	font-size: 14px;
}
	
}

@media screen and (max-width:1200px) {

.rec-ca-area1 {
	padding-top: 50px;
	padding-bottom: 350px;
	background-image: url(../img/rec08.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
	background-size: 100% auto;
}
	
.rec-ca-area1-2 {
	padding-top: 50px;
}
	
.rec-ca-t4 {
	width: 400px;
}
	
}

@media screen and (max-width:1005px) {
	
.rec-ca-t4 {
	width: 300px;
	bottom: 10px;
	right: 10px;
}
	
.rec-ca-t5 {
	top: 80px;
}
	
.rec-ca-area2 {
	padding-top: 50px;
	padding-bottom: 50px;
}

.rec-ca-area3 {
	padding-top: 50px;
	padding-bottom: 50px;
}

.rec-ca-area4 {
	padding-top: 100px;
	padding-bottom: 100px;
}
	
.rec-ca-area5 {
	padding-top: 50px;
	padding-bottom: 50px;
}
	
.rec-ca-int-toi3 {
	font-size: 18px;
	padding: 10px 0;
	border-radius: 40px;
	display: inline-block;
}
	
}

@media screen and (max-width:768px) {
	
#saiyo-career header .logo01 {
	width: 120px;
	float: left;
	margin-left: 20px;
	margin-top: 15px;
}
	
#saiyo-career header .logo02 {
	margin-left: 20px;
	margin-top: 15px;
}
	
#saiyo-career header .logo02 .logoimg {
	width: 120px;
}

#saiyo-career header .logo02 .logotxt {
	font-size: 12px;
	margin-left: 10px;
}

.btn1 {
	padding: 5px 10px;
	font-size: 14px;
	float: right;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}
	
.btn2 {
	padding: 5px 10px;
	font-size: 12px;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 25px;
}
	
.rec-ca-t-img-pc {
	display: none;
}

.rec-ca-t-img-sp {
	display: block;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}
	
.rec-ca-t-waku {
	top: 50%;
	left: 50%;
	transform: translateX(-50%);
	-webkit- translateX(-50%);
}
	
.rec-ca-title{
	width: 450px;
}

.rec-ca-title h2 {
	font-size: 50px;
	padding-bottom: 10px;
}

.rec-ca-title .rec-ca-line{
	width: 450px;
}

.rec-ca-t1 {
	font-size: 25px;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-bottom: 10px;
}

.rec-ca-t1:after {
	width: 250px;
	height: 1px;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit- translateX(-50%);
}

.rec-ca-t2 {
	font-size: 18px;
}
	
.rec-ca-t5 {
	position: relative;
	width: 100%;
	z-index: 1;
	top: 120px;
}
	
#saiyo-career h4 {
	font-size: 20px;
	padding-bottom: 20px;
}

#saiyo-career h4:after {
	width: 70px;
	height: 3px;
}

#saiyo-career h4 img {
	width: 30px;
}
	
#saiyo-career h4 .icon1,
#saiyo-career h4 .icon2 {
	display: inline-block;
	margin-right: 3px;
}

#saiyo-career h4 .icon1 img {
	width: 28px;
	vertical-align:middle;
}

#saiyo-career h4 .icon2 img {
	width: 46px;
	vertical-align:middle;
}

.rec-ca-area1 {
	padding-top: 50px;
	padding-bottom: 230px;
	background-image: url(../img/rec08.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
	background-size: 100% auto;
}
	
.rec-ca-area1-2 {
	padding-top: 50px;
}

.rec-ca-area1 h3,
.rec-ca-area1-2 h3 {
	font-size: 20px;
}
		
.rec-ca-t3 {
	font-size: 14px;
	margin-top: 30px;
}
	
.rec-ca-t4 {
	width: 200px;
	bottom: 10px;
	right: 10px;
}
	
.rec-dot1 {
	height: 50px;
	margin-top: 10px;
}
	
.rec-ca-bana-area {
	margin-top: 30px;
	display: block;
	display:-moz-block;
	display:-o-block;
	display:-webkit-block;
	display:-ms-block;
	justify-content:normal;
	-moz-justify-content:normal;
	-o-justify-content:normal;
	-webkit-justify-content:normal;
	-ms-justify-content:normal;
}

.bana1 {
	display: block;
	width: 100%;
}
	
.bana1 + .bana1 {
	margin-top: 20px;
}
	
.bana-pc {
	display: none;

}

.bana-sp {
	display: block;
	width: 100%;
}

.bana-t1 {
  left: 10px;
  right: 10px;
  top: 10px;
  bottom: 10px;
}

.bana-t1 span {
	font-size: 16px;
}

.bana-t1 i {
	width: 20px;
	height: 20px;
	border-radius: 10px;
	line-height: 20px;
}

.rec-ca-int1 {
	margin-top: 30px;
}

.rec-ca-int-t1 {
	font-size: 16px;
}

.rec-ca-int-t2 {
	font-size: 18px;
	margin-top: 10px;
	padding-bottom: 20px;
}

.rec-ca-int-t3 {
	font-size: 14px;
	margin-top: 20px;
}

.rec-ca-int-toi1 {
	width: 70%;
	font-size: 20px;
	padding: 10px 20px 10px 20px;
}
	
.rec-ca-int-toi2 {
	width: 70%;
	font-size: 20px;
	padding: 10px 20px 10px 20px;
}
	
.rec-ca-int-toiwaku {
	width: 60%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	bottom: auto;
	font-size: 0;
	display: block;
	display:-moz-block;
	display:-o-block;
	display:-webkit-block;
	display:-ms-block;
	justify-content:normal;
	-moz-justify-content:normal;
	-o-justify-content:normal;
	-webkit-justify-content:normal;
	-ms-justify-content:normal;
}

.rec-ca-int-toi3 {
	width: 100%;
	font-size: 16px;
	padding: 5px 0;
	border : solid 1px #A6192E;
	border-radius: 40px;
}
	
.rec-ca-int-toi3 + .rec-ca-int-toi3 {
	margin-top: 10px;
}
	
.r-foo01 {
	padding-right: 20px;
	padding-left: 20px;
	text-align: left;
}
	
.r-foo02 {
	float: none;
	margin-left: 0;
	font-size: 13px;
}

.r-foo03 {
	float: none;
	margin-left: 0;
	margin-top: 5px;
	font-size: 13px;
}

.r-foo05 {
	clear: both;
	float: none;
	margin-top: 5px;
	margin-left: 0;
	margin-right: 0;
	font-size: 13px;
	line-height: 1.4;
}
	
}

@media screen and (max-width:568px) {
	
#saiyo-career header .logo02 .logotxt {
	display: none;
}
	
.rec-ca-title{
	width: 320px;
}

.rec-ca-title h2 {
	font-size: 35px;
	padding-bottom: 10px;
}

.rec-ca-title .rec-ca-line{
	width: 320px;
}

.rec-ca-t1 {
	font-size: 20px;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-bottom: 10px;
}

.rec-ca-t1:after {
	width: 200px;
	height: 1px;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit- translateX(-50%);
}

.rec-ca-t2 {
	font-size: 16px;
}
	
.rec-ca-t4 {
	width: 150px;
	bottom: 10px;
	right: 10px;
}
	
.rec-ca-area1 {
	padding-top: 30px;
	padding-bottom: 180px;
}
	
.rec-ca-area1-2 {
	padding-top: 30px;
}
	
.rec-ca-area1 h3,
.rec-ca-area1-2 h3 {
	font-size: 18px;
}
	
.rec-ca-area2 {
	padding-top: 30px;
	padding-bottom: 30px;
}

.rec-ca-area3 {
	background-image: none;
	padding-top: 30px;
	padding-bottom: 30px;
}

.rec-ca-area4 {
	padding-top: 30px;
	padding-bottom: 30px;
}
	
.rec-ca-area5 {
	padding-top: 30px;
	padding-bottom: 30px;
}
	
.rec-ca-int-l1 {
	width: 50%;
	float: none;
	margin-right: auto;
	margin-left: auto;
}

.rec-ca-int-r1 {
	width: 100%;
	float: none;
	margin-top: 20px;
}

.rec-ca-int-l2 {
	width: 100%;
	float: none;
	margin-top: 20px;
}

.rec-ca-int-r2 {
	width: 50%;
	float: none;
	margin-right: auto;
	margin-left: auto;
}
	
.rec-ca-int-toi1 {
	width: 80%;
	font-size: 18px;
	padding: 10px 20px 10px 20px;
}
	
.rec-ca-int-toi1 + .rec-ca-int-toi1 {
	margin-top: 10px;
}
	
.rec-ca-int-toi2 {
	width: 80%;
	font-size: 18px;
	padding: 10px 20px 10px 20px;
}
	
.red {
	font-size: 16px;
	display: inline-block;
}
	
.r-foo02 {
	font-size: 12px;
	line-height: 1.4;
}

.r-foo03 {
	margin-top: 5px;
	font-size: 12px;
	line-height: 1.4;
}

.r-foo05 {
	margin-top: 5px;
	font-size: 12px;
	line-height: 1.4;
}
	
.rec-ca-int-toi3 {
	font-size: 14px;
	padding: 5px 0;
	border-radius: 40px;
}
	
}


/* Topへ戻るボタン上書き
---------------------------------------------------------- */
#page-top {
  position: fixed;
  bottom: 50px;
  right: 50px;
  width: 42px;
  height: 42px;
    z-index: 1000; /* 必要であればリンク要素の重なりのベース順序指定 */
}

.toi-p4 {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	font-size: 16px;
	margin-top: 30px;
	margin-bottom: 0px;
	line-height: 150%;
	text-align: center;
}

.toi-p4 + .table01 table {
	margin-top: 20px;
}

.original_btn_rec {
	width: 300px;
    font-size: 16px;
	padding-top: 15px;
	padding-bottom: 15px;
	cursor: pointer;
	color: #fff;
	border: 0px none #fff;
	background: #A6192E;
	display: inline-block;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
}

.original_btn_rec:hover {
	color: #fff;
    opacity:0.7;
}

@media screen and (max-width:992px) {

.original_btn_rec {
	width: 50%;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 14px;
	margin-top: 20px;
	margin-bottom: 0px;
}
	
}

@media screen and (max-width:568px) {

.original_btn_rec {
	width: 100%;
	font-size: 14px;
}
	
}


/* ++++++++++++++求人トップ　ここから追加したコードです++++++++++++++ */
.wrapRecMain{
	position: relative;
	top:0;
}
.wrapRecimg{
	width: 100%;
    height: 540px;
    background-image: url(../img/rec_main_img.jpg);
    background-position: center top;
    -webkit-background-size: cover;
    background-size: cover;	
}
.Rec_title{
	position:absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	color: #ffffff;
	font-size:48px;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif; 
	font-weight: 400;
}
.Rec_title span{
	font-size:18px;
}
.rec-top-waku3{
	width: 100%;
	font-size: 0;
	display:flex;
	display:-moz-flex;
	display:-o-flex;
	display:-webkit-flex;
	display:-ms-flex;
}

.rec-top3{
	width: 100%;
	/*display: inline-block;*/
	position: relative;
    z-index: 1; /* 必要であればリンク要素の重なりのベース順序指定 */
}
.rec-top3 a {
    position: absolute;
    top: 0;
    left: 0;
    width: 98%;
    height: 100%;
    text-indent:-999px;
    z-index: 5; /* 必要であればリンク要素の重なりのベース順序指定 */
}
.rec-top3:hover {
    filter:alpha(opacity=70);/* IE 6,7*/
    -ms-filter: "alpha(opacity=70)";/* IE 8,9 */
    -moz-opacity:0.7;/* FF , Netscape */
    -khtml-opacity: 0.7;/* Safari 1.x */
    opacity:0.7;
    zoom:1;/*IE*/
}
.rec-top-waku3 .rec-top-column{
	padding-right: 2%;
}
.rec-top-waku3 .rec-top-column2 .rec-top3:nth-of-type(1),
.rec-top-waku3 .rec-top-column2 .rec-top3:nth-of-type(2){
	margin-bottom: 3.2%;
}
.rec-top-b3{
	width: 100%;
	height: 70px;
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
    z-index: 5;
	background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
}
.rec-top-b3 span{
	width: 100%;
	position: absolute;
	content: '';
    z-index: 6;
	font-family: 'Noto Sans JP', serif;
	font-size: 16px;
	line-height: 1;
	font-weight: 400;
	color: #ffffff;
	text-align: left;
	margin-left: 3%;
	top: 65%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}

@media screen and (max-width:768px) {
.Rec_title{
	font-size:26px;
}	
.Rec_title span{
	font-size:14px;
}
}
	
@media screen and (max-width:568px) {	
.rec-top-waku3{
	width: 100%;
	font-size: 0;
	display: block;
	display:-moz-block;
	display:-o-block;
	display:-webkit-block;
	display:-ms-block;
}	
.rec-top3{
	width: 100%;
	height: 145px;
	display: block;
    overflow: hidden;
    position: relative;
}	
.rec-top3 + .rec-top3{
	margin-top: 10px;
}	
.rec-top3 img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}		
.rec-top-waku3 .rec-top-column{
	padding-right: 0;
	margin-bottom: 15px;
}	
.rec-top-b3{
	height: 45px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
    z-index: 5;
	background-color: rgba( 0, 0, 0, 0.3 );
}	
.rec-top-b3 span{
	font-size: 14px;
	text-align: center;
	margin-left: 0;
	top: 50%;
}
}
/* ++++++++++++++求人トップ　ここまで追加したコードです++++++++++++++ */


/* ++++++++++++++求人　職種選択ページ++++++++++++++ */
.rec-cho-btn-mb{
	margin-bottom: 50px;
}
@media screen and (max-width:768px) {
.rec-cho-btn-mb{
	margin-bottom: 30px;	
}
}
/* ++++++++++++++求人　職種選択ページ ここまで++++++++++++++ */