/* html,bodyタグの設定 */

/* 共通 */

.pc { /* PC版のみに表示 */
	display: block;
}
.sp { /* SP版のみに表示 */
	display: none;
}

@font-face {
  font-family: 'Avenir Bold';
  src: url("../../font/AvenirLTStd-Black.woff") format("woff");
}

html * {
  /*-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;*/
  -webkit-font-smoothing: antialiased;
  /*-webkit-appearance: none;*/
  outline: none;
  -moz-osx-font-smoothing: grayscale;
}

html {
  -webkit-tap-highlight-color: transparent;
}

body {
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica", "Arial", "Verdana", sans-serif;
	font-size: 1.0rem
	color: #343c48;
	-webkit-text-size-adjust: 100%;
	margin: 0;
}
a {
	color: #88b815;
	text-decoration: underline;
}
a:hover {
	color: #88b815;
	text-decoration: none;
}

a[href$=".pdf"] {   
    background: url(../images/common/icon_1r_24.png) no-repeat 100% 0px;
    padding-right: 30px;
}  
* html a.pdf{   
    background: url(../images/common/icon_1r_24.png) no-repeat 100% 0px;  
    padding-right: 30px;
}  

div.img_o a:hover img{
	opacity:0.5;filter:alpha(opacity=50);-ms-filter:"alpha( opacity=50 )";
}

img {
	border: 0px;
}

.clear {
	clear: both;
}

.breadcrumbs {
	font-size: 14px;
	margin: 10px 0px 40px 0px;
}

/*
#containar .banner_common_box {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
}
*/
#containar .banner_common_box {
	width: 200px;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
}
#containar .banner_common_box a {
	color: #fff;
	text-decoration: none;
	text-align: center;
	display: block;
	padding: 10px;
	background-color: #9bd01b;
}
#containar .banner_common_box a:hover {
	background-color: #c3db13;
}

#movie {
	margin: 60px auto; text-align: center;
}
#movie iframe {
	width: 1000px;
	height: 560px;
	margin: 10px 0 30px;
}


/* フォーム */

.wpcf7 input[type="text"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="email"],
.wpcf7 textarea
{
	width: 50%;
	font-size : 16px;
	border : 1px solid #ccc;
	padding: 10px;
	-webkit-border-radius : 0;
	-webkit-appearance : none;
	-webkit-tap-highlight-color : rgba(0,0,0,0);

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.wpcf7 .add input[type="text"] {
	width: 15%;
}

.wpcf7 .age select {
	width: 15%;
	background: url(../images/common/icon_tr.gif) 92% 50% no-repeat;
}
.wpcf7 select {
	width: 50%;
	padding: 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: url(../images/common/icon_tr.gif) 98% 50% no-repeat;
}

.wpcf7 input[type="tel"] {
	width: 15%;

}

.wpcf7 input[type="submit"] {
	font-size: 16px;
	color: #fff;
	padding: 10px 50px 10px 50px;
	background-color: #a1d329;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: solid 0px;
}
.wpcf7 input[type="submit"]:hover {
	background-color: #ffa500;
}

.wpcf7 input[type="button"] {
	font-size: 16px;
	color: #fff;
	padding: 10px 42px 10px 42px;
	background-color: #a9a9a9;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: solid 0px;
}
.wpcf7 input[type="button"]:hover {
	background-color: #d3d3d3;
}

.wpcf7 .title {
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	padding-bottom: 5px;
	margin-right: 10px;
}
.wpcf7 .text {
	font-size: 16px;
	line-height: 30px;
}
.wpcf7 .box .left {
	float: left;
}
.wpcf7 .box .right {
	float: left;
}

.wpcf7 input[type="checkbox"] {
	width: 20px;
	height: 20px;
	font-weight: normal;
	margin: 0px;
	vertical-align:middle;
}

.wpcf7 input[name="age"]{
        width: 15%;
}

.wpcf7 .required {
	font-size: 13px;
	line-height: 24px;
	color: #fff;
	padding: 2px 5px 2px 5px;
	margin-right: 5px;
	background-color: #ff0000;
}

/* フォーム end */

/* ゴーストボタン */

.bt_ghost {
	position: relative;
	display: inline-block;
	padding: .5em 4em;
	color: #fff;
	text-align: center;
	text-decoration: none;
	outline: none;
	overflow: hidden;
	transition: all .5s;
}
.bt_ghost::before,
.bt_ghost::after {
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	transition: all .5s;
}
.bt_ghost::before {
	top: 0;
	left: 0;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
}
.bt_ghost::after {
	right: 0;
	bottom: 0;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.bt_ghost:hover {
	background-color: #fff;
	color: #9bd01b;
	transition: all .7s;
}
.bt_ghost.gray:hover {
	background-color: #fff;
	color: #d0cec4;
	transition: all .7s;
}
.bt_ghost:hover::before,
.bt_ghost:hover::after {
	width: 0;
	height: 0;
	opacity: 0;
	transition: all .7s;
}


.bt_ghost.header{
	background-color: #9bd01b;
}
.bt_ghost.header::before {
	top: 0;
	left: 0;
	border-top: 1px solid #9bd01b;
	border-left: 1px solid #9bd01b;
}
.bt_ghost.header::after {
	right: 0;
	bottom: 0;
	border-right: 1px solid #9bd01b;
	border-bottom: 1px solid #9bd01b;
}
.bt_ghost.header:hover {
	background-color: #ffa500;
	color: #000;
	transition: all .7s;
}
.bt_ghost:hover::before,
.bt_ghost:hover::after {
	width: 0;
	height: 0;
	opacity: 0;
	transition: all .7s;
}

.btn_more {
	margin: 20px auto 0px auto;
	text-align: center;
}

/* ゴーストボタン end */




/* ヘッダーの固定 */
div#header-fixed {
    position: fixed;            /* ヘッダーの固定 */
    top: 0px;                   /* 位置(上0px) */
    left: 0px;                  /* 位置(右0px) */
    width: 100%;                /* 横幅100%　*/
    height: 60px;              /* 縦幅140px */
   	border-top: solid 2px #9bd01b;
	z-index: 100;
}
 
div#header-bk { 
	background-color:#fff;
	opacity:0.94;
	filter:alpha(opacity=94);
	-ms-filter: "alpha( opacity=94 )";
	padding:0px;
	height:60px;
	width:100%;
	min-width: 1000px;
}
 
 
div#header {
	height: 100%;              /* 縦の表示領域はheader-bkと同じ */
	width: 1000px;              /* 横の幅970px */
	margin: auto;              /* 中央揃え */
	position: relative;
}

div#header #logo {
	position: absolute;
	top: 18px;
}
div#header h1 {
	font-size: 11px;
	font-weight: normal;
	color: #afafaf;
	position: absolute;
	top: 7px; left:133px;
}

div#header h1.dammy {
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
	color: #afafaf;
	position: absolute;
	top: 5px; left:130px;
}

div#header #home {
	position: absolute;
	bottom: 17px; left:30px;
}

div#header #sub ul {
	position: absolute;
	top:25px; left: 350px;
	margin: 0;
	padding: 0;
}
div#header #sub ul li {
	font-size: 0.75rem;
	float: left;
	list-style-type: none;
	margin-right: 25px;
}
div#header #sub ul li a {
	text-decoration: none;
	color: #8aba17;
}
div#header #sub ul li a:hover {
	color: #c3db13;
}

div#header #bt_entry {
	font-size: 0.9rem;
	font-weight: bold;
	line-height: 12px;
	color: #998073;
	display: block;
	position: absolute;
	top: 15px;
	right: 0;
	z-index: 105;
}
div#header #bt_entry a {
	color: #fff;
	text-decoration: none;
	padding: 10px 50px 10px 50px;

}

/* ヘッダーの固定 end */


/* フッター */

#footer {
	border-top: solid 1px #ccc;
	margin-top: 30px;

}
#footer #inner {
	width: 100%;
	margin: 20px auto 60px auto;
	text-align: center;
}

#banner_footer {
	width: 100%;
	margin-top: 30px;

}
#banner_footer #inner {
	width: 1000px;
	margin: 20px auto 60px auto;
	text-align: center;
}
#banner_footer #inner img {
	width: 23%;
}
#banner_footer #inner img:nth-child(1), #banner_footer #inner img:nth-child(2),#banner_footer #inner img:nth-child(3) {
	margin-right: 1%;
}

/* フッター end */

.text_category {
	font-size: 1.4rem;
	font-weight: bold;
	color: #9bd01b;
	margin: 40px auto 25px auto;
	text-align: center;
}


/* 下層共通 */

#title_other {
	background-color: #9bd01b; width:100%; height:150px; display:table; margin-top:70px;
}
#title_other #inner {
	font-size: 1.8rem; color: #fff; font-weight: bold;
	display:table-cell; text-align:center; vertical-align:middle;
}

#kv_other {
	width: 100%; display: table;
	color: #fff;
	background: #ecece9; /* Old browsers */
	background: -moz-linear-gradient(left, #ecece9 0%, #c8c6ba 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #ecece9 0%,#c8c6ba 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #ecece9 0%,#c8c6ba 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecece9', endColorstr='#c8c6ba',GradientType=1 ); /* IE6-9 */
}
#kv_other #inner {
	width: 50%; 
	height:330px;  
	float:left; 
	display: table-cell; 
	background: url(../images/top/photo_sakuta.png) no-repeat center center;
}

#containar {
	max-width: 1000px;
	margin: 0px auto 0 auto;
	font-size: 1.2rem; 
}

/* 下層共通 end */


/* TOPICS */
#topics {
	width: 1000px;
	margin: 30px auto 30px auto;
	display: flex;
}
#topics #left {
	font-size: 18px;
	font-weight: bold;
	color: #9bd01b;
	width: 120px; float: left; border-right: solid 1px #ccc;
	text-align: left;
	margin-right: 50px;
}
#topics #right {
	font-size: 14px;
	line-height: 28px;
	width: 830px; float: left;
}
#topics #right .day {
	width: 100px;
	float: left;
}
#topics #right .text {
	width: 730px;
	float: left;
}
#topics #to_list {
	float: right;
	background: url(../images/common/icon_tr_g.png) no-repeat left center;
	padding-left: 10px;
}
.icon_new {
	color: #ff0000;
}

#containar.topics {
	margin-bottom: 100px;
}

#containar.topics h2 {
	font-size: 1.5rem;
	margin-bottom: 25px;
	padding-bottom: 10px;
	border-bottom: solid 1px #9bd01b;
}
#containar.topics .box {
	font-size: 1.0rem;
	line-height: 30px;
	border-bottom: dotted 1px #d3d3d3;
	margin-bottom: 10px;
	padding-bottom: 40px;
}
#containar.topics .days {
	font-size: 1.0rem;
}

#containar.topics_list {
	margin-bottom: 100px;
}

#containar.topics_list h2 {
	font-size: 1.0rem;
	margin-bottom: 10px;
}
#containar.topics_list .days {
	font-size: 0.9rem;
	margin-bottom: 30px;
	padding-bottom: 15px;
	border-bottom: dotted 1px #d3d3d3;
}

/* TOPICS end */

/* LAJの仕事 */

.top_photo_2column {
	width: 100%; display: table;
	color: #fff;

}
.top_photo_2column .photo {
	width: 50%; 
	height:369px;  
	float:left; 
	display: table-cell; 
	background: url(../images/top/img_recruite-info.jpg) no-repeat center center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
}
.top_photo_2column .photo.work {
	/*
	background: url(../images/top/img_work-info.jpg) no-repeat center center;
	*/
	background: url(../images/top/img_work-info.jpg) no-repeat center 20%;
}
.top_photo_2column .text {
	width: 50%;
	height:369px;
	float:right;
	display: table-cell; 
	background-color:#9bd01b;


  position:relative;
  top:0;
	left:0;
	overflow:hidden;

}
.top_photo_2column .text .title {
	font-size: 1.6rem;
	font-weight: bold;
/*	margin: 80px auto 0px auto;*/
	text-align: center;

	position: absolute;
	top: 60px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 2;
}
.top_photo_2column .text .description {
	line-height: 1.6rem;
	width: 70%;
/*	margin: 20px auto 0px auto;*/
	position: absolute;
	top: 120px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 2;
}
.top_photo_2column .text .btn_more {


/*	margin: 30px auto 0px auto;*/
	text-align: center;
	position: absolute;
	top: 230px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 2;
}


.top_pallarax {
	width:100%; height:100%;
	position:relative;
	top:0;
	left:0;
	overflow:hidden;
}

.top_photo_2column .text #bg1 {
	background: url(../images/top/img_pallarax_bg1.png) repeat 0 0 scroll;
	position:absolute;
	z-index: 1;
}
 
.top_photo_2column .text #bg2 {
	background: url(../images/top/img_pallarax_bg2.png) repeat 0 0 scroll;
	position:absolute;
	z-index: 1;
}

/* LAJの仕事 end */


/* メッセージ（TOP） */

.top_photo_message {
	width: 100%; display: table;
	color: #fff;
	background: #ecece9; /* Old browsers */
	background: -moz-linear-gradient(left, #ecece9 0%, #c8c6ba 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #ecece9 0%,#c8c6ba 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #ecece9 0%,#c8c6ba 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecece9', endColorstr='#c8c6ba',GradientType=1 ); /* IE6-9 */
}
.top_photo_message .photo {
	width: 50%; 
	height:369px;  
	float:left; 
	display: table-cell; 
	background: url(../images/top/photo_sakuta.png) no-repeat center center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
}
.top_photo_message .text {
	width: 50%;
	height:369px;
	float:right;
	display: table-cell; 
}
.top_photo_message .text .title {
	font-size: 1.6rem;
	font-weight: bold;
	width: 70%;
	margin: 80px auto 0px auto;
	text-align: center;
}
.top_photo_message .text .description {
	line-height: 1.6rem;
	width: 70%;
	margin: 20px auto 0px auto;
}


/* メッセージ（TOP） end */


/* 先輩インタビュー（TOP） */

.thumb_interview-bg {
	color: #fff;
    position: relative;
    overflow: hidden;
    text-align: center;
    width: 25%;
    height: 333px;
    float: left;
	padding: 0px;
}

.thumb_interview-bg a {
	display: block;
	padding: 0px;
	color: #fff;
	text-decoration: none;
}

.thumb_interview-bg:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    filter:brightness(70%);
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
	box-shadow: 0 0 0 5px rgba(255,255,255, 0.5) inset;
}
#no1.thumb_interview-bg:after {
    background: url(../images/top/img_interview1.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
}
#no2.thumb_interview-bg:after {
    background: url(../images/top/img_interview2.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
}
#no3.thumb_interview-bg:after {
    background: url(../images/top/img_interview3.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
}
#no4.thumb_interview-bg:after {
    background: url(../images/top/img_interview4.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
}


.thumb_interview-bg:hover:after {
    opacity: .8;
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
	box-shadow: 0 0 0 8px rgba(255,255,255, 0.5) inset;
    filter:brightness(90%);
	cursor: pointer;
}
.thumb_interview-bg .inner {
    z-index: 1;
    position: relative;
    text-align: left;
    height: 333px;
    display: block;
}
.thumb_interview-bg .inner .name {
	font-size: 1.0rem;
	font-weight: bold;
	padding: 140px 0px 0px 20px;
    display: block;
}
.thumb_interview-bg .inner .work {
	padding: 10px 0px 0px 20px;
    display: block;
}
.thumb_interview-bg .inner .btn_more {
	width: 100px;
	border: solid 1px #fff;
	margin: 30px auto 0px auto;
	padding: 5px 10px 5px 10px;
	text-align: center;
    display: block;
}





.thumb_interview-bg_wm {
	color: #fff;
    position: relative;
    overflow: hidden;
    text-align: center;
    width: 100%;
    height: 333px;
    float: left;
	padding: 0px;
}

.thumb_interview-bg_wm a {
	display: block;
	padding: 0px;
	color: #fff;
	text-decoration: none;
}

.thumb_interview-bg_wm:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    filter:brightness(70%);
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
	box-shadow: 0 0 0 5px rgba(255,255,255, 0.5) inset;
}
.thumb_interview-bg_wm:after {
    background: url(../images/top/img_interview5.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
}
.thumb_interview-bg_wm:hover:after {
    opacity: .8;
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
	box-shadow: 0 0 0 8px rgba(255,255,255, 0.5) inset;
    filter:brightness(90%);
	cursor: pointer;
}
.thumb_interview-bg_wm .inner {
    z-index: 1;
    position: relative;
    text-align: left;
    height: 333px;
    display: block;
}
.thumb_interview-bg_wm .inner .name {
	font-size: 1.0rem;
	font-weight: bold;
	padding: 140px 0px 0px 20px;
    display: block;
}
.thumb_interview-bg_wm .inner .work {
	padding: 10px 0px 0px 20px;
    display: block;
}
.thumb_interview-bg_wm .inner .btn_more {
	width: 100px;
	border: solid 1px #fff;
	margin: 30px auto 0px auto;
	padding: 5px 10px 5px 10px;
	text-align: center;
    display: block;
}
/* 先輩インタビュー（TOP） end */







/* その他メニュー */

.thumb_other-bg {
	color: #fff;
    position: relative;
    overflow: hidden;
    text-align: center;
    width: 25%;
    height: 333px;
    float: left;
	padding: 0px;
}

.thumb_other-bg a {
	display: block;
	padding: 0px;
	color: #fff;
	text-decoration: none;
}

.thumb_other-bg:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    filter:brightness(70%);
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
	box-shadow: 0 0 0 5px rgba(000,000,000, 0.7) inset;
}
#no1.thumb_other-bg:after {
    background: url(../images/top/img_other1.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
}
#no2.thumb_other-bg:after {
    background: url(../images/top/img_other2.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
}
#no3.thumb_other-bg:after {
    background: url(../images/top/img_other3.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
}
#no4.thumb_other-bg:after {
    background: url(../images/top/img_other4.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
}

.thumb_other-bg:hover:after {
    opacity: .8;
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
	box-shadow: 0 0 0 8px rgba(255,255,255, 0.5) inset;
    filter:brightness(90%);
	cursor: pointer;
}
.thumb_other-bg .inner {
    z-index: 1;
    position: relative;
    text-align: left;
    height: 333px;
    display: block;
}
.thumb_other-bg .inner .name {
	font-size: 1.2rem;
	font-weight: bold;
	padding-top: 100px;
	text-align: center;
    display: block;
}
.thumb_other-bg .inner .work {
	padding: 10px 0px 0px 20px;
    display: block;
}
.thumb_other-bg .inner .btn_more {
	width: 100px;
	border: solid 1px #fff;
	margin: 60px auto 0px auto;
	padding: 5px 10px 5px 10px;
	text-align: center;
    display: block;
}

/* その他メニュー end */




/* エントリー */

#entry_box {
	background-color: #9bd01b;
	padding: 30px 0px 30px 0px;
	margin-top: 50px;
	margin-bottom: 50px;
}

#entry_box #inner {
	color: #fff;
	width: 100%;
	margin: 20px auto 20px auto;
	padding: 30px 0px 30px 0px;
	text-align: center;
}
#entry_box #inner .title {
	font-size: 25px;
	margin-bottom: 25px;
	margin: 0px auto 30px auto;
}


#entry_box #inner .title {
  display: table;
  white-space: nowrap;
}

#entry_box #inner .title:after, #entry_box #inner .title:before {
  content: '';
  display: table-cell;
  width: 24%;
  background: -webkit-linear-gradient(transparent 50%, currentColor 50%, currentColor -webkit-calc(50% + 1px), transparent -webkit-calc(50% + 1px));
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, currentColor), color-stop(currentColor calc(50% + 1px)), to(transparent calc(50% + 1px)));
  background: linear-gradient(transparent 50%, currentColor 50%, currentColor calc(50% + 1px), transparent calc(50% + 1px));
  -webkit-background-clip: padding;
  background-clip: padding;
}
#entry_box #inner .title:after {
  border-left: 1em solid transparent;
}
#entry_box #inner .title:before {
  border-right: 1em solid transparent;
}


#entry_box #inner .text {
	font-size: 20px;
	margin-bottom: 30px;
}

/* エントリー end */


/* 募集要項 */

#containar.guideline.archive h2 {
	color: #9bd01b;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 30px;
	padding: 10px;
	border: solid 2px #9bd01b;
}
#containar.guideline.archive ul {
	width: 97%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}
#containar.guideline.archive ul li {
	font-size: 18px;
	list-style-type: none;
	border-bottom: dotted 1px #ccc;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
#containar.guideline.archive ul li:before {
	content: url(../images/common/icon_tr.gif);
    margin: 10px;
    position: relative;
    top: 0px;
}

#containar.guideline #details h2 {
	font-size: 1.5rem;
	color: #9bd01b;
	margin-bottom: 50px;
	padding-bottom: 10px;
	border-bottom: solid 1px #9bd01b;
}
#containar.guideline #details .box {
	font-size: 1.0rem;
	border-bottom: solid 1px #d3d3d3;
	margin-bottom: 50px;
	padding-bottom: 50px;
}
#containar.guideline #details .title {
	color: #000;
	width: 15%;
	font-weight: bold;
	float: left;
	margin-right: 5%;
}
#containar.guideline #details .description {
	width: 80%;
	text-align: left;
	float: right;
}

#containar.guideline #details .banner_box {
	text-align: center;
	margin-bottom: 50px;
}
#containar.guideline #details .banner_box p {
	font-size: 22px;
	font-weight: bold;
	color: #9ed025;
	margin-bottom: 15px;
}

/* 募集要項 end */

/* FAQ */

#containar.faq ul {
	margin-bottom: 50px;
}
#containar.faq ul li {
	list-style-type: none;
	padding-bottom: 10px;
	margin-bottom: 50px;
}

#containar.faq .box {
	width: 100%;
}

#containar.faq .question {
	width: 95%;
	float: left;
	border-bottom: solid 1px #ccc;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
#containar.faq .answer {
	width: 95%;
	float: left;
	padding-top: 10px;
}
#containar.faq .question_title {
	color: #9ed025;
	font-size: 30px;
	line-height: 25px;
	font-weight: bold;
	width: 5%;
	float: left;
	margin-top: 0px;
}
#containar.faq .answer_title {
	color: #ffa500;
	font-size: 30px;
	font-weight: bold;
	width: 5%;
	float: left;
}
/* FAQ end */


/* フォトアルバム */

#containar.photo h2 {
	width: 150px;
	font-size: 24px;
	font-weight: bold;
	color: #9ed025;
	text-align: center;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	border-bottom: solid 1px #ccc;
}
#containar.photo ul {
	margin-bottom: 60px;
}
#containar.photo ul li {
	float: left;
	list-style-type: none;
	margin: 0px 20px 20px 0px;
	width: 140px;
	height: 105px;
	overflow: hidden;
	position: relative;
	border: solid 1px #f0f0f0;
}
#containar.photo ul li 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;
}

/* フォトアルバム end */



/* 先輩インタビュー */

#containar.interview h2 {
	font-size: 24px;
	font-weight: bold;
	margin-top: 25px;
	margin-bottom: 20px;
}
#containar.interview p {
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 60px;
}



.interview_title {
	width: 100%; display: table;
	color: #000;
	background: #ecece9; /* Old browsers */
	background: -moz-linear-gradient(left, #ecece9 0%, #c8c6ba 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #ecece9 0%,#c8c6ba 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #ecece9 0%,#c8c6ba 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecece9', endColorstr='#c8c6ba',GradientType=1 ); /* IE6-9 */
}
.interview_title .photo.iijima {
	width: 50%; 
	height:369px;  
	float:right; 
	display: table-cell; 
	background: url(../images/interview/photo_iijima.png) no-repeat center center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
}
.interview_title .photo.kawashima {
	width: 50%; 
	height:369px;  
	float:right; 
	display: table-cell; 
	background: url(../images/interview/photo_kawashima.png) no-repeat center center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
}
.interview_title .photo.irikura {
	width: 50%; 
	height:369px;  
	float:right; 
	display: table-cell; 
	background: url(../images/interview/photo_irikura.png) no-repeat center center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
}
.interview_title .photo.kashiwagi {
	width: 50%; 
	height:369px;  
	float:right; 
	display: table-cell; 
	background: url(../images/interview/photo_kashiwagi.png) no-repeat center center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
}
.interview_title .photo.wm {
	width: 50%; 
	height:369px;  
	float:right; 
	display: table-cell; 
	background: url(../images/interview/photo_wm.png) no-repeat center center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
}


.interview_title .text {
	width: 50%;
	height:369px;
	float:left;
	display: table-cell; 
}
.interview_title .text .title {
	font-size: 1.6rem;
	font-weight: bold;
	width: 70%;
	margin: 80px auto 0px auto;
	text-align: left;
}
.interview_title .text .description {
	line-height: 1.6rem;
	width: 70%;
	margin: 20px auto 0px auto;
}


/* 先輩インタビュー end */


/* メッセージ */

#containar.message h2 {
	font-size: 26px;
	font-weight: bold;
	color: #9bd01b;
	margin-bottom: 28px;
}
#containar.message .intervewre {
	color: #9bd01b;
}

#containar.message .left {
	width: 48%; float: left; margin-bottom:50px;
}
#containar.message .right {
	width: 48%; float: right; margin-bottom:50px;
}

/* メッセージ end */


/* LAJの仕事 */

#containar.work h2 {
	font-size: 20px;
	color: #8aba17;
	text-align: center;
	margin-bottom: 20px;
}

#containar.work #mainimg {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	text-align: center;
}
#containar.work #mainimg img {
	width: 70%;
}
#containar.work #left {
	width: 48%;
	float: left;
}
#containar.work #right {
	width: 48%;
	float: right;
}
#containar.work ul {
	margin-bottom: 15px;
}
#containar.work ul li {
	font-size: 16px;
	list-style-type: none;
}
#containar.work ul li .caption {
	color: #8aba17;
}

/* LAJの仕事 end */

/* 福利厚生・制度 */

.clearfix::after {
   content: "";
   display: block;
   clear: both;
}

#benefits h2 {
	margin: 60px 0 0;
}
#benefits h2#event {
	font-size: 26px;
	margin: 60px 0 0;
}

#benefits .flex_box {
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 60px;
}

#benefits .flex_item {
	width: 310px;
	margin-bottom: 30px;
    padding: 30px;
	text-align: center;
}

/* 最後のコンテンツを左寄せにする指定 */
#benefits .flex_box.career-up:after , #benefits .flex_box.workplaces:after , #benefits .flex_box.life-event:after {
    content: "";
    display: block;
	width: 310px;
    height: 0;
}


#benefits .flex_box.career-up .flex_item {
	border: solid 2px #78b6e2;
}
#benefits .flex_box.workplaces .flex_item {
	border: solid 2px #f9c066;
}
#benefits .flex_box.life-event .flex_item {
	border: solid 2px #da88ba;
}

#benefits .flex_item .title {
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	margin: 15px 0 20px;
}
#benefits .flex_item .limited {
	font-size: 13px; font-weight: normal;
}
#benefits .flex_item .text {
	font-size: 14px;
	line-height: 24px;
	text-align: left;
}



#benefits .flex_box_event {
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 60px;

}

#benefits .flex_item_event {
	width: 310px;
	margin-bottom: 50px;
	text-align: center;
}
/* 最後のコンテンツを左寄せにする指定 */
#benefits .flex_box_event:after {
    content: "";
    display: block;
	width: 310px;
    height: 0;
}
#benefits .flex_item_event .title {
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	margin: 15px 0 20px;
}
#benefits .flex_item_event .text {
	font-size: 14px;
	line-height: 24px;
	text-align: left;
}


#benefits #bg_contact_text {
	width: 1000px;
	height: 155px;
    background: url(../images/benefits/bg_contact_text.png) 0% 0% / 1000px 155px no-repeat;
    margin: 50px 0 25px;
}
#benefits #bg_contact_text #text {
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	padding-top: 30px;
}
#benefits #bt_contact a {
	width: 300px;
	display: block;
	padding: 30px;
	font-size: 18px;
	text-decoration: none;
	color: #fff;
	background-color: #9bd01b;
	text-align: center;
	margin: 20px auto 50px;
}
#benefits #bt_contact a:hover {
	background-color: #ffa500;
	transition: all .7s;
}

#benefits #bt_contact.mini a {
	width: 240px;
	display: block;
	padding: 20px;
	font-size: 16px;
}

#qualification table {
	width: 100%;
}
#qualification table th {
	font-size: 14px;
	background-color: #dcdcdc;
	padding: 15px;
}
#qualification table td {
	font-size: 14px;
	padding: 15px;
	text-align: center;
}
#qualification table td:nth-child(1) {
	width: 30%;
}
#qualification table td:nth-child(2) {
	width: 15%;
}
#qualification table td:nth-child(3) {
	width: 15%;
}
#qualification table td:nth-child(4) {
	width: 15%;
}
#qualification table td:nth-child(5) {
	width: auto;
}


#qualification table td:nth-child(1) ,#qualification table td:nth-child(6) {
	text-align: left;
}
#qualification table tr:nth-child(odd) td {
	background: #f5f5f5;
}

/* 福利厚生・制度 end */


}

@media screen and (max-width: 800px) {/* タブレット用のスタイル記述 */


}

@media screen and (max-width: 700px) {/* スマートフォン用のスタイル記述 */

/* 共通 sp */

html, body{
	min-width: 100%;
}

.pc {
	display: none;
}
.sp {
	display: block;
}

div#header-fixed {

}
 
 
div#header-bk { 

}

div#header-bk #bt_entry , div#header-bk #sub {
	display: none;
} 


div#header {
	width: 100%;
}

div#header #logo {
	position: absolute;
	top: 14px;
	left: 10px;
	z-index: 105;
}

.text_category {
	font-size: 1.1rem;
	margin: 30px auto 25px auto;
}


#movie iframe {
	width: 100%;
	height: 360px;
}


/* 下層共通 */

#containar {
	max-width: 1000px;
	margin: 40px auto 0 auto;
	padding: 0px 10px 0px 10px;
}

/* 下層共通 end */



/* フッター */


#banner_footer #inner {
	width: 95%;
}
#banner_footer #inner img {
	width: 48%;
}
#banner_footer #inner img:nth-child(1), #banner_footer #inner img:nth-child(3) {
	margin-right: 1%;
}
#banner_footer #inner img:nth-child(2) {
	margin-right: 0%;
}

/* フッター end */

/* TOPICS */
#topics {
	width: 95%;
	margin: 30px auto 30px auto;
	display: block;
}
#topics #left {
	font-size: 18px;
	font-weight: bold;
	color: #9bd01b;
	width: 100%; float: none; border-right: solid 1px #ccc;
	margin-right: 0%;
	text-align: center;
}
#topics #right {
	font-size: 14px;
	width: 100%; float: none;
}
#topics #right .day {
	width: 25%;
	float: left;
}
#topics #right .text {
	width: 75%;
	float: left;
	margin-bottom: 10px;
}

/* TOPICS end */


/* LAJの仕事 */


.top_photo_2column .photo {
	width: 100%; 
	height:250px;
}
.top_photo_2column .photo.work {
	width: 100%; 
}
.top_photo_2column .text {
	width: 100%;
	height: 300px;
}
.top_photo_2column .text .title {
	font-size: 1.3rem;
	top:40px;
}
.top_photo_2column .text .description {
	width: 95%;
	top: 90px;
}
.top_photo_2column .text .btn_more {
	top: 220px;
}

/* LAJの仕事 end */


/* メッセージ（TOP） */

.top_photo_message .photo {
	width: 100%;
	height: 250px;
}
.top_photo_message .text {
	width: 100%;
	height:250px;
}
.top_photo_message .text .title {
	font-size: 1.3rem;
	width: 95%;
	margin: 30px auto 0px auto;
}
.top_photo_message .text .description {
	width: 95%;
}

#containar.message .left {
	width: 100%; float: none; margin-bottom:50px;
}
#containar.message .right {
	width: 100%; float: none; margin-bottom:50px;
}

/* メッセージ（TOP） end */


/* 先輩インタビュー */

.thumb_interview-bg {
    width: 100%;
	height: 250px;
}
#no1.thumb_interview-bg:after,#no2.thumb_interview-bg:after,#no3.thumb_interview-bg:after,#no4.thumb_interview-bg:after {
	background-position: center top;
}
.thumb_interview-bg .inner .name {
	padding: 40px 0px 0px 20px;
}

.thumb_interview-bg:hover:after {
    -moz-transform: scale(1.0);
    -webkit-transform: scale(1.0);
    -ms-transform: scale(1.0);
    transform: scale(1.0);
	box-shadow: 0 0 0 5px rgba(255,255,255, 0.5) inset;
}

.thumb_interview-bg .inner .btn_more {
	margin: 80px auto 0px auto;
}

/* 先輩インタビュー end */

/* LAJの仕事 */

#containar.work #mainimg img {
	width: 100%;
}
#containar.work #left {
	width: 100%;
	float: none;
}
#containar.work #right {
	width: 100%;
	float: none;
}

/* LAJの仕事 end */

/* その他メニュー */

.thumb_other-bg {
    width: 100%;
    height: 180px;
}
.thumb_other-bg .inner .name {
	padding-top: 40px;
}

.thumb_other-bg:hover:after {
    -moz-transform: scale(1.0);
    -webkit-transform: scale(1.0);
    -ms-transform: scale(1.0);
    transform: scale(1.0);
	box-shadow: 0 0 0 5px rgba(000,000,000, 0.7) inset;
}

/* その他メニュー end */

/* エントリー  */

#entry_box {
	padding: 10px 0px 10px 0px;
}
#entry_box #inner .title {
	font-size: 22px;
	font-weight: bold;
}
#entry_box #inner .text {
	font-size: 14px;
	margin-bottom: 30px;
}

/* エントリー end */


/* インタビュー */

.interview_title .photo.iijima , .interview_title .photo.kawashima, .interview_title .photo.irikura ,.interview_title .photo.kashiwagi ,.interview_title .photo.wm {
	width: 100%;
	height: 250px;
}
.interview_title .text {
	width: 100%;
	height:150px;
}
.interview_title .text .title {
	font-size: 1.3rem;
	width: 95%;
	margin: 30px auto 0px auto;
}
.interview_title .text .description {
	width: 95%;
}

/* インタビュー end */


/* フォーム  */

.wpcf7 input[type="text"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="email"],
.wpcf7 textarea
{
	width: 100%;
}
.wpcf7 .add input[type="text"] {
	width: 30%;
}
.wpcf7 .age select {
	width: 30%;
}
.wpcf7 select {
	width: 100%;
}
.wpcf7 input[type="tel"] {
	width: 30%;
}
.wpcf7 input[type="submit"] {
	width: 80%;
}
.wpcf7 input[type="button"] {
	width: 80%;
}

input[type="submit"] {
-webkit-appearance: none;
border-radius: 0;
}

/* フォーム end */


/* 福利厚生・制度 */

#benefits .flex_item , #benefits .flex_item_event {
    width: 48%;
}

#benefits #bg_contact_text {
	width: 100%;
	height: 100px;
    background: none;
    margin: 50px 0 0px;
}
#benefits #bg_contact_text #text {
	font-size: 22px;
	padding-top: 0px;
}


/* 福利厚生・制度 end */


}/* スマートフォン用のスタイル記述 end */













