@charset "UTF-8";

/* Font
---------------------------------------------------------------------*/
@font-face {
	font-family: 'Noto Serif JP';
	font-style: normal;
	src: local("NotoSerifCJKjp-Regular.otf"), local("NotoSerifJP-Regular.otf"), url("https://globe-inc.net/wp-content/uploads/fonts/NotoSerifJP-Regular.woff2") format("woff2"), url("https://globe-inc.net/wp-content/uploads/fonts/NotoSerifJP-Regular.woff") format("woff");
	font-weight: 400;
	font-display: swap;
}
@font-face {
	font-family: 'Noto Serif JP';
	font-style: normal;
	src: local("NotoSerifCJKjp-Medium.otf"), local("NotoSerifJP-Medium.otf"), url("https://globe-inc.net/wp-content/uploads/fonts/NotoSerifJP-Medium.woff2") format("woff2"), url("https://globe-inc.net/wp-content/uploads/fonts/NotoSerifJP-Medium.woff") format("woff");
	font-weight: 500;
	font-display: swap;
}
body{
	font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
}
h1,h2,h3,h4,h5,ul,ol,dl,p,span,a{
	font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif !important;
}
a{
	transition: all 0.2s;
}
a:hover{
	opacity: .7;
}
.single .header-filter-gradient{
	background: linear-gradient(to right, #00a6ca, #002977);
}
.home .header-filter::before{
	background: none !important;
}
.home article.section > div > div > div > div{
	margin-bottom: 0 !important;
}
#main-navigation a span{
	color: #aaa;
	font-size: 9px !important;
	text-align: center;
}
.sectionGrid{
	padding-top: 60px;
	padding-bottom: 60px;
}
.sectionTitle h3{
	color: #002977;
	font-size: 24px;
	text-align: center;
}
.sectionTitle h3 span{
	color: #ea5404;
	display: block;
	padding: 0;
	font-size: 12px;
}
.sectionTitle h4{
	color: #00a6ca;
	font-size: 20px;
	margin-bottom: 30px !important;
	text-align: center;
}
.sectionTitle h4 span{
	border-bottom: 1px solid #00a6ca;
	padding: 0 30px 5px;
}
.announcement{
	display: flex;
	flex-direction: row-reverse;
	flex-wrap: wrap;
}
.announcement > div:first-child{
	padding: 0 3%;
	width: 50%;
}
.announcement > div:last-child{
	width: 50%;
}
.announcement iframe{
	height: 200px !important;
}
footer.footer.footer-black{
	background: #00a6ca;
}
.footer_left{
	align-items: center;
	display: flex;
	color: #fff;
	text-align: left;
}
.footer_left dl{
	margin: 0 0 0 10px;
}
.footer_left dl dt{
	font-size: 12px;
	margin-bottom: 0;
}
.footer_left dl dd{
	font-size: 10px;
	margin: 0;
}
.copyright p{
	color: #fff;
	font-size: 12px;
}
.center{
	text-align: center;
}
.right{
	text-align: right;
}
.flx_center{
	align-items: center !important;
	flex-wrap: wrap !important;
}
.flx_clear{
	align-items: unset !important;
	flex-wrap: wrap !important;
}
.delay1{
	animation-delay: 0.2s;
}
.delay2{
	animation-delay: 0.4s;
}
.delay3{
	animation-delay: 0.6s;
}
.delay4{
	animation-delay: 0.8s;
}
/* NEWSプラグイン
-----------------------------------------------*/
#news{
	color: #fff;
}
#news h3{
	color: #000 !important;
}
.news_list{ 
	list-style: none;
	margin: 0 0 20px 0 !important;
	padding: 0;
} 
.news_list li{ 
	border-bottom: 1px dashed #ccc; 
	padding: 15px 0; 
	text-align: left !important; 
} 
.news_date{ 
	font-size: 13px; 
	font-style: Meiryo; 
	vertical-align: middle; 
	width: 95px; 
	color: #777; 
} 
.cat{ 
	background: #ea5404; 
	color: #fff; 
	font-size: 10px; 
	line-height: 20px; 
	margin: 0 20px; 
	padding: 5px 10px; 
	text-align: center; 
	vertical-align: middle; 
	width: 80px; 
} 
.news_title{ 
	font-size: 14px; 
}
.widget ul{
	padding: 0 !important;
}
.widget ul li{
	padding-top: 0 !important;
}
.bizList{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.bizList li{
	margin: 2%;
	width: 29.333%;
}
.bizList li a{
	border: 1px solid rgba(0,41,119,0.7);
	box-shadow: 0 0 5px #bbb;
	display: block;
	position: relative;
}
.bizList li a p{
	background: rgba(0,41,119,0.7);
	color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  margin:0 !important;
  padding: 5px 0;
	text-align: center;
	width: 100%;
}
/*===============================================
 *  message
===============================================*/
/*===============================================
 *  business
===============================================*/
.bizGrid{
	align-items: center;
	display: flex;
	margin-bottom: 110px;
}
.invert{
	flex-direction: row-reverse;
}
.bizGrid > div{
	width: 50%;
}
.bizImg{
	box-shadow: 0 0 5px #bbb;
}
.bizInfo{
	background: rgba(255,255,255,0.8);
	border: 1px solid #ddd;
	box-shadow: 0 0 5px #bbb;
	padding: 30px;
	position: relative;
	top: 80px;
	z-index: 2;
}
.bizInfo h3{
	border-bottom: 1px solid #ea5404;
	color: #002977;
	font-size: 20px;
}
.bizInfo h3 span{
	color: #bbb;
	font-size: 12px;
	margin-left: 15px;
}
.right5{
	right: 5%;
}
.left5{
	left: 5%;
}
/*===============================================
 *  company
===============================================*/
table.company td{
	border: 1px solid #ddd !important;
}
table.company td.column-1{
	background: #e5f6fa;
	vertical-align: middle;
}
iframe{
	width: 100%;
	height: 360px;
}
/*===============================================
 *  recruit
===============================================*/
table.recruit th{
	background: #00a6ca;
	color: #fff;
	text-align: center;
}
table.recruit td{
	border: 1px solid #ddd !important;
	vertical-align: middle;
}
/*===============================================
 *  contact
===============================================*/
.form_area{
	box-shadow: 0 0 5px #bbb;
	margin: 50px 0 15px;
	padding: 30px;
}
.formGrid{
	margin-bottom: 30px;
}
.formTitle{
	color: #00a6ca;
}
input:not([type="submit"]){
	border-radius: 0 !important;
}
input[type="submit"]{
	border-radius: 5px !important;
}
textarea.form-control{
	padding: 7px !important;
}
textarea.form-control:focus-within{
	border: 1px solid #00a6ca !important;
}
/*===============================================
 *  partner
===============================================*/
table.partner td.column-1{
	background: #00a6ca;
	color: #fff;
	text-align: center;
}
table.partner td{
	border: 1px solid #ddd !important;
	vertical-align: middle;
}
table.apply td:first-child{
	background: #00a6ca;
	color: #fff;
	text-align: center;
}
table.apply td{
	border: 1px solid #ddd !important;
	padding: 15px 10px;
	vertical-align: middle;
}
table.apply input{
	margin-top: 7px;
}
/*===============================================
 *  media query
===============================================*/
@media screen and (min-width: 1170px){
	.partner{
		margin: 0 15%;
		width: 70%;
	}
}
@media screen and (max-width: 1169px) and (min-width: 992px){
	.partner{
		margin: 0 10%;
		width: 80%;
	}
}
@media screen and (max-width: 991px) and (min-width: 768px){
	.nav > li > a{
		padding: 5px !important;
		text-align: center;
	}
	.partner{
		margin: 0 5%;
		width: 90%;
	}
}
@media screen and (min-width: 768px){
	.only_sp{
		display: none;
	}
	.home #primary .container{
		padding-top: 410px !important;
		padding-bottom: 210px;
	}
	.inner{
		margin: 0 auto;
		width: 750px;
	}
}
@media screen and (max-width: 767px){
	.only_pc{
		display: none;
	}
	.home #primary{
		display: none;
	}
	.kv_sp{
		margin-top: 68px;
	}
	body:not(.home) .kv_sp{
		display: none !important;
	}
	.navbar.navbar-fixed-top .navbar-collapse{
		margin-top: 69px;
	}
	.navbar .navbar-nav > li a{
		border-bottom: 1px dotted #eee;
		text-align: center;
	}
	.navbar .navbar-nav > li:last-child a{
		border-bottom: none !important;
	}
	p.introduction{
		text-align: left !important;
	}
	.news_title{
		display: block;
		margin-top: 10px;
	}
	#home_business{
		background: none !important;
	}
	.bizList li {
			margin: 2%;
			width: 46%;
	}
	.bizGrid{
		display: block;
		margin-bottom: 30px;
	}
	.bizGrid > div{
		left: 0 !important;
		right: 0 !important;
		top: 0 !important;
		width: 100%;
	}
	.bizInfo{
		border: none !important;
		box-shadow: none !important;
		padding: 0;
	}
	.bizImg{
		box-shadow: none !important;
	}
	.footer.footer-big{
		padding-bottom: 0 !important;
	}
	.pull-left,
	.pull-right{
		float: none !important;
	}
	.footer_left{
		display: block;
		text-align: center;
	}
	.footer_left > div+div{
		margin-top: 15px;
	}
	.copyright p{
		font-size: 10px;
		margin-bottom: 0;
	}
	.tablepress td{
		font-size: 12px !important;
	}
	.recruit th,
	.recruit td{
		font-size: 12px !important;
	}
}
@media screen and (max-width: 640px){

}
@media screen and (max-width: 480px){
	.bizList li {
			margin: 5% 0;
			width: 100%;
	}
}