@charset "utf-8";

/* 20171229 added by Fabo */

/* common
-------------------------*/
.font10 { font-size: 10px; }
.font11 { font-size: 11px; }
.font12 { font-size: 12px; }
.font13 { font-size: 13px; }
.font14 { font-size: 14px; }
.font15 { font-size: 15px; }
.font16 { font-size: 16px; }
.font17 { font-size: 17px; }
.font18 { font-size: 18px; }
.font19 { font-size: 19px; }
.font20 { font-size: 20px; }

.lh20 { line-height: 2 }
.lh21 { line-height: 2.1 }
.lh22 { line-height: 2.2 }
.lh23 { line-height: 2.3 }
.lh24 { line-height: 2.4 }
.lh25 { line-height: 2.5 }

.entry-content strong{
	font-weight: 500;
}
.entry-content em{
	font-weight: 400;
	font-style: normal;
}
.entry-content small{
	font-size: 10px;
}

.expanded-box{
	margin: 0 -360px 115px;
}

/* title */
.entry-title-underline{
	position: relative;
	margin: 0 0 30px 0 !important;
	padding: 0 0 25px 0.2em !important;
	font-size: 24px !important;
	font-weight: normal !important;
	text-align: center;
	letter-spacing: 0.2em;
	border: none !important;
}
.entry-title-underline::after{
	display: inline-block;
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -25px;
	width: 50px;
	height: 1px;
	background-color: #666;
}
.entry-content .entry-linetitle:first-child{
	margin-top: -63px !important;
}

.entry-title-underline-en{
	position: relative;
	margin: 0 0 23px 0 !important;
	padding: 0 0 15px 0.5em !important;
	font-family: affogato-medium, sans-serif;
	font-size: 21px !important;
	font-weight: normal !important;
	text-align: center;
	letter-spacing: 0.5em;
	border: none !important;
}
.entry-title-underline-en::after{
	display: inline-block;
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -10px;
	width: 20px;
	height: 1px;
	background-color: #333;
}

.entry-title-center{
	margin: 0 0 25px 0 !important;
	padding: 0 !important;
	font-size: 22px !important;
	text-align: center !important;
	border: none !important;
}



/* Main Site
-------------------------*/
/* recruit */
.recruit-box{
	margin: 0 auto;
	width: 840px;
}
.recruit-box .row{
	margin: 0 -40px;
}
.recruit-box .row > div{
	margin: 0;
	padding: 0 40px;
}
.recruit-box-item{
}
.recruit-box-item a{
	position: relative;
	display: block;
	padding-top: 42px;
	height: 150px;
	color: inherit;
	text-decoration: none;
	border: 2px solid #000;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.recruit-box-item a:hover{
	opacity: 0.5;
}
.recruit-box-item a::before{
	content: '';
	position: absolute;
	top: -12px;
	left: 50%;
	margin-left: -1px;
	width: 1px;
	height: 30px;
	background: #000;
}
.recruit-box-item span{
	display: block;
	padding-left: 0.25em;
	font-family: affogato-regular, sans-serif;
	font-size: 15px;
	letter-spacing: 0.25em;
}
.recruit-box-item p{
	font-size: 17px;
	font-weight: 500;
}

.table-recruit{
	margin-bottom: 30px;
	width: 100%;
	border-bottom: 1px solid #ddd;
}
.table-recruit th{
	padding: 20px 0 20px 20px;
	width: 170px;
	font-size: 13px;
	line-height: 1.7;
}
.table-recruit td{
	padding: 20px;
	font-weight: inherit;
}
.table-recruit td p{
	margin-bottom: 1.8em;
}
.nailistjob-box{
	margin: 100px auto 0;
	text-align: center;
}

/* style */
body.term-press .breadcrumb-wrap{
	margin-bottom: 55px;
}
body.term-press #main .entry-content{
	line-height: 2.3;
	font-size: 12px;
}

/* press */
.press-list{
	text-align: center;
}
.press-list ul li{
	font-size: 11px;
	list-style: none;
}
.press-list ul li a{
	color: inherit;
}
.press-list ul li .fa{
	padding-right: 5px;
	font-size: 9px;
}

/* リクルート
------------------------------------------*/
.term-recruit #content-inner{
	width: 100%;
}

.recruit-fix{
	position: fixed;
	top: 170px;
	right: 40px;
	z-index: 100;
}

.term-recruit .plan-detail-lead{
	margin-bottom: 350px;
}
.recruit-point{
	position: relative;
	margin-bottom: 146px;
	padding: 373px 0 60px;
	background: #f6f6f6;
	text-align: center;
}
.recruit-point-bn{
	position: absolute;
	top: -250px;
	left: 50%;
	margin-left: -550px;
	width: 1100px;
	height: 510px;
}
.recruit-point-bn .cta-list-item{
	width: 100%;
	height: 510px;
	color: #fff;
}
.recruit-point-bn .cta-list-item::before{
	background: url(/images/default/rec-top.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
}
.recruit-point-bn .cta-list-item h3{
	margin-bottom: 15px;
	font-size: 25px;
}	
.recruit-point-bn .cta-list-item p{
	margin-bottom: 20px;
	font-size: 12px;
}

.recruit-point-title{
	margin-bottom: 79px;
}
.recruit-point-list1{
	margin-bottom: 155px;
	font-size: 0;
}
.recruit-point-list1 li{
	display: inline-block;
}

.recruit-point-list-item{
	position: relative;
	width: 1200px;
	margin: 0 auto;
}
.recruit-point-list-item:nth-child(odd){margin-bottom: 50px;}
.recruit-point-list-item:nth-child(even){margin-bottom: 130px;}
.recruit-point-list-img{
	position: absolute;
}
.recruit-point-list-item:nth-child(odd) .recruit-point-list-img{
	top: -40px;
	right: 0;
}
.recruit-point-list-item:nth-child(even) .recruit-point-list-img{
	bottom: -40px;
	left: 0;
}
.recruit-point-list-detail{
	width: 750px;
	height: 450px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
.recruit-point-list-item:nth-child(odd) .recruit-point-list-detail{margin-right: auto;}
.recruit-point-list-item:nth-child(even) .recruit-point-list-detail{margin-left: auto;}
.recruit-point-list-title{
	margin-bottom: 15px;
}
.recruit-point-list-subtitle{
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: normal;
}
.recruit-point-list-subtitle br{
	display: none;
}
.recruit-point-list-text{
	font-size: 11px;
	line-height: 2.5;
}

.recruit-bn2{
	width: 1240px;
	margin: 0 auto 120px;
}
.recruit-bn2 .cta-list-item{
	width: 590px;
	height: 500px;
	color: #fff;
}
.recruit-bn2 .cta-list-item:nth-child(even){
	float: right;
}
.recruit-bn2 .cta-list-item:nth-child(1)::before{
	background: url(/images/default/recbn1.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
}
.recruit-bn2 .cta-list-item:nth-child(2)::before{
	background: url(/images/default/recbn2.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
}
.recruit-bn2 .cta-list-item p{
	margin: 20px 0;
	font-size: 15px;
}

.term-recruit #main article{
	width: 1200px;
	margin: 0 auto;
}

.rec-more-list{
	font-size: 0;
	text-align: center;
}
ul.rec-more-list li{
	display: inline-block;
	list-style: none;
	width: 340px;
	margin: 0 25px;
	border: 1px #333 solid;
	font-size: 17px;
}
.rec-more-list li a.btn-primary{
	display: block;
	width: 100%;
	height: auto;
	padding: 30px;
	background: #333;
}
.rec-more-list li:nth-child(even) a.btn-primary{
	background: #fff;
	color: #333;
}

/* キャリアプラン
------------------------------------------*/
body.term-plan #content-inner {
	padding-bottom: 270px;
}
body.term-plan .entry {
	margin-bottom: 155px;
}
body.term-plan .entry-content {
	-webkit-font-feature-settings: 'palt';
	        font-feature-settings: 'palt';
}

.plan-title {
	margin-bottom: 93px !important;
}

.plan-detail {
	margin-bottom: 100px;
}
.plan-detail-lead {
	margin-bottom: 86px;
	text-align: center;
}
.plan-detail-lead-title {
	margin-bottom: 46px;
}
.plan-detail-lead-text {
	font-size: 15px;
	line-height: 2;
	letter-spacing: -0.015em;
}

.plan-detail-list {
	width: 920px;
	margin: 0 auto!important;
}
.plan-detail-list-item {
	margin: 0 0 76px !important;
	list-style: none !important;
}
.plan-detail-list-item:last-child {
	margin: 0 !important;
}
.plan-detail-list-img {
	height: 300px;
}
.plan-detail-list-detail {
	position: relative;
	margin: -50px auto 0;
	padding: 31px 40px 27px;
	width: 840px;
	background: #fff;
	z-index: 100;
}
.plan-detail-list-title {
	margin: 0 0 2px !important;
	padding: 0 !important;
	line-height: 1.6;
	font-size: 26px !important;
	border: none !important;
}
.plan-detail-list-title::before {
	display: none;
}
.plan-detail-list-title span {
	margin-right: 7px;
	font-family: blackjack-regular, serif;
	font-size: 40px;
	font-weight: normal;
}
.plan-detail-list-subtitle {
	margin: 0 !important;
	padding: 0 !important;
	color: #444;
	font-size: 19px !important;
	font-weight: normal !important;
	line-height: 1.6;
	border: none !important;
}
.plan-detail-list-text {
	font-size: 15px;
	line-height: 2;
}

/* インタビュー
------------------------------------------*/
.interview-detail-list{
	margin: 0 -20px;
	text-align: center;
	font-size: 0;
}
.interview-detail-list li{
	display: inline-block;
	width: 270px;
	margin: 0 20px 40px;
	font-size: 14px;
}
.interview-detail-list-img{
	margin-bottom: 25px;
}
.interview-detail-list-img img{
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.interview-detail-list-title{
	margin-bottom: 20px;
}
.interview-detail-list-subtitle{
	font-size: 12px;
}
.interview-detail-list-name{
	font-size: 18px;
	font-weight: normal;
}
.interview-more{
	margin-top: 25px;
}

/* Child Site
-------------------------*/
/* concept */
body.term-concept .entry-content{
	line-height: 2.4 !important;
}

/* menu */
body.term-menu .entry-content .row{
	margin-left: -15px;
	margin-right: -15px;
}
body.term-menu .entry-content .row > div{
	padding: 0 15px;
}

.table-menu{
	margin-bottom: 20px;
	width: 100%;
}
.table-menu th,
.table-menu td{
	padding: 18px 10px 20px;
	line-height: 1.6;
	border: 1px solid #ccc !important;
}
.table-menu tbody td{
	font-weight: inherit;
}
.table-menu thead th{
	padding: 14px 10px 16px;
	font-size: 16px;
	text-align: center;
	vertical-align: middle;
}
.table-menu thead th small{
	font-size: 14px;
}
.table-menu tbody th small{
	font-size: 10px;
	font-weight: 200;
}
.table-menu tbody td{
	width: 105px;
}

/* access */
body.term-access .entry-content{
	letter-spacing: 0.05em;
}