@charset "utf-8";
/* CSS Document */
/***********************************************************
	index.css
************************************************************/


/*=================================================
動画エリア
==================================================*/

.topvisualWap {
	padding-top: 0px;
	overflow: hidden;
	margin: 0 auto;
	background-color: #FFF;
}
.topvisualWap video {
	margin: 0;
	padding: 0;
	display: block;
	width: 100%;
}
.video_wrapper {
	position: relative;
}
.video_wrapper::after {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 32px;
    height: 32px;
    background-image: url("../img/loading-05.gif");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
	z-index: 1;
}
.video_wrapper .videoframe {
	z-index: 2;
}
/*******************************
	768px以上【tablet】
********************************/
@media print, screen and (min-width: 768px) {
	.topvisualWap {
		padding-top: 0px;
	}
}
/*******************************
	1024px以上【PC】
********************************/
@media print, screen and (min-width: 1024px) {
}

/*=================================================
スマホ用メインビュー
==================================================*/
.sp_mainview {
	position: relative;
}
.sp_mainview .sp_msg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 2;
}
@media print, screen and (min-width: 1024px) {
	.sp_mainview {
		display: none;
	}
}
/*=================================================
ニュースエリア
==================================================*/

.newsArea {
	padding:40px 0;
	background-color: #FFF;
}
.newsArea .newsAreainnr {
	margin: 0;
	padding: 0 10px;
}
.newsArea .newsAreainnr .panel {
	width: 100%;
}
.newsArea dl {
  margin-bottom: 12px;
  padding-bottom: 12px;
  line-height: 1.6;
  font-size: 14px;
}
.newsArea dl dt {
  width: 100%;
}
.newsArea dl dd {
  width: 100%;
}

/*******************************
	768px以上【tablet】
********************************/
@media print, screen and (min-width: 768px) {
	.newsArea {
		padding:90px 0;
	}
}
/*******************************
	1024px以上【PC】
********************************/
@media print, screen and (min-width: 1024px) {
	.newsArea {
		padding:180px 0;
	}
	.newsArea .newsAreainnr {
		margin: 0 auto;
		padding: 0 10px;
		max-width: 1200px;
	}
	.newsArea .newsAreainnr .panel {
		max-width: 960px;
		margin: 0 auto;
	}
	.newsArea dl {
		width: 100%;
		font-size: 16px;
  	}
  	.newsArea dl dt {
    	width: 150px;
    	float: left;
  	}
  	.newsArea dl dd {
    	float: none;
    	margin-left: 160px;
    	width: auto;
  	}
}


/*=================================================
message スクロール領域
==================================================*/

.messageScrollArea {
	position: relative;
	background-color: #FFF;
}
.messageScrollArea::before {
	content: "";
	z-index: 2;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #E60012;
	border-top-right-radius: 30px;
}
.messageScrollArea .messageScrollAreainnr {
	width: 100%;
	padding: 50px 0;
	position: relative;
	z-index: 3;
}
/*-- タイトルエリア --*/
.messageScrollArea .messageScrollAreainnr .titleArea {
	color: #FFF;
	padding: 0 10px;
	margin: 0 0 30px;
}

/*******************************
	768px以上【tablet】
********************************/
@media print, screen and (min-width: 768px) {
	.messageScrollArea {
	}
}
/*******************************
	1024px以上【PC】
********************************/
@media print, screen and (min-width: 1024px) {
	.messageScrollArea::before {
		content: "";
		z-index: 2;
		position: absolute;
		top: 0;
		width: 50%;
		height: 100%;
		background-color: #E60012;
		border-top-right-radius: 30px;
	}
	.messageScrollArea::after {
		content: "";
		z-index: 2;
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		/*bottom: 0;*/
		margin: 0 auto;
		max-width: 1200px;
		height: 100%;
		background-color: #E60012;
		border-top-right-radius: 30px;
	}
	.messageScrollArea .messageScrollAreainnr {
		width: 100%;
		padding: 120px 0;
		position: relative;
		z-index: 3;
	}
	.messageScrollArea .messageScrollAreainnr .titleArea {
		color: #FFF;
		max-width: 1200px;
		padding: 0 10px;
		margin: 0 auto 50px;
	}
}

/*=================================================
message スクロール領域：スイッパー
==================================================*/
.messageScrollArea .swiper-slide{
    width: 100%;
    height: auto;
}
.messageScrollArea .swiper-slide img {
	border-radius: 5px;
	overflow: hidden;
}
.messageScrollArea .swiper-wrapper {
    transition-timing-function: linear;
}

/*******************************
	768px以上【tablet】
********************************/
@media print, screen and (min-width: 768px) {
	.messageScrollArea .swiper-slide img {
		border-radius: 10px;
		overflow: hidden;
	}
}
/*******************************
	1024px以上【PC】
********************************/
@media print, screen and (min-width: 1024px) {
	.messageScrollArea .swiper-slide img {
		border-radius: 20px;
		overflow: hidden;
	}
}




/*=================================================
インタビュー　メンバー
==================================================*/

.memberArea {
	padding: 60px 0;
	background-color: #FFF;
}
.memberArea .memberAreainnr {
	padding: 0 10px;
}
.memberArea .memberAreainnr .memberList {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.memberArea .memberAreainnr .memberList .memberbox {
	overflow: hidden;
	border-top-right-radius: 25px;
	width: 48%;
	margin: 0 0 20px;
	background-color: #FFF;
	position: relative;
}
.memberArea .memberAreainnr .memberList .memberbox a {
	display: block;
}
.memberArea .memberAreainnr .memberList .memberbox:nth-child(odd) {
		margin-top: 25px;
}
.memberArea .memberAreainnr .memberList .memberbox .pic {
	position: relative;
}
.memberArea .memberAreainnr .memberList .memberbox .pic .tag {
	position: absolute;
	top: 0;
	left: 0;
	-ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: sideways;
	padding: 15px 2px 5px 0;
	background-color: #E60012;
	line-height: 1.4;
	color: #FFF;
	height: 100%;
	box-sizing: border-box;
	z-index: 5;
	font-size: 12px;
}
.memberArea .memberAreainnr .memberList .memberbox .pic img {
	overflow: hidden;
	border-top-right-radius: 25px;
}
.memberArea .memberAreainnr .memberList .memberbox .pic .box {
  /*margin-inline: auto;*/
  position: relative;
}
/* 2枚目の画像は最初透明 */
.memberArea .memberAreainnr .memberList .memberbox .pic .box img:last-of-type {
  opacity: 0;
  transition: opacity .7s;
  position: absolute;
  left: 0;
  top:0;
}
/* hoverすると2枚目の画像が透明じゃなくなる */
.memberArea .memberAreainnr .memberList .memberbox a:hover .pic .box img:last-of-type {
  opacity: 1;
}



.memberArea .memberAreainnr .memberList .memberbox .ind {
	background-color: rgba(255,255,255,.9);
	width: 70%;
	padding: 8px 20px;
	box-sizing: border-box;
	border-top-left-radius: 15px;
	margin-top: -30px;
	margin-left: auto;
    margin-right: 0;
	position: relative;
	z-index: 3;
	font-size: 12px;
	line-height: 1.2;
	font-weight: 800;
}
.memberArea .memberAreainnr .memberList .memberbox .txt {
	padding: 15px;
	font-size: 14px;
}
/*******************************
	768px以上【tablet】
********************************/
@media print, screen and (min-width: 768px) {
	.memberArea .memberAreainnr .memberList .memberbox {
		width: 48%;
		margin: 0 0 20px;
	}
	.memberArea .memberAreainnr .memberList .memberbox:nth-child(odd) {
		margin-top: 50px;
	}
	.memberArea .memberAreainnr .memberList .memberbox .ind {
		width: 50%;
	}
	.memberArea .memberAreainnr .memberList .memberbox .txt {
		font-size: 16px;
	}
}
/*******************************
	1024px以上【PC】
********************************/
@media print, screen and (min-width: 1024px) {
	.memberArea {
		padding: 120px 0;
	}
	.memberArea .memberAreainnr {
		max-width: 1200px;
		margin: 0 auto;
	}
	.memberArea .memberAreainnr .memberList {
	}
	
	.memberArea .memberAreainnr .memberList .memberbox {
		width: 30%;
		margin: 0 0 20px;
	}
	.memberArea .memberAreainnr .memberList .memberbox:nth-child(1),
	.memberArea .memberAreainnr .memberList .memberbox:nth-child(4),
	.memberArea .memberAreainnr .memberList .memberbox:nth-child(7) {
		margin-top: 100px;
	}
	.memberArea .memberAreainnr .memberList .memberbox:nth-child(2),
	.memberArea .memberAreainnr .memberList .memberbox:nth-child(5),
	.memberArea .memberAreainnr .memberList .memberbox:nth-child(8) {
		margin-top: 50px;
	}
	.memberArea .memberAreainnr .memberList .memberbox:nth-child(3),
	.memberArea .memberAreainnr .memberList .memberbox:nth-child(6),
	.memberArea .memberAreainnr .memberList .memberbox:nth-child(9) {
		margin-top: 0px;
	}
}


/*=================================================
会社について　/　働き方について
==================================================*/
.menuArea {
	padding: 60px 0;
}
.menuArea .menuAreainnr {
	padding: 0 10px;
	
}
.menuArea .menuAreainnr .menuBox {
	position: relative;
	margin-bottom: 30px;
}
.menuArea .menuAreainnr .menuBox::before {
	content: "";
	z-index: 1;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #FFF;
	border-top-left-radius: 30px;
	background-image:url("../common/img/line_bg_red.png");
	background-position: bottom;
	background-repeat: repeat-x;
}
.menuArea .menuAreainnr .menuBox .menuWap {
	width: 100%;
}
.menuArea .menuAreainnr .menuBox .menuBoxinnr {
	position: relative;
	z-index: 3;
	width: 100%;
	padding: 40px 20px;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.menuArea .menuAreainnr .menuBox .menuBoxinnr .pic {
	width: 100%;
}
.menuArea .menuAreainnr .menuBox .menuBoxinnr .pic img {
	border-top-right-radius: 25px;
	overflow: hidden;
}
.menuArea .menuAreainnr .menuBox .menuBoxinnr .txt {
	width: 100%;
	margin-bottom: 30px;
}
.menuArea .menuAreainnr .menuBox .menuBoxinnr .txt .btnwap {
	list-style: none;
	margin-top: 30px;
}
.menuArea .menuAreainnr .menuBox .menuBoxinnr .txt .btnwap li {
	margin-bottom: 15px;
	text-align: center;
}
.menuArea .menuAreainnr .menuBox .menuBoxinnr .txt .btnwap li:last-child {
	margin-bottom: 0;
}
/*******************************
	768px以上【tablet】
********************************/
@media print, screen and (min-width: 768px) {
	.menuArea .menuAreainnr .menuBox {
		margin-bottom: 50px;
	}
	.menuArea .menuAreainnr .menuBox .menuBoxinnr .pic {
		width: 50%;
		text-align: right;
	}
	.menuArea .menuAreainnr .menuBox .menuBoxinnr .txt {
		width: 50%;
		box-sizing: border-box;
	}
	.menuArea .menuAreainnr .menuBox .menuBoxinnr .txt .btnwap {
		margin-top: 40px;
	}
	.menuArea .menuAreainnr .menuBox .menuBoxinnr .txt .btnwap li {
		margin-bottom: 15px;
		text-align: left;
	}
}
/*******************************
	1024px以上【PC】
********************************/
@media print, screen and (min-width: 1024px) {
	.menuArea {
		padding: 150px 0;
	}
	.menuArea .menuAreainnr {
	}
	.menuArea .menuAreainnr .menuBox {
	}
	.menuArea .menuAreainnr .menuBox::before {
		content: "";
		z-index: 1;
		position: absolute;
		right: 0;
		left: 0;
		margin: 0 auto;
		max-width: 1200px;
		height: 100%;
		background-color: #FFF;
		border-top-left-radius: 30px;
	}
	.menuArea .menuAreainnr .menuBox .menuWap {
		max-width: 1320px;
		margin: 0 auto;
		display: flex;
		justify-content: flex-end;
	}
	.menuArea .menuAreainnr .menuBox .menuBoxinnr {
		max-width: 1260px;
		padding: 60px 15px;
		margin: 0;
	}
	.menuArea .menuAreainnr .menuBox .menuBoxinnr .pic {
		width: 50%;
		text-align: right;
	}
	.menuArea .menuAreainnr .menuBox .menuBoxinnr .txt {
		width: 50%;
		box-sizing: border-box;
		margin-bottom: 0;
		padding-left: 40px;
	}	
}


/*=================================================
会社について　働き方について：スイッパー
==================================================*/
.menuArea .swiper-slide{
    width: 100%;
    height: auto;
}
.menuArea .swiper-slide img {
	overflow: hidden;
}
.menuArea .swiper-wrapper {
    transition-timing-function: linear;
}

/*******************************
	768px以上【tablet】
********************************/
@media print, screen and (min-width: 768px) {
	.menuArea .swiper-slide img {
		overflow: hidden;
	}
}
/*******************************
	1024px以上【PC】
********************************/
@media print, screen and (min-width: 1024px) {
	.menuArea .swiper-slide img {
		overflow: hidden;
	}
}



/*=================================================
背景動画 オフィスツアーダイジェスト用
==================================================*/
#bgvideo-area {
	display: none;
}

@media print, screen and (min-width: 1024px) {

	/*------ 背景動画 ------*/
	#bgvideo-area{
		display: block;
    	position: fixed;
    	z-index: -4;/*最背面に設定*/
    	top: 0;
    	right:0;
    	left:0;
    	bottom:0;
    	overflow: hidden;
		background-color: #000;
	}
	/* videoタグ用 */
	#bgvideo-area #video {
    	/*天地中央配置*/
    	position: absolute;
    	z-index: -1;
    	top: 50%;
    	left: 50%;
    	transform: translate(-50%, -50%);
    	/*縦横幅指定*/
    	width: 177.77777778vh; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
    	height: 56.25vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
    	min-height: 100%;
    	min-width: 100%;
		background: url("../mv/poster_office.jpg") no-repeat center/cover;
	}
	/* 低解像度対策 */
	#bgvideo-area .dot {
		background-image:url("../mv/dot_bg.png");
		background-position: top left;
		background-repeat: repeat;
		min-height: 100%;
    	min-width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
	}
	/*#bgvideo-area .spBack {
		min-height: 100%;
    	min-width: 100%;
		position: fixed;
		background-image: url('../mv/poster_office.jpg');
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
	}*/
	
	/* vimeo 埋め込み用 */
	#bgvideo-area iframe {
    	/*天地中央配置*/
    	position: absolute;
    	z-index: -1;
    	top: 50%;
    	left: 50%;
    	transform: translate(-50%, -50%);
    	/*縦横幅指定*/
    	width: 177.77777778vh; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
    	height: 56.25vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
    	min-height: 100%;
    	min-width: 100%;
	}

}
/*=================================================
オフィスツアーダイジェスト
==================================================*/

.officetourArea {
	width: 100%;
	height: 600px;

	box-sizing: border-box;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: url("../mv/poster_office.jpg");
  	background-size:cover;
  	background-position: center top;
}
.officetourArea .officeBox {
	padding: 100px 0;
	color: #FFF;
	text-align: center;
}
/*== ボタン共通設定 */
.officetourArea .officeBox .btnmaru{
    /*アニメーションの起点とするためrelativeを指定*/
    position: relative;
	overflow: hidden;
    /*ボタンの形状*/
	text-decoration: none;
	display: inline-block;
	border-radius: 50%;
	border: 2px solid #FFF;
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
    outline: none;
    /*アニメーションの指定*/   
    transition: ease .2s;
	margin-top: 30px;
}

/*ボタン内spanの形状*/
.officetourArea .officeBox .btnmaru span {
	position: relative;
	z-index: 3;/*z-indexの数値をあげて文字を背景よりも手前に表示*/
	color:#FFF;
	font-size: 20px;
}

.officetourArea .officeBox .btnmaru:hover span{
	color:#e60012;
}

/*== 背景が流れる（中央から外） */
.officetourArea .officeBox .bgcenterout:before {
	content: '';
    /*絶対配置で位置を指定*/
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
    /*色や形状*/
	background: #FFF;
	width: 100%;
	height: 100%;
	border-radius: 50%;
    /*アニメーション*/
	transition: transform .3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
	transform: scale(0, 0);
	transform-origin:center;
}

/*hoverした際の形状*/
.officetourArea .officeBox .bgcenterout:hover:before{
	transform:scale(1, 1);
}

/*******************************
	768px以上【tablet】
********************************/
@media print, screen and (min-width: 768px) {
	/*== ボタン共通設定 */
	.officetourArea .officeBox .btnmaru{
    	/*アニメーションの起点とするためrelativeを指定*/
   		width: 100px;
		height: 100px;
		line-height: 100px;
		margin-top: 50px;
	}
	/*ボタン内spanの形状*/
	.officetourArea .officeBox .btnmaru span {
		font-size: 20px;
	}
}
/*******************************
	1024px以上【PC】
********************************/
@media print, screen and (min-width: 1024px) {
	.officetourArea {
		background-image:none;
		width: 100%;
		height: 100vw;
	}
}

/*=================================================
リクルートエリア
==================================================*/

.recruitArea {
	padding: 100px 0 0;
	position: relative;
	background-color: #FFF;
}
.recruitArea .msgTxt {
	width: 300px;
	margin:0 auto;
	text-align: center;
}
.recruitArea .msgTxt img {
	width: 300px;
}
.recruitArea .rectopvisual {
	background-image: url("../img/recruit_top_img.jpg");
  	background-size:cover;
  	background-position: center top;
	height: 200px;
	margin-top: -18px;
}

/*-------------------------
リクルート　タイトル・メニュー部分
--------------------------- */
.recruitmenuArea {
	position: relative;
	/*z-index: 2;*/
	/*background-color: aqua;*/
	margin-top: -50px;
}
.recruitmenuArea::before {
	content: "";
	z-index: 2;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #f3f6fa;
	border-top-right-radius: 30px;
}
.recruitmenuArea .recruitmenuAreaWap {
	width: 100%;
	position: relative;
	z-index: 3;
}
/*-- コンテンツ中身 --*/
.recruitmenuArea .recruitmenuAreaWap .recruitmenuAreainnr {
	/*position: relative;
	z-index: 3;*/
	width: 100%;
	padding: 60px 10px 40px;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.recruitmenuArea .recruitmenuAreaWap .recruitmenuAreainnr .rectxt {
	width: 100%;
	margin-bottom: 30px;
}
.recruitmenuArea .recruitmenuAreaWap .recruitmenuAreainnr .recpic {
	width: 100%;
}


/*******************************
	768px以上【tablet】
********************************/
@media print, screen and (min-width: 768px) {
	.recruitArea {
		padding: 150px 0 0;
	}
	.recruitArea .msgTxt {
		width: 680px;
		margin:0 auto;
	}
	.recruitArea .msgTxt img {
		width: 650px;
	}
	.recruitArea .rectopvisual {
		height: 650px;
		margin-top: -30px;
	}
	
	
	
	/*-------------------------
	タイトル・メニュー部分
	--------------------------- */
	.recruitmenuArea {
		margin-top: -120px;
	}
	/*-- コンテンツ中身 --*/

	.recruitmenuArea .recruitmenuAreaWap .recruitmenuAreainnr .rectxt {
		width: 45%;
		box-sizing: border-box;
	}
	.recruitmenuArea .recruitmenuAreaWap .recruitmenuAreainnr .recpic {
		width: 53%;
		text-align: right;
	}
	
	
}
/*******************************
	1024px以上【PC】
********************************/
@media print, screen and (min-width: 1024px) {
	.recruitArea {
		padding: 200px 0 0;
	}
	.recruitArea .rectopvisual {
		height: 520px;
	}
	
	
	/*-------------------------
	タイトル・メニュー部分
	--------------------------- */
	.recruitmenuArea {
		margin-top: -150px;
	}
	.recruitmenuArea::before {
		content: "";
		z-index: 2;
		position: absolute;
		top: 0;
		width: 50%;
		height: 100%;
		background-color: #f3f6fa;
		border-top-right-radius: 30px;
	}
	.recruitmenuArea::after {
		content: "";
		z-index: 2;
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		/*bottom: 0;*/
		margin: 0 auto;
		max-width: 1200px;
		height: 100%;
		background-color: #f3f6fa;;
		border-top-right-radius: 30px;
	}
	.recruitmenuArea .recruitmenuAreaWap {
		max-width: 1400px;
		margin: 0 auto;
		display: flex;
		justify-content: flex-end;
		position: relative;
		z-index: 3;
	}
	.recruitmenuArea .recruitmenuAreaWap .recruitmenuAreainnr {
		max-width: 1300px;
		padding: 180px 15px 120px;
		margin: 0;
	}
	.recruitmenuArea .recruitmenuAreaWap .recruitmenuAreainnr .rectxt {
		width: 40%;
		box-sizing: border-box;
		margin-bottom: 0;
	}
	.recruitmenuArea .recruitmenuAreaWap .recruitmenuAreainnr .recpic {
		width: 58%;
		text-align: right;
	}
}

/*=================================================
リクルートメニュー
==================================================*/
.rectxt .recmenuList {
	list-style: none;
	margin-top: 30px;
}
.rectxt .recmenuList li {
	/*border-bottom: 1px solid #cccccc;*/
	margin-bottom: 15px;
	text-align: center;
}
/*.rectxt .recmenuList li a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px;
	font-size: 16px;
	font-weight: 500;
}*/
/*-- ボタン矢印 --*/
/*.rectxt .recmenuList li a .arrowlink {
  position: relative;
  width: 25px;
  height: 25px;
}
.rectxt .recmenuList li a .arrowlink:before {
	content: '';
    position: absolute;
	z-index: 2;
  	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 10px;
    height: 10px;
    background-image: url("../common/img/arrow_r.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
	transition: ease .4s;
}
.rectxt .recmenuList li a .arrowlink:after {
	content: '';
    position: absolute;
	z-index: 1;
  	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto 0;
	width: 25px;
    height: 25px;
    background-color: #fff;
	border: 1px #E60012 solid;
	border-radius: 50%;
	transition: ease .4s;
}
.rectxt .recmenuList li a:hover .arrowlink:before{
  background-image: url("../common/img/arrow_w.svg");
}
.rectxt .recmenuList li a:hover .arrowlink:after {
  background-color: #E60012;
  position: absolute;
  z-index: 1;
}*/
/*******************************
	768px以上【tablet】
********************************/
@media print, screen and (min-width: 768px) {
	.rectxt .recmenuList {
		margin-top: 50px;
	}
	.rectxt .recmenuList li {
		text-align: left;
	}
	/*.rectxt .recmenuList li a {
		padding: 20px 15px;
		font-size: 20px;
	}*/
	/*-- ボタンlink --*/
  /*.rectxt .recmenuList li a .arrowlink {
    width: 35px;
    height: 35px;
  }
  .rectxt .recmenuList li a .arrowlink:before {
	content: '';
    position: absolute;
	z-index: 2;
  	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 15px;
    height: 15px;
    background-image: url("../common/img/arrow_r.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
	transition: ease .4s;
  }
  .rectxt .recmenuList li a .arrowlink:after {
	content: '';
    position: absolute;
	z-index: 1;
  	top: 0;
	bottom: 0;
	left: auto;
	right: 0;
	margin: auto 0;
	width: 35px;
    height: 35px;
    background-color: #fff;
	border: 1px #E60012 solid;
	border-radius: 50%;
	transition: ease .4s;
  }*/

}
/*******************************
	1024px以上【PC】
********************************/
@media print, screen and (min-width: 1024px) {
	/*.rectxt .recmenuList li a {
		padding: 20px 15px;
		font-size: 24px;
	}*/
}


/*=================================================
リクルート画像部
==================================================*/

/*******************************
	768px以上【tablet】
********************************/
@media print, screen and (min-width: 768px) {
	
}
/*******************************
	1024px以上【PC】
********************************/
@media print, screen and (min-width: 1024px) {
	
}



