@charset "utf-8";
/***************************************************************************************************
	page_information.css
***************************************************************************************************/
.pagebody {
	text-align: center;
}
/*
*/
.information_gsty_1 {
	position: relative;
	width: 100%;
	height: 405px;
}
.information_gsty_1::before {
	position: absolute;
	display: block;
	content: '';
	width: calc(100vw - 212px);
	height: 405px;
	left:50%;
	top:50%;
	transform: translate(-50%, -50%);
	background-position: 50% 50%;
	background-size: cover;
}
.information_gsty_1 .gsty_blk_1 {
	position: absolute;
	left:50%;
	top:50%;
	width: 665px;
	height: 330px;
	transform: translate(-50%, -50%);
	background-color:#ffffff;
	overflow: hidden;
	text-align: center;
}
.information_gsty_1 .gsty_blk_1::before {
	position: absolute;
	display: block;
	content: '';
	width: calc(100vw - 215px);
	height: 405px;
	left:50%;
	top:50%;
	transform: translate(-50%, -50%);
	background-position: 50% 50%;
	background-size: cover;
	opacity: .7;
	filter:blur(20px);
}

.information_gsty_1 .gsty_blk_1_1 {
	position: relative;
	padding: 110px 0 0 0;
}
.information_gsty_1 .gsty_blk_1_1 h2 {
	position: relative;
	text-align: center;
	display: flex;
	flex-direction: column;
}
.information_gsty_1 .gsty_blk_1_1 h2 .lin_1 {
	position: relative;
	display: block;
	color:#ffffff;
	text-align: center;
	font-size: 36px;
	line-height: 1;
	order: 2;
	padding: 20px 0 0 0;
}
.information_gsty_1 .gsty_blk_1_1 h2 .lin_2 {
	position: relative;
	display: block;
	color:#ffffff;
	text-align: center;
	font-size: 14px;
	line-height: 1;
	font-family: 'Viga', sans-serif;
	font-weight: 400;
	order: 1;
}
.information_gsty_1 .gsty_blk_1_2 {
	position: relative;
	text-align: center;
	padding: 85px 0 0 0;
}
.information_gsty_1 .gsty_blk_1_2 ul {
	position: relative;
	width: auto;
	display: table;
	margin: auto;
	border-left: 1px solid #ffffff;
}
.information_gsty_1 .gsty_blk_1_2 ul li {
	position: relative;
	display: table-cell;
}
.information_gsty_1 .gsty_blk_1_2 ul li a {
	display: block;
	font-size: 14px;
	line-height: 1;
	white-space: nowrap;
	padding: 0 20px;
	color:#ffffff;
	border-right: 1px solid #ffffff;
}
/*
*/
.information_gsty_2 {
	position: relative;
	width: 100%;
	/* max-width: 1940px; */
	height: 79px;
	margin: auto;
	text-align: left;
	overflow: hidden;
}
.information_gsty_2 .gsty_tit_1 {
	position: relative;
	display: inline-block;
	width: auto;
	min-width: 280px;
	height: 100%;
	padding: 0 55px 0 100px;
	background-image: url('../images/header_bk_1.jpg');
	background-position: 0 0;
	background-size: auto auto;
	background-repeat: repeat;
}
.information_gsty_2 .gsty_tit_1::before {
	position: absolute;
	display: block;
	content: '';
	width: 28px;
	height: 5px;
	left:15px;
	top:37px;
	background-color:#FFDC2A;
}
.information_gsty_2 .gsty_tit_1::after {
	position: absolute;
	display: block;
	content: '';
	width: 28px;
	height: 5px;
	left:43px;
	top:37px;
	background-color:#1379B9;
}
.information_gsty_2 .gsty_tit_1 span {
	display: block;
	position: relative;
	font-size: 30px;
	line-height: 1.25;
	white-space: nowrap;
	color:#ffffff;
	left:0;
	top:calc(50% - 2px);
	transform: translateY(-50%);
}
/*
*/
.information_gsty_3 {
	position: relative;
	text-align: left;
}
.information_gsty_3 .gsty_tit_1 {
	position: relative;
	border-bottom:1px solid #231816;
	color:#231816;
	font-size: 18px;
	line-height: 1;
	padding: 0 0 15px 33px;
}
.information_gsty_3 .gsty_tit_1::before {
	position: absolute;
	display: block;
	content: '';
	width: 10px;
	height: 5px;
	left:0;
	top:8px;
	background-color:#FFDC2A;
}
.information_gsty_3 .gsty_tit_1::after {
	position: absolute;
	display: block;
	content: '';
	width: 10px;
	height: 5px;
	left:10px;
	top:8px;
	background-color:#1379B9;
}
/***************************************************************************************************
  responsive
***************************************************************************************************/

@media screen and (max-width: 1000px) {
.pagebody {
}
/*
*/
.information_gsty_1 {
	height: 55vh;
}
.information_gsty_1::before {
	width: 100vw;
	height: 55vh;
}
.information_gsty_1 .gsty_blk_1 {
	width: calc(100% - 40px);
	max-width: 335px;
	height: 170px;
}
.information_gsty_1 .gsty_blk_1::before {
	width: 100vw;
	height: 55vh;
}
.information_gsty_1 .gsty_blk_1_1 {
	padding: 60px 0 0 0;
}
.information_gsty_1 .gsty_blk_1_1 h2 {
}
.information_gsty_1 .gsty_blk_1_1 h2 .lin_1 {
	font-size: 20px;
	padding: 20px 0 0 0;
}
.information_gsty_1 .gsty_blk_1_1 h2 .lin_2 {
}
.information_gsty_1 .gsty_blk_1_2 {
	display: none;
}
/*
*/
.information_gsty_2 {
	height: 60px;
}
.information_gsty_2 .gsty_tit_1 {
	position: relative;
	display: inline-block;
	/* width: 40%; */
	min-width: 0;
	height: 100%;
	padding: 0 40px 0 62px;
	background-image: url('../images/header_bk_1.jpg');
	background-position: 0 0;
	background-size: auto auto;
	background-repeat: repeat;
}
.information_gsty_2 .gsty_tit_1::before {
	width: 19px;
	height: 5px;
	left:12px;
	top:27px;
}
.information_gsty_2 .gsty_tit_1::after {
	width: 19px;
	height: 5px;
	left:31px;
	top:27px;
}
.information_gsty_2 .gsty_tit_1 span {
	font-size: 20px;
}


}
