@charset "utf-8";


.hoj_list01 li a{
	font-size: 1.3rem;
	line-height: 2;
	color: #333;
	font-weight: bold;
}
.hoj_bor01{
	border-top: 1px #333 solid;
	padding-top: 70px;
}
.hoj_h301{
	margin-bottom: 20px;
	justify-content: flex-start;
	align-items: center;
}
.hoj_dl01{
	display: flex;
	flex-wrap: wrap;
}
.hoj_dl01 {
	margin-bottom: 10px;
}
.hoj_dl01 dt{
	width: 120px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 1.1rem;
	margin-left: 1em;
	text-indent: -1em;
}
.hoj_dl01 dd{
	width: calc(100% - 130px);
	margin-bottom: 10px;
	line-height: 1.5;
}
.hoj_h301 span{
	display: inline-block;
	border: 1px #CC0022 solid;
	padding: 5px 4px 3px 10px;
	color: #CC0022;
	margin-left: 20px;
}
.career_tit{
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 70px;
}
.career_tit h2{
	font-size: 1.25rem;
	font-weight: bold;
	margin-right: 30px;
	margin-bottom: 0!important;
}
.career_tit ul li{
	margin-right: 45px;
	font-weight: bold;
}
.career_tit ul li a{
	color: #333;
	text-decoration: none;
	position: relative;
}
.career_tit ul li a::after {
	content: "";
	position: absolute;
	top: 5px;
	right: -20px;
	vertical-align: middle;
	display: inline-block;
	background-image: url(/module/fw4/img/FW4_mark_arw_right_b.svg);
	transform: rotate(90deg);
	background-repeat: no-repeat;
	background-size: 14px 14px;
	width: 14px;
	height: 14px;
}
.career_tit ul li a:hover{
	text-decoration: underline;
}
.career_tit span{
	display: inline-block;
	border: 1px #CC0022 solid;
	padding: 5px 4px 3px 10px;
	color: #CC0022;
	font-weight: bold;
}
.career_btn{
	text-align: center;
	margin-bottom: 10px;
}
.career_btn a{
	font-size: 1.25rem;
	font-weight: bold;
	width: 30%;
	padding-top: 16px;
}
.career_btn a::after{
	top: 19px;
}
.career_end{
	background: #f9e5e8;
	padding: 10px 0;
	text-align: center;
	border: 1px #CC0022 solid;
	margin-bottom: 40px;
	font-size: 1.625rem;
	color: #CC0022;
	font-weight: bold;
}

/* */
.idx_award{
	padding: 20px 40px 40px;
}
.hojo_navi {
	border: 2px #5056C8 solid;
	border-radius: 10px;
	background: #fff;
	padding: 30px 15px 10px;
	width: 75%;
	margin-left: auto;
	margin-top: -190px;
	z-index: 1;
	display: flex;
	justify-content: space-between;
	min-height: 109px;
	margin-bottom: 15px;
}
.hojo_navi li{
	border-right: 1px #5056C8 solid;
	text-align: center;
	padding: 10px 10px 0 0;
}
.hojo_navi li:last-child{
	border-right: none;
	padding-right: 0;
}
.hojo_navi li a{
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	text-decoration: none;
}
.hojo_navi li a::after {
	content: "";
	position: absolute;
	bottom: -15px;
	left: 50%;
	vertical-align: middle;
	display: inline-block;
	background-image: url(/module/fw4/img/FW4_mark_arw_right_b.svg);
	transform: translateX(-50%) rotate(90deg);
	background-repeat: no-repeat;
	background-size: 14px 14px;
	width: 14px;
	height: 14px;
}
.hojo_navi li a .award_ico{
	max-width: 50px;
	margin-right: 10px;
	margin-top: -8px;
}
.hojo_navi li a p{
	color: #333;
	font-size: 1.25rem;
	font-weight: bold;
	line-height: 1;
}
.hojo_navi li a p span{
	font-size: 0.875rem;
}
.hojo_navi li:last-child a p{
	color: #333;
}


.hojo_h2{
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 40px;
}
.hojo_h2 .award_ico{
	margin-right: 25px;
	max-width: 93px;
}
.hojo_h2 p{
	font-size: 2.25rem;
	font-weight: bold;
	padding-top: 5px;
}
.hojo_lead{
	font-size: 2.75rem;
	color: #5073B8;
	font-weight: bold;
	line-height: 1.3;
}
.hojo_flex{
	align-items: flex-end;
	margin-top: -8%;
	margin-bottom: 80px;
	flex-direction: row-reverse;
}
.hojo_col01{
	width: 61%;
}
.hojo_col02{
	width: 33%;
}
.hojo_tit01{
	background: #fc9534;
	padding: 14px 0 8px;
	text-align: center;
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
}
.hojo_tit01 span{
	font-size: 1.875rem;
}
.hojo_item{
	border: 1px #fc9534 solid;
	padding: 20px;
	align-items: center;
}
.hojo_price{
	width: 44%;
}
.hojo_price table{
	width: 100%;
	margin-bottom: 0;
}
.hojo_price table th,
.hojo_price table td{
	text-align: center;
	font-size: 1.5rem;
	border: 1px #707070 solid;
	padding: 12px 0 5px;
}
.hojo_price table th{
	background: #fff;
}
.hojo_price table td{
	font-weight: bold;
	background: #fffce3;
}
.hojo_price table td span{
	font-size: 1.875rem;
}
.hojo_price table.hojo_situ{
	margin-bottom: 20px;
}
.hojo_price table.hojo_situ th{
	background: #fc9534;
	color: #fff;
	padding: 10px 0 5px;
}
.hojo_price table.hojo_situ td{
	padding: 38px 0 33px;
}
.hojo_btn01{
	display: block;
	position: relative;
	border: 2px #cbcbcb solid;
	border-radius: 20px;
	text-align: center;
	padding: 6px 0 3px;
	text-decoration: none!important;
	color: #333!important;
	font-weight: bold;
}
.hojo_btn01::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 78%;
	vertical-align: middle;
	display: inline-block;
	background-image: url(/module/fw4/img/FW4_mark_arw_right_b.svg);
	transform: translateY(-50%) rotate(90deg);
	background-repeat: no-repeat;
	background-size: 14px 14px;
	width: 14px;
	height: 14px;
}
.hojo_red{
	color: #B1000E;
}
.hojo_red02{
	color: #EB1919;
}
.hojo_tit02{
	background: #fc9534;
	border-radius: 10px;
	padding: 8px 0 5px;
	text-align: center;
	color: #fff;
	font-size: 1.75rem;
	font-weight: bold;
	margin-bottom: 30px;
}
.hojo_text01{
	font-size: 1.25rem;
	font-weight: bold;
	margin-bottom: 50px;
}
.hojo_linebox{
	border: 1px #707070 solid;
	padding: 30px 27px 30px 28px;
}
.hojo_tit03{
	font-size: 1.87rem;
	font-weight: bold;
	margin-bottom: 10px;
}
.hojo_tit03 span{
	font-weight: normal;
	font-size: 1rem;
}
.hojo_text02{
	font-size: 1.1rem;
	font-weight: bold;
}
.hojo_linetit{
	border: 2px #333 solid;
	padding: 8px 20px 2px;
	font-size: 2.25rem;
	font-weight: bold;
	line-height: 1.3;
}
.hojo_btn02{
	width: 26%;
	background: #ad0b00;
	padding: 18px 20px 13px 25px;
	border-radius: 10px;
	color: #fff!important;
	font-weight: bold;
	text-decoration: none!important;
	position: relative;
	font-size: 1.25rem;
}
.hojo_btn02::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 90%;
	vertical-align: middle;
	display: inline-block;
	background-image: url(/module/fw4/img/FW4_mark_arw_right_w.svg);
	transform: translateY(-50%);
	background-repeat: no-repeat;
	background-size: 16px 16px;
	width: 16px;
	height: 16px;
}
.hojo_time{
	text-align: right;
	bottom: -40px;
	z-index: 9;
	position: relative;
}
.hojo_btn03{
	position: relative;
	background: #6074a7;
	border-radius: 10px;
	padding: 12px 80px 10px;
	text-align: center;
	color: #fff!important;
	font-size: 1.75rem;
	line-height: 1.5;
	font-weight: bold;
	text-decoration: none!important;
}
.hojo_btn03::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 90%;
	vertical-align: middle;
	display: inline-block;
	background-image: url(/module/fw4/img/FW4_mark_arw_right_w.svg);
	transform: translateY(-50%) rotate(90deg);
	background-repeat: no-repeat;
	background-size: 24px 24px;
	width: 24px;
	height: 24px;
}
.hojo_kid{
	background: #e9ffec;
	padding: 40px 0;
}
.hojo_tit_kid{
	background: #35ad72;
}
.hojo_kid .hoj_dl01 dt{
	width: 180px;
	margin-right: 20px;
}
.hojo_kid .hoj_dl01 dd{
	width: calc(100% - 220px)
}
.hojo_dd01{
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 0;
}
.hojo_dd01 strong{
	font-size: 1.37rem;
	margin-right: 30px;
}
.hojo_dd01 .hojo_btn02{
	width: 330px;
}
.hojo_h2_file {
	margin-bottom: 20px;
}
.hojo_h2_file p{
	color: #333;
}
.hojo_list{
	flex-wrap: wrap;
}
.hojo_list li{
	width: calc((100% - 40px)/3);
	margin-bottom: 20px;
}
.hojo_list li a{
	display: block;
	border: 1px #cbcbcb solid;
	text-decoration: none!important;
	color: #333!important;
	font-size: 1.25rem;
	padding: 10px 20px;
	font-weight: bold;
	position: relative;
}
.hojo_list li a::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 94%;
	vertical-align: middle;
	display: inline-block;
	background-image: url(/module/fw4/img/FW4_mark_arw_right_b.svg);
	transform: translateY(-50%);
	background-repeat: no-repeat;
	background-size: 14px 14px;
	width: 14px;
	height: 14px;
}
.hojo_end{
	background: #ffdf87;
	border-radius: 10px;
	color: #ec5859;
	padding: 10px 10px 7px;
	border: 2px #ec5859 solid;
	margin-left: 30px;
	text-align: center;
}
.hojo_2025 .hojo_lead{
	color: #2b7479;
}
.hojo_bnr2024{
	max-width: 902px;
	margin: 0 auto;
}
.fea_mgbL{
	margin-bottom: 70px;
}
.hojo_ico01{
	margin-right: 20px;
	max-width: 66px;
	position: relative;
	top: -4px;
}
.hojo_box01{
	align-items: flex-start;
}
.hojo_btn_supply{
	position: relative;
	display: inline-block;
	background: #c00000;
	border-radius: 8px;
	padding: 9px 40px 7px 30px;
	text-decoration: none!important;
	margin: 0.5% 1% 0 0;
	color: #fff!important;
	font-weight: bold;
}
.hojo_btn_supply::after {
	content: "";
	position: absolute;
	top: calc(50% - 8px);
	right: 10px;
	vertical-align: middle;
	display: inline-block;
	background-image: url(/module/fw4/img/FW4_mark_arw_right_w.svg);
	background-repeat: no-repeat;
	background-size: 14px 14px;
	width: 14px;
	height: 14px;
}
.hojo_ind01{
	margin-left: 4.5em;
	text-indent: -4.5em;
}
.hojo_ind02{
	margin-left: 5em;
	text-indent: -5em;
}
.hojo_ind03{
	margin-left: 7em;
	text-indent: -7em;
}
.hojo_dt01{
	width: 100%!important;
}
.hojo_note01{
	padding-left: 5em;
}
.hojo_txt01{
	font-size: 1.2rem;
}
.hojo_tit01 .fea_noteS{
	position: absolute;
	right: 5px;
	bottom: 10px;
}


@media only screen and (min-width: 768px) and (max-width: 1274px) {
	
}








