@charset "UTF-8";
#Contents {
  padding-bottom: 0;
}

figure{
	margin: 0;
}

[data-dir="workstyle"] .ngr-p-pageHeader:before {
  background-image: url("/recruit/newgraduates/shared/images/workstyle/mv_01.png");
}

@media screen and (max-width: 768px) {
  [data-dir="workstyle"] .ngr-p-pageHeader:before {
    background-image: url("/recruit/newgraduates/shared/images/workstyle/mv_01-sp.png");
  }
}

.ngr-contents{
	background: #efefef url("/recruit/newgraduates/shared/images/workstyle/bg.png") no-repeat 0 bottom;
	background-size: cover;
	padding: 80px 0 0 0;
	color: #595757;
	margin-top: 100px;
}

.ngr-contents-inner {
	width: calc(970/1100 * 100%);
	margin: 0 auto;
}

@media screen and (max-width: 1100px) {
	.ngr-contents-inner {
		width: calc(1014/1100 * 100%);
	}
}

@media screen and (max-width: 768px) {
	.ngr-contents{
		background: #efefef url("/recruit/newgraduates/shared/images/workstyle/bg-sp.png") no-repeat 0 bottom;
		background-size: cover;
		padding: 50px 0 0 0;
		margin-top: 50px;
	}
	
	.ngr-contents-inner{
		width: 90%;
		margin: 0 auto;
	}
}


/* btn */
.ngr-index-inner{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

.ngr-index-area a {
  color: #595757;
}

.ngr-index-area{
	width: 49%;
	margin-bottom: 80px;
}

.ngr-index-contents{
	position: relative;
}

.ngr-text{
	font-size: 14px;
	line-height: 1.6;
}

.ngr-btnarea .ngr-text{
	position: relative;
}

.ngr-btnarea{
  position: absolute;
	right: 0;
	bottom: 0;
	width: 48%;
	background: rgba(255, 255, 255, .9);
}

.ngr-index-area .ngr-btn-box{
	position: relative;
	text-align: center;
	padding: 7px 0;
}

.ngr-btnarea .ngr-btn-box:before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 12px;
    margin: auto;
    width: 10px;
    height: 1px;
    background: #E6141E;
    transition: .3s;
}

.ngr-btnarea .ngr-btn-box:after{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 12px;
    margin: auto;
    width: 8px;
    height: 8px;
    border-left: 1px solid #E6141E;
    border-bottom: 1px solid #E6141E;
    transform: rotate(-135deg);
    transition: .3s;
}

.ngr-index-area a:hover .ngr-btnarea .ngr-btn-box:before{
    right: 9px;
    width: 14px;
}

.ngr-index-area a:hover .ngr-btnarea .ngr-btn-box:after{
    right: 9px;
}

@media screen and (max-width: 1100px) {
	.ngr-text{
		font-size: calc(14/1100 * 100vw);
	}
}

@media screen and (max-width: 768px){
	.ngr-index-inner{
		display: flex;
		flex-flow: row wrap;
		padding-bottom: 40px;
	}

	.ngr-index-area{
		width: 100%;
		margin-bottom: 10px;
	}

	.ngr-btn-box {
		padding: 5px 0;
	}
	
	.ngr-index-area + .ngr-index-area{
		margin-top: 30px;
	}
	
	.ngr-text{
		font-size: 10px;
		line-height: 1.6;
	}
}
/* btn*/


.ngr-title{
	font-size: 20px;
	line-height: 1.6;
	margin-bottom: 5px;
	color: #fff;
	background : -webkit-linear-gradient(0deg, rgba(240, 120, 255, 1) 0%, rgba(255, 190, 255, 1) 80%);
	background : -webkit-gradient(linear,0% 50% ,100% 50% ,color-stop(0,rgba(240, 120, 255, 1) ),color-stop(0.8,rgba(255, 190, 255, 1) ));
	background : linear-gradient(90deg, rgba(240, 120, 255, 1) 0%, rgba(255, 190, 255, 1) 80%);
}

.ngr-caption{
	margin: 20px 0 0 0;
}


@media screen and (max-width: 1100px) {
	.ngr-title{
		font-size: calc(20/1100 * 100vw);
	}
}
	
@media screen and (max-width: 768px) {
	.ngr-title{
		font-size: 14px;
	}

	.ngr-caption{
		margin: 10px 0 0 0;
	}
}
	