@charset "UTF-8";
/* CSS Document */
@media (max-width: 959px) {
	/* line 9, style.scss */
	.pc_only {
		display: none !important;
	}
}
@media not all and (max-width: 959px) {
	/* line 12, style.scss */
	.pc_none {
		display: none !important;
	}
}
@media (max-width: 767px) {
	/* line 15, style.scss */
	.sp_none {
		display: none !important;
	}
}
@media not all and (max-width: 767px) {
	/* line 18, style.scss */
	.sp_only {
		display: none !important;
	}
}
@media (max-width: 767px) {
	/* line 22, style.scss */
	.inner {
		padding: 0 20px;
	}
}
/* line 26, style.scss */
main a {
	transition: .2s;
}
/* line 29, style.scss */
#article_content section {
	padding-top: 70px;
	padding-bottom: 30px;
}
/* line 33, style.scss */
.breadcrumb-item a {
	display: inline;
}
/*====================

記事一覧

====================*/
#article_content .ttl_box {
	color: #004e98;
	margin-bottom: 40px;
}
/*
  .ttl_box h2 {
    font-size: 36px;
    padding-bottom: 0.4em;
    font-weight: bold;
    border-bottom: solid 4px #004e98; }
*/
#article_content .ttl_box .ttl_en {
	font-size: 18px;
}
/* line 60, style.scss */
#main_visual.mv_mz {
	position: relative;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding: 0;
	background: #004e98;
}
/* line 67, style.scss */
#main_visual.mv_mz .bg_abs {
	width: 50%;
}
/* line 69, style.scss */
#main_visual.mv_mz .bg_abs img {
	width: auto;
	height: 100%;
}
/* line 74, style.scss */
#main_visual.mv_mz .main_title {
	position: absolute;
	width: 100%;
	left: 50%;
	transform: translateX(-50%);
	color: #FFF;
}
/* line 80, style.scss */
#main_visual.mv_mz .main_title h1 {
	font-size: 2em;
	font-weight: bold;
	margin-bottom: 0.8em;
	line-height: 1.3;
}
/* line 86, style.scss */
#main_visual.mv_mz .main_title p {
	line-height: 1.8;
	margin-bottom: 0;
}
/* line 90, style.scss */
#main_visual.mv_mz .main_title .ttl_en {
	letter-spacing: 0.1em;
	margin-bottom: 0.2em;
}
@media (max-width: 1199px) {
	/* line 97, style.scss */
	#main_visual.mv_mz {
		overflow-x: clip;
	}
	/* line 100, style.scss */
	#main_visual.mv_mz .main_title .ttl_en {
		font-size: 14px;
	}
	/* line 103, style.scss */
	#main_visual.mv_mz .main_title h1 {
		font-size: 26px;
	}
	/* line 107, style.scss */
	#main_visual.mv_mz .bg_abs img {
		height: auto;
	}
}
@media (max-width: 767px) {
	/* line 113, style.scss */
	#main_visual.mv_mz {
		background: linear-gradient(270deg, #004e98 80%, #fff 20%);
		background: -moz-linear-gradient(270deg, #004e98 80%, #fff 20%);
		background: -webkit-linear-gradient(270deg, #004e98 80%, #fff 20%);
		flex-direction: column;
	}
	/* line 118, style.scss */
	#main_visual.mv_mz .bg_abs {
		width: 90%;
		margin-left: auto;
	}
	/* line 122, style.scss */
	#main_visual.mv_mz .main_title {
		position: relative;
		left: auto;
		transform: none;
		margin: 60px 0 40px;
	}
	/* line 129, style.scss */
	#article_content .ttl_box {
		margin-bottom: 20px;
	}
	/* line 131, style.scss */
	/*
    .ttl_box h2 {
      font-size: 26px; }
*/
	/* line 134, style.scss */
	#article_content .ttl_box .ttl_en {
		font-size: 12px;
	}
}
/* line 141, style.scss */
#column_topic .flex_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-left: -8px;
	margin-right: -8px;
}
/* line 149, style.scss */
#column_topic .flex_box .col-md-3 a {
	margin: 8px;
	width: calc(100% - 16px);
	height: calc(100% - 16px);
	box-shadow: 2.5px 4.5px 10px #004E981A;
}
/* line 153, style.scss */
#column_topic .flex_box .col-md-3 a:hover {
	transform: scale(1.02);
}
/* line 158, style.scss */
#column_topic .flex_box .card_img {
	border-bottom: 4px solid #004e98;
}
/* line 160, style.scss */
#column_topic .flex_box .card_img img {
	object-fit: cover;
	height: 176px;
}
/* line 165, style.scss */
#column_topic .flex_box .card_text {
	padding: 25px;
	color: #004e98;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.75;
	letter-spacing: 1px;
}
/* line 173, style.scss */
#column_topic .flex_box .card_text>div {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	height: 93px;
	max-height: 93px;
}
@media (max-width: 767px) {
	/* line 185, style.scss */
	#article_content section {
		padding-top: 60px;
		padding-bottom: 0;
	}
	/* line 190, style.scss */
	#column_topic .flex_box {
		justify-content: center;
	}
	/* line 192, style.scss */
	#column_topic .flex_box .flex_card {
		display: flex;
	}
	/* line 194, style.scss */
	#column_topic .flex_box .flex_card .card_img {
		border-bottom: 0px;
		flex: 0 0 auto;
		width: 41.66666667%;
	}
	/* line 198, style.scss */
	#column_topic .flex_box .flex_card .card_img img {
		height: 93px;
	}
	/* line 202, style.scss */
	#column_topic .flex_box .flex_card .card_text {
		padding: 10px;
		font-size: 16px;
		font-weight: normal;
		line-height: 1.5;
	}
	/* line 207, style.scss */
	#column_topic .flex_box .flex_card .card_text div {
		height: 73px;
		max-height: 73px;
	}
}
/* line 218, style.scss */
#column_category {
	background: #EDF4FE;
	margin-top: 70px;
	padding-bottom: 30px;
}
/* line 223, style.scss */
#column_category .inner_960 {
	padding: 40px;
	background-color: #edf4fe;
}
/* line 227, style.scss */
#column_category .title {
	padding: 12px 20px;
	border-left: 8px solid #004e98;
	background-color: #fff;
	box-shadow: 5px 5px 16px rgba(0, 0, 0, 0.2);
	color: #004e98;
	margin-bottom: 36px;
	font-size: 28px;
	font-weight: 900;
	line-height: 1.2;
	letter-spacing: 1px;
	text-align: left;
}
/* line 240, style.scss */
#column_category .category_link {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 56px;
}
/* line 246, style.scss */
#column_category .category_link a {
	position: relative;
	display: block;
	background-color: #fff;
	width: calc(33.33% - 11px);
	border: 2px solid #004e98;
	border-radius: 50px;
	margin-bottom: 20px;
	padding: 20px 0;
	color: #004e98;
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 1px;
	text-align: center;
}
/* line 262, style.scss */
#column_category .category_link a:hover {
	background-color: #004e98;
	color: #fff;
}
/* line 266, style.scss */
#column_category .category_link a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 24px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	display: block;
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 8px solid #004e98;
}
/* line 280, style.scss */
#column_category .category_link a:hover::after {
	border-top: 8px solid #fff;
}
/* line 283, style.scss */
#column_category .sec {
	background-color: #edf4fe;
	background-image: repeating-linear-gradient(-45deg, #fff, #fff 3px, transparent 0, transparent 6px);
}
/* line 288, style.scss */
#column_category .sec_title {
	position: relative;
	display: inline-block;
	padding: 30px 60px;
	color: #FFF;
	font-size: 22px;
	font-weight: 900;
	line-height: 1.2;
	letter-spacing: 1px;
	text-align: left;
	z-index: 1;
}
/* line 300, style.scss */
#column_category .sec_title::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	background: #004E98;
	transform: scaleY(1.08) perspective(1em) rotateX(1deg);
	transform-origin: bottom left;
}
/* line 312, style.scss */
#column_category .sec_title span {
	font-size: 32px;
	position: relative;
	display: inline-block;
	z-index: 2;
}
/* line 320, style.scss */
#column_category .sec_box {
	margin-bottom: 56px;
	background-color: #fff;
}
/* line 324, style.scss */
#column_category .sec_box {
	padding: 40px 60px;
}
/* line 327, style.scss */
#column_category .box2 {
	margin-top: 60px;
}
/* line 330, style.scss */
#column_category .flex_box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
/* line 335, style.scss */
#column_category .flex_box a {
	width: calc(33.33% - 13px);
}
/* line 338, style.scss */
#column_category .flex_box a.none {
	opacity: 0;
	pointer-events: none;
}
/* line 342, style.scss */
#column_category .flex_box a:hover {
	transform: scale(1.02);
}
/* line 345, style.scss */
#column_category .flex_card {
	background-color: #fff;
	box-shadow: 2.5px 4.5px 10px #004E981A;
}
/* line 349, style.scss */
#column_category .card_img {
	border-bottom: 4px solid #004e98;
}
/* line 352, style.scss */
#column_category .card_text {
	padding: 25px;
	color: #004e98;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.75;
	letter-spacing: 1px;
}
/* line 360, style.scss */
#column_category .card_text>div {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	height: 93px;
	max-height: 93px;
}
/* line 370, style.scss */
#column_category .list .item:not(:last-child) {
	margin-bottom: 35px;
}
/* line 373, style.scss */
#column_category .list .item a {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
/* line 378, style.scss */
#column_category .list .item a:hover {
	transform: scale(1.02);
}
/* line 381, style.scss */
#column_category .list .item a span.text {
	display: block;
	width: calc(100% - 20px);
	color: #004e98;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 1px;
	text-align: justify;
}
/* line 391, style.scss */
#column_category .list .item a span.line {
	position: relative;
	display: inline-block;
	width: auto;
	z-index: 2;
}
/* line 397, style.scss */
#column_category .list .item a span.line::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: #fafc61;
	position: absolute;
	bottom: 0;
	z-index: -1;
}
/* line 407, style.scss */
#column_category .list .item a span.icon {
	display: block;
	padding-right: 20px;
	color: #004e98;
}
@media (max-width: 767px) {
	/* line 416, style.scss */
	#column_category .sec_box {
		padding: 30px 20px;
	}
	/* line 419, style.scss */
	#column_category .sec_title {
		padding: 20px;
	}
	/* line 422, style.scss */
	#column_category .title {
		padding: 12px;
		font-size: 22px;
	}
	/* line 426, style.scss */
	#column_category .category_link {
		margin-bottom: 30px;
	}
	/* line 429, style.scss */
	#column_category .box2 {
		margin-top: 40px;
	}
	/* line 432, style.scss */
	#column_category .category_link a {
		width: 100%;
	}
	/* line 435, style.scss */
	#column_category .category_link a {
		font-size: 16px;
	}
	/* line 438, style.scss */
	#column_category .flex_box a {
		width: 100%;
	}
	/* line 441, style.scss */
	#column_category .flex_box a:not(:last-child) {
		margin-bottom: 14px;
	}
	/* line 444, style.scss */
	#column_category .list .item a span.text {
		font-size: 16px;
	}
	/* line 448, style.scss */
	#column_category .sec_title {
		font-size: 18px;
	}
	/* line 450, style.scss */
	#column_category .sec_title span {
		font-size: 26px;
	}
	/* line 454, style.scss */
	#column_category .card_text {
		font-size: 16px;
		padding: 20px;
	}
	/* line 457, style.scss */
	#column_category .card_text div {
		height: auto;
	}
}
@media (min-width: 425px) and (max-width: 1140px) {
	/* line 465, style.scss */
	#column_category .category_link a {
		font-size: 14px;
		display: flex;
		align-items: center;
		height: 57px;
		padding: 0;
		padding-left: 20px;
		padding-right: 35px;
		text-align: left;
		width: calc(50% - 5px);
	}
	/* line 475, style.scss */
	#column_category .category_link a::after {
		right: 14px;
	}
}
/*====================

記事詳細

====================*/
/* line 490, style.scss */
#article_header h1 {
	color: #004e98;
	font-weight: bold;
	font-size: 30px;
	letter-spacing: 0.08em;
	line-height: 1.5;
	margin-bottom: 50px;
}
/* line 498, style.scss */
#article_header p {
	letter-spacing: 0.08em;
	line-height: 1.8;
}
/* line 505, style.scss */
#article_content {
	padding-top: 20px;
	padding-bottom: 125px;
}
@media screen and (min-width: 768px) {
	#article_content {
		padding-top: 70px;
	}
}
/* line 509, style.scss */
#article_content .article_main .index {
	background: #EDF4FE;
	border-radius: 6px;
	padding: 30px;
	margin-bottom: 70px;
}
/* line 514, style.scss */
#article_content .article_main .index span {
	display: none;
}
/* line 517, style.scss */
#article_content .article_main .index ol {
	margin-bottom: 0;
}
/* line 520, style.scss */
#article_content .article_main .index li, #article_content .article_main .index a {
	color: #004e98;
	font-weight: bold;
}
/* line 524, style.scss */
#article_content .article_main .index a {
	display: inline;
}
/* line 527, style.scss */
#article_content .article_main .index li:not(:last-child) {
	margin-bottom: 0.8em;
}
/* line 531, style.scss */
#article_content .article_main .box-a, #article_content .article_main .box-b {
	margin-bottom: 70px;
}
/* line 533, style.scss */
#article_content .article_main .box-a h3, #article_content .article_main .box-b h3,
#article_content .article_main .box-a .h3, #article_content .article_main .box-b .h3 {
	font-weight: bold;
	padding: 20px 0 25px;
	font-size: 26px;
	margin-bottom: 40px;
	position: relative;
}
/* line 540, style.scss */
#article_content .article_main .box-a h3::after, #article_content .article_main .box-b h3::after,
#article_content .article_main .box-a .h3::after, #article_content .article_main .box-b .h3::after {
	content: "";
	background: #004e98;
	width: 60px;
	height: 5px;
	position: absolute;
	bottom: 0;
	left: 0;
}
/* line 549, style.scss */
#article_content .article_main .box-a img, #article_content .article_main .box-b img {
	height: 370px;
	object-fit: cover;
	object-position: center;
	margin-bottom: 30px;
}
/* line 555, style.scss */
#article_content .article_main .box-a p, #article_content .article_main .box-b p {
	letter-spacing: 0.08em;
	line-height: 1.8;
	margin-bottom: 30px;
}
/* line 559, style.scss */
#article_content .article_main .box-a p a, #article_content .article_main .box-b p a {
	text-decoration: underline;
	color: #004e98;
	display: inline;
}
/* line 564, style.scss */
#article_content .article_main .box-a p .topic, #article_content .article_main .box-b p .topic {
	font-weight: bold;
}
/* line 568, style.scss */
#article_content .article_main .box-a table, #article_content .article_main .box-a table th, #article_content .article_main .box-a table td, #article_content .article_main .box-b table, #article_content .article_main .box-b table th, #article_content .article_main .box-b table td {
	border: 1px solid #ccc;
	padding: 7px;
	font-size: 14px;
}
/* line 573, style.scss */
#article_content .article_main .box-a table, #article_content .article_main .box-b table {
	width: 100%;
	margin-bottom: 30px;
}
/* line 577, style.scss */
#article_content .article_main .box-a .entryBtn2, #article_content .article_main .box-b .entryBtn2 {
	margin-top: 50px;
	text-align: center;
}
/* line 580, style.scss */
#article_content .article_main .box-a .entryBtn2 a, #article_content .article_main .box-b .entryBtn2 a {
	display: inline-block;
	background: #004e98;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	text-shadow: 11px 11px 32px #004E981A;
	width: 489px;
	padding: 20px;
	border-radius: 50px;
	position: relative;
	box-shadow: 6px 6px 10px #004E981A;
}
/* line 593, style.scss */
#article_content .article_main .box-a .entryBtn2 a:hover, #article_content .article_main .box-b .entryBtn2 a:hover {
	transform: scale(1.01);
}
/* line 596, style.scss */
#article_content .article_main .box-a .entryBtn2 a::after, #article_content .article_main .box-b .entryBtn2 a::after {
	content: "▶︎";
	position: absolute;
	right: 22px;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	color: #fff;
	font-size: 12px;
}
/* line 607, style.scss */
#article_content .article_main .box-a .ichiran a, #article_content .article_main .box-b .ichiran a {
	text-align: right;
	color: #004e98;
	font-weight: bold;
	padding-right: 40px;
	position: relative;
	padding-bottom: 8px;
	display: inline;
	float: right;
}
/* line 616, style.scss */
#article_content .article_main .box-a .ichiran a:before, #article_content .article_main .box-b .ichiran a:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0%;
	height: 2px;
	background: #004e98;
	transition: .2s;
}
/* line 626, style.scss */
#article_content .article_main .box-a .ichiran a:hover::before, #article_content .article_main .box-b .ichiran a:hover::before {
	width: 100%;
}
/* line 629, style.scss */
#article_content .article_main .box-a .ichiran a:after, #article_content .article_main .box-b .ichiran a:after {
	content: "▶︎";
	position: absolute;
	right: 0;
	top: 40%;
	transform: translateY(-50%);
}
/* line 637, style.scss */
#article_content .article_main .box-a .ctBanner, #article_content .article_main .box-b .ctBanner {
	padding-top: 70px;
}
/* line 639, style.scss */
#article_content .article_main .box-a .ctBanner a, #article_content .article_main .box-b .ctBanner a {
	transition: .2s;
}
/* line 642, style.scss */
#article_content .article_main .box-a .ctBanner a:hover, #article_content .article_main .box-b .ctBanner a:hover {
	opacity: 0.8;
}
/* line 645, style.scss */
#article_content .article_main .box-a .ctBanner img, #article_content .article_main .box-b .ctBanner img {
	height: auto;
}
/* line 650, style.scss */
#article_content .article_main .a_footer {
	display: flex;
	flex-direction: column-reverse;
}
/* line 655, style.scss */
#article_content .contents_sub {
	padding-left: 5%;
	flex: 0 0 auto;
	width: 33.33333333%;
}
/* line 659, style.scss */
#article_content .contents_sub h3,
#article_content .contents_sub .h3 {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 12px;
	color: #004E98;
	border-bottom: 2px solid #004E98;
	margin-bottom: 20px;
}
/* line 666, style.scss */
#article_content .contents_sub .thumb {
	margin-bottom: 0;
}
/* line 669, style.scss */
#article_content .contents_sub .attention {
	margin-bottom: 40px;
}
#article_content .contents_sub .attention li {
	/*	height: 100px;*/
	height: 80px;
}
#article_content .contents_sub .attention .thumb {
	float: left;
	/*	width: 45%;*/
	width: 48%;
	padding-right: 10px;
}
/* line 678, style.scss */
#article_content .contents_sub .attention .job_pr {
	font-size: 14px;
	font-weight: bold;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-bottom: 16px;
}
/* line 688, style.scss */
#article_content .contents_sub .attention li:not(:last-child) {
	margin-bottom: 20px;
}
#article_content .contents_sub .attention img {
	object-fit: cover;
	object-position: center;
	/*
	min-height: 100px;
	height: 100px; 
*/
	min-height: 80px;
	height: 80px;
}
/* line 697, style.scss */
#article_content .contents_sub .attention .place, #article_content .contents_sub .attention .wage {
	font-size: 12px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	margin-bottom: 5px;
}
/* line 705, style.scss */
#article_content .contents_sub .attention .wage {
	margin-bottom: 0;
}
/* line 709, style.scss */
#article_content .contents_sub .contents_banner {
	margin-bottom: 40px;
}
#article_content .contents_sub .sidebar_contents {
	margin-bottom: 40px;
}
main>.inner {
	overflow: visible;
}
#article_content .contents_sub .follow_banner {
	position: sticky;
	top: 97px;
}
/* line 713, style.scss */
#article_content .contents_sub .contents img {
	object-fit: cover;
	object-position: center;
	margin-bottom: 10px;
	max-height: 140px;
	min-height: 140px;
	height: 140px;
}
/* line 721, style.scss */
#article_content .contents_sub .contents p {
	font-size: 14px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
@media (max-width: 768px) {
	/* line 734, style.scss */
	#article_header h1 {
		font-size: 24px;
		margin-bottom: 30px;
	}
	/* line 739, style.scss */
	#article_content {
		padding-bottom: 0;
	}
	/* line 741, style.scss */
	#article_content .article_main {
		margin-bottom: 20px;
	}
	/* line 743, style.scss */
	#article_content .article_main .index {
		font-size: 14px;
		padding: 20px;
		margin-bottom: 40px;
	}
	/* line 748, style.scss */
	#article_content .article_main .box-a, #article_content .article_main .box-b {
		margin-bottom: 40px;
	}
	/* line 750, style.scss */
	#article_content .article_main .box-a h3, #article_content .article_main .box-b h3,
	#article_content .article_main .box-a .h3, #article_content .article_main .box-b .h3 {
		font-size: 20px;
	}
	/* line 753, style.scss */
	#article_content .article_main .box-a img, #article_content .article_main .box-b img {
		height: 200px;
	}
	/* line 756, style.scss */
	#article_content .article_main .box-a .entryBtn2, #article_content .article_main .box-b .entryBtn2 {
		padding: 0;
	}
	/* line 758, style.scss */
	#article_content .article_main .box-a .entryBtn2 a, #article_content .article_main .box-b .entryBtn2 a {
		font-size: 16px;
		width: 100%;
	}
	/* line 763, style.scss */
	#article_content .article_main .box-a .ctBanner, #article_content .article_main .box-b .ctBanner {
		padding-top: 40px;
	}
	/* line 767, style.scss */
	#article_content .article_main .a_footer, #article_content .article_main .a_footer p {
		margin-bottom: 0;
	}
	/* line 771, style.scss */
	#article_content .contents_sub {
		width: 100%;
		padding-left: calc(var(--bs-gutter-x) * .5);
	}
	/* line 775, style.scss */
	#article_content .contents_sub .contents li:not(:last-child) {
		margin-bottom: 45px;
	}
}
/* line 784, style.scss */
#article_header>.col-md-8 {
	width: 100%;
}
/* 記事内btnをbnrへ変更 */
#article_content .article_main .bnr_area img {
	height: auto;
	width: 100%;
	margin: 0;
}
#article_content .article_main .bnr_area a:hover {
	opacity: .8;
}
#article_content .contents_sub .contents_banner li {
	margin: 0 0 20px;
}
/* ===============================
		magazine
=============================== */
.main_magazine .article_main section {
	padding-top: 20px;
	padding-bottom: 20px;
}
.main_magazine .single_top__info {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}
.main_magazine .single_top__info .caty {
	align-items: center;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 8px 24px 7px;
	background: #004e98;
	margin-right: .8rem;
}
.main_magazine .single_top__info .timey {
	display: flex;
	align-items: center;
	font-size: 16px;
	font-weight: 500;
	color: #707070;
}
.main_magazine .single_top__info .timey span.first_up,
.main_magazine .single_top__info .timey span.update {
	width: 16px;
	height: 16px;
	display: inline-block;
	margin-right: 5px;
}
.main_magazine .single_top__info .timey span.update {
	margin-left: .8em;
}
#article_content #article_header h1 {
	margin-bottom: 20px;
}
#article_content .single_top .article_magazine h2,
#article_content .single_top .article_magazine .h2 {
	font-weight: bold;
	padding: 20px 0 25px;
	font-size: 26px;
	margin-bottom: 40px;
	position: relative;
	letter-spacing: .08em;
}
#article_content .single_top .article_magazine h2::after,
#article_content .single_top .article_magazine .h2::after {
	content: "";
	background: #004e98;
	width: 60px;
	height: 5px;
	position: absolute;
	bottom: 0;
	left: 0;
}
#article_content .single_top .article_magazine h3,
#article_content .single_top .article_magazine .h3 {
	font-weight: bold;
	font-size: 20px;
	padding: 0 0.5em;
	line-height: 1.4;
	letter-spacing: .08em;
	margin: .8em 0;
	border-left: solid 5px #004E98;
}
#article_content .single_top .article_magazine h4,
#article_content .single_top .article_magazine .h4 {
	font-weight: bold;
	font-size: 18px;
	padding: .5em 0 .2em;
	letter-spacing: .08em;
}
#article_content .single_top .article_magazine p {
	line-height: 1.8;
	margin-bottom: 30px;
	letter-spacing: .06em;
	word-break: break-all;
}
#article_content .single_top .article_magazine a {
	text-decoration: underline;
	color: #004e98;
	display: inline;
}
#article_content .single_top .share_box {
	margin: 40px auto 0;
}
#article_content .single_top .share_box_title {
	font-size: 20px;
	font-weight: bold;
}
#article_content .single_top .share_btns {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 20px;
}
#article_content .single_top .share_btns .share_btn {
	width: 20%;
	margin-right: 20px;
}
#article_content .single_top .editor_box {
	margin-top: 80px;
	padding: 20px 40px 30px;
	background-color: #F4F4F4;
	border: solid 3px #000000;
}
#article_content .single_top .editor_box .editor_box_logo {
	display: flex;
	align-items: center;
}
#article_content .single_top .editor_box .editor_box_logo .editor_box_logo_img {
	max-width: 100px;
	max-height: 100px;
}
#article_content .single_top .editor_box .editor_box_logo .editor_box_logo_text {
	font-size: 24px;
	font-weight: bold;
}
#article_content .single_top .editor_box .editor_box_logo .editor_box_logo_text small {
	font-size: 16px;
}
#article_content .single_top .editor_box .editor_box_text {
	margin-top: 30px;
	letter-spacing: .1em;
}
#article_content .single_top .editor_box .editor_box_text a {
	text-decoration: underline;
	font-size: .9em;
	transition: .3s;
	display: inline-block;
}
#article_content .single_top .editor_box .editor_box_text a:hover {
	/*	color: #F7D045;*/
	color: #000000;
	font-weight: bold;
}
#article_content .single_top .editor_box .editor_box_sns a.sns {
	width: 30px;
	margin-right: 20px;
	display: inline-block;
}
@media (max-width: 768px) {
	.main_magazine .single_top__info {
		flex-wrap: wrap;
	}
	#article_content .single_top .article_magazine h2,
	#article_content .single_top .article_magazine .h2 {
		font-size: 20px;
	}
	#article_content .single_top .article_magazine h3,
	#article_content .single_top .article_magazine .h3 {
		font-size: 18px;
	}
	#article_content .single_top .article_magazine h4,
	#article_content .single_top .article_magazine .h4 {
		font-size: 16px;
	}
	#article_content .single_top .share_btns .share_btn {
		width: 23%;
	}
	#article_content .single_top .editor_box {
		padding: 20px 20px 30px;
	}
}
/* magazineコンテンツ内リスト */
#article_content .single_top ol,
#article_content .single_top ul {
	background: #F2F2F2;
	border-radius: 6px;
	padding: 30px 30px 30px 46px;
	list-style: unset;
}
#article_content .single_top li {
	color: inherit;
	margin-bottom: .8em;
}
#article_content .single_top li::marker {
	color: #004e98;
}
#article_content .single_top li:last-child {
	margin-bottom: 0;
}
@media (max-width: 768px) {
	#article_content .single_top ol,
	#article_content .single_top ul {
		padding: 20px 20px 20px 34px;
		margin-bottom: 40px;
		font-size: 14px;
	}
}
/* magazineコンテンツ内テーブル */
#article_content .single_top .wp-block-table {
	border: solid 1px #666666;
	font-size: 14px;
}
#article_content .single_top .wp-block-table th,
#article_content .single_top .wp-block-table td {
	padding: .5em .8em;
	border: solid 1px #666666;
}
#article_content .single_top .wp-block-table th {
	background-color: #F4F4F4;
}
/*投稿内CTAバナーショートコード*/
#article_content .single_top .post_cta_bnr {
	max-width: 100%;
	margin: 40px auto;
	text-align: center;
}
#article_content .single_top .post_cta_bnr a {
	transition: .3s;
}
#article_content .single_top .post_cta_bnr a:hover {
	filter: brightness(1.1);
}
#article_content .single_top .post_cta_bnr a img {
	width: unset;
	max-width: 100%;
}
/*投稿内CTAボタン*/
#article_content .single_top a.wp-block-button__link.has-white-color.has-text-color.has-background {
	text-decoration: inherit;
	display: inherit;
}
/* 2022.07追記 追従ヘッダー*/
.nav_mz {
	border-bottom: 2px solid #004E98;
	background: #fff;
}
.nav_mz .inner {
	display: flex;
	justify-content: space-between;
	padding: 20px 0 15px;
}
.nav_mz .inner .nav_mz_left {
	display: flex;
	align-items: center;
}
.nav_mz .inner .nav_mz_left li {
	display: inline-block;
}
.nav_mz .inner .nav_mz_left .flag {
	width: 135px;
	padding-right: 25px;
	/*border-right: 2px solid #D3D3D3;*/
}
.nav_mz .inner .nav_mz_left ul {
	margin: 0;
}
.nav_mz .inner .nav_mz_left ul li {
	border-left: 2px solid #D3D3D3;
	padding: 0 15px;
	margin-bottom: 5px;
}
.nav_mz .inner .nav_mz_left ul li:last-child {
	border-right: 2px solid #D3D3D3;
}
.nav_mz .inner .nav_mz_left ul li a {
	font-weight: 600;
	color: #004E98;
}
.nav_mz .inner .col-3 {
	padding: 0 20px;
}
.nav_mz .inner .cta_btn {
	display: none;
}
.nav_mz.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
}
.nav_mz.fixed .inner .logo {
	display: none;
}
.nav_mz.fixed .inner .cta_btn {
	display: block;
	padding: 0.3rem 0.1rem .2em;
	background-color: #EF9300;
	border-radius: 6px;
	color: #FFFFFF;
	font-size: 1.03rem;
	width: 195px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 0 auto;
}
.nav_mz.fixed .inner .cta_btn .fs_1 {
	font-size: 1.05rem;
}
.nav_mz.fixed .inner .cta_btn .fs_2 {
	font-size: 1.1rem;
}
.nav_mz.fixed .inner .col-3 {
	padding: 0;
}
.category.nav_mz {
	margin-top: 70px;
}
.category.nav_mz.fixed {
	margin-top: 0;
}
.category.nav_mz_sp {
	margin-top: 30px;
}
@media (max-width: 767px) {
	.nav_mz {
		display: none;
	}
	.nav_mz_sp .ttl {
		font-weight: bold;
		text-align: center;
		background: #004E98;
		padding: .5rem;
		color: #fff;
		font-size: 12px;
		margin-bottom: 5px;
	}
	.nav_mz_sp ul {
		display: flex;
		flex-wrap: wrap;
		margin: 0 -2.5px;
	}
	.nav_mz_sp ul li {
		padding: 0 2.5px;
		width: 50%;
		text-align: center;
	}
	.nav_mz_sp ul a {
		color: #004E98;
		border: 1px solid #004E98;
		margin-bottom: 5px;
		font-size: 15px;
		padding: 16px;
	}
}
.mz_searchform {
	display: block;
	margin: 0 0 5px 16px;
}
.mz_searchform form {
	border: solid 1px #004E98;
	display: flex;
}
.mz_searchform form input#s {
	width: 150px;
	border: 0;
	padding: 3px 5px;
	outline: none;
}
.mz_searchform form input#s:focus {
	background: none;
}
.mz_searchform form button {
	border: 0;
	padding: 3px 5px;
	background-color: #004E98;
}
.mz_searchform form button i {
	color: #FFFFFF;
}
.column_topic .ttl_box {
	padding-left: 0 !important;
}
.column_topic .ttl_box::before {
	display: none;
}
@media (max-width: 767px) {
	.mz_searchform {
		margin: 10px 0 5px 0;
	}
	.mz_searchform form input#s {
		padding: 10px 5px;
		width: calc(100% - 36px);
	}
	.mz_searchform form button {
		padding: 10px;
	}
}
.simplesearch ul.itemlist {
	display: none;
}
.simplesearch li.major {
	font-size: 16px;
	font-weight: bold;
	padding: 1em 1em 1em 3em;
	border-radius: 0.5em;
	border: solid 2px #004E98;
	box-shadow: 0 3px 6px #004e981a;
	margin-top: 10px;
	position: relative;
	z-index: 2;
	transition: .2s;
	cursor: pointer;
}
.simplesearch li.major.close {
	color: #004E98;
}
.simplesearch li.major:first-child {
	margin-top: 0;
}
.simplesearch li.major .toggleIcon {
	position: absolute;
	width: 1em;
	height: 1em;
	left: 0.8em;
	top: 0;
	bottom: 0;
	margin: auto;
}
.simplesearch li.major.close .toggleIcon::before {
	opacity: 0;
	transform: rotate(45deg);
	text-shadow: 0 0 3px #333;
}
.simplesearch li.major.close .toggleIcon::after {
	transform: none;
	transform: rotate(180deg);
}
.simplesearch li.major .toggleIcon::before,
.simplesearch li.major .toggleIcon::after {
	content: "";
	position: absolute;
	background: #AAA;
	transition: 0.3s cubic-bezier(0.45, 0.01, 0.27, 1.4);
}
.simplesearch li.major .toggleIcon::before {
	width: 2px;
	height: 100%;
	left: calc(50% - 2px);
	margin-left: 1px;
}
.simplesearch li.major .toggleIcon::after {
	width: 100%;
	height: 2px;
	top: calc(50% - 1px);
}
.simplesearch ul.itemlist {
	width: 90%;
	margin: 0 auto;
	padding: .5em;
	background-color: #F2F4F6;
	box-shadow: 0 3px 6px #004e981a;
}
.simplesearch ul.itemlist li {
	border-bottom: dotted 1px #004e981a;
}
.simplesearch ul.itemlist li:last-child {
	border-bottom: 0;
}
.simplesearch ul.itemlist a {
	font-size: 14px;
	font-weight: bold;
	padding: .5em .5em .5em 1em;
	transition: .2s;
}
.simplesearch ul.itemlist a:hover {
	color: #004E98;
	filter: brightness(1.2);
	background-color: rgba(231, 237, 243, 0.20);
}
/* 投稿内リストの注釈 20221124 */
.list_anno {
	margin-top: -1rem;
	font-size: .875em;
	text-align: right;
}
@media (max-width: 767px) {
	.list_anno {
		margin-top: -40px;
		font-size: .8em;
		text-align: left;
	}
}
/* 投稿内おすすめ求人スライダー 240422 */
#article_content section.article_rec {
	margin-bottom: 30px;
	padding: 0;
}
#article_content section.article_rec .ttl_box {
	margin-bottom: 30px;
	color: #004e98;
	border-bottom: solid 3px #004e98;
}
#article_content section.article_rec .ttl_box .ttl_en {
	margin-bottom: 2px;
	font-size: 14px;
	font-style: italic;
}
#article_content section.article_rec .ttl_box h2,
#article_content section.article_rec .ttl_box .h2 {
	margin: 0;
	padding: 0;
	font-size: 28px;
	font-weight: bold;
	border-bottom: none;
}
#article_content section.article_rec .ttl_box .ttl_boxR a {
	position: relative;
	color: #004e98;
	font-size: 16px;
	font-weight: bold;
}
#article_content section.article_rec .ttl_box .ttl_boxR a::after {
	background-color: #004e98;
	bottom: 0;
	content: '';
	display: block;
	height: 1px;
	left: 0;
	position: absolute;
	transition: .5s all;
	width: 0;
}
#article_content section.article_rec .ttl_box .ttl_boxR a:hover::after {
	width: 100%;
}
#article_content section.article_rec .rec_slider_list {
	margin-bottom: 0;
	padding-bottom: 25px;
	width: calc(100% - 50px);
}
#article_content section.article_rec .slick-slide img {
	object-fit: cover;
	aspect-ratio: 3 / 2;
}
#article_content section.article_rec .rec_slider_list .card .card-body {
	line-height: 1.75;
	padding: 8px 12px;
}
#article_content section.article_rec .rec_slider_list .card .kyuryo {
	font-size: 14px;
}
#article_content section.article_rec .rec_slider_list .card .kinmuchi {
	font-size: 14px;
	color: #333333;
}
#article_content section.article_rec .rec_slider_list .card h5,
#article_content section.article_rec .rec_slider_list .card .h5 {
	margin: 0;
	padding: 0;
	border: none;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: .5px;
}
#article_content section.article_rec .rec_slider_list .card .syokusyu {
	padding-top: 6px;
}
#article_content section.article_rec .rec_slider_list .card .syokusyu span {
	padding: 3px 8px 2px;
	font-size: 13px;
}
#article_content section.article_rec .rec_slider_list .card .cardbott {
	font-size: 13px;
	color: #333333;
}
#article_content section.article_rec .slick-next::before,
#article_content section.article_rec .slick-prev::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f138";
	color: #004e98;
	opacity: 1;
	font-size: 20px;
}
#article_content section.article_rec .slick-prev::before {
	content: "\f137";
}
#article_content section.article_rec .slick-dots {
	width: 100%;
	margin: 0;
	padding: 0;
	background: transparent;
}
#article_content section.article_rec .ttl_box h2::after,
#article_content section.article_rec .ttl_box .h2::after {
	content: none;
}
#article_content section.article_rec a {
	text-decoration: none !important;
}
@media (max-width: 767px) {
	#article_content section.article_rec {}
	#article_content section.article_rec .rec_slider_list .card .kyuryo {
		font-size: 13px;
	}
	#article_content section.article_rec .rec_slider_list .card .kinmuchi {
		font-size: 13px;
	}
	#article_content section.article_rec .rec_slider_list .card h5,
	#article_content section.article_rec .rec_slider_list .card .h5 {
		border: none;
		font-size: 15px;
		line-height: 1.4;
	}
	#article_content section.article_rec .rec_slider_list .card .syokusyu {
		padding-top: 2px;
	}
	#article_content section.article_rec .rec_slider_list .card .syokusyu span {
		font-size: 12px;
	}
	#article_content section.article_rec .rec_slider_list .card .cardbott {
		font-size: 12px;
	}
	#article_content section.article_rec .rec_slider_list {
		width: 100%;
	}
	#article_content section.article_rec .slick-next {
		top: calc(100% - 5px);
		right: 0;
		width: 30px;
	}
	#article_content section.article_rec .slick-prev {
		top: calc(100% - 5px);
		left: 0;
		width: 30px;
	}
	#article_content section.article_rec .slick-next::before,
	#article_content section.article_rec .slick-prev::before {
		font-size: 30px;
	}
	#article_content section.article_rec .slick-dots {
		width: 80%;
		margin: 0 10%;
	}
	#article_content section.article_rec .slick-dots li {
		margin: 0 3px;
	}
	#article_content section.article_rec .slick-dots li,
	#article_content section.article_rec .slick-dots li button,
	#article_content section.article_rec .slick-dots li button:before {
		width: 17px;
	}
}


/*===================================
	関連する2条件リンク
===================================*/

.column_joblink {
	margin: 20px auto 100px;
}

.column_joblink_box {
	background-color: #EDF4FE;
	border-radius: .5rem;
	padding: 1.5rem;
}
.column_joblink .tlt {
	margin-bottom: 2rem;
	padding: 1rem;
	border-radius: 4px;
	background-color: #004E98;
	font-size: 1.5rem;
	line-height: 1.5;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
}
.column_joblink .tlt span {
	display: inline-block;
}
.column_joblink .tlt i {
	color: #FCF428;
}
.column_joblink .sub_tlt {
	margin-top: 1.5rem;
	padding: 0 1rem;
	font-size: 1.2rem;
	font-weight: bold;
	color: #004E98;
}
.column_joblink .column_joblink_wrap {
	margin-top: 1rem;
	padding: 0 1rem;
	display: flex;
	flex-wrap: wrap;
	gap: .5rem;
}
.column_joblink .column_joblink_wrap a {
	display: inline-block;
	padding: .3em .7em;
	border: solid 1px #FFFFFF;
	border-radius: 4px;
	background-color: #FFFFFF;
	font-size: .875rem;
	font-weight: 700;
	text-align: center;
	color: #555555;
	transition: all .3s;
}
.column_joblink .column_joblink_wrap a:hover {
	background-color: #004E98;
	border: solid 1px #004E98;
	color: #FFFFFF;
}
@media (max-width: 767px) {
	.column_joblink {
		margin: 0 auto 60px;
	}
	.column_joblink_box {
		padding: 1rem;
	}
	.column_joblink .tlt {
		margin-bottom: 1.2rem;
		padding: .8rem;
		font-size: 1.1rem;
	}
	.column_joblink .sub_tlt {
		margin-top: 1.2rem;
		padding: 0 .2rem;
		font-size: 1.05rem;
	}
	.column_joblink .column_joblink_wrap {
		margin-top: .8rem;
		padding: 0 .2rem;
		gap: .6rem;
	}
	.column_joblink .column_joblink_wrap a {
		padding: .5em .7em;
		border: solid 1px #FFFFFF;
		background-color: #FFFFFF;
		font-size: .85rem;
		color: #555555;
	}
}
/*===================================
	single関連記事
===================================*/
.related_box h2 {
	font-size: 24px;
	font-weight: 700;
	color: #004e98;
}
.related_box a {
	cursor: pointer;
	text-decoration: underline;
}
.related_box a:hover {
	color: #004e98;
}
@media screen and (max-width: 767px) {
	.related_box h2 {
		font-size: 20px;
	}
}
