.career-page-title h2 span@charset "utf-8";
body,
#container{
	font-family: 'Noto Sans JP', sans-serif;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.pc{
	display: block;
}
.sp{
	display: none;
}
#pan{
	display: none;
}
#left_frame{
	display: none;
}
#head_title_s {
	padding: 0;
	height: auto;
	background: none;
	border-bottom: 4px solid #8c8c8c;
}
#head_title_s h1 {
    width: 100%;
    text-align: center;
	margin: 0 auto;
	padding: 36px 0;

	font-size: 32px;
	line-height: 1;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#footer {
	clear: both;
    text-align: left;
	background: #8c8c8c;
	margin-top: 90px;
	padding: 40px 0;
	position: relative;
}
#footer .footet_pan{
	width: 960px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
	font-size: 12px;
	line-height: 1;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	color: #FFF;
}
#footer .footet_pan a{
	color: #FFF;
}
#page_top{
	padding: 0;
	margin: 0;
	text-align: left;
	background: none;
	width: 32px;
	height: 32px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -16px 0 0 464px;
	z-index: 3;
}
#page_top a{
	display: block;
    width: 32px;
    height: 32px;
	position: absolute;
	right: 0;
	top: 0;
}
#page_top a::before{
	content: "";
	display: block;
    width: 32px;
    height: 32px;
	background: url(/common/v2/img/ncommon/_common/icon/up-stroke-white.svg) 50% 50% no-repeat;
	background-size: cover;
}
#page_top a img.Hover{
	display: none;
}
.jobs_container{
	width: 960px;
	padding-top: 60px;
}
.career-left-frame{
	float: left;
	width: 220px;
}
.career-left-frame img{
	width: 100%;
}
.career-left-frame dl{
	border: 5px solid #e6e6e6;
	margin-bottom: 10px;
}
.career-left-frame dt{
	background: #e6e6e6;
}
.career-left-frame dt span{
	display: inline-block;
	padding: 46px 0;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 18px;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.career-left-frame li a{
	display: block;
	text-align: left;
	padding: 25px 0 25px 28px;
	margin: 0 20px;

    background-image: linear-gradient(to right, #b2b2b2, #b2b2b2 1px, transparent 1px, transparent 3px);
    background-repeat: repeat-x;
    background-position: left top;
    background-size: 4px 1px;
}
.career-left-frame li a.is-active{
	color: #e60012!important;
}

.career-left-frame li:first-child a{
	background: none;
}
.career-left-frame li span{
	display: inline-block;
	vertical-align: middle;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.career-left-frame li i{
	width: 14px;
	height: 14px;
	display: inline-block;
	vertical-align: middle;
	background: url(../../../common/v2/img/ncommon/_common/icon/right-fill-red.svg) 50% 50% no-repeat;
	background-size: cover;
	border-radius: 7px;
	margin-right: 10px;
}

/* banner */

@media all{
	.u-hide-tab-pc{
	  display: none;
	}
}

#right_frame{
    width: 700px;
    padding: 0 0 0 0;
    float: right;
    text-align: left;
}
.career-page-title{
	border-top: #ededed 1px solid;
	margin-bottom: 30px;
}
.career-page-title p.kome{
	font-size: 12px;
	margin-top: 14px;
}
.career-page-title h2{
	margin-top: -1px;
	margin-bottom: 40px;
}
.career-page-title h2 span{
	border-top: #e60012 1px solid;
	display: inline-block;
	vertical-align: middle;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 32px;
	line-height: 1.6em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding: 44px 0 0 0;
}

.career-page-title p{
	font-size: 16px;
}
.career-page-title p br{
	display: none;
}
#career{
	margin: 0
}
/* ==========================================================================
   TOP
   ======================================================================= */
.career-news{
	border: 1px solid #c8c8c8;
	position: relative;
	padding:60px 5px 20px 25px;
}
.career-news h3{
	position: absolute;
	font-size: 16px;
	line-height: 32px;
	padding: 0 12px;
	text-align: center;
	left: 25px;
	top: 0;
	background: #e6e6e6;
	letter-spacing: 0.4em;
	text-indent: 0.4em;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.career-news__body{
	position: relative;
	height: 250px;
}
.career-news__list dl{
	padding: 25px 0 20px 0;
	margin-right: 20px;
}
.career-news__list dl::after{
	content: "";
	display: block;
	clear: both;
}
.career-news__list dl:first-child{
	background: none;
	padding: 5px 0 20px 0;
}

.career-news__list dl:nth-child(2n){
	background-color: #efefef;
}
.career-news__list dt{
	float: left;
	padding-left: 15px;
}
.career-news__list dd{
	margin-left: 115px;
	margin-right: 15px;
}
.career-news__list dt::after{
	content: "";
	display: block;
	clear: both;
}
.career-news__list .career-news__date{
	font-family: 'Roboto Condensed', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: block;
	font-size: 14px;
	line-height: 20px;
}
.career-news__date.jtn_data::after{
	content: "NEW";
    display: block;
    height: 18px;
    color: #fff;
    background-color: #e60012;
    font-size: 12px;
    text-align: center;
    margin-top: 4px;
    line-height: 1.5;
    letter-spacing: 0.2em;
    text-indent: 0.2em;
}
.career-news__list .career-news__area--kyoto{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	border: 1px solid #e60012;
	background: #e60012;
	color: #FFF;
	display: block;
	font-size: 12px;
	line-height: 16px;
	height: 18px;
	width: 65px;
	text-align: center;
	float: left;
}
.career-news__list .career-news__area--tokyo{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	border: 1px solid #e60012;
	background: #FFF;
	letter-spacing: 0.8em;
	text-indent: 0.8em;
	color: #e60012;
	display: block;
	font-size: 12px;
	line-height: 16px;
	height: 18px;
	width: 65px;
	text-align: center;
	float: left;
}
.career-news__list dd {
	font-size: 14px;
	line-height: 2;
	display: block;
	margin-top: -2px;
	_margin-left: 30px;
}
.career-list-item{
	border: 5px solid #e6e6e6;
	margin-top: 30px;
	position: relative;
}
.career-list-item__btn{
	display: flex;
	text-decoration: none;
	padding: 16px 0;
}
.career-list-item__btn br{
	display: none;
}
.career-list-item__btn--disable{
	padding: 16px 0;
}
.career-list-item__btn span{
	font-size: 22px;
	line-height: 30px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding-left: 20px;
}
.career-list-item__btn--disable span{
	font-size: 22px;
	line-height: 30px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding-left: 25px;
	color: #c9c9c9;
}
.career-list-item__header-note{
	font-size: 13px;
	line-height: 1;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding-left: 25px;
	color: #646464;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}
.career-list-item__btn i{
	display: block;
	width: 62px;
	height: 30px;
	position: absolute;
	display: block;
	right: 0;
	top: 15px;
}


.career-list-item__btn i::before{
	content: "";
	width: 18px;
	height: 4px;
	border-radius: 2px;
	background: #e60012;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin:-2px 0 0 -9px;
}
.career-list-item__btn i::after{
	content: "";
	width: 4px;
	height: 18px;
	border-radius: 2px;
	background: #e60012;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin:-9px 0 0 -2px;
}
.is-accordion-active .career-list-item__btn i::before{
	transform: rotate(45deg);
}
.is-accordion-active .career-list-item__btn i::after{
	transform: rotate(225deg);
}

.career-list-item__tab{
	display: none;
}
.career-list-item__body{
	/* display: none; */
}
.career-list-item__inner{
	display: flex;
	margin: 0 25px;
}
.career-list-area:first-child{
	width: calc(50% - 25px);
	margin-right: 25px;
}
.career-list-area:last-child{
	width: calc(50% - 25px);
	padding-left: 25px;
	border-left: 1px solid #e6e6e6;
}
.career-list-area:first-child:last-child{
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
}
.career-list-area__title{
	border-bottom: 1px solid #e6e6e6;
	padding: 15px 0;

}
.career-list-area__title::before{
	content: "";
	width: 4px;
	height: 18px;
	border-radius: 2px;
	background: #e60012;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.career-list-area__title span{
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	line-height: 18px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.career-list-area__list li{
	margin-top: 17px;
}
.career-list-area:first-child:last-child .career-list-area__list{
	display: flex;
	flex-wrap: wrap;
}
.career-list-area:first-child:last-child .career-list-area__list li:nth-child(2n+1){
	width: calc(50% - 25px);
	margin-right: 25px;
}
.career-list-area:first-child:last-child .career-list-area__list li:nth-child(2n){
	width: calc(50% - 25px);
	padding-left: 25px;
}

.career-list-area__list a{
	font-size: 12px;
	line-height: 1.5;
	position: relative;
	display: inline-block;
	padding-left: 20px;
}
.career-list-area__list a:before{
	content: "";
	width: 12px;
	height: 12px;
	display: inline-block;
	vertical-align: middle;
	background: url(../../../common/v2/img/ncommon/_common/icon/right-fill-red.svg) 50% 50% no-repeat;
	background-size: cover;
	border-radius: 6px;
	position: absolute;
	left: 0;
	top: 3px;
}
.career-list-item__bottom{
	padding: 30px 0 30px 0;
	text-align: center;
}
.career-list-item__bottom span{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 14px;
	line-height: 16px;
	vertical-align: middle;
	display: inline-block;
	margin-top: -2px;
}
.career-list-item__bottom i{
	display: inline-block;
	width: 16px;
	height: 16px;
	position: relative;
	vertical-align: middle;
	transform: rotate(45deg);
}
.career-list-item__bottom i::before{
	content: "";
	width: 12px;
	height: 2px;
	border-radius: 1px;
	background: #8c8c8c;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin:-1px 0 0 -6px;
}
.career-list-item__bottom i::after{
	content: "";
	width: 2px;
	height: 12px;
	border-radius: 1px;
	background: #8c8c8c;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin:-6px 0 0 -1px;
}
.career-footer{
	margin-top: 90px;
}
.career-footer dl{
	border: 1px solid #c8c8c8;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 30px 0;
	text-align: center;
}
.career-footer dt{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 18px;
	line-height: 1;
	padding-right: 48px;
}
.career-footer dd{
	border-left: 1px solid #c8c8c8;
	padding: 10px 0 10px 48px;
}

.career-footer__txt{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 14px;
	line-height: 1;
	margin-bottom: 20px;
}
.career-footer__sub{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 14px;
	line-height: 1;
	display: inline-block;
	vertical-align: baseline;
}
.career-footer__number{
	font-family: 'Roboto Condensed', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 28px;
	line-height: 1;
	display: inline-block;
	vertical-align: baseline;
	pointer-events: none;
}
/* ==========================================================================
   Q & A
   ======================================================================= */
.qa-section + .qa-section{
	margin-top: 70px;
}
.qa-header{
	background: #e6e6e6;
}
.qa-header h3{
	font-size: 22px;
	line-height: 1;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding: 15px 30px;
}
.qa-item{
	margin: 24px 0;
}
.qa-item-header i{
	font-style: normal;
	font-size: 22px;
	line-height: 1;
	font-family: 'Noto Sans JP', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 400;
	color: #e60012;
	display: inline-block;
	vertical-align: middle;
	margin-right: 12px;
}
.qa-item-header span{
	font-style: normal;
	font-size: 14px;
	line-height: 1.75;
	font-family: 'Noto Sans JP', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 700;
	display: inline-block;
	vertical-align: middle;
}
.qa-item-body{
	/* display: none; */
}

.qa-item-body div{
	position: relative;
	padding: 15px 0 0 30px;
}

.qa-item-body div::before{
	content: "A";
	font-style: normal;
	font-size: 22px;
	line-height: 1;
	font-family: 'Noto Sans JP', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 400;
	color: #e60012;
	display: inline-block;
	vertical-align: middle;
	margin-right: 12px;
	position: absolute;
	left: 2px;
	top: 17px;
}

.qa-item-body p{
	font-family: 'Noto Sans JP', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.75;
}

.qa-item-body p.kome{
	font-size: 12px;
}
.qa-item-body p.link{
	margin-top: 14px;
}
.qa-item-body p.link a::before{
	content: "";
	width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    background: url(../../../common/v2/img/ncommon/_common/icon/right-fill-red.svg) 50% 50% no-repeat;
    background-size: cover;
    border-radius: 7px;
    margin-right: 10px;
}
.qa-item-body p.link span{
	display: inline-block;
    vertical-align: middle;
}

/* ==========================================================================
   detail
   ======================================================================= */
.sec_box{
	margin-top: 0;
}
a#pagetop{
  padding-top: 0;
}
#career_by #web_oh{
	border: 1px solid #c8c8c8;
	position: relative;
	padding:50px 5px 20px 25px;
	margin: 30px 0 60px 0;
}
#career_by #web_oh h4{
	position: absolute;
	font-size: 16px;
	line-height: 32px;
	padding: 0 32px;
	text-align: center;
	left: 25px;
	top: 0;
	background: #e6e6e6;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#career_by #web_oh p.tn,
#career_by #web_oh p.kome{
	font-size: 14px;
	line-height: 2;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin: 0;
}
#career_by #web_oh p.kome{
	font-size: 12px;
	margin-top: 14px;
}
#career_by #web_oh p.kome{
	font-size: 12px;
	margin-top: 14px;
}
#web_oh.career_top {
	border: 1px solid #c8c8c8;
	position: relative;
	padding:50px 5px 20px 25px;
	margin: 30px 0;
}
#web_oh.career_top  h4{
	position: absolute;
	font-size: 16px;
	line-height: 32px;
	padding: 0 32px;
	text-align: center;
	left: 25px;
	top: 0;
	background: #e6e6e6;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#web_oh.career_top p.tn,
#web_oh.career_top p.kome{
	font-size: 14px;
	line-height: 2;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin: 0;
}
#web_oh.career_top p.kome{
	font-size: 12px;
	margin-top: 14px;
}

#career_by .career-by-category{
	background-color: #e5e5e5;
	padding: 15px 15px 15px 15px;
	display: flex;
	align-items: center;
	margin-bottom: 40px;
}
#career_by .career-by-category h3{
	font-size: 18px;
    line-height: 1;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	padding: 0;
	background-color: transparent;
}
#career_by .career-by-category p{
	margin-left: auto;
	font-size: 12px;
    line-height: 1;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#career_by .career-by-category p i{
	width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    background: url(../../../common/v2/img/ncommon/_common/icon/left-fill-red.svg) 50% 50% no-repeat;
    background-size: cover;
    border-radius: 7px;
    margin-right: 10px;
}
#career_by .career-by-category p span{
	display: inline-block;
    vertical-align: middle;
}

.subtitle{
	width: auto;
	margin-bottom: 0;
}
#career_by div.m2 {
	font-size: 100%;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
	border-left: none;
	line-height: 1;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	display: inline-block;
	vertical-align: middle;
	margin-left: 6px;
}
#career_by div.m2 span{
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	line-height: 20px;
}
#career_by p.kinmuchi {
	margin: 0 0 0 0;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	border: 1px solid #e60012;
	background: #e60012;
	letter-spacing: 0.8em;
	text-indent: 0.8em;
	color: #FFF;
	display: block;
	font-size: 12px;
	line-height: 16px;
	height: 18px;
	width: 65px;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
}
#career_by p.kinmuchi_tokyo {
	margin: 0 0 0 0;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	border: 1px solid #e60012;
	background: #FFF;
	letter-spacing: 0.8em;
	text-indent: 0.8em;
	color: #e60012;
	display: block;
	font-size: 12px;
	line-height: 16px;
	height: 18px;
	width: 65px;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
}
#career_by .subtitle--2l p.kinmuchi,
#career_by .subtitle--2l p.kinmuchi_tokyo {
	vertical-align: bottom;
}

#career_by .btn_entry{
	width: auto;
	margin-bottom: 0;
	/* margin-top: -8px; */
}

#career_by .btn_entry a{
	padding: 9px 11px;
	border: 1px solid #e60012;
	background: #e60012;
	display: block;
}

#career_by .btn_entry a:hover{
	opacity: 0.75;
}

#career_by .btn_entry a i{
	width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    background: url(../../../common/v2/img/ncommon/_common/icon/right-fill-white.svg) 50% 50% no-repeat;
    background-size: cover;
    border-radius: 7px;
    margin-right: 7px;
}
#career_by .btn_entry a span{
	font-size: 13px;
	line-height: 14px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	vertical-align: middle;
	color: #FFF;
}

/* seminar */
#career_by .btn_seminar{
	margin-top: 15px;
	float: none;
}
#career_by .btn_seminar img{
	width: 13px;
	height: 13px;
	margin-left: 8px;
	vertical-align: middle;
	position: relative;
	top: -1px;
}
#career_by .btn_seminar a{
	padding: 12px 15px;
	display: flex;
	justify-content: space-between;
	text-decoration: none;
}
#career_by .btn_seminar a span{
	font-size: 16px;
}
#career_by .btn_seminar a i{
	margin-right: 0px;
	width: 17px;
	height: 17px;
	border-radius: 50%;
}
table.bs {
    clear: both;
	margin: 10px 0 0 0;
}
table.bs th {
    background-color: #f5f5f5;
	border: none;
	border-top: solid 1px #bebebe;
	border-bottom: solid 1px #bebebe;
    padding: 20px 20px 20px 20px;
    line-height: 1.3;
    white-space: nowrap;
    text-align: center;
}
table.bs td {
    border: none;
	border-top: solid 1px #bebebe;
	border-bottom: solid 1px #bebebe;
    padding: 20px 30px 20px 30px;
    line-height: 1.75;
    width: 100%;
}
table.bs td p {
    line-height: 1.75;
}
table.bs td p:last-child {
	margin-bottom: 0;
}
table.bs td p.kome {
    line-height: 1.75;
}
table.bs td p.maru span.jobslink{
	font-size: 100%;
    display: inline-block;
    margin: 2px 0 2px 1.2em;
}
table.bs td p.maru.relation span.jobslink{
    display: block;
}
table.bs
.relation i
{
	width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    background: url(../../../common/v2/img/ncommon/_common/icon/right-fill-red.svg) 50% 50% no-repeat;
    background-size: cover;
    border-radius: 7px;
	margin: -2px 5px 0 0;
}
#career_by .txt-link-ico{
}
#career_by .txt-link-ico::before{
	content: "";
    width: 12px;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
    background: url(../../../common/v2/img/ncommon/_common/icon/right-fill-red.svg) 50% 50% no-repeat;
    background-size: cover;
    border-radius: 7px;
}
#career_by .txt-link-ico span {
    display: inline-block;
    vertical-align: middle;
	line-height: 14px;
	margin-left: 20px;
}

#career_by .linktxt a::before{
	content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    vertical-align: middle;
    background: url(../../../common/v2/img/ncommon/_common/icon/right-fill-red.svg) 50% 50% no-repeat;
    background-size: cover;
	border-radius: 5px;
	margin-right: 5px;

}

/* ==========================================================================
   process
   ======================================================================= */

.process-item{
	display: flex;
	margin-top: 10px;
	align-items: center;
}
.process-item__disc{
	padding: 0 0 0 30px;
}
.process-item__disc--line{
	margin-top: -50px;
}
#process h3 {
    margin: 0;
	padding: 0;
	font-size: 22px;
    line-height: 1.636;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#process p{
	margin-top: 10px;
	font-size: 14px;
	line-height: 1.75;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#process p + p{
	margin-top: 0;
}

/* ==========================================================================
   agreement
   ======================================================================= */
.agreement-lead{
	line-height: 1.75;
}

#kiyaku #kiyaku_txt{
	width: auto;
}


#agreement .btn-entry{
	margin: 0 auto;
	display: flex;

	width: 500px;
}
#agreement .btn-entry a:hover{
	opacity: 0.75;
}
#agreement .btn-entry .btn-entry__submit{
	padding: 14px 0;
	border: 1px solid #e60012;
	background: #e60012;
	display: block;
	font-size: 14px;
	margin: 0 14px 0 0;
	border-radius: 0;
	text-align: center;
	width: calc(50% - 14px);
	position: relative;
}

#agreement .btn-entry .btn-entry__submit i{
	width: 20px;
	height: 20px;
	position: absolute;
	left: 14px;
	top: 0;
	bottom: 0;
	margin: auto 0;
}
#agreement .btn-entry .btn-entry__submit i::before{
	content: "";
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	border: 2px solid #FFF;
	box-sizing: border-box;
	border-radius: 10px;
}
#agreement .btn-entry .btn-entry__submit span{
	font-size: 14px;;
	line-height: 14px;;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	vertical-align: middle;
	color: #FFF;
	margin-left: 20px;
}

#agreement .btn-entry .btn-entry__cancel{
	padding: 14px 0;
	border: 1px solid #929292;
	background: #929292;
	display: block;
	font-size: 14px;
	margin: 0 0 0 14px;
	border-radius: 0;
	text-align: center;
	width: calc(50% - 14px);
	position: relative;
}
#agreement .btn-entry .btn-entry__cancel i{
	width: 20px;
	height: 20px;
	position: absolute;
	left: 10px;
	top: 0;
	bottom: 0;
	margin: auto 0;
}
#agreement .btn-entry .btn-entry__cancel i::before{
	content: "";
	width: 20px;
	height: 2px;
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -1px;
	background: #FFF;
	transform: rotate(45deg);
}
#agreement .btn-entry .btn-entry__cancel i::after{
	content: "";
	width: 20px;
	height: 2px;
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -1px;
	background: #FFF;
	transform: rotate(-45deg);
}
#agreement .btn-entry .btn-entry__cancel span{
	font-size: 14px;
	line-height: 14px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	vertical-align: middle;
	color: #FFF;
	margin-left: 20px;
}
#agreement .pp a{
	background: none;
}
#agreement .pp a::before{
	content: "";
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    background: url(../../../common/v2/img/ncommon/_common/icon/right-fill-red.svg) 50% 50% no-repeat;
    background-size: cover;
    border-radius: 7px;
    margin-right: 10px;
}
#agreement .pp a span{
	display: inline-block;
	vertical-align: middle;
	line-height: 14px;
}

#agreement .agreement-text{
	line-height: 1.75;
}

#container h1 a:hover {
    color: #464646;
    text-decoration: none;
    outline: none;
}

.linktxt {
    padding: 10px 0px 10px 1em;
    text-indent: -1em;
}
.btn_kadai p{
    padding: 0 0 10px 0;
    text-indent: 0;
    margin: 0 0 0 0;
}
.w70{
	width:70%;
}
