@charset "utf-8";

#tmp_contents h1 {
    font-size: 262.5%;
    line-height: 1.25;
	margin:0 0 50px;
	clear:both; /* Do not edit */
}
#tmp_contents h2,
#tmp_contents h3,
#tmp_contents h4,
#tmp_contents h5,
#tmp_contents h6 {
	margin:50px 0 32px;
    line-height: 1.5;
	clear:both; /* Do not edit */
}
#tmp_contents h2 {
	font-size: 225%;
    padding: 0 0 0 25px;
    border-left: 5px solid #ee0606;
}
#tmp_contents h3 {
	font-size: 150%;
    padding: 0 0 12px;
    border-bottom: 1px solid #ee0606;
}
#tmp_contents h4 {
    padding: 0 0 0 30px;
	font-size: 112.5%;
    background: url("/shared/templates/jinji2026_free/images/h4_bg.png") no-repeat left center;
}
#tmp_contents h5 {
	font-size: 100%;
    padding: 0 0 14px;
    border-bottom: 1px dotted #ee0606;
}
#tmp_contents h6 {
	font-size: 100%;
}
#tmp_contents table {
	word-break: break-all;
}
#tmp_contents p {
	margin:0 0 1.2em; /* Do not edit */
}
#tmp_contents ul {
	margin:0 0 1.2em 1.2em; /* Do not edit */
	list-style-image:url(/shared/site_jinji2026/images/icon/list_icon.png); /* Do not edit */
}
#tmp_contents ol {
	margin:0 0 1.2em 3.2em; /* Do not edit */
	list-style-image:none; /* Do not edit */
}
#tmp_contents ol li {
    padding-left: 1em;
}
#tmp_contents ol li::marker {
  content: counter(list-item) " ";
}
#tmp_contents ul li,
#tmp_contents ol li {
    line-height: 1.75;
	margin:0 0 0.8em; /* Do not edit */
}
#tmp_contents ul ul,
#tmp_contents ul ol,
#tmp_contents ol ul,
#tmp_contents ol ol {
	margin:0.3em 0 0 1.5em; /* Do not edit */
}
#tmp_contents hr {
	height:1px; /* Do not edit */
	color:#CCCCCC; /* Do not edit */
	background-color:#CCCCCC; /* Do not edit */
	border:none; /* Do not edit */
	clear:both; /* Do not edit */
}
/* ==================================================
parts
================================================== */
/* img_cap
================================================== */
table.img_cap {
	margin:0 0 0.3em;
	border-collapse:collapse;
	border-spacing:0;
}
table.img_cap td {
	padding:0;
}
div.img_cap {
	margin:0 0 0.3em;
}
div.img_cap img {
	margin:0 !important;
}
/* outline
================================================== */
#tmp_contents .outline {
	margin: 40px 0 50px; /* Do not edit */
	border:1px solid #ee0606;
	clear:both; /* Do not edit */
}
#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: 28px 25px 18px;
	color:inherit;
	background-color:#FFFFFF;
}
#tmp_contents div.outline {
	padding: 28px 25px 18px;
	color:inherit;
	background-color:#FFFFFF;
    border-radius: 7px;
}
#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 */
}
/* box_btn
================================================== */
#tmp_contents ul.box_btn {
	margin: 40px 0 50px; /* Do not edit */
	padding:0;
	list-style:none;
	list-style-image:none;
}
#tmp_contents ul.box_btn li {
 	margin:0 0 20px;
    font-weight: bold;
    font-size: 112.5%;
}
#tmp_contents ul.box_btn li a {
    display: flex;
	align-items: center;
    flex-grow:1;
    min-height: 125px;
    text-decoration: none;
	padding: 10px 80px 10px 22px;
	color: #000000;
	background: #ffffff url("/shared/site_jinji2026/images/icon/arrow_circle_icon46_red.png") no-repeat right 29px center;
	border:1px solid #ee0606;
    border-radius: 7px;
}

/* box_info / box_link
================================================== */
#tmp_contents .box_info,
#tmp_contents .box_link {
	margin: 40px 0 50px; /* Do not edit */
	border:1px solid #808080;
	clear:both; /* Do not edit */
}
#tmp_contents table.box_info,
#tmp_contents table.box_link {
	width:100%; /* Do not edit */
	border-collapse:collapse; /* Do not edit */
	border-spacing:0; /* Do not edit */
}
#tmp_contents table.box_info .box_info_ttl,
#tmp_contents table.box_link .box_link_ttl {
	padding: 20px 29px;
    border-bottom: 1px dotted #808080;
}
#tmp_contents table.box_info .box_info_cnt,
#tmp_contents table.box_link .box_link_cnt {
	padding: 20px 29px;
}
#tmp_contents div.box_info,
#tmp_contents div.box_link {
    border-radius: 10px;
    padding: 20px 0;
    display: flex;
    flex-wrap:wrap;
    align-items: center;
    position: relative;
}
#tmp_contents div.box_info::before,
#tmp_contents div.box_link::before {
    content: "";
    position: absolute;
    left: 180px;
    top: 20px;
    bottom: 20px;
    width: 1px;
    border-left: 1px dotted #808080;
}
#tmp_contents div.box_info .box_info_ttl,
#tmp_contents div.box_link .box_link_ttl,
#tmp_contents div.box_info .box_info_cnt,
#tmp_contents div.box_link .box_link_cnt {
	padding: 0 29px;
}
#tmp_contents div.box_info .box_info_ttl,
#tmp_contents div.box_link .box_link_ttl {
	width: 180px;
}
#tmp_contents div.box_info .box_info_cnt,
#tmp_contents div.box_link .box_link_cnt {
	width: calc(100% - 180px);
}
#tmp_contents .box_info .box_info_ttl p,
#tmp_contents .box_link .box_link_ttl p {
    font-weight: bold;
    font-size: 112.5%;
    padding: 2px 0 2px 28px;
    background: url("/shared/templates/jinji2026_free/images/h4_bg.png") no-repeat left center;
	margin-bottom:0; /* Do not edit */
}
#tmp_contents .box_info ul,
#tmp_contents .box_link ul {
	margin:0; /* Do not edit */
    list-style: none;
}
#tmp_contents .box_info ol,
#tmp_contents .box_link ol {
	margin-bottom:0; /* Do not edit */
	margin-left:24px; /* Do not edit */
}
#tmp_contents .box_info ul li,
#tmp_contents .box_link ul li,
#tmp_contents .box_info ol li,
#tmp_contents .box_link ol li{
    line-height: 1.4;
}
#tmp_contents .box_info ul li:last-child,
#tmp_contents .box_link ul li:last-child,
#tmp_contents .box_info ol li:last-child,
#tmp_contents .box_link ol li:last-child {
    margin-bottom: 0;
}
#tmp_contents .box_info ul ul,
#tmp_contents .box_info ul ol,
#tmp_contents .box_info ol ul,
#tmp_contents .box_info ol ol,
#tmp_contents .box_link ul ul,
#tmp_contents .box_link ul ol,
#tmp_contents .box_link ol ul,
#tmp_contents .box_link ol ol{
	margin:0.3em 0 0 24px; /* Do not edit */
}

/* box_menu
================================================== */
#tmp_contents .box_menu {
	margin: 40px 0 50px; /* Do not edit */
	clear:both; /* Do not edit */
}
#tmp_contents table.box_menu {
	width:100%; /* Do not edit */
	border-collapse:collapse; /* Do not edit */
	border-spacing:0; /* Do not edit */
}
#tmp_contents .box_menu_ttl {
    background-color: #ee0606;
    color: #ffffff;
	padding: 10px 27px;
}
#tmp_contents div.box_menu .box_menu_ttl {
	display:flex;
    flex-flow: column;
	justify-content: center;
    min-height: 68px;
    border-radius: 7px;
}
#tmp_contents table.box_menu .box_menu_ttl {
    height: 68px;
    vertical-align: middle;
}
#tmp_contents table.box_menu .box_menu_ttl a {
    color: #ffffff;
}
#tmp_contents .box_menu_ttl h2,
#tmp_contents .box_menu_ttl h3,
#tmp_contents .box_menu_ttl p {
    font-size: 150%;
    font-weight: bold;
    margin: 0;
    padding: 0;
    border: none;
    line-height: 1.4;
}
#tmp_contents .box_menu_ttl h3 + p {
    font-size: 100%;
    font-weight: normal;
}
#tmp_contents .box_menu_cnt {
	padding: 30px 0 0;
    font-size: 112.5%;
    font-weight: bold;
}
#tmp_contents .box_menu ul {
	margin: 0 0 0.8em; /* Do not edit */
    list-style: none;
}
#tmp_contents .box_menu ul li {
    background: url("/shared/site_jinji2026/images/icon/arrow_s_icon9_red.png") no-repeat left 0.3em;
    padding-left: 18px;
    line-height: 1.5;
    margin-bottom: 17px;
}
#tmp_contents .box_menu ul li a {
    text-decoration: none;
    display: inline-block;
    color: #000000;
    background-color: transparent;
}
#tmp_contents .box_menu ol {
	margin-bottom:0.8em; /* Do not edit */
	margin-left:24px; /* Do not edit */
}
#tmp_contents .box_menu ul ul,
#tmp_contents .box_menu ul ol,
#tmp_contents .box_menu ol ul,
#tmp_contents .box_menu ol ol {
	margin:0.3em 0 0 24px; /* Do not edit */
}

/* datatable
   layout_table2
================================================== */
#tmp_contents table.datatable,
#tmp_contents table.layout_table2 {
	margin: 40px 0 50px; /* Do not edit */
	color:inherit;
	background-color:#FFFFFF;
	border-collapse:collapse; /* Do not edit */
	border-spacing:0; /* Do not edit */
	border:1px solid #ee0606;
	word-break: break-all;
}
#tmp_contents h3 + table.datatable,
#tmp_contents h3 + table.layout_table2 {
    margin-top: -20px;
}
#tmp_contents table.datatable th,
#tmp_contents table.layout_table2 th {
	padding: 15px 20px;
	color:#FFFFFF;
	background-color:#ee0606;
	border:1px solid #ee0606;
    position: relative;
}
#tmp_contents table.datatable th::before,
#tmp_contents table.layout_table2 th::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 1px;
    background-color: #ffffff;
    z-index: 1;
}
#tmp_contents table.datatable th::after,
#tmp_contents table.layout_table2 th::after {
    content: "";
    position: absolute;
    top: 0;
    right: -1px;
    bottom: 0;
    width: 1px;
    background-color: #ffffff;
    z-index: 1;
}
#tmp_contents table.datatable tr:last-child th::before,
#tmp_contents table.layout_table2 tr:last-child th::before,
#tmp_contents table.datatable tr:last-child th::after,
#tmp_contents table.layout_table2 tr:last-child th::after,
#tmp_contents table.datatable tr th:last-child::after,
#tmp_contents table.layout_table2 tr th:last-child::after {
    background-color: #ee0606;
}
#tmp_contents table.datatable td,
#tmp_contents table.layout_table2 td {
	padding: 15px 20px;
	border:1px solid #ee0606;
}
#tmp_contents table.datatable caption,
#tmp_contents table.layout_table2 caption {
	padding:0 0 0.5em; /* Do not edit */
	font-weight:bold; /* Do not edit */
	text-align:left; /* Do not edit */
}
#tmp_contents table.datatable p {
	margin:0; /* Do not edit */
}
#tmp_contents table.datatable ul,
#tmp_contents table.datatable ol,
#tmp_contents table.layout_table2 ul,
#tmp_contents table.layout_table2 ol {
	margin:0.2em 0 0 24px; /* Do not edit */
}
#tmp_contents table.datatable ul ul,
#tmp_contents table.datatable ul ol,
#tmp_contents table.datatable ol ul,
#tmp_contents table.datatable ol ol,
#tmp_contents table.layout_table2 ul ul,
#tmp_contents table.layout_table2 ul ol,
#tmp_contents table.layout_table2 ol ul,
#tmp_contents table.layout_table2 ol ol {
	margin:0.3em 0 0 24px; /* Do not edit */
}

/* bgcolor */
/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
/* Setting by CMS sheets */
#tmp_contents table.datatable table th.bg_red {
	color:inherit;
	background-color:#fde8e6; /* base.css > Styles > th.bg_red */
}
#tmp_contents table.datatable table th.bg_yellow {
	color:inherit;
	background-color:#fbfbdf; /* base.css > Styles > th.bg_yellow */
}
#tmp_contents table.datatable table th.bg_gray {
	color:inherit;
	background-color:#ebedeb; /* base.css > Styles > th.bg_gray */
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* nest-datatable
================================================== */
#tmp_contents table.datatable table,
#tmp_contents table.layout_table2 table {
	border:none; /* Do not edit */
}
#tmp_contents table.datatable table th,
#tmp_contents table.layout_table2 table th {
	color:inherit; /* Do not edit */
	background-color:transparent; /* Do not edit */
	border:none; /* Do not edit */
}
#tmp_contents table.datatable table td,
#tmp_contents table.layout_table2 table td {
	border:none; /* Do not edit */
}
#tmp_contents table.datatable table.datatable {
	border:1px solid #ee0606; /* = table.datatable */
}
#tmp_contents table.datatable table.datatable th {
	color:inherit; /* Do not edit */
	background-color:#ee0606; /* = table.datatable th */
	border:1px solid #ee0606; /* = table.datatable th */
}
#tmp_contents table.datatable table.datatable td {
	border:1px solid #ee0606; /* = table.datatable td */
}

/* event_list
================================================== */
#tmp_contents .event_list {
	margin: 40px 0 50px;
	border-top:1px solid #d9d9d9;
    list-style: none;
    margin: 0;
    display: flex;
    flex-wrap:wrap;
    justify-content: space-between;
}
#tmp_contents .event_list li {
	padding: 30px 0;
    border-bottom:1px solid #d9d9d9;
    width: 50%;
    margin-bottom: 0;
}
#tmp_contents .event_list li p {
    margin-bottom: 0;
}
#tmp_contents .event_list .event_item {
    display: flex;
	align-items: center;
	flex-grow:1;
}
#tmp_contents .event_list li:nth-child(odd) {
    padding-right: 20px;
}
#tmp_contents .event_list li:nth-child(even) {
    padding-left: 20px;
}
#tmp_contents .event_list .event_item a {
    text-decoration: none;
    color: #000000;
    background-color: transparent;
    display: block;
}
#tmp_contents .event_list .event_item .event_img {
    width: 150px;
}
#tmp_contents .event_list .event_item .event_ttl {
    width: calc(100% - 150px);
    padding-left: 18px;
    font-size: 112.5%;
    font-weight: bold;
}


/* accordion_item
================================================== */
#tmp_contents .accordion_item {
    width: 100% !important;
    margin: 30px 0 50px;
    border-collapse: separate;
    border-radius: 7px;
    border: 1px solid #ee0606;
}
#tmp_contents .accordion_item p {
    margin-bottom: 0;
}
#tmp_contents .accordion_item .accordion_btn {
    background-image: url("/shared/templates/jinji2026_free/images/faq_q.png");
    background-repeat: no-repeat;
    background-position: 16px 13px;
    padding: 0 ;
    height: 42px;
}
#tmp_contents .accordion_item .accordion_btn p {
    font-size: 100%;
    font-weight: bold;
}
#tmp_contents .accordion_item .accordion_btn a {
    text-decoration: none;
    display: flex;
    align-items: center;
    padding: 5px 46px;
    min-height: 40px;
    color: #000000;
    background-color: transparent;
    position: relative;
}
#tmp_contents .accordion_item .accordion_btn a::after {
    content: "";
    position: absolute;
    right: 16px;
    top: 11px;
    width: 22px;
    height: 22px;
    background: url("/shared/site_jinji2026/images/icon/accordion_icon.png") no-repeat 0 0;
}
#tmp_contents .accordion_item.ac_active .accordion_btn a::after {
    background-image: url("/shared/site_jinji2026/images/icon/accordion_up_icon.png");
}
#tmp_contents .accordion_item .accordion_btn a:hover {
    text-decoration: underline;
}
#tmp_contents .accordion_item .accordion_cnt {
    padding: 15px 17px;
}
#tmp_contents .accordion_item .accordion_cnt p {
    
}

/* ==================================================
index
================================================== */
/* info
================================================== */
#tmp_contents .info_link_list ul {
    list-style: none;
    margin: 0;
}
#tmp_contents .info_link_list ul li {
    padding: 24px 0 21px;
    line-height: 1.25;
    border-top: 1px dotted #d9d9d9;
    display: flex;
    margin-bottom: 0;
}
#tmp_contents .info_link_list ul li:first-child {
    border-top: none;
}
#tmp_contents .info_link_list ul li a {
    text-decoration: none;
    color: #000000;
    display: inline-block;
}
#tmp_contents .info_link_list ul li p {
    display: inline-block;
    margin-bottom: 0;
}
#tmp_contents .info_link_list ul li .info_head {
    flex-shrink: 0;
}
#tmp_contents .info_link_list ul li .info_main {
    flex: 1;
    display: flex;
}
#tmp_contents .info_link_list ul li .info_date,
#tmp_contents .info_link_list ul li .info_label,
#tmp_contents .info_link_list ul li .info_tag {
    white-space: nowrap;
}
#tmp_contents .info_link_list ul li .info_date {
    color: #808080;
    background-color: transparent;
    width: 7.5em;
}
#tmp_contents .info_link_list ul li .info_label {
    padding: 0 31px 0 28px;
}
#tmp_contents .info_link_list ul li .info_label span {
    display: inline-block;
    padding: 2px 5px;
    width: 120px;
    border-radius:1.5em;
    text-align: center;
    font-size: 75%;
    border: 1px solid #000000;
}
#tmp_contents .info_link_list ul li .info_tag {
    padding-right: 15px;
}
#tmp_contents .info_link_list ul li .info_tag:has(.tag_) {
    display: none;
}
#tmp_contents .info_link_list ul li .info_tag span {
    display: inline-block;
    padding: 2px 5px;
    width: 60px;
    text-align: center;
    font-size: 87.5%;
}
#tmp_contents .info_link_list ul li .info_tag span.tag_1 {
    background-color: #ee0606;
    color: #ffffff;
}
#tmp_contents .info_link_list ul li .info_tag span.tag_2 {
    background-color: #ffd700;
    color: #000000;
}
#tmp_contents .info_link_list ul li .info_txt {
    line-height: 1.75;
    margin-top: -0.2em;
}

/* job_type_list
================================================== */
#tmp_contents .job_type_list,
#tmp_contents .job_type_list li,
#tmp_contents .job_type_list li a,
#tmp_contents .job_type_list li .job_icon {
    display:flex;
}
#tmp_contents .job_type_list {
    list-style: none;
    margin: 0 0 40px;
    flex-wrap: wrap;
    gap: 0 30px;
}
#tmp_contents .job_type_list li {
    width: calc(20% - 24px);
    margin: 0 0 30px;
}
#tmp_contents .job_type_list li a {
    text-decoration: none;
    padding: 5px 34px 5px 15px;
    color: #000000;
    background: #ffffff url("/shared/site_jinji2026/images/icon/arrow_s_icon9_red.png") no-repeat right 19px center;
    border: 1px solid #ee0606;
    border-radius: 7px;
    min-height: 75px;
    align-items: center;
    flex-grow:1;
    transition: all 0.3s ease 0s;
}
#tmp_contents .job_type_list:not(#tmp_job_type_anchor) li a:hover {
    background-image: url("/shared/site_jinji2026/images/icon/arrow_s_icon9_white.png");
    background-color: #ee0606;
    color: #ffffff;
}
#tmp_contents .job_type_list li .job_icon {
    width: 34px;
    height: 34px;
	justify-content: center;
	align-items: center;
    position: relative;
}
#tmp_contents .job_type_list li .job_icon span {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 1;
}
#tmp_contents .job_type_list li .job_icon .img_hv {
    opacity: 0;
    transition: all 0.3s ease 0s;
}
#tmp_contents .job_type_list:not(#tmp_job_type_anchor) li a:hover .job_icon .img_hv {
    opacity: 1;
}
#tmp_contents .job_type_list li .job_icon .img {
    opacity: 1;
    transition: all 0.3s ease 0s;
}
#tmp_contents .job_type_list:not(#tmp_job_type_anchor) li a:hover .job_icon .img {
    opacity: 0;
}
#tmp_contents .job_type_list li .job_icon img {
    max-width: 34px;
    height: auto;
}
#tmp_contents .job_type_list li .job_type {
    width: calc(100% - 50px);
    line-height: 1.2;
    padding-left: 12px;
}

/* list_anchor */
#tmp_contents #tmp_job_type_anchor.job_type_list {
    margin: -11px 0 73px;
}
#tmp_contents #tmp_job_type_anchor.job_type_list li {
    margin-bottom: 16px;
}
#tmp_contents #tmp_job_type_anchor.job_type_list li a {
    padding: 0 48px 5px 0;
    background-image: url("/shared/site_jinji2026/images/icon/arrow_downward_icon32_red.png");
    background-position: right center;
    border-left: none;
    border-right: none;
    border-top: none;
    border-radius: 0;
    min-height: 55px;
}
#tmp_contents #tmp_job_type_anchor.job_type_list li a:hover {
    background-image: url("/shared/site_jinji2026/images/icon/arrow_downward_icon32_white.png");
}

/* job_ttl
================================================== */
#tmp_job_ttl {
    display: flex;
    flex-wrap:wrap;
	align-items: center;
    margin: 0 0 63px;
}
#tmp_job_ttl .job_ttl_icon {
    margin-bottom: 0;
    padding-right: 15px;
}
#tmp_job_ttl h1 {
    margin-bottom: 0;
    clear: inherit;
}

/* box_job */
#tmp_contents .box_job {
    margin: 0 0 65px;
}
#tmp_contents .box_job_head,
#tmp_contents .box_job_main {
    display: flex;
    flex-wrap:wrap;
    gap: 0 60px;
}
#tmp_contents .box_job_head {
    margin: 0 0 22px;
}
#tmp_contents .box_job_head .box_job_head_img,
#tmp_contents .box_job_head .box_job_head_ttl,
#tmp_contents .box_job_main .box_job_main_qa,
#tmp_contents .box_job_main .box_job_main_schedule {
    width: calc(50% - 30px);
}
#tmp_contents .box_job h2 {
    margin: 45px 0 25px;
    font-size: 200%;
    line-height: 1.5;
    padding-left: 29px;
}
#tmp_contents .box_job h3 {
    margin: 0 0 12px;
}
#tmp_contents .box_job_head .box_job_head_ttl ul {
    list-style: none;
    margin: 0;
}
#tmp_contents .box_job_head .box_job_head_ttl ul li {
    margin: 0 0 10px;
}
#tmp_contents .box_job_main_qa .job_qa_q {
    display: flex;
    align-items: center;
    background: url("/shared/templates/jinji2026_free/images/job_qa_q.png") no-repeat left center;
    padding: 0 0 0 59px;
    min-height: 46px;
    margin: 0 0 16px;
}
#tmp_contents .box_job_main_qa .job_qa_a {
    line-height: 1.75;
    margin: 0 0 34px;
}
#tmp_contents .box_job_main h4 {
    margin: 11px 0 30px;
}
#tmp_contents .box_job_main .box_job_main_schedule ul {
    list-style: none;
    margin: 0;
}
#tmp_contents .box_job_main .box_job_main_schedule li {
    display: flex;
    flex-wrap:wrap;
    align-items:flex-start;
    margin: 0 0 26px;
    font-weight: bold;
    line-height: 1.25;
}
#tmp_contents .box_job_main .box_job_main_schedule .job_schedule_time {
    border: 1px solid #ee0606;
    color: #ee0606;
    font-size: 87.5%;
    padding: 5px;
    border-radius: 5px;
    min-height: 30px;
    width: 80px;
    text-align: center;
}
#tmp_contents .box_job_main .box_job_main_schedule .job_schedule_txt {
    padding: 5px 0 2px 20px;
	width: calc(100% - 80px);
}

/* project_list
================================================== */
#tmp_contents .project_list,
#tmp_contents .project_list li,
#tmp_contents .project_list .project_list_item {
    display:flex;
}
#tmp_contents .project_list {
    list-style: none;
    margin: 0 0 40px;
    flex-wrap: wrap;
    gap: 0 30px;
}
#tmp_contents .project_list li {
    width: calc(50% - 24px);
    margin: 0 0 30px;
}
#tmp_contents .project_list .project_list_item {
    padding: 29px 90px 29px 29px;
    border: 1px solid #ee0606;
    border-radius: 7px;
    min-height: 180px;
    flex-grow:1;
    transition: all 0.3s ease 0s;
    position: relative;
}
#tmp_contents .project_list .project_list_item::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 29px;
    background: url("/shared/site_jinji2026/images/icon/arrow_circle_icon46_red.png") no-repeat;
    width: 46px;
    height: 46px;
    margin-top: -23px;
}
#tmp_contents .project_list .project_list_item p {
    margin-bottom: 0;
}
#tmp_contents .project_list .project_list_item .item_img {
    width: 120px;
}
#tmp_contents .project_list .project_list_item .project_list_item_cnt {
    padding-left: 20px;
    width: calc(100% - 120px);
}
#tmp_contents .project_list .project_list_item .item_num {
    color: #ee0606;
    background-color: transparent;
    font-weight: bold;
    font-size: 87.5%;
    margin-bottom: 8px;
}
#tmp_contents .project_list .project_list_item .item_ttl {
    font-size: 112.5%;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 8px;
}
#tmp_contents .project_list .project_list_item .item_ttl a {
    text-decoration: none;
    color: #000000;
    background-color: transparent;
    display: block;
}
#tmp_contents .project_list .project_list_item.active .item_num,
#tmp_contents .project_list .project_list_item.active .item_ttl a,
#tmp_contents .project_list .project_list_item.active .item_dep {
    color: #ffffff;
}

/* job_detail
================================================== */
#tmp_contents .job_detail {
    margin: 0 0 90px;
}
#tmp_contents .job_detail_ttl {
    display: flex;
    margin: 0 0 40px;
}
#tmp_contents .job_detail_ttl p {
    margin: 0;
}
#tmp_contents .job_detail_ttl .job_icon {
    padding: 0 28px 0 0;
    width: 80px;
}
#tmp_contents .job_detail_ttl .job_line {
    width: 5px;
    height: 54px;
}
#tmp_contents .job_detail_ttl h2 {
    margin: 0;
    padding: 0 0 0 30px;
    border: none;
}
#tmp_contents .job_detail_cnt {
    background-color: #f9f9f9;
    padding: 60px 60px 42px;
    border-radius: 7px;
}
#tmp_contents .wrap_job_cnt {
    display: flex;
    justify-content: space-between;
    gap: 0 60px;
    margin: 0 0 10px;
}
#tmp_contents .job_detail .job_cnt {
    width: 50%;
}
#tmp_contents .job_detail h3 {
    margin: 0 0 20px;
}
#tmp_contents .job_detail h4 {
    margin: 0 0 15px;
}
#tmp_contents .job_detail p {
    margin-bottom: 0;
}
#tmp_contents .job_detail .summary_txt {
    margin-bottom: 50px;
}
#tmp_contents .job_detail .summary_txt,
#tmp_contents .job_detail h3 + p {
    line-height: 1.75;
}
#tmp_contents .job_detail .job_selection,
#tmp_contents .job_detail .job_selection li,
#tmp_contents .job_detail .job_selection li a,
#tmp_contents .job_detail .job_link {
    display: flex;
}
#tmp_contents .job_detail .job_selection {
    list-style: none;
    margin: 0 0 34px;
    gap: 0 9px;
    flex-wrap:wrap;
}
#tmp_contents .job_detail .job_selection li {
    width: calc(25% - 7px);
    line-height: 1.25;
}
#tmp_contents .job_detail .job_selection li a {
    text-decoration: none;
    border: 1px solid #ee0606;
    background-color: #ee0606;
    color: #ffffff;
    border-radius: 5px;
    min-height: 50px;
	justify-content: center;
	align-items: center;
	flex-grow:1;
}
#tmp_contents .job_detail .job_link {
    list-style: none;
    margin: 0;
    gap: 0 10px;
    flex-wrap:wrap;
}
#tmp_contents .job_detail .job_link li {
    width: calc(50% - 5px);
    margin-bottom: 5px;
    line-height: 1.4;
}
#tmp_contents .job_detail .job_link li a {
    text-decoration: none;
    display: inline-block;
    color: #000000;
    background: url("/shared/site_jinji2026/images/icon/arrow_s_icon7_red.png") no-repeat left 0.4em;
    padding: 0 0 0 17px;
}
#tmp_contents .job_detail .back_btn {
    text-align: right;
    font-weight: bold;
    font-size: 112.5%;
}
#tmp_contents .job_detail .back_btn a {
    display: inline-block;
    text-decoration: none;
    color: #000000;
    background: url("/shared/site_jinji2026/images/icon/arrow_up_icon.png") no-repeat right center;
    min-height: 32px;
    padding: 4px 50px 2px 0;
}

/* box_event
================================================== */
#tmp_box_event {
    display: flex;
    flex-wrap:wrap;
    gap: 0 60px;
    margin-top: 90px;
}
#tmp_contents .wrap_box_event {
    width: calc(50% - 30px);
}
#tmp_contents .box_event {
    border: 1px solid #ee0606;
    border-radius: 5px;
    padding: 32px 29px 29px;
    margin: 0 0 60px;
}
#tmp_contents .box_event h3 {
    margin: 0 0 25px;
    line-height: 1.75;
}
#tmp_contents .box_event .event_main {
    display: flex;
    margin: 0 0 25px;
}
#tmp_contents .box_event .event_main .event_main_img {
    width: 240px;
    padding-right: 30px;
	flex-shrink: 0;
}
#tmp_contents .box_event .event_main .event_main_img p {
    margin-bottom: 0;
}
#tmp_contents .box_event .event_main .event_main_cnt {
	width: 100%;
}
#tmp_contents .box_event .event_main .event_main_cnt p {
    margin-bottom: 30px;
}
#tmp_contents .box_event .event_main .event_main_cnt dl {
    font-size: 87.5%;
}
#tmp_contents .box_event .event_main .event_main_cnt dt {
    color: #808080;
    background-color: transparent;
    margin: 0 0 5px;
}
#tmp_contents .box_event .event_main .event_main_cnt dd {
    margin: 0 0 10px;
}
/* event_detail_btn */
#tmp_contents .box_event .event_detail_btn {
    margin: 0;
    font-size: 150%;
}
#tmp_contents .box_event .event_detail_btn a {
	padding: 5px 75px 5px 23px;
	text-decoration:none;
	display:flex;
	align-items: center;
	flex-grow:1;
    min-height: 85px;
    border-radius: 5px;
    border: 1px solid #ee0606;
    background: #ee0606 url("/shared/site_jinji2026/images/icon/arrow_circle_icon46_white.png") no-repeat right 21px center;
    color: #ffffff;
}

/* project
================================================== */
#tmp_project_ttl {
    border-left: 5px solid #ee0606;
    padding-left: 30px;
    margin: 0 0 77px;
}
#tmp_contents #tmp_project_ttl h1 {
    font-size: 225%;
    line-height: 1.25;
    margin: 20px 0 16px;
}
#tmp_contents #tmp_project_ttl p {
    line-height: 1.25;
    margin-bottom: 0;
}
#tmp_contents #tmp_project_ttl .project_num {
    color: #e60012;
    background-color: transparent;
    font-weight: bold;
}
#tmp_contents #tmp_project_ttl .project_dep {
    font-size: 150%;
}
#tmp_project_cnt {
    background-color: #f9f9f9;
    border-radius: 7px;
    padding: 90px;
    margin: 0 0 46px;
}
#tmp_project_cnt h2 {
    margin: 0 0 47px;
    font-size: 150%;
    padding: 0 0 10px;
    border-left: none;
    border-bottom: 1px solid #ee0606;
}
#tmp_project_cnt h3 {
    margin: 0 0 30px;
    font-size: 112.5%;
    border: none;
    padding: 0;
}
#tmp_project_cnt p.project_txt {
    margin-bottom: 65px;
    line-height: 1.75;
}
#tmp_project_cnt .manager_item {
    text-align: center;
    font-weight: bold;
    color: #e60012;
    background-color: transparent;
	margin-bottom: 65px;
}
#tmp_project_cnt .manager_img img {
    border-radius: 50%;
}
#tmp_project_cnt .manager_item .manager_ttl {
    font-size: 112.5%;
    margin-bottom: 0;
}
#tmp_project_cnt .manager_item .manager_ttl_s {
    font-size: 87.5%;
    margin-bottom: 0;
}
#tmp_contents #tmp_project_cnt .box_link {
    margin: 0;
}
#tmp_contents .project_visual {
    margin-bottom: 45px;
    display: flex;
    flex-wrap:wrap;
    gap: 0 60px;
    justify-content: space-between;
}
#tmp_contents .project_visual p {
    width: calc(50% - 30px);
    margin-bottom: 0;
}


/* idx_back_btn
================================================== */
#tmp_contents .idx_back_btn {
    width: 333px;
    margin: 0 auto;
    font-size: 112.5%;
    font-weight: bold;
}
#tmp_contents .idx_back_btn a {
    text-decoration: none;
	display:flex;
	align-items: center;
    min-height: 90px;
    border-radius: 5px;
    padding: 5px 60px 5px 31px;
    border: 1px solid #ee0606;
    color: #000000;
    background: url("/shared/site_jinji2026/images/icon/back_icon_red.png") no-repeat right 28px center;
}

/* ==================================================
clearfix
================================================== */
/* for modern browser */
#tmp_contents div.outline:after,
#tmp_contents div.box_info:after,
#tmp_contents div.box_info_ttl:after,
#tmp_contents div.box_info_cnt:after,
#tmp_contents div.box_link:after,
#tmp_contents div.box_link_ttl:after,
#tmp_contents div.box_link_cnt:after,
#tmp_contents div.box_menu:after,
#tmp_contents div.box_menu_ttl:after,
#tmp_contents div.box_menu_cnt: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 !important;
}
#tmp_wrapper img {
	animation: none;
}
#tmp_header {
	margin-bottom:10px !important;
	padding-bottom:10px !important;
	color:#000000 !important;
	background:#FFFFFF !important;
	border-bottom:1px solid #000000 !important;
}
#tmp_footer {
	margin-top:10px !important;
	padding-top:10px !important;
	color:#000000 !important;
	background:#FFFFFF !important;
	border-top:1px solid #000000 !important;
}
.gnavi,
.wrap_col_lft_navi,
.wrap_col_rgt_navi,
.pnavi,
.fnavi,
.plugin,
#tmp_social_plugins,
#tmp_inquiry_cnt .inquiry_btn,
#tmp_feedback,
#tmp_pankuzu {
	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;
}
}

