@charset "utf-8";
/* CSS Document */

.infomation {
	padding-top: 30px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-radius: 10px;
	text-align: center;
	background-color: #FFFFFF;
}
.recriut_site {
	position: relative;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 100%;
	background-color: #69b9ae;
	padding-bottom: 50px;
	padding-top: 50px;
}
.recriut_site a {
	width: 90%;
	height: 80px;
	background-image: url(../img/202404/top_banner_rec.jpg);
	background-size: 183% auto;
	background-repeat: no-repeat;
	background-position: right center;
	display: block;
	margin-left: auto;
	margin-right: auto;
	border-radius: 8px;
}
.recriut_site a:hover {
	opacity: 0.8;
}
.topics {
	padding-left: 2%;
	padding-right: 2%;
	margin-top: 40px;
	margin-bottom: 30px;
}
.topics .infoBox {
	text-align : center;
	display : flex;
	justify-content : space-between;
	flex-wrap : wrap;
	float : none;
	margin-left : auto;
	margin-right : auto;
	text-align : center;
	width : 100%;
	margin-bottom: 50px;
}
.topics .infoBox .box {
	width: 92%;
	margin-left: auto;
	margin-right: auto;
}
.topics .infoBox .box.b002 {
	width: 94%;
	margin-top: 20px;
}
.topics .news {
	width: 96%;
	float: none;
	margin-left: auto;
	margin-right: auto;
}
.topics .news p {
	font-weight: bold;
	font-size: 1rem;
	float: left;
}
.topics .news .allnews {
	font-size: 0.9rem;
	font-weight: normal;
	float: none;
	text-align: right;
}
.topics .news ul {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 2px solid #144a3b;
	border-bottom: 2px solid #144a3b;
	margin-bottom: 10px;
	height: 386px;
	overflow-y: scroll;
	background-color: rgba(255,255,255,1.00);
	margin-top: 5px;
}
.topics .news ul li {
	font-size: 0.9rem;
	border-collapse: collapse;
	display: inline;
	vertical-align: middle;
	float: left;
}
.topics .news ul li.date {
	width: 34%;
}
.topics .news ul li.text {
	margin-top: 6px;
}
.topics .news ul li.line {
	clear: both;
	border-bottom: 1px dotted rgba(151,151,151,1.00);
	display: inline;
	width: 100%;
	margin-bottom: 10px;
	padding-top: 10px;
}
.topics .news ul li img {
}
.topics .fb {
	text-align: center;
	margin-top: 60px;
	margin-bottom: 20px;
	width: 100%;
	padding-left: 6%;
}
.topics .fb p {
	display: none;
}
/*all news */

.newsAll {
	width: 100%;
	float: none;
	margin-bottom: 40px;
}
.newsAll p {
	font-weight: bold;
	font-size: 1rem;
	float: left;
}
.newsAll .allnews {
	font-size: 0.9rem;
	font-weight: normal;
	float: none;
	text-align: right;
}
.newsAll ul {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	background-color: rgba(255,255,255,1.00);
	margin-top: 5px;
}
.newsAll ul li {
	font-size: 0.9rem;
	border-collapse: collapse;
	display: inline;
	vertical-align: middle;
	float: left;
}
.newsAll ul li.date {
	width: 24%;
}
.newsAll ul li.text {
	margin-top: 6px;
	width: 96%;
}
.newsAll ul li.line {
	clear: both;
	border-bottom: 1px dotted rgba(151,151,151,1.00);
	display: inline;
	width: 100%;
	margin-bottom: 10px;
	padding-top: 10px;
}
.mybanner {
	width: auto;
	position: relative;
	float: right;
	right: 0px;
	margin-top: -45px;
}
/*2022*/

.callsel {
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 70px;
	padding-top: 40px;
	text-align: center;
	width: 90%;
}
h3.laver {
	text-align: center;
	margin-bottom: 30px;
	padding-bottom: 20px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px solid #14514a !important;
	font-weight: bold;
	font-size: 1.5rem;
	color: #14514a !important;
	max-width: 1080px;
}

h3.laver.mt{
	margin-top: 30px;
}


.c_icon {
	background-image: url(../img/2022/contacticon@2x.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width: 20px;
	display: inline-block;
	height: 16px;
	margin-right: 20px;
	position: relative;
	top: 1px;
}

@media screen and (min-width:600px) {
.infomation {
	padding-top: 60px;
	padding-bottom: 40px;
	margin-top: 40px;
	margin-bottom: 1px;
}
.topics .news {
	width: 60%;
	float: left;
}
.topics .fb {
	float: right;
	margin-top: 0;
	margin-bottom: 0;
	width: 38%;
	padding-left: 1px;
}
.recriut_site {
	position: relative;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.topics {
	padding-left: 2%;
	padding-right: 2%;
	margin-top: 30px;
}
.topics .infoBox {
	text-align : center;
	display : flex;
	justify-content : space-between;
	flex-wrap : wrap;
	float : none;
	margin-left : auto;
	margin-right : auto;
	text-align : center;
	width : 100%;
	margin-bottom: 50px;
}
.topics .infoBox .box {
	width: 48%;
}
.topics .infoBox .box.b002 {
	width: 48%;
	margin-top: 0px;
}
.topics .fb p {
	display: block;
}
.recriut_site a {
	max-width: 980px;
	max-height: 150px;
	width: 90%;
	height: 150px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
}

@media screen and (min-width:960px) {
.infomation {
	padding-top: 60px;
	margin-bottom: 0;
	padding-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
}
.recriut_site {
	position: relative;
}
.topics {
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
	background-color: rgba(0,0,0,0.00);
	margin-bottom: 70px;
	padding-left: 0;
	padding-right: 0;
	margin-top: 70px;
}
.topics .news {
	width: 61%;
	float: left;
}
.topics .news p {
	font-weight: bold;
	font-size: 0.9rem;
	float: left;
}
.topics .news .allnews {
	font-size: 0.9rem;
	font-weight: normal;
	float: none;
	text-align: right;
}
.topics .news ul {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 2px solid #144a3b;
	border-bottom: 2px solid #144a3b;
	margin-bottom: 10px;
	height: 400px;
	overflow-y: scroll;
	background-color: rgba(255,255,255,1.00);
	margin-top: 5px;
}
.topics .news ul li {
	font-size: 0.8rem;
	border-collapse: collapse;
	display: table-cell;
	vertical-align: top;
	float: none;
}
.topics .news ul li.date {
	width: 16%;
}
.topics .news ul li.text {
	width: 68%;
	padding-left: 10px;
	padding-right: 10px;
}
.topics .news ul li.line {
	border-bottom: 1px dotted rgba(151,151,151,1.00);
	display: inline;
	width: 100%;
	height: 1px;
	float: left;
	padding-top: 10px;
	margin-bottom: 10px;
}
.topics .news ul li img {
	margin-right: 16px;
	margin-top: -2px;
	margin-left: 6px;
}
.topics .fb {
	float: right;
	margin-top: 0;
	margin-bottom: 0;
	width: 35%;
}
.topics .fb p {
	margin-bottom: 6px;
	display: block;
}
/*all news */

.newsAll {
	padding-bottom: 0px;
	margin-bottom: 40px;
}
.newsAll p {
	font-weight: bold;
	font-size: 1.4rem;
	float: left;
}
.newsAll ul {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	margin-top: 5px;
}
.newsAll ul li {
	font-size: 0.8rem;
	border-collapse: collapse;
	display: table-cell;
	vertical-align: middle;
	float: left;
}
.newsAll ul li.date {
	width: 8%;
}
.newsAll ul li.text {
	padding-left: 10px;
	padding-right: 10px;
	width: 80%;
	margin-top: 0px;
}
.newsAll ul li.line {
	border-bottom: 1px dotted rgba(151,151,151,1.00);
	display: inline;
	width: 100%;
	height: 1px;
	float: left;
	padding-top: 10px;
	margin-bottom: 10px;
}
.newsAll ul li img {
	margin-right: 16px;
	margin-top: -2px;
	margin-left: 6px;
}
.topics .infoBox {
	text-align : center;
	display : flex;
	justify-content : space-between;
	flex-wrap : wrap;
	float : none;
	margin-left : auto;
	margin-right : auto;
	text-align : center;
	width : 100%;
	margin-bottom: 50px;
}
.topics .infoBox .box {
	width: 48%;
}
.topics .infoBox .box.b002 {
	width: 48%;
	margin-top: 0px;
}
/*2022*/

.callsel {
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 70px;
	padding-top: 40px;
	text-align: center;
	width: 100%;
}
.recriut_site a {
	max-width: 980px;
	max-height: 150px;
	width: 90%;
	height: 150px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
h3.laver {
	text-align: center;
	margin-bottom: 30px;
	padding-bottom: 20px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px solid #14514a !important;
	font-weight: bold;
	font-size: 1.5rem;
	color: #14514a !important;
	max-width: 1070px;
}
h3.laver.mt {
	margin-top: 80px;
}


}
