@charset "utf-8";

/* ==================================================
Setting by CMS sheets
================================================== */

body,
input,
select,
textarea {
	font-family: "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif; 
}

/* if "em" is not rendered correctly */
/*
em {
	font-family: "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif; 
}
*/

a:link,
a:active,
a:visited {
	color: #016CB7;
}

a:hover{
	color: #B45400;
}

body {
	font-size: 93.75%;
	-webkit-text-size-adjust:none;
	-moz-text-size-adjust:none;
	-ms-text-size-adjust:none;
	color: #333333;
	line-height: 1.5;
	font-weight: 500;
}


/* Styles
================================================== */


/* text */

.txt_red {
	color: #990000;
	/* Setting by CMS sheets */
}

.txt_green {
	color: #007500;
	/* Setting by CMS sheets */
}

.txt_big {
	font-size: 130%;
	/* Setting by CMS sheets */
}

.txt_small {
	font-size: 86%;
	/* Setting by CMS sheets */
}


/* bgcolor */

td.bg_blue,
th.bg_blue {
	color: inherit;
	background-color: #E8FDFE;
	/* Setting by CMS sheets */
}

td.bg_lightblue,
th.bg_lightblue {
	color: inherit;
	background-color: #EEF9FF;
	/* Setting by CMS sheets */
}

td.bg_purple,
th.bg_purple {
	color: inherit;
	background-color: #F3EEFF;
	/* Setting by CMS sheets */
}


/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */


/* ==================================================
Base-Layout
================================================== */

#tmp_wrapper {
	margin: 0 auto;
	min-width: 1080px;
	padding-top: 100px;
	position: relative;
}

#tmp_wrapper.open_rmenu {
    overflow: hidden;
}

.container:before,
.container:after {
	content: '';
	display: table;
}

.container:after {
	clear: both;
}

.container {
	max-width: 1100px;
	width: 100%;
	margin: 0 auto;
	padding: 0 10px;
}

.show_sp{
	display: none;
}

/* format カラムのレイアウトのbaseロジック
============================== */

.wrap_col_nm {
	width: 100%;
	/* 変更しない */
	float: left;
	/* 変更しない */
}

.col_nm {
	width: 100%;
	/* 変更しない */
}

.wrap_col_lft_navi {
	float: left;
	/* 変更しない */
	position: relative;
	/* 変更しない */
	z-index: 1;
	/* 変更しない */
}

.wrap_col_rgt_navi {
	float: right;
	/* 変更しない */
}

.column_full .wrap_col_main {
	width: 100%;
	/* 変更しない */
	float: right;
	/* 変更しない */
}

.column_lnavi .wrap_col_main {
	width: 100%;
	/* 変更しない */
	float: right;
	/* 変更しない */
}

.column_rnavi .wrap_col_main {
	width: 100%;
	/* 変更しない */
	float: left;
	/* 変更しない */
}

.col_main {
	padding: 0;
	/* デザインによって変更 */
}


/* free
============================== */

.format_free .wrap_col_nm {
	margin-right: -210px;
	/* デザインによって変更 */
}

.format_free .wrap_col_nm2 {
	margin-right: 210px;
	/* デザインによって変更 */
}

.format_free .wrap_col_lft_navi {
	width: 200px;
	/* デザインによって変更 */
	margin-right: -210px;
	/* デザインによって変更 */
}

.format_free .col_lft_navi {
	padding: 10px;
	/* デザインによって変更 */
	color: inherit;
	background-color: #CCDDEE;
}

.format_free .wrap_col_rgt_navi {
	width: 200px;
	/* デザインによって変更 */
}

.format_free .col_rgt_navi {
	padding: 10px;
	/* デザインによって変更 */
	color: inherit;
	background-color: #CCDDEE;
}

.format_free .column_full .col_main {
	margin-left: 210px;
	/* デザインによって変更 */
}

.format_free .column_lnavi .col_main {
	margin-left: 210px;
	/* デザインによって変更 */
}

.format_free .column_rnavi .wrap_col_main {
	margin-right: -210px;
	/* デザインによって変更 */
}

.format_free .column_rnavi .col_main {
	margin-right: 210px;
	/* デザインによって変更 */
}


/* header
================================================== */
#tmp_header_fixed{
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 103;
}
#tmp_header_fixed .header_fixed_wrapper{
	position: relative;
	z-index: 101;
}
#tmp_header_fixed .container {
	max-width: 100%;
	padding: 0;
}
#tmp_header {
	min-height: 100px;
	color: #333333;
	background-color: #DFF8FF;
	border-bottom: 1px solid #DFF8FF;
}
#tmp_header .header_inner{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
#tmp_hlogo {
	max-width: 304px;
	width: 100%;
	color: #333333;
	background-color: #ffffff;
}
#tmp_hlogo h1,
#tmp_hlogo p,
#tmp_hlogo a,
#tmp_hlogo h1 span,
#tmp_hlogo p span {
	max-width: 304px;
	height: 68px;
}
#tmp_hlogo h1,
#tmp_hlogo p {
	display: block;
	background: url(/site/shared/site_saiyou/images/icon/hlogo.jpg) no-repeat;
	background-size: 100% auto;
}
#tmp_hlogo a {
	display: block;
}
#tmp_hlogo h1 span,
#tmp_hlogo p span {
	display: block;
	position: relative;
	z-index: -1;
	overflow: hidden;
}
#tmp_sma_rmenu {
	width: 100% !important;
	margin-left: 0 !important;
}
#tmp_hnavi_rmenu > a,
#tmp_sma_rmenu .menu_content,
#tmp_sma_rmenu .close_btn a span{
	background-color: #ffffff;
	color: #333333;
}


/* gnavi
================================================== */

.header_rgt,
.hnavi ul {
	display: flex;
	flex-wrap: wrap;
}
.header_rgt{
	flex-direction: column;
	align-items: flex-end;
	max-width: calc(100% - 304px);
	padding: 10px 19px 6px 10px;
}
.hnavi ul {
	list-style: none;
	gap: 0 10px;
}
.hnavi li a {
    display: block;
    color: #ffffff;
    background-color: #007CA6;
    padding: 4px 9px 2px;
    font-weight: 500;
    line-height: 1.3;
    text-decoration: none;
}
#tmp_gnavi,
#tmp_gnavi .gnavi {
	width: 100%;
}
#tmp_gnavi .gnavi {
	clear: both;
}
#tmp_gnavi .gnavi ul {
	display: table;
	list-style: none;
	width: 760px;
}
#tmp_gnavi .gnavi li {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	line-height: 1.5;
}
#tmp_gnavi .gnavi li::before,
#tmp_gnavi .gnavi li:last-child::after {
	content: "";
	position: absolute;
	top: 50%;
	margin-top: 0;
	height: 62%;
	border-left: 1px solid #E26E2C;
	transform: translateY(-50%);
}
#tmp_gnavi .gnavi li::before {
    left: 0;
}
#tmp_gnavi .gnavi li:last-child::after {
	right: 0;
}
#tmp_gnavi .gnavi a {
	display: flex;
	min-width: 55px;
	padding: 4px 5px 2px 4px;
	font-weight: bold;
	color: #333333;
	background-color: transparent;
	text-align: center;
	text-decoration: none;
	line-height: 1.3;
	align-items: center;
	justify-content: center;
}
#tmp_gnavi .gnavi li:first-child a {
	min-width: 60px;
}
#tmp_gnavi .gnavi a:focus-visible {
	outline-offset: -1px;
}

/*pnavi*/
.pnavi {
    position: absolute;
    right: 0;
    top: -33px;
	transition: 0.3s opacity ease-in-out;
    z-index: 100;
}
.pnavi a,
.pnavi span{
	display: block;
}
.pnavi a{
	display: block;
	padding: 7px 10px 7px 35px;
	font-size: 100%;
	text-decoration: none;
	line-height: 1.3;
	position: relative;
	color: #ffffff;
	background-color: #007CA6;
	font-weight: bold;
	transition: 0.3s;
}
.pnavi a::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 10px;
    display: block;
    width: 20px;
    height: 20px;
    background-color: #ffffff;
    border-radius: 100%;
}
.pnavi a::after {
    content: "";
    position: absolute;
    top: 16px;
    left: 16px;
    display: block;
    width: 8px;
    height: 8px;
    border-top: #007CA6 2px solid;
    border-left: #007CA6 2px solid;
    transform: rotate(45deg);
}
.pnavi a:focus-visible,
.pnavi a:hover {
	background-color: #B45400;
}
.pnavi a:hover::after{
    border-top: #B45400 2px solid;
    border-left: #B45400 2px solid;
    transition: 0.3s;
}
.pnavi_fixed.pnavi {
    position: fixed;
    bottom: 0;
    top: auto;
    right: 0;
    margin-right: 0;
}
.no_javascript .pnavi{
	display: block;
}
/* footer
================================================== */

#tmp_footer {
	position: relative;
	margin-top: 34px;
}
.footer_cnt {
	color: inherit;
	background-color: #DFF8FF;
	padding: 16px 0 6px;
	text-align: center;
}
.footer_name {
	font-size: 134%;
	font-weight: bold;
	margin-bottom: 10px;
}
.footer_address {
	display: inline-block;
	text-align: left;
	padding-left: 1px;
}
.footer_address address {
	font-style: normal;
	font-weight: 500;
}
.footer_address .add_ttl {
	position: relative;
	padding-left: 20px;
	margin-top: 8px;
	font-size: 105%;
	font-weight: bold;
}
.footer_address .add_ttl::before {
    content: "";
    background-color: #007CA6;
    position: absolute;
    width: 15px;
    height: 15px;
    left: 0;
    top: 3px;
}
.footer_links {
	list-style: none;
	display: table;
	margin: 0 auto;
	padding-right: 1px;
}
.footer_links li {
    display: table-cell;
    padding: 14px 15px;
}
.footer_links li a {
	display: block;
	padding: 11px 25px 11px 30px;
	border-radius: 5px;
	color: #ffffff;
	font-weight: 500;
	background-color: #007CA6;
	text-decoration: none;
}
.footer_links li a[target="_blank"]::after {
    margin: 0 5px;
    content: url(/site/shared/site_saiyou/images/icon/f_exlink.png);
    vertical-align: middle;
    line-height: 0.1;
}
.wrap_fnavi {
    border-top: 1px solid #028DBD;
    border-bottom: 1px solid #028DBD;
    padding: 10px 0 10px;
}
.wrap_fnavi .fnavi {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto;
	list-style: none;
}
.wrap_fnavi .fnavi li {
	padding: 0 20px;
	line-height: 1.5;
}
.wrap_fnavi .fnavi a {
	display: inline-block;
	vertical-align: top;
	color: #00779D;
	padding-left: 1em;
	font-weight: 500;
	background-color: transparent;
	text-decoration: none;
	position: relative;
}
.wrap_fnavi .fnavi li a::before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 0px;
	border-left: #028DBD 8px solid;
	border-top: transparent 5px solid;
	border-bottom: transparent 5px solid;
	transform: translateY(-50%);
}
/* pankuzu
================================================== */
#tmp_pankuzu {
	text-align: right;
	margin-bottom: 38px;
}
#tmp_pankuzu a {
	background-color: transparent;
	color: #333333;
}

/* custom_update
================================================== */

/* ==================================================
Splide control common
================================================== */
.splide_common .splide__controls {
    display: flex;
	align-items: center;
}
.splide_common .splide__toggle {
	position: relative;
	display: inline-block;
	font-size: 77.8%;
	text-decoration: none;
	font-weight: bold;
	padding: 3px 0 0 13px;
	color: #3a3a3a;
	margin-right: 20px;
	min-width: 63px;
	text-align: left;
}
.splide_common .splide__toggle:before,
.splide_common .splide__toggle:after {
	content: '';
	width: 2px;
	height: 12px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: 1px;
	transform: translateY(-50%);
	background-color: #222222;
}
.splide_common .splide__toggle:after {
	left: 4px;
}
.splide_common .splide__toggle:not(.is-active):after {
	content: none;
}
.splide_common .splide__toggle:not(.is-active):before {
	border-style: solid;
	border-width: 6px 0 6px 8px;
	border-color: transparent transparent transparent #222222;
	background-color: transparent;
}
.splide_common .splide__arrow {
	position: static;
	width: 12px;
	height: 18px;
	text-indent: -9999px;
	overflow: hidden;
	opacity: 1;
	transform: none;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 9px auto;
	background-color: transparent;
	border-radius: 0;
}
.splide_common .splide__arrow--prev {
	background-image: url(/site/shared/site_saiyou/images/icon/icon_arrow_prev_bl.png);
}
.splide_common .splide__arrow--next {
	background-image: url(/site/shared/site_saiyou/images/icon/icon_arrow_next_bl.png);
}
.splide_common .splide__progress {
    display: flex;
	align-items: flex-end;
	padding: 0 21px 0 18px;
}
.splide_common .splide__progress p {
	margin-bottom: 0 !important;
	font-size: 88.9%;
	line-height: 1;
	color: #3a3a3a;
	font-weight: bold;
}
.splide_common .splide__progress .progress_current {
	font-size: 133.3%;
}
.splide_common .splide__progress .progress_total {
	position: relative;
	padding-left: 12px;
	margin-bottom: 1px !important;
}
.splide_common .splide__progress .progress_total:before {
	content: '';
	width: 1px;
	height: 90%;
	position: absolute;
	left: 5px;
	top: 0;
	transform: rotate(25deg);
	background-color: #3a3a3a;
}
.color_blue .splide_common .splide__toggle:before,
.color_blue .splide_common .splide__toggle:after  {
	background-color: #FFFF00 !important;
}
.color_yellow .splide_common .splide__toggle:before,
.color_yellow .splide_common .splide__toggle:after  {
	background-color: #000000 !important;
}
.color_black .splide_common .splide__toggle:before,
.color_black .splide_common .splide__toggle:after  {
	background-color: #FFFF00 !important;
}
.color_blue .splide_common .splide__toggle:not(.is-active):before {
	background-color: transparent !important;
	border-color: transparent transparent transparent #FFFF00;
}
.color_yellow .splide_common .splide__toggle:not(.is-active):before {
	background-color: transparent !important;
	border-color: transparent transparent transparent #000000;
}
.color_black .splide_common .splide__toggle:not(.is-active):before {
	background-color: transparent !important;
	border-color: transparent transparent transparent #FFFF00;
}
.color_yellow #tmp_wrapper .splide_common .splide__arrow--prev {
    background-image: url(/site/shared/site_saiyou/images/icon/icon_arrow_prev_bl.png) !important;
}
.color_yellow #tmp_wrapper .splide_common .splide__arrow--next {
    background-image: url(/site/shared/site_saiyou/images/icon/icon_arrow_next_bl.png) !important;
}
.color_blue #tmp_wrapper .splide_common .splide__arrow--prev,
.color_black #tmp_wrapper .splide_common .splide__arrow--prev {
    background-image: url(/site/shared/site_saiyou/images/icon/icon_arrow_prev_yellow.png) !important;
}
.color_blue #tmp_wrapper .splide_common .splide__arrow--next,
.color_black #tmp_wrapper .splide_common .splide__arrow--next {
    background-image: url(/site/shared/site_saiyou/images/icon/icon_arrow_next_yellow.png) !important;
}
.color_blue .splide_common .splide__progress .progress_total:before,
.color_black .splide_common .splide__progress .progress_total:before {
	background-color: #FFFF00 !important;
}
.color_yellow .splide_common .splide__progress .progress_total:before {
	background-color: #000000 !important;
}

/* ==================================================
layout
================================================== */

/* kankyo block
================================================== */
.list_kankyo_wrap ul{
	list-style: none;
	display: flex;
	gap: 50px 30px;
	flex-wrap: wrap;
}
.list_kankyo_wrap ul li{
	width: calc((100% - 60px) / 3);
}
.list_kankyo_wrap ul li a{
	display: block;
	position: relative;
	text-decoration: none;
}
.list_kankyo_wrap ul .kankyo_lead{
	display: block;
	position: absolute;
	z-index: 2;
	top: -15px;
    width: 100%;
    text-align: center;
	max-height: 85%;
    overflow: auto;
	padding: 0 5px;
}
.list_kankyo_wrap ul .kankyo_lead .kankyo_lead_txt{
	display: inline-block;
	color: #ffffff;
	background-color: #B45400;
	padding: 5px 10px 2px;
	border-radius: 8px;
	position: relative;
	margin-bottom: 5px;
}
.list_kankyo_wrap ul .kankyo_lead .kankyo_lead_txt::before{
	content: "";
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	border-left: transparent 7px solid;
	border-right: transparent 7px solid;
	border-top: #B45400 10px solid;
}
.list_kankyo_wrap ul .kankyo_name{
	width: 100%;
	text-align: center;
	color: #333333;
	font-size: 166%;
	font-weight: bold;
	margin: 0;
	padding: 5px;
	display: block;
	text-shadow: 0 0 1px #ffffff, 2px 2px 1px #ffffff, 2px 0px 1px #ffffff, 0px 2px 1px #ffffff, -2px 2px 1px #ffffff, 2px -2px 1px #ffffff, -2px -2px 1px #ffffff, -2px 0px 1px #ffffff, 0px -2px 1px #ffffff;
}
.list_kankyo_wrap ul .kankyo_more{
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #007BA5;
	font-weight: bold;
	line-height: 1.3;
	width: 100%;
	text-align: center;
	padding: 9px 40px 9px 30px;
	background-color: rgba(255, 255, 255, 0.8);
	background-image: url(/site/shared/site_saiyou/images/icon/icon_arrow_blue.png);
	background-position: right 10px center;
	background-size: 13px auto;
	background-repeat: no-repeat;
	transition-duration: 0.1s;
}
.list_kankyo_wrap ul .kankyo_img{
	display: block;
}
.list_kankyo_wrap ul .kankyo_img img{
	width: 100%;
	height: auto;
	vertical-align: top;
}
.list_kankyo_wrap ul li a::before{
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
	left: 0;
	z-index: 2;
	transition-duration: 0.1s;
	pointer-events: none;
}
.list_kankyo_wrap ul li a:hover::before{
    border: 5px solid #B45400;
}
.list_kankyo_wrap ul li a:hover .kankyo_more {
	color: #ffffff;
	background-color: #B45400;
	background-image:url(/site/shared/site_saiyou/images/icon/icon_arrow_wh.png);
}
/* ==================================================
CMS-function
================================================== */


/* ==================================================
CMS-library
================================================== */


/* ==================================================
CMS-parts
================================================== */


/* col2
================================================== */


/* col2_cms */

table.col2 {
	width: 99%;
	border-collapse: collapse;
	border-spacing: 0;
}

table.col2 td.col2L,
table.col2 td.col2R {
	width: 50%;
	padding: 0;
	vertical-align: top;
	text-align: left;
}

table.col2 td.col2L {
	border-right: 15px solid #FFFFFF;
}


/* col2_pub */

div.col2 {
	width: 100%;
}

div.col2 div.col2L {
	display: table;
	width: 48.5%;
	margin-right: 2%;
	float: left;
}

div.col2 div.col2R {
	display: table;
	width: 48.5%;
	float: left;
}


/* nestcol2 */

table.col2 table.col2 td.col2L {
	padding: 0;
}

div.col2 div.col2 div.col2L {
	width: 47.5%;
	margin-right: 4%;
}

div.col2 div.col2 div.col2R {
	width: 47.5%;
}


/* fixed_col2 */

div.fixed_col2 {
	width: 100%;
}

div.fixed_col2 div.fixed_col2L {
	display: table;
	width: 48.5%;
	margin-right: 2%;
	float: left;
}

div.fixed_col2 div.fixed_col2R {
	display: table;
	width: 48.5%;
	float: right;
}


/* col3
================================================== */

table.col3 {
	width: 99%;
	border-collapse: collapse;
	border-spacing: 0;
}

table.col3 td.col3L,
table.col3 td.col3M,
table.col3 td.col3R {
	width: 33.33%;
	padding: 0;
	vertical-align: top;
	text-align: left;
}

table.col3 td.col3L,
table.col3 td.col3M {
	border-right: 15px solid #FFFFFF;
}

div.col3 {
	width: 100%;
}

div.col3 div.col3L,
div.col3 div.col3M {
	display: table;
	width: 31.7%;
	margin-right: 2%;
	float: left;
}

div.col3 div.col3R {
	display: table;
	width: 31.7%;
	float: left;
}

/* Scroll Table
================================================== */
.scroll_table {
	overflow-x:scroll;
	margin-bottom: 39px;
	padding: 41px 18px 27px;
	background: #F6F6F6 url(/site/shared/site_saiyou/images/icon/scroll_table_icon.png) right 14px no-repeat;
	background-size:81px 16px;
}
.scroll_table_switch {
	text-align:right;
	margin: 0 0 14px;
	font-size: 100%;
	font-weight: normal;
	line-height:1.2;
}
.scroll_table_switch a {
	border: 1px solid #d5d5d4;
	color: #333333;
	display:inline-block;
	padding: 6px 9px 6px 66px;
	text-decoration:none;
	background: #FFFFFF url(/site/shared/site_saiyou/images/icon/scroll_table_ex.png) 8px center no-repeat;
	background-size: 50px 22px;
	min-width:9em;
	text-align:center;
}
.scroll_table_switch a.scroll {
	background: #FFFFFF url(/site/shared/site_saiyou/images/icon/scroll_table_df.png) 8px center no-repeat;
	background-size: 50px 22px;
}
.scroll_table::-webkit-scrollbar{
 height: 5px;
}
.scroll_table::-webkit-scrollbar-track{
 background: #F1F1F1;
}
.scroll_table::-webkit-scrollbar-thumb {
 background: #BCBCBC;
}
/* linkicon
================================================== */
#tmp_main a.icon_pdf,
#tmp_main a.icon_excel,
#tmp_main a.icon_word,
#tmp_main a.icon_ppt,
#tmp_main a.icon_txt {
	display:inline-block;
	vertical-align:top;
}
a.icon_pdf,
a.icon_excel,
a.icon_word,
a.icon_ppt,
a.icon_txt {
	margin: 0;
	text-indent:0 !important;
	background-position:left 0.1em;
	background-repeat:no-repeat;
	padding-left: 62px;
}
a.icon_pdf {
	background-image:url(/site/shared/site_saiyou/images/icon/icon_pdf.png);
}
a.icon_word {
	background-image:url(/site/shared/site_saiyou/images/icon/icon_word.png);
}
a.icon_excel {
	background-image:url(/site/shared/site_saiyou/images/icon/icon_excel.png);
}
a.icon_ppt {
	background-image:url(/site/shared/site_saiyou/images/icon/icon_ppt.png);
}
a.icon_txt {
	background-image:url(/site/shared/site_saiyou/images/icon/icon_txt.png);
}
#tmp_contents a[rel*="external"]:after,
#tmp_main a[rel*="external"]:after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin: 0 0.3em;
    background:url(/site/shared/images/icon/icon_external_gray.png) no-repeat center top;
    background-size: 16px auto;
}

/* career list
================================================== */
.career_list{
	display: flex;
	flex-flow: row wrap;
	gap: 13px;
	margin: 0;
}
.career_list .item{
	list-style: none;
	width: calc((100% - 39px) / 4);
}
.career_list a{
	position: relative;
	display: flex;
	flex-direction: column;
	padding: 10px 0 0 10px;
	background-color: #FFFFFF;
	color: #333333;
	text-decoration: none;
	z-index: 1;
}
.career_list a:before{
	content: '';
	position: absolute;
	left: 10px;
	top: 10px;
	right: 0;
	bottom: 0;
	z-index: 1;
	transition-duration: 0.1s;
	pointer-events: none;
}
.career_list a:hover:before{
	border: 5px solid #E26E2C;
}
.career_list img{
	width: 100%;
	height: auto;
	vertical-align: top;
}
.career_list .item_lbl{
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
	background-color: #B75D24;
	background-image: -webkit-linear-gradient(315deg, #d46a2a 50%, #da7235 50%);
	background-image: -moz-linear-gradient(315deg, #d46a2a 50%, #da7235 50%);
	background-image: -o-linear-gradient(315deg, #d46a2a 50%, #da7235 50%);
	background-image: linear-gradient(135deg, #d46a2a 50%, #da7235 50%);
	background-repeat: no-repeat;
	width: 75px;
	height: 75px;
	font-size: 120%;
	font-weight: 500;
	text-align: center;
	color: #FFFFFF;
	z-index: 1;
}
.career_list .item_text{
	position: absolute;
	left: 9px;
	bottom: 0;
	padding: 6px 6px 3px;
	background-color: rgba(255, 255, 255, 0.8);
	font-size: 120%;
	font-weight: bold;
	line-height: 1.4;
	max-height: 50%;
	text-shadow: 0 0 1px #ffffff, 2px 2px 1px #ffffff, 2px 0px 1px #ffffff, 0px 2px 1px #ffffff, -2px 2px 1px #ffffff, 2px -2px 1px #ffffff, -2px -2px 1px #ffffff, -2px 0px 1px #ffffff, 0px -2px 1px #ffffff;
}

/* hover
================================================== */
.hnavi li a,
.footer_links li a {
	transition: 0.1s background-color;
}
#tmp_gnavi .gnavi a,
.wrap_fnavi .fnavi a {
	transition: 0.1s color;
}
.hnavi li a:hover,
.footer_links li a:hover {
    background-color: #B45400;
}
#tmp_gnavi .gnavi .active a,
#tmp_gnavi .gnavi a:hover,
.wrap_fnavi .fnavi a:hover {
	color: #B45400;
}


/* ==================================================
accessibility
================================================== */


/* model_change
================================================== */

.wrap_mc_pc,
.wrap_mc_sp {
	display: none;
}

.disp_pc .wrap_mc_sp,
.disp_pc .wrap_mc_sp #tmp_switch_sp_style {
	display: block;
}

.disp_pc #tmp_hnavi_s,
.disp_pc #tmp_sma_lmenu,
.disp_pc #tmp_sma_mmenu,
.disp_pc #tmp_sma_rmenu {
	display: none;
}

#tmp_sma_menu{
	display: none;
}
/* ==================================================
accessibility style change:color
================================================== */


/* change_color commons
================================================== */

.color_blue #tmp_wrapper,
.color_blue #tmp_wrapper *,
.color_yellow #tmp_wrapper,
.color_yellow #tmp_wrapper *,
.color_black #tmp_wrapper,
.color_black #tmp_wrapper * {
	background-image: none !important;
	list-style-image: none !important;
}

.color_blue #tmp_wrapper span,
.color_yellow #tmp_wrapper span,
.color_black #tmp_wrapper span {
	z-index: auto !important;
}

.color_blue #tmp_event_cal_cnt .calendar .today,
.color_yellow #tmp_event_cal_cnt .calendar .today,
.color_black #tmp_event_cal_cnt .calendar .today {
	background-color: transparent !important;
}

.color_blue #tmp_wrap_main #tmp_cate_ttl h1,
.color_yellow #tmp_wrap_main #tmp_cate_ttl h1,
.color_black #tmp_wrap_main #tmp_cate_ttl h1 {
	padding: 0 !important;
	border: none !important;
}


/* headding */

.color_blue #tmp_wrap_main h1,
.color_blue #tmp_wrap_main h2,
.color_blue #tmp_wrap_main h3,
.color_blue #tmp_wrap_main h4,
.color_blue #tmp_wrap_main h5,
.color_blue #tmp_wrap_main h6,
.color_yellow #tmp_wrap_main h1,
.color_yellow #tmp_wrap_main h2,
.color_yellow #tmp_wrap_main h3,
.color_yellow #tmp_wrap_main h4,
.color_yellow #tmp_wrap_main h5,
.color_yellow #tmp_wrap_main h6,
.color_black #tmp_wrap_main h1,
.color_black #tmp_wrap_main h2,
.color_black #tmp_wrap_main h3,
.color_black #tmp_wrap_main h4,
.color_black #tmp_wrap_main h5,
.color_black #tmp_wrap_main h6 {
	padding: 5px !important;
	border: none !important;
}

.color_blue.format_top #tmp_wrap_main h1,
.color_blue.format_top #tmp_wrap_main h2,
.color_blue.format_top #tmp_wrap_main h3,
.color_blue.format_top #tmp_wrap_main h4,
.color_blue.format_top #tmp_wrap_main h5,
.color_blue.format_top #tmp_wrap_main h6,
.color_yellow.format_top #tmp_wrap_main h1,
.color_yellow.format_top #tmp_wrap_main h2,
.color_yellow.format_top #tmp_wrap_main h3,
.color_yellow.format_top #tmp_wrap_main h4,
.color_yellow.format_top #tmp_wrap_main h5,
.color_yellow.format_top #tmp_wrap_main h6,
.color_black.format_top #tmp_wrap_main h1,
.color_black.format_top #tmp_wrap_main h2,
.color_black.format_top #tmp_wrap_main h3,
.color_black.format_top #tmp_wrap_main h4,
.color_black.format_top #tmp_wrap_main h5,
.color_black.format_top #tmp_wrap_main h6 {
	border: none !important;
	padding: 0 !important;
}


/* icon */

.color_blue #tmp_wrap_main a.icon_pdf,
.color_blue #tmp_wrap_main a.icon_word,
.color_blue #tmp_wrap_main a.icon_excel,
.color_yellow #tmp_wrap_main a.icon_pdf,
.color_yellow #tmp_wrap_main a.icon_word,
.color_yellow #tmp_wrap_main a.icon_excel,
.color_black #tmp_wrap_main a.icon_pdf,
.color_black #tmp_wrap_main a.icon_word,
.color_black #tmp_wrap_main a.icon_excel {
	margin: 0 !important;
	padding: 0 !important;
}


/* used_bg_img */

.color_blue #tmp_wrapper .used_bg_img,
.color_yellow #tmp_wrapper .used_bg_img,
.color_black #tmp_wrapper .used_bg_img {
	width: auto !important;
	height: auto !important;
}

.color_blue #tmp_wrapper .used_bg_img a,
.color_yellow #tmp_wrapper .used_bg_img a,
.color_black #tmp_wrapper .used_bg_img a {
	width: auto !important;
	height: auto !important;
	text-decoration: underline !important;
}

.color_blue #tmp_wrapper .used_bg_img span,
.color_yellow #tmp_wrapper .used_bg_img span,
.color_black #tmp_wrapper .used_bg_img span {
	z-index: 1 !important;
	height: auto !important;
}


/* for Firefox3.0 */

.color_blue #tmp_wrap_main caption,
.color_yellow #tmp_wrap_main caption,
.color_black #tmp_wrap_main caption {
	background-color: transparent !important;
}


/* for google box common */

#tmp_wrap_main #tmp_gmap_box button,
#tmp_wrap_main #tmp_gmap_box .gmnoprint *,
#tmp_wrap_main #tmp_gmap_box .gm-style-cc * {
	background-color: #FFFFFF !important;
}


/* bg:blue
/* text:yellow
/* link:white
================================================== */

.color_blue #tmp_wrapper,
.color_blue #tmp_wrapper * {
	color: #FFFF00 !important;
	background-color: #00008B !important;
	border-color: #FFFF00 !important;
}

.color_blue #tmp_wrapper a,
.color_blue #tmp_wrapper a span,
.color_blue #tmp_wrapper button,
.color_blue #tmp_wrapper .used_bg_img a span,
.color_blue #tmp_wrapper input[type="submit"],
.color_blue #tmp_wrapper input[type="button"],
.color_blue #tmp_wrapper input[type="reset"] {
	color: #FFFFFF !important;
	background-color: transparent !important;
}

.color_blue #tmp_wrap_main h1 {
	border: 3px solid yellow !important;
}

.color_blue #tmp_wrap_main h2 {
	border-bottom: 1px solid yellow !important;
	border-left: 3px solid yellow !important;
}

.color_blue #tmp_wrap_main h3 {
	border-left: 3px solid yellow !important;
}


/* for google box */

.color_blue #tmp_wrap_main #tmp_gmap_box,
.color_blue #tmp_wrap_main #tmp_gmap_box * {
	color: #000000 !important;
	border-color: yellow !important;
	list-style-image: none !important;
}

.color_blue #tmp_wrap_main #tmp_gmap_box a {
	color: #7777CC !important;
}


/* bg:yellow
/* text:black
/* link:blue
================================================== */

.color_yellow #tmp_wrapper,
.color_yellow #tmp_wrapper * {
	color: #000000 !important;
	background-color: #FFFF00 !important;
	border-color: #000000 !important;
}

.color_yellow #tmp_wrapper a,
.color_yellow #tmp_wrapper a span,
.color_yellow #tmp_wrapper button,
.color_yellow #tmp_wrapper .used_bg_img a span,
.color_yellow #tmp_wrapper input[type="submit"],
.color_yellow #tmp_wrapper input[type="button"],
.color_yellow #tmp_wrapper input[type="reset"] {
	color: #0000FF !important;
	background-color: transparent !important;
}

.color_yellow #tmp_wrap_main h1 {
	border: 3px solid black !important;
}

.color_yellow #tmp_wrap_main h2 {
	border-bottom: 1px solid black !important;
	border-left: 3px solid black !important;
}

.color_yellow #tmp_wrap_main h3 {
	border-left: 3px solid black !important;
}


/* for google box */

.color_yellow #tmp_wrap_main #tmp_gmap_box,
.color_yellow #tmp_wrap_main #tmp_gmap_box * {
	color: #000000 !important;
	border-color: black !important;
	list-style-image: none !important;
}

.color_yellow #tmp_wrap_main #tmp_gmap_box a {
	color: #7777CC !important;
}


/* bg:black
/* text:yellow
/* link:white
================================================== */

.color_black #tmp_wrapper,
.color_black #tmp_wrapper * {
	color: #FFFF00 !important;
	background-color: #000000 !important;
	border-color: #FFFF00 !important;
}

.color_black #tmp_wrapper a,
.color_black #tmp_wrapper a span,
.color_black #tmp_wrapper button,
.color_black #tmp_wrapper .used_bg_img a span,
.color_black #tmp_wrapper input[type="submit"],
.color_black #tmp_wrapper input[type="button"],
.color_black #tmp_wrapper input[type="reset"] {
	color: #FFFFFF !important;
	background-color: transparent !important;
}

.color_black #tmp_wrap_main h1 {
	border: 3px solid yellow !important;
}

.color_black #tmp_wrap_main h2 {
	border-left: 3px solid yellow !important;
	border-bottom: 1px solid yellow !important;
}

.color_black #tmp_wrap_main h3 {
	border-left: 3px solid yellow !important;
}


/* for google box */

.color_black #tmp_wrap_main #tmp_gmap_box,
.color_black #tmp_wrap_main #tmp_gmap_box * {
	color: #000000 !important;
	border-color: yellow !important;
	list-style-image: none !important;
}

.color_black #tmp_wrap_main #tmp_gmap_box a {
	color: #7777CC !important;
}


/* ==================================================
accessibility style change:font-size
================================================== */


/* small
================================================== */

.fsize_small {
	font-size: 75% !important;
}


/* big
================================================== */

.fsize_big {
	font-size: 125% !important;
}


/* biggest(doubled)
================================================== */

.fsize_big2 {
	font-size: 175% !important;
}
/* ==================================================
means
================================================== */

/* ==================================================
Emergency
================================================== */

/* noJS
================================================== */
.no_javascript #tmp_wrapper {
	padding-top: 0;
}
.no_javascript #tmp_header_fixed {
	position: static;
}

/* ==================================================
clearfix
================================================== */

/* for modern browser */

#tmp_header:after,
#tmp_hnavi:after,
#tmp_gnavi .gnavi:after,
#tmp_gnavi .gnavi ul:after,
#tmp_main:after,
#tmp_main_menu:after,
#tmp_lnavi:after,
#tmp_lnavi_ttl:after,
#tmp_lnavi_cnt:after,
#tmp_event_cal:after,
#tmp_event_cal_ttl:after,
#tmp_event_cal_cnt .cal_navi:after,
#tmp_wrap_custom_update:after,
#tmp_custom_update:after,
#tmp_social_plugins:after,
.plugin:after,
.pnavi:after,
#tmp_inquiry:after,
#tmp_inquiry_ttl:after,
#tmp_inquiry_cnt:after,
#tmp_feedback:after,
#tmp_feedback_ttl:after,
#tmp_feedback_cnt:after,
#tmp_feedback_cnt fieldset:after,
#tmp_publicity_cnt:after,
#tmp_footer:after,
.wrap_fnavi .fnavi:after,
.footer_cnt:after,
div.col2:after,
div.fixed_col2:after,
div.col3:after,
.box_faq:after,
.box_faq_ttl:after,
.box_faq_cnt:after,
.emergency_head:after {
	content: "";
	/* Do not edit */
	display: table;
	/* Do not edit */
	clear: both;
	/* Do not edit */
}