@charset "utf-8";

a:hover img {
	opacity: 0.7;
}

.top_menu {
	padding-top: 1.5vw;
	padding-bottom: 3.5vw;
	padding-left: var(--global-space);
	padding-right: var(--global-space);
	background-image: url("../images/bg_top_menu.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	margin-right: calc(-1* var(--global-space));
	margin-left: calc(-1* var(--global-space));
}

.top_menu h2 {
	margin-bottom: 0;
	color: #05400c;
	text-align: center;
}

.btn_top-menu {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	position: relative;
	height: 100%;
	padding: 1em;
	border: thin solid #042407;
	border-radius: 0.4rem;
	background-color: #fff;
	box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.4);
	color: #042407;
	text-align: center;
	text-decoration: none;
}

.btn_top-menu.communication_follow {
	background-image: url("../images/communication_bnr.png");
	background-repeat: no-repeat;
	background-size: 20%;
	background-position: right center;
}

.btn_top-menu.itdx {
	background-image: url("../images/itdx_bnr.png");
	background-repeat: no-repeat;
	background-size: 20%;
	background-position: right center;
}

.btn_top-menu.shorthanded {
	background-image: url("../images/shorthanded_bnr.png");
	background-repeat: no-repeat;
	background-size: 20%;
	background-position: right center;
}

.btn_top-menu.care {
	background-image: url("../images/leave_bnr.png");
	background-repeat: no-repeat;
	background-size: 16%;
	background-position: right center;
}

.btn_top-menu.employment_disabled {
	background-image: url("../images/handicap_bnr.png");
	background-repeat: no-repeat;
	background-size: 20%;
	background-position: right center;
}

.btn_top-menu.education_fund {
	background-image: url("../images/education_bnr.png");
	background-repeat: no-repeat;
	background-size: 20%;
	background-position: right center;
}

.btn_top-menu:hover {
	background-color: #f4fcca;
	color: #042407;
}

.btn_top-menu span {
	padding: 0.2em;
	background-color: #fff;
}

.btn-design {
	display: block;
	margin-top: 0.4em;
	padding: 0.3em 1em;
	color: #fff;
	background: #05400c;
	text-align: center;
	border-radius: 2em;
}

.btn_top-menu.color_pink {
	padding: 1em;
	border-color: rgba(231,71,116,1.00);
	background: rgba(231,71,116,1.00);
	color: #fff;
}

.btn_top-menu.color_pink:hover {
	background: rgba(243,163,186,1.00);
}

.btn_top-menu.color_pink .btn-design {
	background: #fff;
	color: rgba(231,71,116,1.00);
}

.btn_top-menu.color_blue {
	padding: 1em;
	border-color: #0a61bc;
	background: #0a61bc;
	color: #fff;
}

.btn_top-menu.color_blue:hover {
	background: #4299F4;
}

.btn_top-menu.color_blue .btn-design {
	background: #fff;
	color: #0a61bc;
}

.btn_top-menu.color_green {
	padding: 1em;
	border-color: rgba(31,172,73,1.00);
	background: rgba(31,172,73,1.00);
	color: #fff;
}

.btn_top-menu.color_green:hover {
	background: rgba(118,230,151,1.00);
}

.btn_top-menu.color_green .btn-design {
	background: #fff;
	color: rgba(31,172,73,1.00);
}

.btn_top-menu .icon {
	position: absolute;
	top: -1.5rem;
	right: -1.5rem;
	width: 4rem;
}

.home .js-modal-btn {
	padding: 0;
	border: thin solid #bbb;
	border-radius: 0.4rem;
}

.home .js-modal-btn img {
	border-radius: 0.4rem;
}

.iso .d-flex {
	flex-wrap: wrap;
}

.flex-content_img {
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: 9em;
}

.flex-content_text {
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: auto;
}

.news-dl {
	column-count: 2;
}

@media (min-width:992px){
	
	.btn_top-menu .icon {
		width: 5rem;
	}
	
	.iso .d-flex {
		flex-wrap: nowrap;
	}
	
}

@media (min-width:1200px){
	
	.btn_top-menu .fs-130 {
		font-size: 1em;
	}
	
}
