@charset "utf-8";

/* ==================================================
mainvs
================================================== */
#tmp_mainvs {
	position: relative;
	padding-bottom: 58px;
	background-image: -moz-linear-gradient( -90deg, rgb(4,75,145) 0%, rgb(54,133,212) 92%);
	background-image: -webkit-linear-gradient( -90deg, rgb(4,75,145) 0%, rgb(54,133,212) 92%);
	background-image: -ms-linear-gradient( -90deg, rgb(4,75,145) 0%, rgb(54,133,212) 92%);
	color: #ffffff;
	background-color: #044b91;
	z-index: 1;
	margin-top:-40px;
}
#tmp_mainvs::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 216px;
	bottom: 0;
	left: 0;
	background: transparent url(/shared/templates/saiyo_top/images/main/line_gradient_mainvs.png) bottom center no-repeat;
	color: inherit;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
	mix-blend-mode: overlay;
}
#tmp_mainvs .mainvs_wrapper {
	overflow: hidden;
}
#tmp_mainvs .container {
	position: relative;
}
#tmp_mainvs .mainvs_logo {
	position: absolute;
	left: -43px;
	bottom: 93px;
	z-index: 9;
	margin-left: 0;
}
#tmp_mainvs .mainvs_logo a {
	display: inline-block;
	-webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
#tmp_mainvs .display_sp {
	display: none;
}
#tmp_mainvs .mainvs_info {
	position: absolute;
	width: 100%;
	height: 37px;
	bottom: 10px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index:10;
}
#tmp_mainvs .mainvs_info p {
	position:relative;
	margin:0 auto;
	background: url(/shared/templates/saiyo_top/images/main/ttl_chuoku.png) center center no-repeat;
}
#tmp_mainvs .mainvs_info p,
#tmp_mainvs .mainvs_info p span {
	width:860px;
	height: 37px;
}
#tmp_mainvs .mainvs_info p span {
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	text-align:left;
}
#tmp_mainvs .mainvs_info p::before {
	content: '';
	position: absolute;
	bottom: -33px;
	left: -160px;
	width: 134px;
	height: 222px;
	color: inherit;
	background: transparent url(/shared/templates/saiyo_top/images/main/bg_person1.png) left center no-repeat;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
}
#tmp_mainvs .mainvs_info p::after {
	content: '';
	position: absolute;
	bottom: -33px;
	right: -167px;
	width: 150px;
	height: 222px;
	color: inherit;
	background: transparent url(/shared/templates/saiyo_top/images/main/bg_person2.png) left center no-repeat;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
}
#tmp_mainvs .mainvs_slides {
	margin: 0 -2px;
	opacity: 0;
	visibility: hidden;
}
#tmp_mainvs .mainvs_slides.slick-initialized {
	opacity: 1;
	visibility: visible;
}
#tmp_mainvs .progress_wrap {
	display:none;
}
#tmp_mainvs .mainvs_item {
	height: 750px;
	position: relative;
	-webkit-border-radius: 0 15px 15px 15px;
	-moz-border-radius: 0 15px 15px 15px;
	border-radius: 0 15px 15px 15px;
	overflow: hidden;
}
#tmp_mainvs .mainvs_item a,
#tmp_mainvs .mainvs_logo a,
#tmp_mainvs .mainvs_btn a {
	display: inline-block;
	color: inherit;
	background-color: transparent;
}
#tmp_mainvs .slick-initialized .slick-slide {
	line-height: 0;
	padding: 0 2px;
}
#tmp_mainvs .mainvs_item .display_pc {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    width: 100%;
	min-width: 1502px;
}
#tmp_mainvs .mainvs_slides {
	padding-right: 98px;
	position: relative;
}
#tmp_mainvs .mainvs_slides .slick_control {
	position: absolute;
	width: 40px;
	right: 30px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	padding-bottom:10px;
}
#tmp_mainvs .mainvs_slides .slick-dots {
	list-style: none;
	padding: 0 0 15px;
	margin: 0;
}
#tmp_mainvs .mainvs_slides .slick-dots li {
	margin: 10px 0;
	display: block;
	text-align: center;
	width: 40px;
	height: 30px;
}
#tmp_mainvs .mainvs_slides .slick-dots li a {
	position: relative;
	display: block;
	background-color: transparent;
	border: none;
	padding: 14px 12px;
	width: 40px;
	height: 30px;
	text-align: center;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background-repeat: no-repeat;
	background-position: center center;
}
#tmp_mainvs .mainvs_slides .slick-dots .dot_1 {
	background-image: url(/shared/templates/saiyo_top/images/icon/number_01.png);
}
#tmp_mainvs .mainvs_slides .slick-dots .dot_2 {
	background-image: url(/shared/templates/saiyo_top/images/icon/number_02.png);
}
#tmp_mainvs .mainvs_slides .slick-dots .dot_3 {
	background-image: url(/shared/templates/saiyo_top/images/icon/number_03.png);
}
#tmp_mainvs .mainvs_slides .slick-dots .dot_4 {
	background-image: url(/shared/templates/saiyo_top/images/icon/number_04.png);
}
#tmp_mainvs .mainvs_slides .slick-dots .dot_5 {
	background-image: url(/shared/templates/saiyo_top/images/icon/number_05.png);
}
#tmp_mainvs .mainvs_slides .slick-dots .slick-active a::after {
	content:"";
	position:absolute;
	bottom:5px;
	width:22px;
	height:1px;
	left:9px;
	border-bottom: 1px solid #ffffff;
}
#tmp_mainvs .mainvs_slides .btn_slides {
	text-transform: uppercase;
	display: block;
}
#tmp_mainvs .mainvs_slides .btn_slides a {
    text-decoration: none;
    display: block;
    position: relative;
    text-align: left;
	background-repeat:no-repeat;
	background-position:center bottom 4px;
	width:40px;
	height:36px;
    font-size:0.75rem;
	text-align:center;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
}
#tmp_mainvs .mainvs_slides .btn_slides a span {
	display:block;
}
#tmp_mainvs .mainvs_slides .btn_slides.start a {
	background-image:url(/shared/templates/saiyo_top/images/icon/start_btn.png);
}
#tmp_mainvs .mainvs_slides .btn_slides.stop a {
	background-image:url(/shared/templates/saiyo_top/images/icon/stop_btn.png);
}
#tmp_mainvs .mainvs_slides .btn_slides.start a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
	margin-left:-3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent #ffffff;
}
#tmp_mainvs .mainvs_slides .btn_slides.stop a:before,
#tmp_mainvs .mainvs_slides .btn_slides.stop a:after {
    content: "";
    position: absolute;
    top: 0;
    width: 3px;
    height: 10px;
    color: #000000;
    background-color: #ffffff;
}
#tmp_mainvs .mainvs_slides .btn_slides.stop a:before {
    left: 22px;
}
#tmp_mainvs .mainvs_slides .btn_slides.stop a:after {
    left: 15px;
}
/* ==================================================
sec_heading
================================================== */
.sec_heading h2 {
	font-weight:normal;
	font-size: 238.9%;
	letter-spacing: 4px;
	background-repeat: no-repeat;
	background-position: top left;
}
/* ==================================================
news
================================================== */
#tmp_news {
	position: relative;
	padding: 105px 0 75px;
	background-color: #ffffff;
	color: #333333;
	background-image: url(/shared/templates/saiyo_top/images/main/line_lft.png), url(/shared/templates/saiyo_top/images/main/line_rgt.png);
	background-repeat: no-repeat;
	background-position: left top, right bottom;
}
#tmp_news .sec_heading h2 {
	padding-top: 84px;
	background-image: url(/shared/templates/saiyo_top/images/main/tll_news.png);
}
#tmp_news .new_wrapper {
	position: relative;
	z-index: 1;
	padding-top:28px;
	background:url(/shared/templates/saiyo_top/images/main/shape_news.png) no-repeat top center;
}
#tmp_news .new_wrapper .news_ttl {
	float: left;
	width: 296px;
	padding-top: 80px;
}
#tmp_news .new_wrapper .news_cnt {
	float:right;
	width: calc(100% - 300px);
}
#tmp_news .news_list {
	list-style: none;
}
#tmp_news .news_list li {
	display: block;
	border-bottom: 1px solid #eeeeee;
}
#tmp_news .news_item {
	display: table;
	width: 100%;
	font-size: 88.9%;
}
#tmp_news .news_item .news_date {
	display: table-cell;
	vertical-align: top;
	width: 225px;
	padding: 27px 20px 27px 0;
}
#tmp_news .news_item .news_link {
	display: table-cell;
	vertical-align: top;
	color: inherit;
	background: transparent url(/shared/templates/saiyo_top/images/icon/icon_arrow_blue.png) right 2px center no-repeat;
	padding: 27px 40px 27px 0;
}
#tmp_news .news_item .news_link a {
	text-decoration: none;
	color:#333333;
}
#tmp_news .btn_news_list {
	list-style: none;
	text-align: right;
	padding: 40px 4px 0 0;
}
#tmp_news .btn_news_list li {
	display: inline-block;
}
#tmp_news .btn_news_list a {
	display: table-cell;
	text-decoration: none;
	min-width: 215px;
	height: 54px;
	padding: 14px 35px;
	text-align: center;
	color: #ffffff;
	background: #044a80 url(/shared/templates/saiyo_top/images/icon/icon_caret_white.png) right 20px center no-repeat;
	border:2px solid #044a80;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
}
#tmp_news .news_item .news_link a:hover,
#tmp_news .news_item .news_link a:focus {
	text-decoration: underline;
}
#tmp_news .news_item .news_label1 {
	margin-left:0.5em;
	font-weight:bold;
	display:inline-block;
	padding:2px 14px;
	border:1px solid #fff400;
	background-color:#fff400;
	font-size:87.5%;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
#tmp_news .news_item .news_label {
	display:none;
}
/* ==================================================
recruiment / staff
================================================== */
#tmp_recruiment,
#tmp_staff {
	position: relative;
	background-image:url(/shared/templates/saiyo_top/images/main/bg_gradient_sec.jpg);
	background-repeat: no-repeat;
	background-position:top center;
	color: #333333;
}
#tmp_recruiment {
	padding-top:204px;
}
#tmp_staff {
	padding-top:232px;
}
#tmp_recruiment:before,
#tmp_staff:before {
	content: '';
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:400px;
	background-color:#1b8fe9;
	color:#ffffff;
	z-index:-1;
}
#tmp_recruiment .recruiment_ttl,
#tmp_staff .staff_ttl,
#tmp_recruiment .recruiment_ttl .container,
#tmp_staff .staff_ttl .container {
	position:relative;
}
#tmp_recruiment .recruiment_ttl:before,
#tmp_staff .staff_ttl:before {
	content: '';
	position: absolute;
	top:0;
	left: 0;
	background-color: #f3f9fe;
	color: #333333;
	width: calc(50vw - 600px);
	margin-left: calc(50% - 50vw);
	height: 100%;
	z-index: 10;
}
#tmp_recruiment .recruiment_ttl:after,
#tmp_staff .staff_ttl:after {
	content: '';
	position: absolute;
	top: -280px;
	left: 0;
	width: 222px;
	height: 413px;
	background: transparent url(/shared/templates/saiyo_top/images/main/bg_shape_lft.png) top left no-repeat;
	color: inherit;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
	z-index: 1;
}
#tmp_recruiment:after,
#tmp_staff:after {
	content: '';
	position: absolute;
	top: 74px;
	right: 0;
	width: 253px;
	height: 375px;
	background: transparent url(/shared/templates/saiyo_top/images/main/bg_shape_rgt.png) right bottom no-repeat;
	color: inherit;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
	z-index: 1;
}
#tmp_recruiment .recruiment_ttl .container::before {
	content: '';
	position: absolute;
	top: -180px;
	right: 25px;
	width: 630px;
	height: 442px;
	background: transparent url(/shared/templates/saiyo_top/images/main/shape_recruiment.png) right bottom no-repeat;
	color: inherit;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
}
#tmp_staff .staff_ttl .container::before {
	content: '';
	position: absolute;
	top:-260px;
	right: -6px;
	width: 474px;
	height: 524px;
	background: transparent url(/shared/templates/saiyo_top/images/main/shape_staff.png) right bottom no-repeat;
	color: inherit;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
}
#tmp_recruiment .wrap_sec_heading,
#tmp_staff .wrap_sec_heading {
	position: relative;
	background-color: #f3f9fe;
	color: #333333;
	display: inline-block;
	min-width: 495px;
	min-height:250px;
	-webkit-border-radius: 0 15px 15px 0;
	-moz-border-radius: 0 15px 15px 0;
	border-radius: 0 15px 15px 0;
	z-index:10;
}
#tmp_recruiment .wrap_sec_heading {
	padding: 50px 0 10px;
}
#tmp_staff .wrap_sec_heading {
	padding: 100px 0 10px;
}
#tmp_recruiment .sec_heading h2 {
	padding-top: 125px;
	background-image: url(/shared/templates/saiyo_top/images/main/tll_recruiment.png);
}
#tmp_recruiment .recruiment_cnt {
	padding:65px 0 100px;
	position:relative;
}
#tmp_recruiment .recruiment_cnt::before {
	content:"";
	position: absolute;
	top:0;
	left: 0;
	background-color: #f3f9fe;
	color: #333333;
	width: calc(50vw - 445px);
	margin-left: calc(50% - 50vw);
	height: 100%;
	z-index:-1;
}
#tmp_recruiment .re_guide {
	display:table;
	width:100%;
	margin:0 0 55px;
	position:relative;
}
#tmp_recruiment .re_guide_image {
	display: table-cell;
	vertical-align: top;
	width: 306px;
}
#tmp_recruiment .re_guide_image .re_guide_mask {
	position:relative;
	padding:13px 5px 10px;
}
#tmp_recruiment .re_guide_image .re_guide_mask img {
	width:296px;
	height:auto;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
}
#tmp_recruiment .re_guide_image .re_guide_mask::after {
	content:"";
	position:absolute;
	left:0;
	top:0;
	background:url(/shared/templates/saiyo_top/images/main/guide_image_mask.png) no-repeat;
	width:306px;
	height:306px;
}
#tmp_recruiment .re_guide_caption {
	font-size: 88.9%;
	text-align: center;
	padding-top: 2px;
}
#tmp_recruiment .re_guide_ttl {
	position:absolute;
	top:0;
	left:346px;
	font-size: 122.2%;
	text-align: center;
	background: transparent url(/shared/templates/saiyo_top/images/main/bg_guide_note.png) no-repeat;
	color: #034477;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
}
#tmp_recruiment .re_guide_ttl,
#tmp_recruiment .re_guide_ttl span {
	width: 393px;
	height: 100px;
}
#tmp_recruiment .re_guide_ttl span {
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	text-align:left;
}
#tmp_recruiment .re_guide_cnt {
	display: table-cell;
	vertical-align: top;
	padding:112px 0 0 46px;
}
#tmp_recruiment .re_guide_sumary {
	margin-bottom: 34px;
	line-height:2.1;
}
#tmp_recruiment .re_guide_link {
	text-align:right;
}
#tmp_recruiment .re_guide_link a {
	display: inline-block;
	text-decoration: none;
	background: transparent url(/shared/templates/saiyo_top/images/icon/icon_arrow_green.png) 0 0 no-repeat;
	color: inherit;
	padding: 8px 0 8px 50px;
}
#tmp_recruiment .re_guide_link a:hover,
#tmp_recruiment .re_guide_link a:focus {
	text-decoration:underline;
}
/* recruiment_guide_btn */
.wrap_recruiment_guide {
	padding:50px 0 0;
	margin:0 -20px;
}
.wrap_recruiment_info {
	margin-bottom: 19px;
}
.recruiment_guide_btn {
	float:left;
	width:50%;
	padding:0 40px 0 20px;
}
.recruiment_guide_btn ul {
	list-style: none;
}
.recruiment_guide_btn li {
	margin-bottom: 29px;
	display:table;
	width:100%;
}
.recruiment_guide_btn a {
	display:table-cell;
	vertical-align:middle;
	height:168px;
	border:3px solid #b9defa;
	padding:10px 25px 10px 173px;
	text-decoration: none;
	background-color:#ffffff;
	color: #333333;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-shadow: 3px 4px 15px 0 rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 3px 4px 15px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 3px 4px 15px 0 rgba(0, 0, 0, 0.15);
	transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
	background-repeat:no-repeat;
	background-position:26px 18px;
}
.edit_guide_btn .guide_btn1,
.edit_guide_btn .guide_btn2 {
	margin-bottom: 29px;
	border:3px solid #b9defa;
	padding:15px 25px 20px 173px;
	text-decoration: none;
	background-color:#ffffff;
	color: #333333;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-shadow: 3px 4px 15px 0 rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 3px 4px 15px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 3px 4px 15px 0 rgba(0, 0, 0, 0.15);
	background-repeat:no-repeat;
	background-position:26px 18px;
}
.recruiment_guide_btn .guide_btn1 a,
.edit_guide_btn .guide_btn1 {
	background-image:url(/shared/templates/saiyo_top/images/icon/icon_guide_01.png);
}
.recruiment_guide_btn .guide_btn2 a,
.edit_guide_btn .guide_btn2 {
	background-image:url(/shared/templates/saiyo_top/images/icon/icon_guide_02.png);
}
.recruiment_guide_btn a:hover,
.recruiment_guide_btn a:focus {
	border-color:#044a80;
}
.recruiment_guide_btn span {
	display:block;
}
.recruiment_guide_btn .guide_btn_ttl {
	font-size:122.22%;
	font-weight:bold;
	color:#034477;
	background:transparent url(/shared/templates/saiyo_top/images/icon/icon_guide_ttl.png) no-repeat left center;
	padding:3px 25px 2px 40px;
	margin-bottom:10px;
	position:relative;
}
.recruiment_guide_btn .guide_btn_ttl::after {
	content:"";
	position:absolute;
	top:7px;
	right:-3px;
	background: url(/shared/templates/saiyo_top/images/icon/icon_arrow_green_small.png) no-repeat;
	width:22px;
	height:22px;
}
/* recruiment_qa */
.wrap_recruiment_qa {
	float:right;
	width:50%;
	padding:0 20px;
}
.recruiment_qa {
	position: relative;
	padding:63px 35px 23px;
	border: 3px solid #c5e3fa;
	background-color: #ffffff;
	color: #333333;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.recruiment_qa::before {
	content:"";
	position:absolute;
	top:-75px;
	left:50%;
	margin-left:-95px;
	background:url(/shared/templates/saiyo_top/images/icon/icon_qa.png) no-repeat;
	width:196px;
	height:143px;
}
.recruiment_qa .recruiment_q {
	color: inherit;
	padding: 15px 0 26px 52px;
	border-bottom: 1px solid #64ade1;
	font-size: 111.1%;
	font-weight:bold;
	position:relative;
}
.recruiment_qa .recruiment_q::before {
	content:"";
	position:absolute;
	left:-6px;
	top:8px;
	background: url(/shared/templates/saiyo_top/images/icon/icon_q.png) no-repeat;
	width:39px;
	height:43px;
}
.recruiment_qa .recruiment_a {
	padding: 15px 0 26px 52px;
	position:relative;
}
.recruiment_qa .recruiment_a::before {
	content:"";
	position:absolute;
	left:-6px;
	top:20px;
	background: url(/shared/templates/saiyo_top/images/icon/icon_a.png) no-repeat;
	width:39px;
	height:43px;
}
.recruiment_qa .recruiment_url {
	position: absolute;
	bottom: -24px;
	margin-left: 4px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
}
.recruiment_qa .recruiment_url a {
	display: table-cell;
	vertical-align: middle;
	text-decoration: none;
	width: 274px;
	height: 54px;
	padding: 5px 30px;
    text-align: center;
	border:2px solid #044a80;
    color: #ffffff;
    background: #044a80 url(/shared/templates/saiyo_top/images/icon/icon_caret_white.png) right 20px center no-repeat;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
	-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
}
/* recruiment_btn_b */
.recruiment_btn_b p {
	margin: 0 auto;
    width: 50%;
    max-width: 600px;
    min-width: 400px;
}
.recruiment_btn_b p a {
	color: #ffffff;
	background-image: url(/shared/templates/saiyo_top/images/icon/icon_btn_b.png), url(/shared/templates/saiyo_top/images/icon/icon_arrow_blue_border.png);
	background-repeat: no-repeat;
	background-position: 23px center, center right 25px;
	background-size: auto, 27px;
	background-color: #044a80;
	display: block;
	padding: 39px 90px 35px 115px;
	text-align: center;
	text-decoration: none;
	font-size: 133.3%;
	border: 2px solid #044a80;
	border-radius: 59px;
}
/* staff
================================================== */
#tmp_staff .sec_heading h2 {
	padding-top: 70px;
	background-image: url(/shared/templates/saiyo_top/images/main/tll_staff.png);
}
#tmp_staff .staff_cnt {
	margin-top:-82px;
	padding:175px 0 170px;
	background-color:#f3f9fe;
}
#tmp_staff .staff_cate_main {
	margin:0 -20px;
}
#tmp_staff .wrap_staff_cate  {
	width:50%;
	float:left;
	padding:0 20px;
}
#tmp_staff .staff_cate {
	padding: 26px 39px 14px;
	position: relative;
	border:1px solid #ffffff;
	background-color: #ffffff;
	color: #333333;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-shadow: 3px 4px 15px 0 rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 3px 4px 15px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 3px 4px 15px 0 rgba(0, 0, 0, 0.15);
}
#tmp_staff #tmp_staff_cate_symposium .staff_cate {
	padding-bottom:48px;
}
#tmp_staff .staff_cate_ttl {
	color: #034477;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position:left top;
	padding:20px 0 10px 105px;
}
#tmp_staff .staff_cate_ttl h3 {
	font-size:100%;
	padding:45px 0 0;
	background-repeat: no-repeat;
	background-position:left top;
}
#tmp_staff #tmp_staff_cate_interview .staff_cate_ttl {
	background-image:url(/shared/templates/saiyo_top/images/icon/icon_staff_inter.png);
}
#tmp_staff #tmp_staff_cate_symposium .staff_cate_ttl {
	background-image:url(/shared/templates/saiyo_top/images/icon/icon_symposium.png);
}
#tmp_staff #tmp_staff_cate_interview .staff_cate_ttl h3 {
	background-image:url(/shared/templates/saiyo_top/images/main/ttl_staff_interview.png);
}
#tmp_staff #tmp_staff_cate_symposium .staff_cate_ttl h3 {
	background-image:url(/shared/templates/saiyo_top/images/main/ttl_symposium.png);
}
#tmp_staff .staff_cate_cnt {
	margin-top:-10px;
}
#tmp_staff .staff_item {
	display:table;
	width:100%;
	position: relative;
}
#tmp_staff .staff_item .staff_item_main {
	display:table-cell;
	vertical-align:middle;
	padding:40px 210px 10px 0;
	height:200px;
}
#tmp_staff .staff_item .staff_item_img {
	position:absolute;
	top:0;
	right:0;
	width:194px;
}
#tmp_staff .staff_item .staff_item_img img {
	max-width:100%;
	height:auto;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
}
#tmp_staff .staff_item .staff_item_label {
	display: inline-block;
	text-align: center;
	border:1px solid #eaf5fd;
	background-color: #eaf5fd;
	color: #333333;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	padding: 4px 26px 3px;
	margin-bottom: 15px;
}
#tmp_staff .staff_cate_btn {
	position: absolute;
    bottom: -24px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}
#tmp_staff .staff_cate_btn p {
	display:table;
    width: 315px;
}
#tmp_staff .staff_cate_btn a {
	display: table-cell;
	vertical-align: middle;
    text-decoration: none;
	height:54px;
    padding:5px 35px;
    text-align: center;
	border:2px solid #044a80;
    color: #ffffff;
    background: #044a80 url(/shared/templates/saiyo_top/images/icon/icon_caret_white.png) right 20px center no-repeat;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
	-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
}
#tmp_staff #tmp_staff_cate_interview .staff_cate_btn {
	left:auto;
	right:33px;
	transform:none;
}
#tmp_staff #tmp_staff_cate_interview .staff_cate_btn p {
    width: 335px;
}
/* interview_slide */
#tmp_staff_cate_interview_slide {
	padding-bottom:30px;
	position:relative;
}
#tmp_staff_cate_interview_slide .slick_slides {
	opacity: 0;
	visibility: hidden;
}
#tmp_staff_cate_interview_slide .slick_slides.slick-initialized {
	opacity: 1;
	visibility: visible;
}
#tmp_staff_cate_interview_slide .btn_slides {
	text-transform: uppercase;
}
#tmp_staff_cate_interview_slide .btn_slides a {
    text-decoration: none;
    display: block;
    position: relative;
    font-size:0.75rem;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
    text-align: left;
	background-repeat:no-repeat;
	background-position:right center;
	width:50px;
	height:20px;
}
#tmp_staff_cate_interview_slide .btn_slides a span {
    display: block;
}
#tmp_staff_cate_interview_slide .btn_slides.start a {
	background-image:url(/shared/templates/saiyo_top/images/icon/start_btn_blue.png);
}
#tmp_staff_cate_interview_slide .btn_slides.stop a {
	background-image:url(/shared/templates/saiyo_top/images/icon/stop_btn_blue.png);
}
#tmp_staff_cate_interview_slide .btn_slides.start a:before {
    content: "";
    position: absolute;
    top:4px;
    left:0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent #044a80;
}
#tmp_staff_cate_interview_slide .btn_slides.stop a:before,
#tmp_staff_cate_interview_slide .btn_slides.stop a:after {
    content: "";
    position: absolute;
    top: 5px;
    width: 3px;
    height: 11px;
    color: #ffffff;
    background-color: #044a80;
}
#tmp_staff_cate_interview_slide .btn_slides.stop a:before {
    left:7px;
}
#tmp_staff_cate_interview_slide .btn_slides.stop a:after {
    left:0;
}
#tmp_staff_cate_interview_slide .slick_control {
	position:absolute;
	left:-4px;
	bottom:-38px;
	width:180px;
	height:30px;
}
#tmp_staff_cate_interview_slide .slick-dots,
#tmp_staff_cate_interview_slide .progress {
	display:none !important;
}
#tmp_staff_cate_interview_slide .progress_wrap {
	color:#044a80;
	background-color:transparent;
	line-height:1;
}
#tmp_staff_cate_interview_slide .progress_wrap .count_first {
	position:absolute;
	top:-7px;
	left:90px;
	font-size:155.55%;
}
#tmp_staff_cate_interview_slide .progress_wrap .count_total {
	position:absolute;
	top:0;
	left:111px;
	padding-left:10px;
}
#tmp_staff_cate_interview_slide .progress_wrap .count_total::before {
	content:"";
	position:absolute;
	left:0;
	top:0;
	background:url(/shared/templates/saiyo_top/images/icon/count_total_line.gif) no-repeat;
	width:10px;
	height:16px;
}
#tmp_staff_cate_interview_slide .slick-arrow {
	display:block;
	width:20px;
	height:20px;
	transform:none;
	top:-2px;
}
#tmp_staff_cate_interview_slide .slick-arrow span {
	display:block;
	width:20px;
	height:20px;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	text-align:left;
}
#tmp_staff_cate_interview_slide .slick-arrow {
	color:#034477;
	background-color:#ffffff;
	background-repeat:no-repeat;
	background-position:center center;
}
#tmp_staff_cate_interview_slide .slick-prev {
	background-image:url(/shared/templates/saiyo_top/images/icon/slick_prev.png);
	left:60px;
}
#tmp_staff_cate_interview_slide .slick-next {
	background-image:url(/shared/templates/saiyo_top/images/icon/slick_next.png);
	right:18px;
}
/* ==================================================
about
================================================== */
.about_list ul {
	list-style: none;
}
.about_list .row2_list,
.about_list .row3_list {
	margin: 0 -15px;
}
.about_list .row2_list li {
	float: left;
	width: 50%;
	padding: 0 15px;
}
.about_list .row2_list li:nth-child(2n) {
	clear: right;
}
.about_list .row2_list li:nth-child(2n+1) {
	clear: left;
}
.about_list .row3_list li {
	float: left;
	width: 33.3333333%;
	padding: 0 15px;
}
.about_list .row3_list li:nth-child(3n) {
	clear: right;
}
.about_list .row3_list li:nth-child(3n+1) {
	clear: left;
}
.about_list li a {
	position: relative;
	display: block;
	border:2px solid #ffffff;
	background-color: #ffffff;
	color: #333333;
	padding: 3px;
	-webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
	-webkit-box-shadow: 3px 4px 15px 0 rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 3px 4px 15px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 3px 4px 15px 0 rgba(0, 0, 0, 0.15);
	text-align: center;
	text-decoration: none;
	overflow: hidden;
}
.about_list li a:after {
	content: '';
	position: absolute;
	width: 38px;
	height: 32px;
	right: 0;
	bottom: 0;
	color: inherit;
	background: transparent url(/shared/templates/saiyo_top/images/icon/icon_caret_border.png) no-repeat;
	background-size: 100% auto;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
}
.about_list li a .about_image {
	display: block;
	-webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
	overflow: hidden;
}
.about_list li a .about_image img {
	width: 100%;
	height: auto;
	vertical-align: top;
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}
.about_list li a:hover .about_image img,
.about_list li a:focus .about_image img {
	opacity: 0.7;
}
.about_list li a .about_link {
	display: block;
	padding: 26px 20px;
}
#tmp_about_chouku .about_ttl {
	padding: 142px 0 42px;
}
#tmp_about_chouku .sec_heading h2 {
	font-size: 144.4%;
    padding: 22px 0 0 356px;
    background-image: url(/shared/templates/saiyo_top/images/main/ttl_about_chuoku.png);
	background-position: left center;
	letter-spacing:2px;
}
#tmp_about_chouku .about_list li a {
	font-size: 133.3%;
}
#tmp_about_city {
	padding: 71px 0 0;
}
#tmp_about_city .about_ttl {
	padding: 0 0 37px;
}
#tmp_about_city .about_city {
	float: left;
	width: 770px;
}
#tmp_about_city .about_city .sec_heading h2 {
	font-size: 133.3%;
    padding: 10px 0 0 207px;
    background-image: url(/shared/templates/saiyo_top/images/main/ttl_about_city.png);
	background-position: left center;
}
#tmp_about_city .about_sns {
	float: left;
	width: calc(100% - 770px);
	padding-left: 68px;
}
#tmp_about_city .about_sns .sec_heading h2 {
	font-size: 133.3%;
    padding: 10px 0 0 84px;
    background-image: url(/shared/templates/saiyo_top/images/main/about_sns.png);
	background-position: left center;
	letter-spacing: 2px;
}
#tmp_about_city .about_list li a {
	font-size: 111.1%;
}
.sns_list ul {
	list-style: none;
}
.sns_list li {
	margin-bottom: 17px;
	display: block;
    text-decoration: none;
    color: #333333;
	background-color: #ffffff;
	-webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
	border: 2px solid transparent;
	background-repeat: no-repeat;
	-webkit-box-shadow: 3px 4px 15px 0 rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 3px 4px 15px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 3px 4px 15px 0 rgba(0, 0, 0, 0.15);
	word-break: break-all;
	background-image: url(/shared/templates/saiyo_top/images/icon/icon_arrow_blue_border.png);
	background-position: right 20px center;
	background-size: 30px auto;
	-webkit-background-size: 30px auto;
	-moz-background-size: 30px auto;
}
.sns_list li .sns_item {
	display: table;
	min-height: 76px;
}
.sns_list li .sns_item .sns_img {
	display: table-cell;
    vertical-align: middle;
    min-width: 95px;
    text-align: center;
}
.sns_list li .sns_item .sns_img img{
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
.sns_list li .sns_item .sns_link {
	display: table-cell;
    vertical-align: middle;
	width: 100%;
}
.sns_list li a {
	display: block;
    padding: 10px 50px 10px 10px;
    text-decoration: none;
	color: #333333;
    background-color: transparent;
}
/* ==================================================
hover
================================================== */
#tmp_news .btn_news_list a,
.recruiment_qa .recruiment_url a,
.recruiment_btn_b p a,
#tmp_staff .staff_cate_btn a,
.about_list li,
.sns_list li {
	transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
#tmp_news .btn_news_list a:hover,
#tmp_news .btn_news_list a:focus,
.recruiment_url a:hover,
.recruiment_url a:focus,
#tmp_staff .staff_cate_btn a:hover,
#tmp_staff .staff_cate_btn a:focus {
	color:#034477;
	background-color:#ffffff;
	background-image:url(/shared/templates/saiyo_top/images/icon/icon_caret_blue.png);
}
.recruiment_btn_b p a:hover,
.recruiment_btn_b p a:focus {
	color:#034477;
	background-color:#ffffff;
}
.about_list li a:hover,
.about_list li a:focus,
.sns_list li:hover,
.sns_list li:focus {
	border-color:#044a80;
}
/* ==================================================
image
================================================== */
#tmp_mainvs .mainvs_item img,
.staff_interview .staff_interview_image img {
	width: 100%;
	height: auto;
	vertical-align: top;
	-webkit-animation: none;
    -moz-animation: none;
    animation: none;
}
#tmp_mainvs .mainvs_logo img,
.recruiment_guide .re_guide_image img,
.recruiment_guide_btn .re_guide_icon img,
.staff_interview_inner .staff_interview_image img,
.symposium_inner .symposium_image img,
#tmp_mainvs .mainvs_btn img,
.box_symposium .symposium_image img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
	-webkit-animation: none;
    -moz-animation: none;
    animation: none;
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}
/* ==================================================
font-family
================================================== */
.sec_heading h2 {
	font-family: "UD Shin Go Regular", 'メイリオ', Meiryo, sans-serif;
}
#tmp_staff .staff_cate_ttl h3,
#tmp_news .news_item .news_label1,
.recruiment_qa .recruiment_q,
.recruiment_guide_btn .guide_btn_ttl {
	font-family: "UD Shin Go Medium", 'メイリオ', Meiryo, sans-serif;
}
/* ==================================================
no javascript
================================================== */
.no_javascript #tmp_mainvs .mainvs_slides {
	opacity: 1;
	visibility: visible;
	margin: 0;
	padding: 0;
}
.no_javascript #tmp_mainvs .mainvs_slides .mainvs_item {
	padding: 0;
	height: 750px;
	margin-bottom: 20px;
	-webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.no_javascript #tmp_mainvs .mainvs_wrapper {
	max-height: 750px;
	margin:0 98px 0 20px;
	overflow-x:hidden;
	overflow-y:auto;
}
.no_javascript #tmp_staff_cate_interview_slide {
	height: 260px;
	overflow-x:hidden;
	overflow-y:auto;
}
.no_javascript #tmp_staff_cate_interview_slide .staff_item {
	margin:0 0 30px;
}
.no_javascript #tmp_staff_cate_interview_slide .slick_slides {
	opacity: 1;
	visibility: visible;
}
.no_javascript #tmp_staff .staff_cate {
	padding-bottom:48px;
}
/* ==================================================
accessibility style change:color
================================================== */
.color_blue .about_list li a:after,
.color_black .about_list li a:after,
.color_yellow .about_list li a:after {
	display: none !important;
}
.color_blue #tmp_mainvs .mainvs_slides .slick-dots .dot_1,
.color_black #tmp_mainvs .mainvs_slides .slick-dots .dot_1,
.color_yellow #tmp_mainvs .mainvs_slides .slick-dots .dot_1 {
	background-image: url(/shared/templates/saiyo_top/images/icon/number_01.png) !important;
}
.color_blue #tmp_mainvs .mainvs_slides .slick-dots .dot_2,
.color_black #tmp_mainvs .mainvs_slides .slick-dots .dot_2,
.color_yellow #tmp_mainvs .mainvs_slides .slick-dots .dot_2 {
	background-image: url(/shared/templates/saiyo_top/images/icon/number_02.png) !important;
}
.color_blue #tmp_mainvs .mainvs_slides .slick-dots .dot_3,
.color_black #tmp_mainvs .mainvs_slides .slick-dots .dot_3,
.color_yellow #tmp_mainvs .mainvs_slides .slick-dots .dot_3 {
	background-image: url(/shared/templates/saiyo_top/images/icon/number_03.png) !important;
}
.color_blue #tmp_mainvs .mainvs_slides .slick-dots .dot_4,
.color_black #tmp_mainvs .mainvs_slides .slick-dots .dot_4,
.color_yellow #tmp_mainvs .mainvs_slides .slick-dots .dot_4 {
	background-image: url(/shared/templates/saiyo_top/images/icon/number_04.png) !important;
}
.color_yellow #tmp_mainvs .mainvs_slides .slick-dots a {
	background-color: #000000 !important;
}
.color_yellow #tmp_mainvs .mainvs_slides .slick-dots .slick-active a {
	background-color: #0000FF !important;
}
.color_blue #tmp_mainvs .mainvs_slides .slick-dots .slick-active a,
.color_black #tmp_mainvs .mainvs_slides .slick-dots .slick-active a,
.color_yellow #tmp_mainvs .mainvs_slides .slick-dots .slick-active a {
	border-color: #ffffff !important;
}
.color_blue #tmp_mainvs .mainvs_info,
.color_black #tmp_mainvs .mainvs_info,
.color_yellow #tmp_mainvs .mainvs_info {
	width: 100%;
	height: auto;
	background: transparent;
	text-indent: 0;
	text-align: center;
}
.color_blue .recruiment_qa .recruiment_url a,
.color_blue #tmp_staff .staff_interview,
.color_blue #tmp_staff .box_symposium,
.color_blue .staff_interview .staff_interview_label,
.color_blue .staff_interview .staff_interview_link a,
.color_blue .box_symposium .symposium_link a,
.color_black .recruiment_qa .recruiment_url a,
.color_black #tmp_staff .staff_interview,
.color_black #tmp_staff .box_symposium,
.color_black .staff_interview .staff_interview_label,
.color_black .staff_interview .staff_interview_link a,
.color_black .box_symposium .symposium_link a,
.color_yellow .recruiment_qa .recruiment_url a,
.color_yellow #tmp_staff .staff_interview,
.color_yellow #tmp_staff .box_symposium,
.color_yellow .staff_interview .staff_interview_label,
.color_yellow .staff_interview .staff_interview_link a,
.color_yellow .box_symposium .symposium_link a{
	border: 1px solid transparent
}
.color_blue #tmp_news .new_wrapper:before,
.color_blue #tmp_news .new_wrapper:after,
.color_blue #tmp_mainvs:after,
.color_blue #tmp_news .news_ttl:before,
.color_blue #tmp_recruiment:before,
.color_blue #tmp_staff:before,
.color_blue #tmp_recruiment:after,
.color_blue #tmp_staff:after,
.color_blue #tmp_recruiment .recruiment_wrapper:before,
.color_blue #tmp_recruiment .recruiment_ttl:before,
.color_blue #tmp_staff .staff_ttl:before,
.color_black #tmp_news .new_wrapper:before,
.color_black #tmp_news .new_wrapper:after,
.color_black #tmp_mainvs:after,
.color_black #tmp_news .news_ttl:before,
.color_black #tmp_recruiment:before,
.color_black #tmp_staff:before,
.color_black #tmp_recruiment:after,
.color_black #tmp_staff:after,
.color_black #tmp_recruiment .recruiment_wrapper:before,
.color_black #tmp_recruiment .recruiment_ttl:before,
.color_black #tmp_staff .staff_ttl:before,
.color_yellow #tmp_news .new_wrapper:before,
.color_yellow #tmp_news .new_wrapper:after,
.color_yellow #tmp_mainvs:after,
.color_yellow #tmp_news .news_ttl:before,
.color_yellow #tmp_recruiment:before,
.color_yellow #tmp_staff:before,
.color_yellow #tmp_recruiment:after,
.color_yellow #tmp_staff:after,
.color_yellow #tmp_recruiment .recruiment_wrapper:before,
.color_yellow #tmp_recruiment .recruiment_ttl:before,
.color_yellow #tmp_staff .staff_ttl:before{
	display: none;
}
.color_blue #tmp_wrapper .recruiment_guide .re_guide_ttl,
.color_black #tmp_wrapper .recruiment_guide .re_guide_ttl,
.color_yellow #tmp_wrapper .recruiment_guide .re_guide_ttl {
	text-indent: 0 !important;
	min-height: auto;
	border: 2px solid transparent;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.color_blue #tmp_mainvs .mainvs_slides .btn_slides a,
.color_black #tmp_mainvs .mainvs_slides .btn_slides a,
.color_yellow #tmp_mainvs .mainvs_slides .btn_slides a {
	width:auto;
	height:auto;
	padding-top:20px;
}
.color_blue #tmp_staff_cate_interview_slide .btn_slides,
.color_black #tmp_staff_cate_interview_slide .btn_slides,
.color_yellow #tmp_staff_cate_interview_slide .btn_slides {
	vertical-align:top;
}
.color_blue #tmp_staff_cate_interview_slide .btn_slides a,
.color_black #tmp_staff_cate_interview_slide .btn_slides a,
.color_yellow #tmp_staff_cate_interview_slide .btn_slides a {
	width:auto;
	height:auto;
	padding-left:13px;
}
.color_blue #tmp_mainvs .mainvs_slides .btn_slides span,
.color_black #tmp_mainvs .mainvs_slides .btn_slides span,
.color_yellow #tmp_mainvs .mainvs_slides .btn_slides span,
.color_blue #tmp_staff_cate_interview_slide .btn_slides span,
.color_black #tmp_staff_cate_interview_slide .btn_slides span,
.color_yellow #tmp_staff_cate_interview_slide .btn_slides span {
	z-index:1 !important;
	text-indent:0;
	overflow:visible;
	display:block;
}
.color_yellow #tmp_mainvs .mainvs_slides .btn_slides.start a:before,
.color_yellow #tmp_staff_cate_interview_slide .btn_slides.start a:before {
    border-color: transparent transparent transparent #000000;
}
.color_blue #tmp_staff_cate_interview_slide .btn_slides.start a:before,
.color_black #tmp_staff_cate_interview_slide .btn_slides.start a:before {
    border-color: transparent transparent transparent #ffffff;
}
.color_yellow #tmp_mainvs .mainvs_slides .btn_slides.stop a:before,
.color_yellow #tmp_mainvs .mainvs_slides .btn_slides.stop a:after,
.color_yellow #tmp_staff_cate_interview_slide .btn_slides.stop a:before,
.color_yellow #tmp_staff_cate_interview_slide .btn_slides.stop a:after {
    color: #ffffff;
    background-color: #000000;
}
.color_blue #tmp_staff_cate_interview_slide .btn_slides.stop a:before,
.color_blue #tmp_staff_cate_interview_slide .btn_slides.stop a:after,
.color_black #tmp_staff_cate_interview_slide .btn_slides.stop a:before,
.color_black #tmp_staff_cate_interview_slide .btn_slides.stop a:after {
    color: #000000;
    background-color: #ffffff;
}
.color_blue #tmp_mainvs .mainvs_info,
.color_black #tmp_mainvs .mainvs_info,
.color_yellow #tmp_mainvs .mainvs_info,
.color_blue #tmp_recruiment .recruiment_ttl::after,
.color_blue #tmp_staff .staff_ttl::after,
.color_black #tmp_recruiment .recruiment_ttl::after,
.color_black #tmp_staff .staff_ttl::after,
.color_yellow #tmp_recruiment .recruiment_ttl::after,
.color_yellow #tmp_staff .staff_ttl::after {
	display:none;
}
.color_blue #tmp_recruiment,
.color_black #tmp_recruiment,
.color_yellow #tmp_recruiment,
.color_blue #tmp_staff,
.color_black #tmp_staff,
.color_yellow #tmp_staff,
.color_blue #tmp_about,
.color_black #tmp_about,
.color_yellow #tmp_about {
	border-top:2px solid;
}
.color_blue #tmp_staff_cate_interview_slide .slick-prev,
.color_blue #tmp_staff_cate_interview_slide .slick-next,
.color_black #tmp_staff_cate_interview_slide .slick-prev,
.color_black #tmp_staff_cate_interview_slide .slick-next,
.color_yellow #tmp_staff_cate_interview_slide .slick-prev,
.color_yellow #tmp_staff_cate_interview_slide .slick-next {
	background-image:none;
}
.color_blue #tmp_staff_cate_interview_slide .slick-prev::after,
.color_blue #tmp_staff_cate_interview_slide .slick-next::after,
.color_black #tmp_staff_cate_interview_slide .slick-prev::after,
.color_black #tmp_staff_cate_interview_slide .slick-next::after,
.color_yellow #tmp_staff_cate_interview_slide .slick-prev::after,
.color_yellow #tmp_staff_cate_interview_slide .slick-next::after {
	content:'';
	position:absolute;
	left:7px;
	top:4px;
    width: 10px;
    height: 10px;
    border-top: 2px solid;
    border-right: 2px solid;
}
.color_blue #tmp_staff_cate_interview_slide .slick-prev::after,
.color_black #tmp_staff_cate_interview_slide .slick-prev::after,
.color_yellow #tmp_staff_cate_interview_slide .slick-prev::after {
    -webkit-transform: rotate(-135deg);
}
.color_blue #tmp_staff_cate_interview_slide .slick-next::after,
.color_black #tmp_staff_cate_interview_slide .slick-next::after,
.color_yellow #tmp_staff_cate_interview_slide .slick-next::after {
    -webkit-transform: rotate(45deg);
}
.color_blue #tmp_staff_cate_interview_slide .progress_wrap .count_total::before,
.color_black #tmp_staff_cate_interview_slide .progress_wrap .count_total::before,
.color_yellow #tmp_staff_cate_interview_slide .progress_wrap .count_total::before {
	content:'/';
	background-image:none;
	width:auto;
	height:auto;
}
/* ==================================================
accessibility style change:fsize
================================================== */
.fsize_big2 #tmp_mainvs .mainvs_slides .slick_control {
	right: 10px;
}
.fsize_big2 .staff_interview .staff_interview_link a {
	min-width: 430px;
}
.fsize_big2 .box_symposium .symposium_link a {
	min-width: 360px;
}
/* ==================================================
clearfix
================================================== */
/* for modern browser */
#tmp_news .new_wrapper:after,
.about_list ul:after,
.wrap_recruiment_info:after,
#tmp_about_city:after {
	content: '';
	display: table;
	clear: both;
}
/* ==================================================
print
================================================== */
@media print {
/* for Firefox */
#tmp_main:after,
.col_nm:after {
	content:""; /* 変更しない */
	height:1px; /* 変更しない */
}
}