@charset "utf-8";

/* ==================================================
Required to CMS-8341
================================================== */
/* gnavi
================================================== */
#tmp_gnavi{
    margin:0 0 51px;
}
#tmp_gnavi .gnavi_wrap {
    color: #FFFFFF;
    background-color: #3260a4;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#tmp_gnavi ul {
    list-style: none;
    margin: 0;
	flex:1;
    padding: 23px 0 5px 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
	-webkit-justify-content: space-around;
	justify-content: space-around;
}
#tmp_gnavi ul li {
    padding: 0 10px;
	margin:0 0 20px;
	min-width:12.5%;
}
#tmp_gnavi ul li a{
	position:relative;
    padding: 0 0 0 24px;
    display: inline-block;
	text-align: left;
    color: #FFFFFF;
    background: transparent url(/shared/templates/syokuin/images/icon/link_arr_white.png) no-repeat left 0.5em;
    background-size: 15px auto;
    text-decoration: none;
}
#tmp_gnavi .gnavi_anchor a {
    background-image: url(/shared/images/icon/anchor_icon_white.png);
    background-size: 14px auto;
}
/* visual
================================================== */
#tmp_visual_wrap {
    position: relative;
    margin:0 0 30px;
    overflow: hidden;
}
#tmp_visual_wrap .visual_inner {
	overflow:hidden;
}
#tmp_visual_wrap .employment_panel,
#tmp_visual_wrap .employment_panel .employment_media,
#tmp_visual_wrap .employment_panel #tmp_syokuin_visual {
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#tmp_visual_wrap .employment_panel {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap:wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	position:relative;
	z-index:0;
}
#tmp_visual_wrap.employment_modify .employment_panel {
	margin-bottom:0;
}
#tmp_visual_wrap .employment_panel::before,
#tmp_visual_wrap .employment_panel::after {
	content:'';
	position:absolute;
	z-index:2;
	left:20px;
	right:20px;
	height:1px;
}
#tmp_visual_wrap .employment_panel::before {
	top:20px;
	border-top:1px solid #ffffff;
}
#tmp_visual_wrap .employment_panel::after {
	bottom:20px;
	border-bottom:1px solid #ffffff;
}
#tmp_visual_wrap .wrap_employment_panel {
	position: relative;
    margin:0 0 56px;
}
#tmp_visual_wrap .wrap_employment_panel::before,
#tmp_visual_wrap .wrap_employment_panel::after {
	content:'';
	position:absolute;
	z-index:2;
	width:1px;
	top:20px;
	bottom:20px;
}
#tmp_visual_wrap .wrap_employment_panel::before {
	left:20px;
	border-left:1px solid #ffffff;
}
#tmp_visual_wrap .wrap_employment_panel::after {
	right:20px;
	border-right:1px solid #ffffff;
}
#tmp_visual_wrap .employment_panel .employment_media {
	width:440px;
	position:relative;
	z-index:1;
	background-color:#3260a4;
	color:#ffffff;
	align-items: center;
}
#tmp_visual_wrap .employment_panel .employment_media::before {
	content:'';
	position:absolute;
    top: -2px;
    left: -3px;
    z-index: 2;
    width: 377px;
    height: 63px;
    background: transparent url(/shared/templates/syokuin/images/main/symbol_city_en.png) no-repeat;
    background-size: 100% auto;
}
#tmp_visual_wrap .employment_panel .employment_media::after {
	content:'';
	position:absolute;
    bottom: -5px;
    right:-5px;
    z-index: 1;
    width: 321px;
    height: 50px;
    background: transparent url(/shared/templates/syokuin/images/main/symbol_recruitl_en.png) no-repeat;
    background-size: 100% auto;
}
#tmp_visual_wrap .employment_panel #tmp_syokuin_visual {
	width: calc(100% - 440px);
	position:relative;
	z-index:-1;
}
#tmp_visual_wrap .employment_panel #tmp_syokuin_visual::before {
	content:'';
	position:absolute;
	z-index:2;
	left:0;
	top:0;
	bottom:0;
	width:160px;
	background-color:#3260a4;
	color:#ffffff;
	-webkit-clip-path: polygon(0 0, 100% 0, 0 100%, 0 100%);
	clip-path: polygon(0 0, 100% 0, 0 100%, 0 100%);  
}
#tmp_visual_wrap .employment_panel .employment_media .employment_box {
	flex-grow:1;
	padding:30px 0 30px 34px;
	position:relative;
	z-index:2;
	text-shadow:
		#3260a4 2px 0px,  #3260a4 -2px 0px,
		#3260a4 0px -2px, #3260a4 0px 2px,
		#3260a4 2px 2px , #3260a4 -2px 2px,
		#3260a4 2px -2px, #3260a4 -2px -2px,
		#3260a4 1px 2px,  #3260a4 -1px 2px,
		#3260a4 1px -2px, #3260a4 -1px -2px,
		#3260a4 2px 1px,  #3260a4 -2px 1px,
		#3260a4 2px -1px, #3260a4 -2px -1px;
}
#tmp_visual_wrap .employment_media h1 {
    margin-bottom: 20px;
    font-size: 222.222%;
	line-height:1.25;
    font-weight: 500;
}
#tmp_visual_wrap .employment_panel .employment_media .employment_cap {
	overflow-y:auto;
	max-height:160px;
	position:relative;
	z-index:10;
}
/* special_slide */
#tmp_visual_wrap .splide_common .splide__arrow:hover,
#tmp_special_slide .splide_common .splide__arrow:hover {
	color:#222222;
    background-color: #ffffff;
	border-color:#3360A4;
}
#tmp_visual_wrap .splide_common .splide__arrow--prev:hover,
#tmp_special_slide .splide_common .splide__arrow--prev:hover {
	background-image: url(/shared/templates/syokuin/images/icon/icon_arrow_prev_blue.png);
}
#tmp_visual_wrap .splide_common .splide__arrow--next:hover,
#tmp_special_slide .splide_common .splide__arrow--next:hover {
	background-image: url(/shared/templates/syokuin/images/icon/icon_arrow_next_blue.png);
}
#tmp_syokuin_visual .splide_common .splide__controls{
	position:absolute;
	right:0;
	bottom:-56px;
	z-index:20;
}
#tmp_syokuin_visual .splide_common .splide__toggle{
    margin-left: 26px;
}
#tmp_syokuin_visual .splide_common .splide__toggle:before{
    left: 0;
}
#tmp_syokuin_visual .splide_common .splide__toggle:after{
    left: 4px;
}

/* outline
================================================== */
#tmp_contents h2{
    padding-top: 56px;
    font-size: 155.6%;
    font-weight: 500;
}
#tmp_contents .outline {
	margin:0 0 6.2em; /* Do not edit */
	border:2px solid #3260a4;
	clear:both; /* Do not edit */
    font-size: 88.9%;	
}
#tmp_contents table.outline {
	width:100%; /* Do not edit */
	border-collapse:collapse; /* Do not edit */
	border-spacing:0; /* Do not edit */
}
#tmp_contents table.outline td {
	padding:20px 20px 10px 30px;
	color:#222222;
	background-color:#FFFFFF;
}
#tmp_contents div.outline {
	padding:20px 20px 10px 30px;
	color:#222222;
	background-color:#FFFFFF;
}
#tmp_contents .outline p {
	margin:0 0 0.8em 0;
	line-height: 1.5;
}
#tmp_contents .outline ul {
	margin-left:24px; /* Do not edit */
}
#tmp_contents .outline ol {
	margin-left:24px; /* Do not edit */
}
#tmp_contents .outline ul ul,
#tmp_contents .outline ul ol,
#tmp_contents .outline ol ul,
#tmp_contents .outline ol ol {
	margin:0.3em 0 0 24px; /* Do not edit */
}
/* notice
================================================== */
#tmp_contents .notice_wrap{
    position: relative;
	margin:0 0 57px;
}
#tmp_contents .notice_wrap:after{
    position: absolute;
    right: 8px;
    top: -21px;
    content: '';
    width: 316px;
    height: 347px;
    color: inherit;
    background: transparent url(/shared/templates/syokuin/images/main/bg_map_info.png) no-repeat;
}
#tmp_contents .notice_inner{
    padding-right: 400px;
	min-height:300px;
}
#tmp_contents .notice_list{
    list-style: none;
    padding: 0;
    margin: 0 0 14px;
    font-size: 88.9%;
}
#tmp_contents .notice_list li{
    padding: 10px 0;
    border-bottom: 1px solid #d5d5d4;
}
#tmp_contents .notice_list li:first-child{
    padding-top: 0;
}
#tmp_contents .notice_list .notice_date{
    padding: 4px 2px 0 0;
    float: left;
    width: 132px;
}
#tmp_contents .notice_list .notice_date p{
    line-height: 1.4;
}
#tmp_contents .notice_list .notice_cap{
    overflow: hidden;
    padding: 2px 0 6px 3px;
    font-weight: 500;
}
#tmp_contents .notice_list .notice_cap p{
    margin-bottom: 0;
	line-height: 1.7;
}
#tmp_contents .notice_list .notice_cap a{
	text-decoration: none;
    color: #222222;
    background-color: #FFFFFF;
}
#tmp_contents .notice_wrap .read_more a,
#tmp_contents .section_message .read_more a {
    text-align: left;
    background: url(/shared/templates/syokuin/images/icon/link_arr_black.png) no-repeat left 0.6em;
    background-size: 16px auto;
}
/* section_recruitment
================================================== */
#tmp_contents .section_recruitment{
    position: relative;
    z-index: 1;
    margin-top: 36px;
    color: #222222;
    background-color: #e9f9ff;
    overflow: hidden;
}
#tmp_contents .section_recruitment:after,
#tmp_contents .section_recruitment:before{
    content: '';
    position: absolute;
    left: 0;
    z-index: 1;
    width: 100%;
    color: inherit;
}
#tmp_contents .section_recruitment:before{
    top: 0;
    height: 25px;
    background: transparent url(/shared/templates/syokuin/images/main/sknew_top.png) no-repeat;
    background-size: 100% 25px;
}
#tmp_contents .section_recruitment:after{
    bottom: -1px;
    height: 27px;
    background: transparent url(/shared/templates/syokuin/images/main/sknew_bottom.png) no-repeat;
    background-size: 100% 27px;
}
#tmp_contents .recruitment_outer{
    padding: 96px 0 78px;
    color: #222222;
    background-color: #e9f9ff;
}
#tmp_contents .notice_wrap .main_heading h2 {
    margin-bottom: 23px;
    padding-top: 49px;
    background: url(/shared/templates/syokuin/images/main/bg_en_ttl_info.png) no-repeat left top;
    background-size: 278px auto;
}
#tmp_contents .section_recruitment .main_heading h2 {
    margin-bottom: 11px;
    padding-top: 53px;
    background: #e9f9ff url(/shared/templates/syokuin/images/main/bg_en_ttl_recruit.png) no-repeat;
    background-size: 300px auto;
}
#tmp_contents .recruitment_cate {
    padding-top: 32px;
}
#tmp_contents .recruitment_list,
#tmp_contents .recruitment_list li,
#tmp_contents .recruitment_list li a {
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#tmp_contents .recruitment_list {
    list-style: none;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap:wrap;
	margin:0 -10px;
}
#tmp_contents .recruitment_list li {
	width:50%;
	padding:0 10px;
    margin:0 0 20px;
}
#tmp_contents .recruitment_list li a {
	align-items: center;
	flex-grow:1;
	text-decoration:none;
    position: relative;
    padding: 0 10px 0 229px;
    color: #222222;
	background-color:#ffffff;
    font-weight: 500;
    min-height: 120px;
    box-shadow: 0 0 8px rgba(96, 94, 96, 0.2);
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}
#tmp_contents .recruitment_list li a::before {
	content:'';
    position: absolute;
    bottom: 0;
    left: 10px;
    width: 200px;
	height:142px;
	background-position:center bottom;
	background-repeat:no-repeat;
	-webkit-background-size:100% auto;
	-moz-background-size:100% auto;
	background-size:100% auto;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transform-origin: 50% 0;
}
#tmp_contents .recruitment_list li.recruitment_list1 a::before {
	background-image:url(/shared/templates/syokuin/images/main/img_recruit_1.png);
}
#tmp_contents .recruitment_list li.recruitment_list2 a::before {
	background-image:url(/shared/templates/syokuin/images/main/img_recruit_2.png);
    width: 196px;
}
#tmp_contents .recruitment_list li a:hover {
    box-shadow:none;
	background-color:#EBF5FF;
}
#tmp_contents .recruitment_list li a:hover::before {
	transform: scale(1.1) translate(0, -10%);
}
/* section_guide
================================================== */
#tmp_contents .section_guide{
    padding: 101px 0 107px;
}
#tmp_contents .section_guide .main_heading h2 {
    margin-bottom: 23px;
    padding-top: 53px;
    background: #FFFFFF url(/shared/templates/syokuin/images/main/bg_en_ttl_recruit_guide.png) no-repeat;
    background-size: 459px auto;
}
#tmp_contents .guide_media{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}
#tmp_contents .guide_media .guide_image{
    padding: 9px 40px 0 0;
    width: 340px;
}
#tmp_contents .guide_media .guide_image img{
    max-width: 100%;
    height: auto;
    vertical-align: top;
	border: 1px solid #c7c7c7;
}
#tmp_contents .guide_media .guide_cap{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1;
    flex: 1;
	flex-flow: column;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#tmp_contents .guide_media .guide_cap .guide_text {
    margin-bottom: 40px;
}
#tmp_contents .guide_media .guide_cap .guide_text p {
   margin-bottom: 0;
}
/* download_btn */
#tmp_contents .guide_media .download_btn {
	text-align:center;
}
#tmp_contents .guide_media .download_btn p {
    font-size: 88.9%;
    line-height: 1.6;
}
#tmp_contents .guide_media .download_btn a {
    padding: 16px 20px 16px 38px;
    text-align: center;
    display: inline-block;
    color: #222222;
	background:#ffffff url(/shared/templates/syokuin/images/icon/link_arr_black.png) no-repeat 18px center;
    background-size: 15px auto;
    border: 1px solid #FFFFFF;
    box-shadow: 0 0 8px rgba(96, 94, 96, 0.2);
    text-decoration: none;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}
#tmp_contents .guide_media .download_btn a:hover {
	background-color:#EBF5FF;
    box-shadow:none;
}
/* section_message
================================================== */
#tmp_contents .section_message{
    position: relative;
    z-index: 1;
    padding: 25px 0 27px;
}
#tmp_contents .section_message:after,
#tmp_contents .section_message:before{
    content: '';
    position: absolute;
    left: 0;
    z-index: 1;
    width: 100%;
    color: inherit;
}
#tmp_contents .section_message:before{
    top: 1px;
    height: 25px;
    background: transparent url(/shared/templates/syokuin/images/main/sknew_top.png) no-repeat;
    background-size: 100% 25px;
}
#tmp_contents .section_message:after{
    bottom: 0;
    height: 27px;
    background: transparent url(/shared/templates/syokuin/images/main/sknew_bottom.png) no-repeat;
    background-size: 100% 27px;
}
#tmp_contents .message_outer{
    padding: 73px 0 66px;
    color: #222222;
    background-color: #e9f9ff;
}
#tmp_contents .section_message .main_heading h2 {
    margin-bottom: 24px;
    background: #e9f9ff url(/shared/templates/syokuin/images/main/bg_en_ttl_message.png) no-repeat;
    background-size: 477px auto;
	padding-top:47px;
}
#tmp_contents .message_list{
    list-style: none;
    padding: 10px 0 0;
    margin: 0 -12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1;
    flex: 1;
    -ms-flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}
#tmp_contents .message_list li{
    padding: 0 12px;
    margin-bottom: 40px;
    float: left;
    width: 25%;
}
#tmp_contents .message_list li a,
#tmp_contents .message_box .message_image,
#tmp_contents .message_box .message_cap{
    display: block;
}
#tmp_contents .message_list li a {
    position: relative;
    height: 100%;
    filter: drop-shadow(0 0 8px rgba(96, 94, 96, 0.2));
}
#tmp_contents .message_list li a::before {
    position: absolute;
    z-index: 10;
    right: 0;
    bottom: 0;
    width: 24px;
    height: 24px;
    content: '';
    background: #FFFFFF url(/shared/templates/syokuin/images/icon/link_arr_blue.png) 5px 7px no-repeat;
    background-size: 15px auto;
    color: #222222;
}
#tmp_contents .message_list .message_box{
    position: relative;
}
#tmp_contents .message_box .message_image{
    position: relative;
    z-index: 1;
    overflow: hidden;
}
#tmp_contents .message_box .message_image img{
    width: 100%;
    height: auto;
    -webkit-animation: none;
    -moz-animation: none;
    animation: none;
}
#tmp_contents .message_box .message_cap {
	position:absolute;
    left: 0;
    right: 0;
    bottom: 0;
	z-index:2;
	-webkit-clip-path: polygon(28px 0, 100% 0, 100% 100%, 0 100%);
	clip-path: polygon(28px 0, 100% 0, 100% 100%, 0 100%);  
}
#tmp_contents .message_box .message_inner{
    position: relative;
    padding: 16px 10px 15px 34px;
    min-height: 177px;
    max-height: 179px;
    overflow-y: auto;
    color: #FFFFFF;
    background-color: #3260a4;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}
#tmp_contents .message_box .message_postion{
    font-size: 77.8%;
}
#tmp_contents .message_box .message_inner,
#tmp_contents .message_box .message_postion,
#tmp_contents .message_box .message_partitive,
#tmp_contents .message_box .message_desc{
    display: block;
}
#tmp_contents .message_box .message_postion{
    margin-bottom: 5px;
}
#tmp_contents .message_box .message_partitive{
    margin-bottom: 3px;
}
#tmp_contents .message_box .message_partitive,
#tmp_contents .message_box .message_desc{
    font-size: 88.9%;
}
#tmp_contents .message_box .message_partitive{
    font-weight: 500;
}
#tmp_contents .message_list li a:hover,
#tmp_contents .message_list li a:focus {
	filter: none;
}
#tmp_contents .message_box a:hover .message_inner {
	background-color:#ffffff;
	color:#3260a4;
}
#tmp_contents .message_list li a:hover::before {
    color: #FFFFFF;
    background-color: #3260a4;
	background-image:url(/shared/templates/syokuin/images/icon/link_arr_white.png);
}
/* about_setagaya
================================================== */
#tmp_contents .sec_about_setagaya{
    margin-bottom: 86px;
}
#tmp_contents .section_message .see_list {
    margin-top: -6px;
}
#tmp_contents .message_box .job_type {
    padding-left: 15px;
}
#tmp_contents .message_box .message_image{
    clip-path: polygon(21% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 14%);
}
/* section_special
================================================== */
#tmp_contents .section_special{
    padding: 100px 0 0;
    overflow: hidden;
}
#tmp_contents .section_special .main_heading h2 {
    margin-bottom: 15px;
    background: #FFFFFF url(/shared/templates/syokuin/images/main/bg_en_ttl_special.png) no-repeat;
    background-size: 382px auto;
}
#tmp_special_slide {
	margin:0 -12px;
}
#tmp_contents .special_box {
	padding:12px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}
#tmp_contents .special_box .special_image{
    margin-bottom: 14px;
    overflow: hidden;
    box-shadow: 0 0 8px rgba(96, 94, 96, 0.2);
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}
#tmp_special_slide .special_box .special_image::after {
	border:2px solid #3260A4;
}
#tmp_contents .special_box .special_cap{
    font-size: 88.9%;
    -webkit-text-size-adjust: 100%;
}
#tmp_contents .special_box .special_child_ttl{
    margin-bottom: 5px;
    padding-left: 2px;
    line-height: 1.5;
    font-weight: 500;
}
#tmp_contents .special_box .special_child_ttl a{
    color: #222222;
    background-color: transparent;
    text-decoration: none;
}
#tmp_contents .special_box .special_cap .special_desc{
    line-height: 1.4;
}
#tmp_special_slide .splide__track {
    padding: 7px 7px 0 !important;
    margin: -7px -7px 0;
}
#tmp_special_slide .splide__slide {
    margin-bottom: 21px;
}
#tmp_special_slide .no-splide .splide__list{
    margin: 0 -12px !important;
}
#tmp_special_slide .no-splide .splide__slide{
    width: 25%;
    padding: 0 12px;
}
#tmp_special_slide .splide_common .splide__controls{
    margin: 16px 0 10px 9px;
}
#tmp_special_slide .splide_common .splide__toggle{
    display: none;
}
#tmp_special_slide .splide_common .splide__progress{
    padding-left: 24px;
}
#tmp_contents .splide_common .splide__progress p{
    line-height: 1;
}
#tmp_contents .special_box.active {
	background-color:#EBF5FF;
}
#tmp_contents .special_box.active .special_image {
	box-shadow:none;
}
/* ==================================================
Accessibility
================================================== */
.fsize_big2 #tmp_contents .notice_list .notice_date{
    width: 215px;
}
.fsize_big #tmp_contents .notice_list .notice_date{
    width: 140px;
}
.fsize_big #tmp_contents .guide_media .guide_cap{
    padding-bottom: 72px;
}
.fsize_big2 #tmp_contents .guide_media .guide_cap{
    padding-bottom: 83px;
}
.fsize_small #tmp_contents .message_box .message_cap,
.fsize_big #tmp_contents .message_box .message_cap,
.fsize_big2 #tmp_contents .message_box .message_cap{
    color: #FFFFFF;
    background-color: #3260a4;
}
.fsize_big #tmp_contents .message_box .message_cap,
.fsize_big2 #tmp_contents .message_box .message_cap,
.color_blue #tmp_contents .message_box .message_cap,
.color_black #tmp_contents .message_box .message_cap,
.color_yellow #tmp_contents .message_box .message_cap{
    padding-left: 0;
}
.fsize_big #tmp_contents .message_box .message_cap:before,
.fsize_big2 #tmp_contents .message_box .message_cap:before{
    display: none;
}
.fsize_big #tmp_contents .message_box .message_cap:after,
.fsize_big2 #tmp_contents .message_box .message_cap:after{
    left: 0;
}
.no_javascript #tmp_visual_wrap .employment_panel {
	margin-bottom:0;
}

.no_javascript #tmp_syokuin_visual .splide{
    visibility: visible;
    max-height: 350px;
    display: block;
}
.no_javascript #tmp_syokuin_visual .splide .splide__slide:not(:first-child) {
    display: none;
}
.no_javascript #tmp_special_slide .splide {
    visibility: visible;
}
.no_javascript #tmp_special_slide .splide__list{
    flex-flow: wrap row;
}
.no_javascript #tmp_special_slide .splide .splide__slide{
    width: 25%;
}
.no_javascript #tmp_contents .special_box .special_child_ttl a:hover {
	text-decoration:underline;
}
.no_javascript #tmp_syokuin_visual .splide__list{
    display: block;
}
.no_javascript #tmp_syokuin_visual .splide__list .splide__slide{
    margin-bottom: 15px;
}
.no_javascript #tmp_syokuin_visual .splide__list .splide__slide:last-child{
    margin-bottom: 0;
}
.no_javascript #tmp_syokuin_visual:after{
    bottom: 1px;
}
.color_blue #tmp_contents .recruitment_list li a,
.color_black #tmp_contents .recruitment_list li a,
.color_yellow #tmp_contents .recruitment_list li a {
	border:1px solid;
}
.color_blue #tmp_wrapper #tmp_contents .message_box .message_cap,
.color_blue #tmp_wrapper #tmp_contents .message_box .message_cap .message_inner span,
.color_blue #tmp_wrapper #tmp_contents .message_box .message_inner:after{
    color: #FFFF00 !important;
    background-color: #00008B !important;
}
.color_black #tmp_wrapper #tmp_contents .message_box .message_cap,
.color_black #tmp_wrapper #tmp_contents .message_box .message_cap .message_inner span,
.color_black #tmp_wrapper #tmp_contents .message_box.message_inner:after{
    color: #FFFF00 !important;
    background-color: #000000 !important;
}
.color_yellow #tmp_wrapper #tmp_contents .message_box .message_cap,
.color_yellow #tmp_wrapper #tmp_contents .message_box .message_cap .message_inner span,
.color_yellow #tmp_wrapper #tmp_contents .message_box .message_inner:after{
    color: #000000 !important;
    background-color: #FFFF00 !important;
}
.color_blue #tmp_wrapper #tmp_contents .message_box .message_inner,
.color_black #tmp_wrapper #tmp_contents .message_box .message_inner,
.color_yellow #tmp_wrapper #tmp_contents .message_box .message_inner{
    color: inherit !important;
    background-color: transparent !important;
}
.color_blue #tmp_gnavi .gnavi_wrap,
.color_black #tmp_gnavi .gnavi_wrap,
.color_yellow #tmp_gnavi .gnavi_wrap {
    border: 2px solid;
}
.color_blue #tmp_wrapper #tmp_contents .message_box .message_cap,
.color_black #tmp_wrapper #tmp_contents .message_box .message_cap,
.color_yellow #tmp_wrapper #tmp_contents .message_box .message_cap {
    border: 1px solid;
    border-top: 0;
}
.color_blue #tmp_gnavi .gnavi_anchor a,
.color_black #tmp_gnavi .gnavi_anchor a {
    background-image: url(/shared/images/icon/anchor_icon_white.png) !important;
}
.color_yellow #tmp_gnavi .gnavi_anchor a {
    background-image: url(/shared/images/icon/anchor_icon.png) !important;
}
.color_blue #tmp_gnavi ul li a,
.color_black #tmp_gnavi ul li a,
.color_blue #tmp_contents .guide_media .download_btn a,
.color_black #tmp_contents .guide_media .download_btn a {
	background-image:url(/shared/images/icon/icon_arrow_link_wh.png) !important;
}
.color_yellow #tmp_gnavi ul li a,
.color_yellow #tmp_contents .guide_media .download_btn a {
	background-image:url(/shared/images/icon/icon_arrow_link.png) !important;
}
.color_blue #tmp_gnavi ul li:after,
.color_black #tmp_gnavi ul li:after,
.color_blue #tmp_special_slide .special_box .special_image::after,
.color_black #tmp_special_slide .special_box .special_image::after {
    border-color: #FFFF00 !important;
}
.color_yellow #tmp_gnavi ul li:after,
.color_yellow #tmp_special_slide .special_box .special_image::after {
    border-color: #000000 !important;
}
.color_blue #tmp_special_slide .special_box,
.color_black #tmp_special_slide .special_box,
.color_yellow #tmp_special_slide .special_box {
	border:1px solid transparent !important;
}
.color_blue #tmp_special_slide .special_box.active,
.color_black #tmp_special_slide .special_box.active {
	border-color:#FFFF00 !important;
}
.color_yellow #tmp_special_slide .special_box.active {
	border-color:#000000 !important;
}
/* Accessibility idx */
.color_blue #tmp_visual_wrap .employment_panel::before,
.color_black #tmp_visual_wrap .employment_panel::before,
.color_yellow #tmp_visual_wrap .employment_panel::before,
.color_blue #tmp_visual_wrap .employment_panel::after,
.color_black #tmp_visual_wrap .employment_panel::after,
.color_yellow #tmp_visual_wrap .employment_panel::after,
.color_blue #tmp_visual_wrap .wrap_employment_panel::before,
.color_black #tmp_visual_wrap .wrap_employment_panel::before,
.color_yellow #tmp_visual_wrap .wrap_employment_panel::before,
.color_blue #tmp_visual_wrap .wrap_employment_panel::after,
.color_black #tmp_visual_wrap .wrap_employment_panel::after,
.color_yellow #tmp_visual_wrap .wrap_employment_panel::after,
.color_blue #tmp_visual_wrap .employment_panel .employment_media::before,
.color_black #tmp_visual_wrap .employment_panel .employment_media::before,
.color_yellow #tmp_visual_wrap .employment_panel .employment_media::before,
.color_blue #tmp_visual_wrap .employment_panel .employment_media::after,
.color_black #tmp_visual_wrap .employment_panel .employment_media::after,
.color_yellow #tmp_visual_wrap .employment_panel .employment_media::after,
.color_blue #tmp_visual_wrap .employment_panel #tmp_syokuin_visual::before,
.color_black #tmp_visual_wrap .employment_panel #tmp_syokuin_visual::before,
.color_yellow #tmp_visual_wrap .employment_panel #tmp_syokuin_visual::before,
.color_blue #tmp_syokuin_search_result .syokuin_sch_menu:before,
.color_blue #tmp_syokuin_search_result .syokuin_sch_menu:after,
.color_black #tmp_syokuin_search_result .syokuin_sch_menu:before,
.color_black #tmp_syokuin_search_result .syokuin_sch_menu:after,
.color_yellow #tmp_syokuin_search_result .syokuin_sch_menu:before,
.color_yellow #tmp_syokuin_search_result .syokuin_sch_menu:after,
.color_blue #tmp_contents .message_list li a:after,
.color_black #tmp_contents .message_list li a:after,
.color_yellow #tmp_contents .message_list li a:after {
	display:none;
}
.color_blue #tmp_visual_wrap .employment_panel .employment_media .employment_box,
.color_black #tmp_visual_wrap .employment_panel .employment_media .employment_box,
.color_yellow #tmp_visual_wrap .employment_panel .employment_media .employment_box {
	padding:0 !important;
	height:100% !important;
}
.color_blue #tmp_wrapper #tmp_main #tmp_visual_wrap .employment_media h1,
.color_black #tmp_wrapper #tmp_main #tmp_visual_wrap .employment_media h1,
.color_yellow #tmp_wrapper #tmp_main #tmp_visual_wrap .employment_media h1 {
	border:none !important;
}
.color_blue #tmp_visual_wrap .employment_panel .employment_media .employment_cap,
.color_black #tmp_visual_wrap .employment_panel .employment_media .employment_cap,
.color_yellow #tmp_visual_wrap .employment_panel .employment_media .employment_cap {
	max-height:350px;
}
/* ==================================================
clearfix
================================================== */
#tmp_contents .notice_main:after,
#tmp_contents .notice_list:after,
#tmp_contents .message_list:after,
#tmp_contents .recruitment_list:after,
#tmp_contents .notice_list li:after{
	content: ""; /* Do not edit */
	display: table; /* Do not edit */
	clear: both; /* Do not edit */
}
/* ==================================================
print
================================================== */
@media print {
body {
	background:#FFFFFF !important;
}
#tmp_wrapper {
	width:100% !important;
    min-width: auto;
}
#tmp_wrapper img {
	-webkit-animation: none;
	-moz-animation: none;
	animation: none;
}
#tmp_header {
	border-top:none !important;
	margin:0 0 10px !important;
	padding:0 0 10px !important;
	color:#000000 !important;
	background:#FFFFFF !important;
	border-bottom:1px solid #000000 !important;
}
#tmp_hlogo h1,
#tmp_hlogo p {
	background: transparent !important;
	width: auto;
	height: auto;
	color: #222222;
}
#tmp_hlogo a {
	width: auto;
	height: auto;
	text-decoration: none !important;
	color:#000000 !important;
}
#tmp_hlogo h1 span,
#tmp_hlogo p span {
	width: auto;
	height: auto;
	z-index: 1;
}
.fixed_header #tmp_header {
	position: relative;
	top: 0;
}
#tmp_footer {
	margin:10px 0 0 !important;
	padding:10px 0 0 !important;
	color:#000000 !important;
	background:#FFFFFF !important;
	border-top:1px solid #000000 !important;
}
.footer_logo p,
.footer_logo p span {
	width: auto;
	height: auto;
	background: transparent !important;
	z-index: 1;
	color: #222222;
}
.footer_lft {
	width:100%;
	float:none;
	padding:0;
}
.footer_contact {
	padding-left: 0;
	background: transparent !important;
}
#tmp_about_setagaya .thumb_item_wrap .img {
	flex: 0 0 245px;
}
.container {
	max-width:none;
	padding: 0;
}
.col_main {
	padding: 0;
}
#tmp_gnavi,
.gnavi,
.wrap_col_lft_navi,
.wrap_col_rgt_navi,
.pnavi,
.fnavi,
.plugin,
#tmp_wrap_lnavi,
#tmp_social_plugins,
#tmp_inquiry_cnt .inquiry_btn,
#tmp_feedback,
#tmp_pankuzu,
#tmp_settings,
#tmp_anchor,
#tmp_anchor_lib,
.sec_about_setagaya,
.box_recommend.js_scroll,
.box_recommend,
.footer_rgt,
.footer_access,
#tmp_tokei_link {
	display:none !important;
}
.wrap_col_nm,
.column_lnavi .wrap_col_main,
.column_rnavi .wrap_col_main {
	float:none !important;
}
body,
#tmp_pankuzu {
	background:none !important;
}
.wrap_col_nm,
.wrap_col_nm2,
.col_main {
	margin:0 !important;
	padding:0 !important;
}
#tmp_contents .box_gmap {
	margin:0;
	padding:170px 0 0 0;
	position:relative;
	top:-170px;
	page-break-before:always;
}
.copyright {
	text-align:left !important;
}
.section_recruitment,
.recruitment_outer,
.message_outer,
#tmp_contents .section_message .main_heading h2,
#tmp_contents .section_recruitment .main_heading h2 {
	background-color: #ffffff !important;
}
.section_message:after, 
.section_message:before,
.section_recruitment:after, 
.section_recruitment:before {
	content: none !important;
}
#tmp_syokuin_search_result {
	padding-bottom: 60px;
}

}




