@charset "utf-8";


/**************************************************50
 * layout
 **************************************************/
body{
	color: #212121;
	font-size: 16px;
	line-height: 1.6;
}
#page-wrap{
	min-height: 100%;
}
#container{
	min-height: 100%;
	overflow: hidden;
	width: 100%;
}
.wrap{
	margin-left: auto;
	margin-right: auto;
	padding-left: -webkit-calc((100% - 1200px) / 2);
	padding-left: calc((100% - 1200px) / 2);
	padding-right: -webkit-calc((100% - 1200px) / 2);
	padding-right: calc((100% - 1200px) / 2);
	min-width: 1200px;
}
.wrap:after{
	clear: both;
	content: "";
	display: block;
}
.none{
	display: none;
}
.serif,
.serif strong{
	font-weight: normal;
}


/**************************************************50
 * common
 **************************************************/
/* -- color -- */
.red{
	color: #9B0002 !important;
}

/* -- link -- */
a{
	color: #9B0002;
}
.rollover img{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: opacity 0.2s ease-out 0s;
}
.rollover:hover img{
	opacity: 0.8;
}
[class^="link_"],
[class^="btn_"]{
	background-color: #C80000;
	background-image: -webkit-linear-gradient(top, #F10000 0%, #C80000 100%);
	background-image: linear-gradient(to bottom, #F10000 0%, #C80000 100%);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border-radius: 30px;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	height: 68px;
	line-height: 68px;
	position: relative;
	text-align: center;
	text-decoration: none;
	transition: opacity 0.2s ease-out 0s;
	width: 430px;
}
[class^="btn_"]{
	background-color: #212121;
	margin: 0 1em;
}
[class^="link_to"]:after,
[class^="link_back"]:before,
.btn_confirm:after,
.btn_entry:after,
.btn_back:before{
	background: url("https://ele-g.work/images/user/icon/arrow-r.png") center center no-repeat;
	content: "";
	display: block;
	font-size: 150%;
	height: 1em;
	line-height: 1;
	position: absolute;
	top: 50%;
	right: 0.5em;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 1em;
}
[class^="link_back"]:before,
.btn_back:before{
	left: 0.5em;
	right: auto;
	-ms-transform: translateY(-50%) rotate(180deg);
	-webkit-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}
[class^="link_"]:hover,
[class^="btn_"]:hover{
	opacity: 0.7;
}
.link_to_red{
	background-color: #F56B7A;
	color: #FFFFFF;
}
.link_to_wine{
	background-color: #BD6A80;
	color: #FFFFFF;
}
.link_border{
	background-color: #FFFFFF;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border: 1px solid #DC0002;
	border-radius: 5px;
	color: #DC0002;
	cursor: pointer;
	display: inline-block;
	height: 50px;
	line-height: 50px;
	position: relative;
	text-align: center;
	text-decoration: none;
	transition: opacity 0.2s ease-out 0s;
	width: 240px;
}
.link_border:after{
	content: "\F142";
	font-size: 150%;
	line-height: 1;
	position: absolute;
	top: 50%;
	right: 1em;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.link_border:hover{
	opacity: 0.7;
}
.link_border + .link_border{
	margin-left: 20px;
}

/* -- pager -- */
#pager{
	margin-top: 50px;
}
.pager_num{
	text-align: center;
}
.pager_link{
	margin: 5px auto;
	text-align: center;
}
.pager_link > *{
	border-style: solid;
	border-width: 1px;
	display: inline-block;
	height: 36px;
	line-height: 36px;
	vertical-align: middle;
	width: 36px;
}
.pager_link > a{
	background-color: #FFFFFF;
	border-color: #9B0002;
	border-radius: 0px;
	color: #9B0002;
	text-decoration: none;
	transition: all 0.2s ease-out 0s;
}
.pager_link > a:hover{
	background-color: #9B0002;
	border-color: #9B0002;
	color: #FFFFFF;
}
.pager_link > a.mdi{
	border-radius: 5px;
	font-size: 140%;
}
.pager_link > span{
	background-color: #9B0002;
	border-color: #9B0002;
	border-radius: 0px;
	color: #FFFFFF;
}
.pager_link > * + *{
	margin-left: 20px;
}
.pager_link > strong{
	border: none;
}

/* - form - */
label.select_box{
	display: inline-block;
	height: 32px;
	line-height: 32px;
	position: relative;
}
label.select_box:after{
	content: "\F35D";
	font-size: 160%;
	height: 30px;
	line-height: 30px;
	pointer-events: none;
	position: absolute;
	top: 50%;
	right:1px;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
select{
	border: 1px solid #9E9E9E;
	background-color: #FFFFFF;
	height: 32px;
	line-height: 32px;
	padding: 0 2.1em 0 0.5em;
}
input[type="text"],
input[type="password"]{
	border: 1px solid #9E9E9E;
	padding: 0.5em 1em;
	transition: all 0.2s ease-out 0s;
	margin-bottom: 3px;
	vertical-align: middle;
	width: 100%;
}
input[type="text"]:hover,
input[type="password"]:hover,
textarea:hover{
	box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.7);
}
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus{
	border-color: #333333;
}
textarea{
	border: 1px solid #9E9E9E;
	min-height: 12em;
	margin: 0;
	padding: 0.5em 1em;
	resize: vertical;
	transition: all 0.3s ease-out 0s;
	width: 100%;
}

/** -- checkbox -- **/
input[type="checkbox"]{
	background: none;
	border: none;
	border-radius: 0;
	display: none;
	height: 0;
	margin: 0;
	outline: none;
	padding: 0;
	width: 0;
}
input[type="checkbox"] + label{
	cursor: pointer;
	display: inline-block;
	position: relative;
	padding: 0 1em 0 2.3em;
	margin-top: 3px;
	margin-bottom: 3px;
}
input[type="checkbox"] + label:not(.label_btn){
	position: relative;
	padding: 0 1em 0 2.3em;
	margin-top: 3px;
	margin-bottom: 3px;
}
input[type="checkbox"] + label:not(.label_btn):before,
input[type="checkbox"] + label:not(.label_btn):after{
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
input[type="checkbox"] + label:not(.label_btn):before{
	content: "\F131";
	font-size: 160%;
	line-height: 1;
	left: 0.2em;
	z-index: 1;
}
input[type="checkbox"] + label:not(.label_btn):after{
	content: "\F132";
	color: transparent;
	font-size: 240%;
	line-height: 1;
	left: -0.05em;
	z-index: 2;
	transition: all 0.1s ease-out 0s;
}
.input_check[class*="error_"]{
	background-color: #FFEBEE;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){
	input[type="checkbox"] + label:not(.label_btn):after{
		font-size: 40% !important;
	}
}
input[type="checkbox"]:checked + label:not(.label_btn):before{
	color: transparent !important;
}
input[type="checkbox"]:checked + label:not(.label_btn):after{
	color: #9B0002;
	font-size: 160%;
	line-height: 1;
	left: 0.2em;
}
input[type="checkbox"]:disabled + label:not(.label_btn){
	background-color: #F5F5F5;
	color: #9E9E9E;
}
input[type="checkbox"]:focus + label{
	box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}
input[type="checkbox"]:disabled + label:not(.label_btn):hover,
input[type="checkbox"]:disabled + label:not(.label_btn):focus{
	box-shadow: none;
	cursor: default;
}
input[type="checkbox"] + label.label_btn{
	border: 1px solid #9E9E9E;
	border-radius: 15px;
	font-size: 80%;
	height: 1.5em !important;
	line-height: 1.5em !important;
	margin: 3px 4px;
	padding: 0 1em;
	transition: all 0.2s ease-out 0s;
}
input[type="checkbox"] + label.label_btn:hover{
	background-color: #F5F5F5;
}
input[type="checkbox"] + label.label_btn:hover,
input[type="checkbox"] + label.label_btn:focus{
	border-color: #212121;
}
input[type="checkbox"]:checked + label.label_btn{
	background-color: #00BCD4;
}
input[type="checkbox"]:checked + label.label_btn:hover{
	background-color: #00ACC1;
}
/*
:-ms-input-placeholder{
	color: #616161;
}
:-webkit-input-placeholder{
	color: #616161;
}
:placeholder-shown{
	color: #616161;
}
*/

/** -- radio -- **/
input[type="radio"]{
	background: none;
	border: none;
	border-radius: 0;
	display: none;
	height: 0;
	margin: 0;
	outline: none;
	padding: 0;
	width: 0;
}
input[type="radio"] + label{
	cursor: pointer;
	display: inline-block;
	position: relative;
	padding: 0 1em 0 2.3em;
	margin-top: 3px;
	margin-bottom: 3px;
}
input[type="radio"] + label:not(.btn_radio):before,
input[type="radio"] + label:not(.btn_radio):after{
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
input[type="radio"] + label:not(.btn_radio):before{
	content: "\F43D";
	font-size: 160%;
	line-height: 1;
	left: 0.2em;
	z-index: 1;
}
input[type="radio"] + label:not(.btn_radio):after{
	content: "\F43E";
	color: transparent;
	font-size: 240%;
	line-height: 1;
	left: -0.05em;
	z-index: 2;
	transition: all 0.1s ease-out 0s;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){
	input[type="radio"]:checked + label:not(.btn_radio):after{
		font-size: 40% !important;
	}
}
input[type="radio"]:checked + label:not(.btn_radio):before{
	color: transparent !important;
}
input[type="radio"]:checked + label:not(.btn_radio):after{
	color: #9B0002;
	font-size: 160%;
	line-height: 1;
	left: 0.2em;
}
input[type="radio"]:disabled + label{
	background-color: #F5F5F5;
	color: #9E9E9E;
}
input[type="radio"]:focus + label{
	box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}
input[type="radio"]:disabled + label:hover,
input[type="radio"]:disabled + label:focus{
	box-shadow: none;
	cursor: default;
}
input[type="radio"] + .btn_radio{
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.12) !important;
	font-size: 80%;
	cursor: pointer;
	display: inline-block;
	height: 24px;
	line-height: 24px;
	margin: 3px 6px;
	min-width: 80px;
	padding: 0 6px;
	text-align: center;
	transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}
input[type="radio"]:checked + .btn_radio{
	background-color: #00BCD4;
}
input[type="radio"] + .btn_radio:hover,
input[type="radio"] + .btn_radio:focus{
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.6) !important;
}
.input_radio[class*="error_"]{
	background-color: #FFEBEE;
}

/** - table - **/
.tbl_common{
	border-collapse: separate;
	border-spacing: 0px 10px;
	margin: -10px auto;
	table-layout: fixed;
	width: 802px;
}
.tbl_common tr th{
	background-color: #F2CBCC;
	border: 1px solid #F2CBCC;
	color: #9B0002;
	font-weight: bold;
	padding: 1em 0;
	text-align: center;
	width: 160px;
}
.tbl_common tr td{
	background-color: #FFFFFF;
	border-color: #F2CBCC;
	border-style: solid;
	border-width: 1px 1px 1px 0;
	padding: 1em;
	text-align: left;
}

/** - list - **/
.list_star > li{
	padding-left: 1em;
	text-indent: -1em;
}
.list_star > li:before{
	content: "\F4CE";
	margin-left: -0.2em;
	margin-right: 0.2em;
	text-indent: 0;
}


/**************************************************50
 * auth
 **************************************************/
#simplemodal-overlay{
	background-color: #FFFFFF;
	opacity: 0.7 !important;
	z-index: 10000 !important;
}
#authentication{
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 10001 !important;
}
#auth_warp{
	display: none;
}
#auth_modal{
	background-color: #FFFFFF;
	border: 4px solid #9B0002;
	box-shadow: 0px 1px 6px -1px rgba(0,0,0,0.4);
	color: #9B0002;
	margin: 0 auto;
	padding-top: 20px;
	text-align: center;
	width: 760px;
}
#auth_modal p{
	font-size: 75%;
}
#auth_modal > p:not(:last-child){
	margin-bottom: 10px;
}
#auth_modal #auth_logo img{
	width: 300px;
}
#auth_modal #auth_check{
	font-size: 112.5%;
	font-weight: bold;
	margin-top: 10px;
}
#auth_modal #auth_btn > *{
	margin: 0 10px;
}
#auth_modal #auth_btn #auth_enter,
#auth_modal #auth_btn #auth_no{
	width: 120px;
}
#auth_modal #auth_btn #auth_enter{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	cursor: pointer;
	transition: opacity 0.2s ease-out 0s;
}
#auth_modal #auth_btn #auth_enter:hover{
	opacity: 0.7;
}
#auth_modal #auth_btn #auth_r18{
	width: 60px;
}
#auth_modal #auth_desc{
	background-color: #9B0002;
	color: #FFFFFF;
	font-size: 112.5%;
	margin-top: 10px;
	padding: 20px 60px;
}
#auth_modal #auth_desc p{
	margin-top: 10px;
}


/**************************************************50
 * sns
 **************************************************/
#lean_overlay{
	position: fixed;
	z-index:1000;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
	background: #000000;
	display: none;
}
#line_qr_wrap{
	display: none;
}
#line_qr{
	background-color: #FFF;
	border-radius: 15px;
	color: #3DA94B;
	padding: 20px;
	text-align: center;
}
#line_qr p{
	text-align: center;
}
#line_qr p:first-child{
	color: #3DA94B;
	font-size: 150%;
}
#line_qr p.pink{
	color: #FF3988;
	text-decoration: underline;
}
#twitter_qr{
	display: none;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}


/**************************************************50
 * header
 **************************************************/
header{
}
#header_wrap{
	background-color: #9B0002;
	color: #FFFFFF;
	text-align: center;
}
#header_wrap h1{
	font-size: 87.5%;
	height: 30px;
	line-height: 30px;
}
#header_btn{
	position: fixed;
	top: 30px;
	right: 10px;
	width: 70px;
	z-index: 1001;
}
#header_btn img{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	cursor: pointer;
	margin-bottom: 10px;
	transition: opacity 0.2s ease-out 0s;
	width: 100%;
}
#header_btn img:hover{
	opacity: 0.7;
}
#header_btn #btn_close{
	display: none;
}
header #navi_fixed{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: #9B0002;
	padding-top: 20px;
	position: fixed;
	top: 0;
	right: -340px;
	transition: right 0.2s ease-out 0s;
	width: 340px;
	z-index: 1000;
}
header #navi_fixed.active{
	right: 0;
}
header #navi_fixed > div:first-child{
	padding-left: 20px;
}
header #navi_fixed > div:first-child img{
	width: 220px;
}
header #navi_fixed > a{
	background: url("https://ele-g.work/images/user/icon/arrow-r.png") 20px center no-repeat;
	background-size: 20px auto;
	border-bottom: 1px solid #6A0002;
	color: #FFFFFF;
	display: block;
	height: 56px;
	line-height: 56px;
	padding-left: 60px;
	text-decoration: none;
	z-index: 1000;
}
header #navi_fixed > div:last-child{
	padding: 20px;
}
header #navi_fixed > div:last-child a{
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	margin-right: 1em;
	position: relative;
	padding: 0.3em 0.5em 0.3em 1.5em;
	text-decoration: none;
}
header #navi_fixed > div:last-child a:before{
	content: "\F142";
	font-size: 150%;
	line-height: 1;
	position: absolute;
	top: 50%;
	left: 0;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
header #navi_static{
	background-color: #9B0002;
	color: #FFFFFF;
	padding-bottom: 10px;
}
header #navi_static a{
	color: #FFFFFF;
	font-size: 75%;
	position: relative;
	text-decoration: none;
}
header #navi_static a:not(:first-child):after{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: #FFFFFF;
	content: "";
	display: block;
	height: 2px;
	position: absolute;
	bottom: -3px;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	transition: width 0.2s ease-out 0s;
	width: 0;
}
header #navi_static a:not(:first-child):hover:after,
header #navi_static a:not(:first-child).active:after{
	width: 100%;
}
header #navi_static a + a{
	margin-left: 1em;
}
header #navi_static a img{
	height: 42px;
}


/**************************************************50
 * middle
 **************************************************/
#middle_block{
	min-height: -webkit- calc(100vh - 30px - 287px);
	min-height: calc(100vh - 30px - 287px);
	text-align: center;
}
#contents{
	margin-left: auto;
	margin-right: auto;
}

/* -- breadcrumbs -- */
.breadcrumbs{
	font-size: 75%;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
}
.breadcrumbs > *{
	color: #9B0002;
	display: inline-block;
	margin-left: 2em;
	position: relative;
}
.breadcrumbs > *:not(:first-child):before{
	content: "\F142";
	font-size: 150%;
	line-height: 1;
	position: absolute;
	top: 50%;
	left: -1em;
	-ms-transform: translate(-12%, -50%);
	-webkit-transform: translate(-12%, -50%);
	transform: translate(-12%, -50%);
}

/** - title - **/
#title_page h2{
	border: 4px solid #9B0002;
	color: #9B0002;
	font-size: 250%;
	font-weight: bold;
	line-height: 1;
	margin: 30px auto;
	padding: 20px;
	width: 480px;
}
#title_page h2:before{
	background: #FFFFFF url("https://ele-g.work/images/user/title.png") center center no-repeat;
	background-size: contain;
	content: "";
	display: block;
	margin: 0 auto 20px;
	height: 80px;
	width: 280px;
}


/**************************************************50
 * contact info
 **************************************************/
.contact_info{
	margin-bottom: 50px;
	text-align: center;
}
.contact_info h2{
	color: #9B0002;
	position: relative;
	margin-bottom: 10px;
	padding-bottom: 50px;
}
.contact_info h2:before{
	background-color: #9B0002;
	content: "";
	display: block;
	height: 1px;
	position: absolute;
	bottom: 25px;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	z-index: 1;
}
.contact_info h2:after{
	background: #FFFFFF url("https://ele-g.work/images/user/icon/mail.png") center center no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 50px;
	position: absolute;
	bottom: 0;
	left: 50%;
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 70px;
	z-index: 2;
}
.contact_info > strong{
	color: #9B0002;
	font-size: 125%;
}
.contact_info > strong:before{
	content: "\F3F2";
	margin-right: 0.2em;
}
.contact_info > div{
	margin-bottom: 10px;
}
.contact_info > div a{
	display: inline-block;
	width: 70px;
}
.contact_info > div a img{
	width: 100%;
}


/**************************************************50
 * workaway info
 **************************************************/
.workaway_info{
	margin-bottom: 50px;
}
.workaway_info h2.wrap,
.workaway_info h3.wrap{
	background-color: #9B0002;
	color: #FFFFFF;
	font-size: 262.5%;
	font-weight: bold;
	height: 100px;
	line-height: 100px;
}
.workaway_info > section{
	border-top: 10px solid #F0D9DA;
	border-bottom: 10px solid #F0D9DA;
	padding-top: 30px;
	padding-bottom: 30px;
}
.workaway_info > section h3,
.workaway_info > section h4{
	color: #9B0002;
	font-size: 250%;
	font-weight: bold;
	line-height: 1.2;
}
.workaway_info > section p strong{
	color: #9B0002;
	display: inline-block;
	margin-top: 20px;
}
.workaway_info > section > strong{
	color: #A88529;
	display: block;
	font-size: 162.5%;
	font-weight: bold;
	line-height: 1.2;
	margin-top: 20px;
}
.workaway_info > section .link_to{
	font-size: 175%;
	font-weight: bold;
	margin-top: 10px;
}
#page_away.workaway_info > section > strong{
	background-color: #A88529;
	color: #FFFFFF;
	display: inline-block;
	font-size: 162.5%;
	font-weight: bold;
	line-height: 1.2;
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 0.5em 1em;
}


/**************************************************50
 * line bnr
 **************************************************/
.line_bnr{
	margin-bottom: 50px;
}
.line_bnr > div{
	margin-bottom: 10px;
}


/**************************************************50
 * top intro
 **************************************************/
#top_intro{
	background: url("https://ele-g.work/images/user/top/back_010.jpg") center top no-repeat;
	background-attachment: fixed;
	color: #FFFFFF;
	height: 570px;
	margin-bottom: 30px;
	padding-top: 82px;
	position:relative;
}
#top_intro:after{
	background: url("https://ele-g.work/images/user/top/desc_010.png") center center no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 100px;
	position: absolute;
	bottom: 20px;
	left: 50%;
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 280px;
}
#top_intro > img{
	width: 480px;
}
#top_intro > div{
	background-color: #FFFFFF;
	color: #9B0002;
	font-size: 150%;
	font-weight: bold;
	line-height: 1.2;
	margin: 10px auto;
	height: 90px;
	padding: 15px 0px;
	width: 420px;
}
#top_intro > strong{
	display: block;
	font-size: 167.5%;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 10px;
}
#top_intro > p{
	font-size: 112.5%;
}


/**************************************************50
 * top about
 **************************************************/
#top_about{
	margin-bottom: 50px;
}
#top_about h2{
	color: #9B0002;
	font-size: 262.5%;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 10px;
}
#top_about h2 span{
	color: #A88529;
}
#top_about p strong{
	color: #9B0002;
}
#top_about > div{
	margin-top: 30px;
}
#top_about > div a{
	display: inline-block;
	vertical-align: top;
	width: 580px;
}
#top_about > div a:nth-child(even){
	margin-left: 40px;
}
#top_about > div a img{
	width: 100%;
}


/**************************************************50
 * top links
 **************************************************/
#top_links{
	background: url("https://ele-g.work/images/user/top/back_020.jpg") center bottom no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding-top: 50px;
	padding-bottom: 30px;
}
#top_links > li{
	display: inline-block;
	margin-bottom: 10px;
	vertical-align: top;
	width: 320px;
}
#top_links > li:not(:nth-child(3n+1)){
	margin-left: 20px;
}
#top_links > li a img{
	width: 100%;
}
#top_links > li p{
	padding: 5px 10px;
	text-align: left;
}


/**************************************************50
 * top migrant
 **************************************************/
#top_migrant{
	margin-bottom: 50px;
}


/**************************************************50
 * top policy
 **************************************************/
#top_policy{
	background: url("https://ele-g.work/images/user/top/back_030.jpg") center top no-repeat;
	margin-bottom: 50px;
	padding-top: 390px;
	position: relative;
}
#top_policy:before,
#top_policy:after{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 660px;
	position: absolute;
	top: 0;
	width: 250px;
}
#top_policy:before{
	background-image: url("https://ele-g.work/images/user/woman_010.png");
	right: -webkit-calc(50% + 350px);
	right: calc(50% + 350px);
}
#top_policy:after{
	background-image: url("https://ele-g.work/images/user/woman_020.png");
	left: -webkit-calc(50% + 350px);
	left: calc(50% + 350px);
}
#top_policy h2{
	color: #9B0002;
	font-size: 137.5%;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 20px;
}
#top_policy p{
	text-align: left;
	margin: 0 auto;
	width: 700px;
}
#top_policy p strong{
	color: #9B0002;
}


/**************************************************50
 * what is
 **************************************************/
#what_is{
	margin-bottom: 50px;
}
#what_is > div{
	background-color: #9B0002;
	color: #FFFFFF;
	margin: 0 auto;
	padding: 30px;
	position: relative;
	width: 800px;
}
#what_is > div:before{
	border: 1px solid #FFFFFF;
	content: "";
	display: block;
	height: -webkit-calc(100% - 12px);
	height: calc(100% - 12px);
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: -webkit-calc(100% - 12px);
	width: calc(100% - 12px);
}
#what_is > div h2{
	font-size: 125%;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 10px;
}
#what_is > div p{
	font-size: 87.5%;
	text-align: left;
}


/**************************************************50
 * about
 **************************************************/
#about{
	background: url("https://ele-g.work/images/user/about/back.jpg") center top no-repeat;
	margin-bottom: 50px;
	padding-top: 260px;
	position: relative;
}
#about:before{
	color: #DABB00;
	content: "20";
	font-size: 450%;
	font-weight: bold;
	line-height: 1;
	position: absolute;
	top: 110px;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#about h3{
	color: #A88529;
	font-size: 250%;
	font-weight: bold;
	line-height: 1.2;
	margin-top: 10px;
	margin-bottom: 20px;
}
#about h3 span{
	color: #9B0002;
}
#about p strong{
	color: #E60000;
}
#about > div{
	margin-top: 10px;
}
#about > div a{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background: #9B0002 url("https://ele-g.work/images/user/frame_check.png") right bottom no-repeat;
	background-size: 70px auto;
	color: #FFFFFF;
	display: inline-block;
	font-size: 175%;
	font-weight: bold;
	height: 200px;
	margin-top: 20px;
	position: relative;
	text-decoration: none;
	width: 200px;
	transition: opacity 0.2s ease-out 0s;
}
#about > div a:hover{
	opacity: 0.8;
}
#about > div a:not(:nth-child(4n+1)){
	margin-left: 20px;
}
#about > div a:after{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background: url("https://ele-g.work/images/user/icon/arrow-d.png") center center no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 30px;
	position: absolute;
	bottom: 10px;
	left: 50%;
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	transition: bottom 0.2s ease-out 0s;
	width: 30px;
}
#about > div a:hover:after{
	bottom: 0;
}
#about > div a span{
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%
}
#about figure{
	border: 3px solid #9B0002;
	box-shadow:3px 3px 3px 0px rgba(0,0,0,0.2);
	display: table;
	margin-top: 30px;
	width: 100%;
}
#about figure > div{
	display: table-cell;
	position: relative;
	vertical-align: top;
	width: 600px;
}
#about figure > div:after{
	background-image: url("https://ele-g.work/images/user/band_010.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 170px;
	position: absolute;
	bottom: -3px;
	left: -3px;
	width: 220px;
	z-index: 1;
}
#about figure > figcaption + div:after{
	background-image: url("https://ele-g.work/images/user/band_020.png");
	right: -3px;
	left: auto;
}
#about figure > div img{
	width: 100%;
}
#about figure > div strong{
	background-color: #A88529;
	border-radius: 25px;
	color: #FFFFFF;
	display: block;
	font-size: 150%;
	line-height: 1.2;
	padding: 25px 0;
	position: absolute;
	bottom: 30px;
	left: 50%;
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 540px;
	z-index: 2;
}
#about figure figcaption{
	display: table-cell;
	padding: 40px;
	vertical-align: top;
}
#about figure figcaption h4{
	border-bottom: 1px solid #9B0002;
	color: #9B0002;
	font-size: 250%;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
#about figure figcaption h4 span{
	color: #A88529;
}
#about figure figcaption p{
	line-height: 1.8;
	text-align: left;
}


/**************************************************50
 * point
 **************************************************/
#point{
	background: url("https://ele-g.work/images/user/point/back.jpg") center top no-repeat;
	counter-reset: num;
	margin-bottom: 50px;
	padding-top: 540px;
	position: relative;
}
#point h3{
	position: absolute;
	top: 167px;
	left: 50%;
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
#point h3 + p{
	color: #FFFFFF;
	font-size: 112.5%;
	font-weight: bold;
	line-height: 1.8;
	position: absolute;
	top: 368px;
	left: 50%;
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
#point figure{
	display: table;
	margin-left: auto;
	margin-right: auto;
	width: 1040px;
}
#point figure + figure{
	margin-top: 30px;
}
#point figure > div{
	display: table-cell;
	vertical-align: middle;
	width: 500px;
}
#point figure > div img{
	width: 100%;
}
#point figure figcaption{
	display: table-cell;
	padding: 20px;
	text-align: left;
	vertical-align: middle;
}
#point figure figcaption h4{
	border-bottom: 1px solid #9B0002;
	color: #9B0002;
	font-size: 237.5%;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
#point figure figcaption h4:before{
	background: url("https://ele-g.work/images/user/point/imge_010.png") center center no-repeat;
	background-size: contain;
	color: #A88529;
	content: "POINT." counter(num);
	counter-increment: num;
	display: block;
	font-family: "Material Design Icons", "Sawarabi Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#point figure figcaption p{
}


/**************************************************50
 * toyou
 **************************************************/
#toyou{
	background: url("https://ele-g.work/images/user/toyou/back.jpg") center top no-repeat;
	padding-top: 540px;
	position: relative;
}
#toyou h3{
	position: absolute;
	top: 50px;
	right: -webkit-calc(50% + 300px);
	right: calc(50% + 300px);
	-ms-transform: translateX(50%);
	-webkit-transform: translateX(50%);
	transform: translateX(50%);
}
#toyou p{
	background-color: #FFFFFF;
	border: 10px solid #A198A0;
	font-size: 112.5%;
	padding: 30px;
	position: absolute;
	bottom: 30px;
	right: -webkit-calc(50% + 300px);
	right: calc(50% + 300px);
	-ms-transform: translateX(50%);
	-webkit-transform: translateX(50%);
	transform: translateX(50%);
	width: 490px;
}
#toyou p strong{
	color: #E60000;
}
#toyou_troubles{
	background-color: #9B0002;
	color: #FFFFFF;
	margin-bottom: 40px;
	padding-top: 40px;
	padding-bottom: 30px;
}
#toyou_troubles ul{
}
#toyou_troubles ul > li{
	background-color: #F6E0E0;
	border-radius: 20px;
	color: #212121;
	display: inline-block;
	height: 155px;
	margin-bottom: 20px;
	position: relative;
	width: 215px;
}
#toyou_troubles ul > li:not(:nth-child(4n+1)){
	margin-left: 20px;
}
#toyou_troubles ul > li b{
	dipslya: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
}
#toyou_troubles h4{
	font-size: 250%;
	font-weight: bold;
	line-height: 1.2;
}
#toyou_troubles h4 span{
	color: #CFBE68;
}
#toyou_message{
	margin-bottom: 50px;
}
#toyou_message figure{
	border: 3px solid #9B0002;
	border-collapse: separate;
	border-spacing: 25px 20px;
	box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.2);
	display: table;
	margin: 0 auto 30px;
	width: 1000px;
}
#toyou_message figure > div{
	display: table-cell;
	vertical-align: middle;
	width: 300px;
}
#toyou_message figure > div img{
	width: 100%;
}
#toyou_message figure figcaption{
	display: table-cell;
	text-align :left;
	vertical-align: middle;
}
#toyou_message figure figcaption h5{
	border-bottom: 1px solid #9B0002;
	color: #9B0002;
	font-size: 162.5%;
	line-height: 1.2;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#toyou_message figure figcaption h5 span{
	color: #A88529;
}
#toyou_message figure figcaption p{
	font-size: 112.5%;
}
#toyou_message > p{
	margin-top: 30px;
}
#toyou_message > p strong{
	color: #9B0002;
}
#toyou_message > strong{
	color: #9B0002;
	font-size: 200%;
	line-height: 1.2;
}
#toyou_message > strong span{
	color: #A88529;
}
#toyou_postscript{
	background-color: #9B0002;
	color: #FFFFFF;
	font-size: 112.5%;
	font-weight: bold;
	margin-bottom: 40px;
	padding-top: 30px;
	padding-bottom: 30px;
	position: relative;
}
#toyou_postscript:after{
	border-color: #9B0003 transparent transparent transparent;
	border-style: solid;
	border-width: 20px 20px 0 20px;
	content: "";
	display: block;
	height: 0;
	position: absolute;
	bottom: -20px;
	left: 50%;
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0;
}


/**************************************************50
 * as
 **************************************************/
#as{
	background: url("https://ele-g.work/images/user/as/back_010.jpg") center top no-repeat;
	padding-top: 540px;
	position: relative;
}
#as h3{
	position: absolute;
	top: 70px;
	left: -webkit-calc(50% - 154px);
	left: calc(50% - 154px);
}
#as h3 img{
	width: 100%;
}

.as_desc{
	background-color: #9B0002;
	color: #FFFFFF;
	margin-bottom: 40px;
	padding-top: 40px;
	padding-bottom: 30px;
}
.as_desc p{
}
.as_desc h4{
	font-size: 250%;
	font-weight: bold;
	line-height: 1.2;
}
.as_desc h4 span{
	color: #CFBE68;
}
#as_regain{
	margin-bottom: 50px;
}
#as_regain ul{
	margin-bottom: 30px;
}

#as_regain ul > li{
	background-position: 50px center;
	background-repeat: no-repeat;
	background-size: 100px auto;
	border-style: solid;
	border-width: 2px;
	font-size: 250%;
	font-weight: bold;
	line-height: 1.2;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 10px 10px 170px;
	position: relative;
	text-align: left;
	width: 684px;
}
#as_regain ul > li:nth-child(1){
	background-image: url("https://ele-g.work/images/user/as/img_010.jpg");
	border-color: #9B0002;
	color: #9B0002;
}
#as_regain ul > li:nth-child(2){
	background-image: url("https://ele-g.work/images/user/as/img_030.jpg");
	border-color: #A88529;
	color: #A88529;
	margin-top: 120px;
}
#as_regain ul > li:nth-child(2):before{
	background: url("https://ele-g.work/images/user/as/img_020.jpg") center center no-repeat;
	background-size: contain;
	content: "";
	display: block;
	position: absolute;
	top: -100px;
	left: 50%;
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	height: 80px;
	width: 200px;
}
#as_regain ul > li{
}
#as_regain p strong{
	color: #E60000;
}

#as_repeat{
	background: url("https://ele-g.work/images/user/as/back_020.jpg") center top no-repeat;
	padding-top: 570px;
	padding-bottom: 100px;
	position: relative;
}
#as_repeat:before,
#as_repeat:after{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 660px;
	position: absolute;
	top: 520px;
	width: 250px;
	z-index: 1;
}
#as_repeat:before{
	background-image: url("https://ele-g.work/images/user/woman_010.png");
	right: -webkit-calc(50% + 350px);
	right: calc(50% + 350px);
}
#as_repeat:after{
	background-image: url("https://ele-g.work/images/user/woman_020.png");
	left: -webkit-calc(50% + 350px);
	left: calc(50% + 350px);
}
#as_repeat > section{
	background-color: rgba(255, 255, 255, 0.8);
	padding: 10px;
	position: absolute;
	top: 82px;
	left: 50%;
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
#as_repeat > section div{
	background-color: #FFFFFF;
	padding: 40px;
	width: 760px;
}
#as_repeat > section div h3{
	color: #9B0002;
	font-size: 250%;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 10px;
}
#as_repeat p strong{
	color: #9B0002;
}
#as_repeat h4{
	color: #9B0002;
	font-size: 250%;
	font-weight: bold;
	line-height: 1.2;
	margin-top: 20px;
	margin-bottom: 20px;
}
#as_repeat h4 span{
	color: #A88529;
}
#as_repeat + .as_desc{
	position: relative;
}
#as_repeat + .as_desc:after{
	border-color: #9B0003 transparent transparent transparent;
	border-style: solid;
	border-width: 20px 20px 0 20px;
	content: "";
	display: block;
	height: 0;
	position: absolute;
	bottom: -20px;
	left: 50%;
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0;
}


/**************************************************50
 * such
 **************************************************/
#such{
	background: url("https://ele-g.work/images/user/such/back.jpg") center top no-repeat;
	margin-bottom: 50px;
	padding-top: 560px;
	position: relative;
}
#such h3{
	position: absolute;
	top: 49px;
	left: -webkit-calc(50% - 45px);
	left: calc(50% - 45px);
}
#such h3 + p{
	position: absolute;
	top: 420px;
	left: -webkit-calc(50% + 106px);
	left: calc(50% + 106px);
}
#such h3 + p strong{
	color: #9B0002;
	font-size: 125%;
	font-weight: bold;
}
#such > ul{
	margin-bottom: 50px;
}
#such > ul > li{
	border-style: solid;
	border-width: 3px;
	box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.2);
	display: inline-block;
	height: 825px;
	vertical-align: top;
	width: 386px;
}
#such > ul > li:not(:nth-child(3n+1)){
	margin-left: 20px;
}
#such > ul > li:nth-child(1){
	border-color: #70A976;
}
#such > ul > li:nth-child(2){
	border-color: #9B0002;
}
#such > ul > li:nth-child(3){
	border-color: #A88529;
}
#such > ul > li h4{
	color: #FFFFFF;
	font-size: 237.5%;
	line-height: 1;
	padding: 20px;
}
#such > ul > li:nth-child(1) h4{
	background-color: #70A976;
}
#such > ul > li:nth-child(2) h4{
	background-color: #9B0002;
}
#such > ul > li:nth-child(3) h4{
	background-color: #A88529;
}
#such > ul > li h4:before{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	line-height: 1;
	margin: 0 auto 20px;
	height: 80px;
	width: 80px;
}
#such > ul > li:nth-child(1) h4:before{
	background-image: url("https://ele-g.work/images/user/such/icon_010.png");
}
#such > ul > li:nth-child(2) h4:before{
	background-image: url("https://ele-g.work/images/user/such/icon_020.png");
}
#such > ul > li:nth-child(3) h4:before{
	background-image: url("https://ele-g.work/images/user/such/icon_030.png");
}
#such > ul > li h4 + div{
	margin-bottom: 20px;
}
#such > ul > li img{
	max-width: 100%;
}
#such > ul > li h5{
	font-size: 162.5%;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 20px;
}
#such > ul > li:nth-child(1) h5{
	color: #70A976;
}
#such > ul > li:nth-child(2) h5{
	color: #9B0002;
}
#such > ul > li:nth-child(3) h5{
	color: #A88529;
}
#such > ul > li > ul > li{
	border-radius: 20px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	width: -webkit-calc(100% - (30px * 2));
	width: calc(100% - (30px * 2));
}
#such > ul > li:nth-child(1) > ul > li{
	background-color: #DBEADC;
}
#such > ul > li:nth-child(2) > ul > li{
	background-color: #F6E0E0;
}
#such > ul > li:nth-child(3) > ul > li{
	background-color: #E9E0C9;
}
#such > ul > li:nth-child(2) > ul > li{
	background-color: #F6E0E0;
}
#such > ul > li:nth-child(2) > ul{
	counter-reset: num;
}
#such > ul > li:nth-child(2) > ul > li:before{
	color: #E60000;
	content: counter(num) ".";
	counter-increment: num;
}
#such > ul > li > ul > li + li{
	margin-top: 10px;
}
#such > ul > li > ul + p{
	margin-top: 10px;
}
#such > ul > li p strong{
	color: #E60000;
}
#such > ul > li .link_to{
	margin-top: 10px;
	width: -webkit-calc(100% - (30px * 2));
	width: calc(100% - (30px * 2));
}
#such figure{
	border-collapse: separate;
	border-spacing: 30px 0;
	display: table;
	margin-left: auto;
	margin-right: auto;
	width: 990px;
}
#such figure + figure{
	margin-top: 30px;
}
#such figure > div{
	display: table-cell;
	vertical-align: middle;
	width: 280px;
}
#such figure > div img{
	width: 100%;
}
#such figure figcaption{
	display: table-cell;
	text-align: left;
	vertical-align: middle;
}
#such figure figcaption h4{
	border-bottom: 1px solid #9B0002;
	color: #9B0002;
	font-size: 250%;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#such figure figcaption p strong{
	color: #E60000;
}


/**************************************************50
 * salary
 **************************************************/
/* -- payroll -- */
#salary_payroll{
	background-color: #FAF2F2;
	padding-top: 50px;
	padding-bottom: 50px;
}
#salary_payroll h3{
	color: #9B0002;
	font-size: 250%;
	font-weight: bold;
	line-height: 1.2;
}
#salary_payroll h3 span{
	color: #A88529;
}
#salary_payroll ul{
}
#salary_payroll ul > li{
	background-color: #FFFFFF;
	border-radius: 25px;
	color: #9B0002;
	display: inline-block;
	font-size: 137.5%;
	font-weight: bold;
	line-height: 1.2;
	margin-top: 20px;
	padding: 20px;
	width: 300px;
}
#salary_payroll ul > li:not(:nth-child(3n+1)){
	margin-left: 20px;
}

/* -- payroll -- */
#salary_detail{
	margin-bottom: 30px;
}
#salary_detail h3{
	margin-bottom: 30px;
}
#salary_detail ul{
}
#salary_detail ul > li{
	background-color: #9B0002;
	box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.2);
	color: #FFFFFF;
	display: inline-block;
	margin-bottom: 20px;
	padding: 150px 40px 40px;
	position: relative;
	vertical-align: top;
	width: 540px;
}
#salary_detail ul > li:before,
#salary_detail ul > li:after{
	border-style: solid;
	content: "";
	display: block;
	position: absolute;
	height: 0;
	width: 0;
}
#salary_detail ul > li:before{
	border-color: transparent #464646 transparent transparent;
	border-width: 0 60px 40px 0;
	top: 0;
	right: 0;
}
#salary_detail ul > li:after{
	border-color: transparent transparent transparent #464646;
	border-width: 40px 0 0 60px;
	bottom: 0;
	left: 0;
}
#salary_detail ul > li:nth-child(even){
	margin-left: 20px;
}
#salary_detail ul > li h4{
	font-size: 250%;
	font-weight: bold;
	line-height: 1.2;
	position: absolute;
	top: 90px;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
}
#salary_detail ul > li h4 span{
	color: #CFBE68;
}

/* -- example -- */
#salary_example{
	background-color: #FAF2F2;
	margin-bottom: 50px;
	padding-top: 50px;
	padding-bottom: 50px;
}
#salary_example ul{
}
#salary_example ul > li{
	background-color: #FFFFFF;
	border: 1px solid #9B0002;
	display: inline-block;
	min-height: 530px;
	padding: 24px;
	vertical-align: top;
	width: 286px;
}
#salary_example ul > li:not(:nth-child(4n+1)){
	margin-left: 18px;
}
#salary_example ul > li h4{
	color: #9B0002;
	font-size: 137.5%;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 10px;
}
#salary_example ul > li figure{
}
#salary_example ul > li figure > div{
}
#salary_example ul > li figure > div img{
	width: 160px;
}
#salary_example ul > li figure > div p{
	color: #9B0002;
	margin-top: 5px;
}
#salary_example ul > li figure > div p strong{
	font-size: 137.5%;
	font-weight: bold;
	line-height: 1.2;
}
#salary_example ul > li figure figcaption{
	margin-top: 10px;
}
#salary_example ul > li figure figcaption h5{
	background-color: #9B0002;
	color: #FFFFFF;
	font-size: 137.5%;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 5px;
	padding: 5px;
}
#salary_example ul > li figure figcaption > strong{
	color: #9B0002;
	font-size: 225%;
	font-weight: bold;
	line-height: 1.2;
}
#salary_example ul > li figure figcaption p{
	font-size: 87.5%;
	margin-top: 10px;
	text-align: left;
}


/**************************************************50
 * treatment
 **************************************************/
#treatment{
	background: url("https://ele-g.work/images/user/treatment/back.jpg") center top no-repeat;
	padding-top: 680px;
	position: relative;
}
#treatment h3{
	position: absolute;
	top: 48px;
	right: calc(50% + -70px);
}
#treatment h3 + p{
	color: #FFFFFF;
	font-size: 112.5%;
	font-weight: bold;
	line-height: 1.8;
	position: absolute;
	top: 520px;
	right: calc(50% + -70px);
	width: 680px;
}

/* -- detail -- */
#treatment_detail{
	background-color: #F2F1EB;
	padding-top: 50px;
	padding-bottom: 50px;
}
#treatment_detail h4{
	color: #9B0002;
	font-size: 175%;
	font-weight: bold;
	line-height: 1.2;
	margin-top: 30px;
}
#treatment_detail ul > li{
	background-color: #FFFFFF;
	border: 6px solid #F9F8F5;
	display: inline-block;
	margin-top: 20px;
	padding: 34px 24px 24px;
	vertical-align: top;
	width: 350px;
}
#treatment_detail ul > li:not(:nth-child(3n+1)){
	margin-left: 20px;
}
#treatment_detail ul > li > div img{
	width: 100px;
}
#treatment_detail ul > li h5{
	color: #9B0002;
	font-size: 162.5%;
	font-weight: bold;
	line-height: 1.2;
	margin-top: 10px;
	margin-bottom: 10px;
}
#treatment_detail ul > li h5 span{
	font-size: 76.92307692307692%;
}
#treatment_detail ul > li p{
	text-align: left;
}
#treatment_detail ul > li .link_to{
	height: 40px;
	line-height: 40px;
	margin-top: 10px;
	width: 100%;
}

/* -- recruitment -- */
#recruitment{
	background-color: #FAF2F2;
	margin-bottom: 50px;
	padding-top: 50px;
	padding-bottom: 50px;
}
#recruitment h4{
	color: #9B0002;
	font-size: 175%;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 10px;
}
#recruitment tr td strong{
	color: #E60000;
}
#recruitment tr td ul > li{
	display: inline-block;
	width: 33%;
}


/**************************************************50
 * away
 **************************************************/
/* -- schedule -- */
#away_schedule{
	margin-bottom: 50px;
}
#away_schedule h3{
	background-color: #9B0002;
	color: #FFFFFF;
	font-size: 250%;
	font-weight: bold;
	height: 100px;
	line-height: 100px;
	margin: 0 auto 50px;
	position: relative;
	width: 900px;
}
#away_schedule h3:after{
	border-color: #9B0002 transparent transparent transparent;
	border-style: solid;
	border-width: 15px 20px 0 20px;
	content: "";
	display: block;
	height: 0;
	position: absolute;
	bottom: -15px;
	left: 50%;
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0;
}
#away_schedule > div{
	border: 1px solid #9B0002;
	margin: 30px auto 0;
	padding: 19px;
	position: relative;
	width: 900px;
}
#away_schedule > div:after{
	background-image: url("https://ele-g.work/images/user/band_010.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 170px;
	position: absolute;
	bottom: -1px;
	left: -1px;
	width: 220px;
	z-index: 1;
}
#away_schedule > div figure{
	border-collapse: collapse;
	display: table;
	margin-bottom: 10px;
	width: 100%;
}
#away_schedule > div figure > div{
	display: table-cell;
	vertical-align: middle;
	width: 280px;
}
#away_schedule > div figure > div img{
	width: 100%;
}
#away_schedule > div figure figcaption{
	display: table-cell;
	padding-left: 20px;
	vertical-align: middle;
}
#away_schedule > div figure figcaption em{
	color: #9B0002;
	font-style: normal;
	font-weight: bold;
}
#away_schedule > div figure figcaption h4{
	border-bottom: 1px solid #9B0002;
	color: #9B0002;
	font-size: 250%;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#away_schedule > div figure figcaption h4 span{
	font-size: 65%;
	margin-left: 1em;
}
#away_schedule > div figure figcaption p{
	text-align: left;
}
#away_schedule > div ul{
}
#away_schedule > div ul > li{
	display: inline-block;
	font-weight: bold;
	height: 195px;
	margin-top: 20px;
	padding-bottom: 10px;
	position: relative;
	vertical-align: top;
	width: 390px;
	z-index: 2;
}
#away_schedule > div ul > li:nth-child(odd){
	background-color: #E9E0C9;
}
#away_schedule > div ul > li:nth-child(even){
	background-color: #DDE3ED;
	margin-left :20px;
}
#away_schedule > div ul > li h5{
	color: #FFFFFF;
	margin-bottom: 10px;
	padding: 5px;
}
#away_schedule > div ul > li:nth-child(odd) h5{
	background-color: #A88529;
}
#away_schedule > div ul > li:nth-child(even) h5{
	background-color: #3B609B;
}
#away_schedule > div ul > li p{
}
#away_schedule > div ul > li strong{
	color: #9B0002;
}
#away_schedule > div ul > li > strong{
	font-size: 237.5%;
}
#away_schedule > div ul > li > strong span{
	font-size: 57.89473684210526%;
	margin-right: 0.5em;
}
#away_schedule > div ul > li{
}

/* -- case -- */
#away_case{
	background-color: #FAF2F2;
	padding-top: 50px;
	padding-bottom: 50px;
}
#away_case h3{
	color: #9B0002;
	font-size: 250%;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 10px;
}
#away_case h3 span{
	display: block;
	font-size: 47.36842105263158%;
}
#away_case > div{
}
#away_case > div img{
	width: 200px;
}
#away_case > div img:not(:nth-child(5n+1)){
	margin-left: 40px;
}
#away_case > ul{
}
#away_case > ul > li{
	background-color: #FFFFFF;
	border-collapse: separate;
	border-spacing: 10px;
	border-radius: 10px;
	display: table;
	float: left;
	margin-top: 20px;
	position: relative;
}
#away_case > ul > li:nth-child(1){
	margin-left: 105px;
	width: 380px;
}
#away_case > ul > li:nth-child(2){
	margin-left: 60px;
	width: 550px;
}
#away_case > ul > li:nth-child(2):before{
	color: #9B0002;
	content: "\F415";
	font-size: 300%;
	position: absolute;
	top: 50%;
	left: -30px;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#away_case > ul > li span{
	display: table-cell;
	font-size: 87.5%;
	font-weight: bold;
	vertical-align: middle;
}
#away_case > ul > li strong{
	color: #9B0002;
	display: table-cell;
	font-size: 237.5%;
	font-weight: bold;
	vertical-align: middle;
}

/* -- sum -- */
#away_sum{
	background-color: #9B0002;
	color: #FFFFFF;
	margin-bottom: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
}
#away_sum h4{
	font-size: 300%;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 10px;
}
#away_sum h4 span{
	font-size: 62.5%;
	margin-bottom: 10px;
	margin-right: 0.5em;
}

/* -- afterword -- */
#away_afterword{
	margin-bottom: 50px;
}


/**************************************************50
 * flow
 **************************************************/
#flow{
	background: url("https://ele-g.work/images/user/flow/back.jpg") center top no-repeat;
	padding-top: 400px;
	position: relative;
}
#flow h3{
	position: absolute;
	top: 36px;
	left: 50%;
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
#flow h3 + p{
	color: #FFFFFF;
	font-size: 112.5%;
	font-weight: bold;
	line-height: 1.8;
	position: absolute;
	top: 290px;
	left: 50%;
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

/* -- age -- */
#flow_age{
	background-color: #FAF2F2;
	margin-bottom: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
}
#flow_age h4{
	color: #9B0002;
	font-size: 262.5%;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 10px;
}
#flow_age h4 span{
	color: #A88529;
}
#flow_age p strong{
	color: #9B0002;
}

/* -- debut -- */
#flow_debut{
	margin-bottom: 50px;
}
#flow_debut figure{
	border-bottom: 1px solid #9B0002;
	border-collapse: separate;
	border-spacing: 0 30px;
	display: table;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 1000px;
}
#flow_debut figure:after{
	border-color: #9B0003 transparent transparent transparent;
	border-style: solid;
	border-width: 15px 20px 0 20px;
	content: "";
	display: block;
	height: 0;
	position: absolute;
	bottom: -15px;
	left: 50%;
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0;
}
#flow_debut figure figcaption{
	background-position: 30px 30px;
	background-repeat: no-repeat;
	background-size: auto 100px;
	display: table-cell;
	padding: 140px 30px 0;
	position: relative;
	text-align: left;
	vertical-align: middle;
}
#flow_debut figure:nth-child(1) figcaption{
	background-image: url("https://ele-g.work/images/user/flow/step_debut_01.png");
}
#flow_debut figure:nth-child(2) figcaption{
	background-image: url("https://ele-g.work/images/user/flow/step_debut_02.png");
}
#flow_debut figure:nth-child(3) figcaption{
	background-image: url("https://ele-g.work/images/user/flow/step_debut_03.png");
}
#flow_debut figure:nth-child(4) figcaption{
	background-image: url("https://ele-g.work/images/user/flow/step_debut_04.png");
}
#flow_debut figure:nth-child(5) figcaption{
	background-image: url("https://ele-g.work/images/user/flow/step_debut_05.png");
}
#flow_debut figure figcaption h5{
	color: #9B0002;
	display: block;
	font-size: 175%;
	font-weight: bold;
	line-height: 1.2;
	position: absolute;
	top: 80px;
	left: 290px;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
#flow_debut figure > div{
	display: table-cell;
	vertical-align: middle;
	width: 280px;
}
#flow_debut figure > div img{
	width: 100%;
}

/* -- after -- */
#flow_after{
	background-color: #A88529;
	padding-top: 30px;
	padding-bottom: 30px;
	color: #FFFFFF;
}
#flow_after h4{
	font-size: 262.5%;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 10px;
}
#flow_after p strong{
	font-size: 112.5%;
}

/* -- work -- */
#flow_work{
	background-color: #FAF2F2;
	margin-bottom: 50px;
	padding-top: 30px;
	padding-bottom: 30px;
}
#flow_work figure{
	margin-top: 30px;
	position: relative;
}
#flow_work figure > img{
	position: absolute;
	width: 280px;
	z-index: 2;
}
#flow_work figure:nth-child(odd) > img{
	top: -186px;
	left: 74px;
}
#flow_work figure:nth-child(even) > img{
	top: -82px;
	right: 74px;
}
#flow_work figure figcaption{
}
#flow_work figure:not(:last-child) figcaption{
	margin-bottom: 80px;
}
#flow_work figure figcaption h5{
	background-position: center top;
	background-repeat: no-repeat;
	background-size: auto 60px;
	color: #9B0002;
	font-size: 262.5%;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 20px;
	padding-top: 60px;
	position: relative;
}
#flow_work figure:nth-child(1) figcaption h5{
	background-image: url("https://ele-g.work/images/user/flow/step_work_01.png");
}
#flow_work figure:nth-child(2) figcaption h5{
	background-image: url("https://ele-g.work/images/user/flow/step_work_02.png");
}
#flow_work figure:nth-child(3) figcaption h5{
	background-image: url("https://ele-g.work/images/user/flow/step_work_03.png");
}
#flow_work figure:nth-child(4) figcaption h5{
	background-image: url("https://ele-g.work/images/user/flow/step_work_04.png");
}
#flow_work figure figcaption h5:before,
#flow_work figure figcaption h5:after{
	background-color: #9B0002;
	content: "";
	display: block;
	height: 1px;
	position: absolute;
	bottom: 25px;
	width: 420px;
	z-index: 1;
}
#flow_work figure figcaption h5:before{
	right: -webkit-calc(50% + 75px);
	right: calc(50% + 75px);
}
#flow_work figure figcaption h5:after{
	left: -webkit-calc(50% + 75px);
	left: calc(50% + 75px);
}
#flow_work figure figcaption h6{
	color: #9B0002;
	font-size: 125%;
	margin-bottom: 10px;
}
#flow_work figure figcaption ul{
}
#flow_work figure figcaption ul > li{
	background-color: #FFFFFF;
	border : 5px solid #E6E6E6;
	display: inline-block;
	padding: 20px;
	vertical-align: top;
	width: 340px;
}
#flow_work figure figcaption ul > li:not(:nth-child(3n+1)){
	margin-left: 20px;
}
#flow_work figure figcaption ul > li p{
}
#flow_work figure figcaption ul > li p strong{
	color: #E60000;
	font-size: 75%;
}


/**************************************************50
 * qa
 **************************************************/
#qa{
	margin-bottom: 50px;
}
#qa h3{
	background: #9B0002 url("https://ele-g.work/images/user/frame_check.png") right bottom no-repeat;
	background-size: 70px auto;
	box-shadow:1px 1px 5px -3px rgba(0,0,0,0.2);
	color: #FFFFFF;
	cursor: pointer;
	font-size: 175%;
	font-weight: bold;
	line-height: 1;
	margin: 30px auto 0;
	position: relative;
	padding: 20px 80px;
	text-align: left;
	width: 1000px;
}
#qa h3:before{
	background-color: #FFFFFF;
	border-radius: 50%;
	color: #9B0002;
	content: "Q";
	display: block;
	height: 50px;
	line-height: 50px;
	position: absolute;
	top: 50%;
	left: 15px;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	width: 50px;
}
#qa > section{
	display: none;
	margin: 20px auto 0;
	padding: 0 1em;
	text-align: left;
	width: 1000px;
}
#qa > section strong{
	color: #E60000;
}
#qa .qa_close{
	color: #9B0002;
	cursor: pointer;
	display: block;
	margin: 20px auto 0;
	text-align: center;
	width: 5em;
}
#qa .qa_close:before{
	content: "\F156";
	display: block;
}


/**************************************************50
 * contact
 **************************************************/
#contact{
	margin-bottom: 50px;
}
#contact h3{
	color: #9B0002;
	font-size: 262.5%;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 10px;
}
#contact > div{
	border: 8px solid #C9C9C9;
	margin: 30px auto 0;
	padding: 35px;
	width: 466px;
}
#contact > div p{
	font-size: 125%;
	font-weight: bold;
}
#contact > div p:before{
	color: #9B0002;
	content: "\F3F2";
}
#contact > div strong{
	color: #9B0002;
	display: block;
	font-size: 237.5%;
	font-weight: bold;
	line-height: 1;
	margin-top: 20px;
}
#contact_form{
	margin-bottom: 50px;
}
#contact_form h3{
	background-color: #9B0002;
	color: #FFFFFF;
	font-size: 262.5%;
	font-weight: bold;
	height: 100px;
	line-height: 100px;
	margin-bottom: 30px;
}
#contact_form table{
	margin: 0 auto;
	width: 800px;
}
#contact_form table tr th{
	line-height: 1.2;
	padding-bottom: 20px;
	padding-right: 20px;
	text-align: right;
	width: 240px;
}
#contact_form table tr th.required:after{
	color: #E60000;
	content: "※必須";
	display: block;
}
#contact_form table tr td{
	padding-bottom: 20px;
	text-align: left;
}
#contact_form #contact_button{
	margin-top: 30px;
}
#contact_form #contact_button [class^="btn_"]{
	background: #000000;
	font-size: 187.5%;
}
#contact_form #contact_button .link_to{
	font-size: 187.5%;
}
#contact_form .error,
#contact_form .success,
#contact_form .failed{
	margin: 0 auto 30px;
	width: 800px;
}


/**************************************************50
 * link
 **************************************************/
#link{
	margin-bottom: 50px;
}
#link [class^="title_"]{
	color: #FFFFFF;
	font-size: 125%;
	height: 40px;
	line-height: 40px;
	margin: 30px auto 20px;
	width: 680px;
}
#link .title_red{
	background-color: #9B0002;
}
#link .title_black{
	background-color: #212121;
}
#link > a[target="_blank"] + p{
	font-size: 87.5%;
	margin-top: 3px;
}
#link > p + a[target="_blank"] img{
	margin-top: 20px;
}

/* -- tbl -- */
#link_tbl{
	margin: -10px auto 20px;
	width: 680px;
}
#link_tbl tr th{
	background-color: #EEEEEE;
	border-color: #CCCCCC;
	color: #212121;
	padding: 0 10px;
	width: 180px;
}
#link_tbl tr th .notice{
	font-size: 62.5%;
	font-weight: normal;
	text-align: left;
}
#link_tbl tr td{
	border-color: #CCCCCC;
}
#link_tbl tr td > div + div{
	margin-top: 20px;
}

/* -- list -- */
#link_list{
	margin: 0 auto;
	padding-bottom: 30px;
	width: 900px;
}
#link_list > li{
	display: inline-block;
	margin-top: 10px;
	font-size: 87.5%;
	vertical-align: top;
	width: 180px;
}
#link_list > li a{
	color: #212121;
}
#link_list > li a > img{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: opacity 0.2s ease-out 0s;
}
#link_list > li a:hover > img{
	opacity: 0.7;
}
#link_list > li p{
	padding: 0 1em;
	word-break: break-all;
}


/**************************************************50
 * site map
 **************************************************/
#site_map{
	margin-bottom: 50px;
}
#site_map > li + li{
	margin-top: 10px;
}
#site_map > li a{
	font-size: 112.5%;
}


/**************************************************50
 * keyword
 **************************************************/
#keyword_title{
	font-size: 187.5% !important;
	padding: 20px 10px !important;
}
#keyword{
	margin-bottom: 50px;
}
#keyword .keyword_box{
	margin: 30px auto 0;
	text-align: left;
	width: 1000px;
}
#keyword .keyword_box > p{
	font-size: 75%;
	padding: 0 20px;
}
#keyword .keyword_box > h3{
	border-bottom: 1px solid #9B0002;
	color: #9B0002;
	font-size: 175%;
	font-weight: bold;
	line-height: 1.2;
	padding: 0 20px 10px;
}
#keyword .keyword_box > section{
	padding: 10px 20px 0;
}
#keyword .keyword_box > section strong{
	color: #E60000;
}
#keyword_link{
	text-align: center;
	padding-top: 30px;
}
#keyword_link [class^="link"]{
	margin: 0 0.5em;
	vertical-align: middle;
	width: 12em;
}
#keyword_link .link_to,
#keyword_link .link_back{
	height: 54px;
	line-height: 54px;
}
#keyword_link .link_dummy{
	opacity: 0;
}


/**************************************************50
 * footer
 **************************************************/
footer{
	text-align: center;
}
#footer_contact{
}
#footer_info{
	border-top: 1px solid #333333;
	margin-top: 100px;
	padding-top: 50px;
	position: relative;
}
#footer_info #btn_totop{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	cursor: pointer;
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	transition: opacity 0.2s ease-out 0s;
	width: 100px;
}
#footer_info #btn_totop:hover{
	opacity: 0.8;
}
#footer_info #footer_logo img{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	height: 72px;
	transition: opacity 0.2s ease-out 0s;
}
#footer_info #footer_logo:hover img{
	opacity: 0.8;
}
footer nav{
	text-align: center;
}
footer nav a{
	color: #212121;
	display: inline-block;
	font-size: 87.5%;
	margin: 0.2em 0.8em;
	position: relative;
	text-decoration: none;
}
footer nav a:not(:first-child):before{
	content: "|";
	position: absolute;
	top: 50%;
	left: -0.8em;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
footer nav a:hover,
footer nav a.active{
	text-decoration: underline;
}
footer nav div a{
	color: #9B0002;
}
#copyright{
	font-size: 75%;
	height: 30px;
	padding: 0 0 10px;
	text-align: center;
}


