/***************************
 *
 * モジュール
 *
 **************************/

/*
一般
*/
img {
}
.clear {
	clear: both;
}
.clearfix:after {
	clear: both;
	height: 0px;
	display: block;
	content: ".";
	visibility: hidden;
}
.mt-0 {
	margin-top: 0 !important;
}
.mb-0 {
	margin-bottom: 0 !important;
}
.pt-50 {
	padding-top: 50px !important;
}
.pb-50 {
	padding-bottom: 50px !important;
}
.mlr-0 {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.nrw {
	transform: scaleX(0.97);
	transform-origin: 0 0;
	/*width: 103%;*/
}

.shadow {
	text-shadow: white 2px 0px 2px, white -2px 0px 2px, white 0px -2px 2px, white -2px 0px 2px, white 2px 2px 2px, white -2px 2px 2px, white 2px -2px 2px, white -2px -2px 2px, white 1px 2px 2px,
		white -1px 2px 2px, white 1px -2px 2px, white -1px -2px 2px, white 2px 1px 2px, white -2px 1px 2px, white 2px -1px 2px, white -2px -1px 2px, white 1px 1px 2px, white -1px 1px 2px,
		white 1px -1px 2px, white -1px -1px 2px;
}

.fx {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.fx-bottom {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.fx-center {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.fx-middle {
	display: flex;
	align-items: center;
	flex-direction: column;
	-webkit-justify-content: center;
	justify-content: center;
}

.box-col-2 {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.box-col-2 > div {
	width: 50%;
	box-sizing: border-box;
}

/*
カラー
*/
.blue {
	color: #4aa3c6 !important;
}
.pink {
	color: #ef858c !important;
}
.red {
	color: #f57080 !important;
}
.orange {
	color: #e8785a !important;
}
.blue {
	color: #499ab9 !important;
}
.blue-2 {
	color: #4c97c7 !important;
}
.green {
	color: #74bf99 !important;
}
.yellow {
	color: #d1b861 !important;
}
.brown {
	color: #bf9d5a !important;
}

/*
OVER
*/

.over {
	-webkit-transition: 1s ease;
	-moz-transition: 1s ease;
	-ms-transition: 1s ease;
	-o-transition: 1s ease;
	transition: 1s ease;
}

.over:hover {
	-ms-filter: "alpha(opacity=7)";
	opacity: 0.3;
	-webkit-transition: 0s ease;
	-moz-transition: 0s ease;
	-ms-transition: 0s ease;
	-o-transition: 0s ease;
	transition: 0s ease;
}
/* 
.zoom {
}
.zoom:hover {
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
} */

.underbar {
	width: 0;
	height: 1px;
	background: rgba(34, 34, 34, 0);
	top: 20px;
	position: absolute;
	-webkit-transition: 0.5s ease;
}

/*
フォント
*/
/* .en {
	font-family: "Gelasio", serif;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 0.03em;
}
.en-all * {
	font-family: "Gelasio", serif;
	font-weight: 700;
	font-style: normal;
} */
/* .serif {
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
}
.serif-all * {
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
} */
.en-lato {
	font-family: "Lato", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.en-lato-all * {
	font-family: "Lato", sans-serif;
	font-weight: 400;
	font-style: normal;
}

/*
ボタン
*/
div.center {
	text-align: center;
}
.btn {
	margin: 50px auto;
	width: 420px;
	display: block;
	position: relative;
}
.btn a {
	display: block;
	text-align: center;
	color: #5fb0d7 !important;
	font-size: 1.6rem;
	line-height: 1.5em;
	text-decoration: none !important;
	position: relative;
	transition: 0.3s ease;
	background: none;
	border-radius: 10px;
	box-sizing: border-box;
	transition: 0.3s ease;
	padding: 20px 0;
	border: 1px solid #5fb0d7;
}
.btn.btn-blue a {
	color: white !important;
	border: 1px solid #5fb0d7;
	background: #5fb0d7;
}
.btn.btn-white a {
	color: white !important;
	border: 1px solid #fff;
}
.btn.btn-brown a {
	background: #b08e4b;
	color: white !important;
}
.btn.btn-gray a {
	background: #eeeeee;
}

.btn a:hover {
	text-decoration: none;
	background: #5fb0d7;
	color: #fff !important;
}
.btn-blue a:hover {
	text-decoration: none;
	background: none;
	color: #5fb0d7 !important;
}
.btns {
	text-align: center;
	position: relative;
}
hr + .btns {
	margin-top: -50px;
}
.btns .btn {
	display: inline-block;
	min-width: 360px;
	margin-left: 20px;
	margin-right: 20px;
}

/*
BG
*/
.bg-white {
	background: #fff;
	position: relative;
	padding: 1px 0 50px;
}
.bg-gray {
	background: #e7e7e7;
	position: relative;
	padding: 1px 0 50px;
}

/*
IMAGE
*/

/*
アイコン
*/

/*
ANIMATE
*/

@keyframes fade-in {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes fade-out {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

.tab {
	display: none;
	opacity: 0;
}
.tab.is-active {
	display: block;
	opacity: 1;
	animation-duration: 0.5s;
	animation-name: fade-in;
	-moz-animation-duration: 0.5s;
	-moz-animation-name: fade-in;
	-webkit-animation-duration: 0.5s;
	-webkit-animation-name: fade-in;
}

/*
ボックス
*/
.box-content {
	max-width: 1400px;
	padding-left: 50px;
	padding-right: 50px;
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
}
.box-content-f {
	max-width: 1600px;
	margin: 0 auto;
	position: relative;
	width: 100%;
	box-sizing: border-box;
	padding: 0 50px;
}
.box-content-wide {
	margin: 0 auto;
	position: relative;
	width: 100%;
	box-sizing: border-box;
}
.box-700 {
	width: 700px;
	margin: 0 auto;
	position: relative;
}
.box-720 {
	width: 720px;
	margin: 0 auto;
	position: relative;
}
.box-800 {
	width: 800px;
	margin: 0 auto;
	position: relative;
}
.box-840 {
	width: 840px;
	margin: 0 auto;
	position: relative;
}
.box-900 {
	width: 900px;
	margin: 0 auto;
	position: relative;
}
.box-960 {
	width: 960px;
	margin: 0 auto;
	position: relative;
}
.box-980 {
	width: 980px;
	margin: 0 auto;
	position: relative;
}
.box-1000 {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
.box-1024 {
	width: 1024px;
	margin: 0 auto;
	position: relative;
}
.box-1040 {
	width: 1040px;
	margin: 0 auto;
	position: relative;
}
.box-1090 {
	width: 1090px;
	margin: 0 auto;
	position: relative;
}
.box-1100 {
	width: 1100px;
	margin: 0 auto;
	position: relative;
}
.box-1200 {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

/*
ヘッダー
*/
.header-bg {
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	height: 0;
	z-index: 5;
}
.header-bg img {
	width: 100%;
	height: auto;
	max-height: 150px;
}
.header-inner {
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header-text {
	font-size: 1.5rem;
	position: absolute;
	left: 30px;
	top: 5px;
	color: #3d3e4f;
}
.header-title {
	width: 324.5px;
	margin: 0;
	margin-left: 30px;
	margin-top: 15px;
	transition: all 0.4s cubic-bezier(0.17, 0.84, 0.44, 1);
	position: relative;
}
.header-title a {
	font-size: 3rem;
	font-weight: 500;
	color: #3d3e4f;
}
.header-title.is-hide {
	opacity: 0;
}
.header-logo-full {
	width: 180px;
	margin: 69px auto 40px;
	position: relative;
}
.menu-trigger {
	position: fixed;
	right: 50px;
	top: 50px;
	display: block;
	width: 40px;
	height: 26px;
	cursor: pointer;
	z-index: 205;
	transform: translateX(0);
	transition: all 0.5s;
	text-align: center;
}
.menu-trigger.is-hide {
	opacity: 0;
}
.menu-trigger.is-active {
	z-index: 9999;
}
.menu-trigger span {
	display: inline-block;
	box-sizing: border-box;
	position: absolute;
	left: 0px;
	width: 100%;
	height: 2px;
	background-color: #b08e4b;
	transition: 0.3s ease all;
}
.menu-trigger span:nth-of-type(1) {
	top: 0px;
}
.menu-trigger.is-active span:nth-of-type(1) {
	transform: translateY(12px);
}
.menu-trigger span:nth-of-type(2) {
	top: 12px;
}
.menu-trigger.is-active span:nth-of-type(2) {
	opacity: 0;
}
.menu-trigger span:nth-of-type(3) {
	top: 24px;
}
.menu-trigger.is-active span:nth-of-type(3) {
	transform: translateY(-12px);
}
@media all and (max-width: 1330px) {
}
/*
GLOBAL NAVI
*/

.l-nav .nav-overlay {
	position: fixed;
	left: 0;
	top: 0;
	background: rgba(61, 62, 79, 0.98);
	width: 100%;
	height: 100%;
	z-index: 200;
	display: none;
	opacity: 0;
	animation-duration: 1s;
	animation-name: fade-out;
}
.l-nav.is-active .nav-overlay {
	display: block;
	opacity: 1;
	animation-duration: 1s;
	animation-name: fade-in;
}
.nav-inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.list-nav {
	margin: 0 auto;
	position: relative;
	transform: translate3d(0, 0, 0);
	/* transform: translate3d(-20px, 0, 0); */
	transition: all 2s cubic-bezier(0.17, 0.84, 0.44, 1);
	transition-delay: 0.2s;
	transition-property: opacity, transform;
	display: flex;
	justify-content: flex-end;
	max-width: 900px;
}
.l-nav.is-active .list-nav {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	transition: none;
}
.list-nav > li {
	box-sizing: border-box;
	position: relative;
	margin-right: 10px;
}
/* .list-nav > li:before {
	content: "";
	background: #3d3e4f;
	width: 2px;
	height: 50%;
	position: absolute;
	left: 0;
	top: 30%;
	transform: rotate(25deg);
} */
.list-nav > li > a {
	font-size: 1.6rem;
	color: #3d3e4f;
	padding: 5px 25px;

	text-align: center;
	position: relative;
	transition: 0.3s ease;
	background: #fff;
	border-radius: 10px;
	display: block;
}
.list-nav > li > a .en {
	font-size: 1.2rem;
	color: #5fb0d7;
	display: block;
	text-align: center;
	width: 100%;
	margin-top: 5px;
	display: none;
}
.list-nav > li > a:hover {
	opacity: 0.7;
}
/* .list-nav > li.nav-contact a {
	background: #5fb0d7;
	color: white;
}
.list-nav > li.nav-contact a .en {
	color: white;
} */
@media all and (max-width: 1184px) {
	.header-title {
		width: 185px;
	}
	.list-nav > li > a {
		font-size: 1.2rem;
		padding-left: 7px;
		padding-right: 7px;
	}
	.list-nav > li > a .en {
		font-size: 1rem;
	}
}

/*
パンくず
*/
.bread {
	position: absolute;
	z-index: 5;
	left: 15px;
	top: 10px;
}

.bread ul {
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
}

.bread li {
	font-size: 1.3rem;
	color: #3d3e4f;
	letter-spacing: 0.15em;
	display: inline-block;
}
.bread li span {
}
.bread li * {
	font-size: 1.3rem;
	color: #3d3e4f;
}
.bread li a {
	color: #3d3e4f !important;
	text-decoration: none;
}
.bread li a span {
	color: #3d3e4f !important;
}
.bread li a:hover {
}
.bread i {
}
.bread li:first-child i {
}
.bread .bullet {
}
.bread li:after {
	content: "/";
	display: inline-block;
	width: 8px;
	height: 4px;
	margin: 10px auto;
	color: #cccccc;
}
.bread li:last-child:after {
	content: none;
}

/*
サイドバー
*/

/*
フッター
*/
.page-top {
	position: fixed;
	bottom: 15px;
	right: 60px;
	width: 15px;
	z-index: 50;
	opacity: 0;
	display: none;
}
.page-top.is-active {
	opacity: 1;
	display: block;
	animation-duration: 0.5s;
	animation-name: fade-in;
}
.page-top.is-stick {
	position: absolute;
	bottom: 100%;
	bottom: calc(100% - 30px);
	right: 60px;
}
.footer-contact {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 400px;
}
.footer-contact .footer-contact-header {
	margin-right: 140px;
	display: none;
}
.footer-contact .footer-contact-header .title-main-caption {
	color: #fff;
	font-size: 4rem;
}
.footer-contact .footer-contact-header .title-main {
	color: #fff;
}
.footer-contact .footer-contact-content .footer-contact-tel {
}
.footer-contact .footer-contact-content .footer-contact-tel a {
	color: white;
	display: block;
	text-align: center;
	font-size: 3.6rem;
}
.footer-contact .footer-contact-content .btn {
	margin: 0;
	margin-top: 30px;
	width: 500px;
}
.footer-contact .footer-contact-content .btn a {
	text-align: center;
	font-size: 2rem;
}
.footer-contact .footer-contact-content .btn a .en {
	font-size: 2rem;
}
.footer-contact .footer-contact-content .btn a:after {
	content: "";
	display: block;
	position: absolute;
	right: 15px;
	top: 50%;
	background: url(../img/bullet-white.png) 0 0 no-repeat;
	background-size: contain;
	width: 7px;
	height: 12px;
	margin-top: -6px;
}
.footer-bottom {
	/* background: rgba(61, 62, 79, 0.95); */
	/* background: rgba(74, 163, 198, 0.95); */
	background: #85c955;
	position: relative;
	box-sizing: border-box;
	padding-top: 60px;
}
.footer-bottom .footer-title {
	text-align: center;
	font-weight: bold;
	font-size: 3rem;
	color: #fff;
	margin-bottom: 25px;
}
.footer-bottom .footer-title a {
	color: #fff;
}
.footer-bottom .footer-title a:hover {
	opacity: 0.7;
}
.footer-nav {
	margin-bottom: 60px;
}
.footer-nav ul {
	text-align: center;
	display: flex;
	justify-content: center;
}
.footer-nav ul li {
	margin: 0 15px;
}
.footer-nav ul li a {
	font-size: 1.6rem;
	color: #fff;
}
.footer-nav ul li a:hover {
	opacity: 0.7;
}
.copyright {
	text-align: center;
	color: #fff;
	font-size: 1.3rem;
	line-height: 60px;
	border-top: 1px solid #fff;
}
.copyright a {
	color: #fff;
	font-size: 1.3rem;
}
.stick-1 {
	position: absolute;
	left: 50px;
	bottom: 0px;
	background: url(../img/stick-1.png) 0 0 no-repeat;
	background-size: contain;
	width: 200px;
	height: 280px;
}
.stick-2 {
	position: absolute;
	right: 50px;
	bottom: 0px;
	background: url(../img/stick-2.png) 0 0 no-repeat;
	background-size: contain;
	width: 151px;
	height: 280px;
}
/*
サイドバー
*/
.sidebar-inner {
	background: #f7f7f7;
	padding: 30px 25px;
}
.side-title {
	text-align: center;
	font-weight: 500;
	font-size: 1.8rem;
	color: #3d3e4f;
	margin-bottom: 25px;
}
.side-title.left {
	text-align: left;
}
.sidebar-inner hr {
	margin: 40px auto;
}
.list-side {
}
.list-side > li {
	margin-bottom: 10px;
}
.list-side > li > a {
	display: block;
	text-align: center;
	background: #eeeeee;
	border-radius: 30px;
	font-size: 1.6rem;
	color: #3d3e4f;
	padding: 12px;
	line-height: 1.3em;
	transition: 0.3s ease;
}
.list-side > li > a:hover,
.list-side > li.current-cat > a {
	text-decoration: none;
	color: white;
	background: #b08e4b;
}
.side-tags a {
	display: inline-block;
	font-size: 1.4rem !important;
	color: #3d3e4f;
	background: #eeeeee;
	border-radius: 15px;
	padding: 7px;
	margin-right: 2px;
	margin-bottom: 5px;
	transition: 0.3s ease;
}
.side-tags a:before {
	content: "#";
}
.side-tags a:hover {
	text-decoration: none !important;
	opacity: 0.7;
}
.side-form {
	margin-top: 30px;
	position: relative;
}
.side-form input[type="text"] {
	background: #eeeeee;
	width: 100%;
	line-height: 60px;
	padding-right: 60px;
}
.ic-side-search {
	display: block;
	background: url(../img/side-search.png) 0 0 no-repeat;
	background-size: contain;
	width: 25px;
	height: 25px;
	position: absolute;
	right: 15px;
	top: 18px;
}
.p-filter__input {
	border: 1px solid #d7d7d7;
	background: #fff;
	font-size: 15px;
	height: 50px;
	width: 100%;
	padding: 0 15px;
	box-sizing: border-box;
	border-radius: 0px;
	outline: none;
}
.p-filter__button-item--submit {
	width: 100%;
	text-align: center;
	color: white;
	border-radius: 30px;
	font-size: 1.6rem;
	background: #b08e4b;
	line-height: 50px;
	margin-bottom: 15px;
	transition: 0.3s ease;
}
.p-filter__button-item--clear {
	width: 100%;
	text-align: center;
	color: #3d3e4f;
	border-radius: 30px;
	font-size: 1.6rem;
	background: #eeeeee;
	line-height: 50px;
	transition: 0.3s ease;
}
.p-filter__button-item--submit:hover,
.p-filter__button-item--clear:hover {
	opacity: 0.7;
}

.pr-item {
	margin-bottom: 10px;
}
/*
LIST ENTRY
*/
.list-entry {
	position: relative;
	margin-bottom: 30px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}
.list-entry .entry {
	position: relative;
	transition: all 0.5s;
	display: block;
}
.list-entry .entry .entry-link {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
}
.list-entry .entry .entry-link:hover + .entry-pic img {
	opacity: 0.7;
}
.list-entry .entry .entry-pic {
}
.list-entry .entry .entry-pic img {
	transition: 0.3s ease;
}
.list-entry .entry .entry-content {
	padding: 20px;
	position: relative;
}
.list-entry .entry .entry-content:after {
	content: "";
	display: block;
	width: 1px;
	height: calc(100% - 40px);
	position: absolute;
	right: 0;
	top: 20px;
	background: #e7e7e7;
}
.list-entry .entry .entry-title {
	line-height: 1.44em;
	display: box;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	font-size: 1.8rem;
	font-weight: 500;
	color: #3d3e4f;
}
.list-entry .entry .entry-ex {
	font-size: 1.4rem;
	margin-top: 20px;
}
.list-entry .entry .entry-cat {
}
.list-entry .entry .entry-cat a {
	font-size: 1.5rem;
	color: #3d3e4f;
}
.list-entry .entry .entry-info {
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
}
.list-entry .entry .entry-time {
	font-size: 1.6rem;
	color: #b08e4b;
	display: inline-block;
}

/*
LIST ENTRY 2
*/
.list-entry-2 {
	position: relative;
	margin-bottom: 30px;
	border-top: 1px solid #d7d7d7;
}
.list-entry-2 .entry {
	position: relative;
	padding: 50px 0;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #d7d7d7;
}
.list-entry-2 .entry .entry-link {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
}
.list-entry-2 .entry .entry-link:hover + .entry-pic img {
	opacity: 0.7;
}
.list-entry-2 .entry .entry-link:hover + .entry-pic + .entry-content .entry-title {
	opacity: 0.7;
}
.list-entry-2 .entry .entry-pic {
	width: 33%;
}
.list-entry-2 .entry .entry-pic img {
	transition: 0.3s ease;
}
.list-entry-2 .entry .entry-content {
	width: 63%;
}
.list-entry-2 .entry .entry-info {
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
}
.list-entry-2 .entry .entry-cat a {
	font-size: 1.5rem;
	font-weight: 500;
	color: #3d3e4f;
}
.list-entry-2 .entry .entry-time {
	font-size: 1.6rem;
	color: #b08e4b;
}
.list-entry-2 .entry .entry-title {
	font-size: 1.8rem;
	color: #3d3e4f;
	font-weight: 500;
	line-height: 1.666em;
	margin-bottom: 20px;
}
.list-entry-2 .entry .entry-title a {
	color: #3d3e4f;
	text-decoration: none;
}
.list-entry-2 .entry .entry-ex p {
	font-size: 1.6rem;
	color: #888888;
	margin: 0;
}
/*
LIST JOB
*/
.list-job {
	margin-bottom: 50px;
}
.list-job-top {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 0 57px;
}
.list-job > li {
	position: relative;
	padding: 45px 120px;
	border-bottom: 1px solid #d7d7d7;
	transition: 0.3s ease;
}
.list-job > li:hover {
	background: rgba(255, 255, 255, 0.2);
}
.list-job .job-link {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
}
.list-job .job-new {
	position: absolute;
	left: 10px;
	top: 40px;
}
.list-job .job-new span {
	font-weight: bold;
	font-size: 3rem;
	color: #bf9d5a;
	display: inline-block;
	position: relative;
}
.list-job .job-new span:nth-child(2):before {
	content: "|";
	padding-right: 5px;
}
.list-job .job-info {
	margin-bottom: 10px;
}
.list-job .job-info span {
	font-size: 1.6rem;
	color: #3d3e4f;
	margin-right: 30px;
	display: inline-block;
	margin-bottom: 5px;
}
.list-job .job-info span:nth-child(1):before {
	content: "";
	display: inline-block;
	background: url(../img/job-info-tag-1.png) 0 0 no-repeat;
	background-size: contain;
	width: 29px;
	height: 29px;
	vertical-align: middle;
	margin-right: 5px;
}
.list-job .job-info span:nth-child(2):before {
	content: "";
	display: inline-block;
	background: url(../img/job-info-tag-2.png) 0 0 no-repeat;
	background-size: contain;
	width: 29px;
	height: 29px;
	vertical-align: middle;
	margin-right: 5px;
}
.list-job .job-info span:nth-child(3):before {
	content: "";
	display: inline-block;
	background: url(../img/job-info-tag-3.png) 0 0 no-repeat;
	background-size: contain;
	width: 29px;
	height: 29px;
	vertical-align: middle;
	margin-right: 5px;
}
.list-job .job-tags + .job-info {
	margin-top: 35px;
}
.list-job .job-tags + .job-info span {
	font-size: 1.8rem;
}
.list-job .job-title {
	font-weight: 500;
	font-size: 2rem;
	line-height: 1.5em;
	color: #3d3e4f;
	margin-bottom: 10px;
}
.list-job .job-tags {
}
.list-job .job-tags span {
	display: inline-block;
	font-size: 1.5rem;
	color: #3d3e4f;
	border: 1px solid #3d3e4f;
	margin-right: 5px;
	width: 120px;
	text-align: center;
}
.list-job .job-sn {
	position: absolute;
	right: 10px;
	top: 45px;
	text-align: right;
}
.list-job .job-status {
	display: inline-block;
	text-align: center;
	color: white;
	background: #b08e4b;
	font-size: 1.5rem;
	width: 100px;
	line-height: 26px;
}
.list-job .job-status.job-status-end {
	background: #f7f7f7;
	color: #bfbfbf;
}

/* LIST JOB ARCHIVE */
.list-job-arc {
	margin-top: 30px;
	border-top: 1px solid #d7d7d7;
}
.list-job-arc .job-new {
	position: relative;
	left: 0;
	top: 0;
	margin-bottom: 15px;
}
.list-job-arc .job-new .is-pickup {
	position: relative;
}
.list-job-arc .job-new .is-pickup:before {
	content: "";
	display: inline-block;
	background: url(../img/tag.png) 0 0 no-repeat;
	background-size: contain;
	width: 26px;
	height: 35px;
	vertical-align: middle;
	margin-right: 15px;
	top: -3px;
}
.list-job-arc > li {
	padding-left: 15px;
}
.list-job-arc > li:hover {
	background: #fbfbfb;
}

/* LIST JOB SINGLE */
.list-job-single {
	border: none;
}
.list-job-single > li {
	border: none;
	padding: 0 !important;
}
.list-job-single > li:before {
	content: none !important;
}
.list-job-single > li:hover {
	background: white;
}
.list-job-single .job-title {
	font-size: 3rem;
	margin-bottom: 25px;
}
.list-job-single .job-sn {
	top: 0;
}
/*
LIST NEWS
*/
.list-news {
	position: relative;
	border-top: 1px solid #e7e7e7;
	margin-top: 70px;
}
.list-news .news {
	position: relative;
	border-bottom: 1px solid #e7e7e7;
	padding: 28px 0;
}
.list-news .news-link {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	transition: 0.4s ease;
}
.list-news .news-link:hover {
	background: rgba(0, 0, 0, 0.05);
}
.list-news .news .news-time {
	font-size: 1.6rem;
	color: #3d3e4f;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -12px;
}
.list-news .news .news-cat {
	font-size: 1.4rem;
	position: absolute;
	left: 130px;
	top: 50%;
	margin-top: -12px;
	width: 150px;
	text-align: center;
}
.list-news .news .news-cat a {
	display: block;
	color: #4aa3c6;
	padding: 2px 0;
	border: 1px solid #4aa3c6;
	border-radius: 10px;
}
.list-news .news .news-cat a:hover {
	opacity: 0.7;
}
.list-news .news .news-title {
	margin-left: 325px;
	position: relative;
	top: -2px;
	margin-bottom: 0;
}
.list-news .news .news-title a {
	font-size: 1.6rem;
	line-height: 1.875em;
	color: #3d3e4f;
	transition: 0.3s ease;
	text-decoration: none;
	display: block;
	word-break: break-all;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
}
.list-news .news:after {
	content: "";
	display: block;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -6px;
	background: url(../img/bullet.png) 0 0 no-repeat;
	background-size: contain;
	width: 7px;
	height: 12px;
}
.list-news .news .news-title a:hover {
	text-decoration: underline;
	opacity: 0.7;
}
.list-news-cat {
}
.list-news-cat .news-ex {
	margin-left: 325px;
}
.list-news-cat .news-ex p {
	font-size: 1.4rem;
	line-height: 1.857em;
	color: #cccccc;
	margin-bottom: 0;
}
