@charset "utf-8";

/*common*/
.container {
	overflow: hidden;
}

.section {
	position: relative;
}

.t-box .line {
	height: 40px;
	width: 2px;
	background: #464e56;
	margin-left: 40px;
}

.t-box .sub_p {
	font-size: 120%;
	height: 60px;
	line-height: 60px;
}

.t-box h3 {
	font-weight: 600;
	font-size: 60px;
}

/*VIEW*/
.click {
	display: block;
	width: 220px;
	height: 60px;
	line-height: 60px;
	border-radius: 30px;
	border: 1px solid #464e56;
	font-size: 22px;
	text-align: center;
	margin: auto;
	margin-top:50px;
}

.click .go {
	transition: 0.5s;
}

.click .go:hover {
	cursor: pointer;
}

.deco-img {
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center
}

.deco-img img {
	max-width: 100%
}

/*scroll-top*/
.scrollTop {
	position: fixed;
	bottom: 40px;
	right: 40px;
	background: #A1A6A9;
	color: white;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	border: none;
	cursor: pointer;
	font-size: 24px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	z-index:10;
}

.scrollTop:hover{
	background:#24AFFF;
}
/**scroll-top end**/

/*section0*/
.pos0 {
	background: url("../img/m/bg_main.jpg")no-repeat 0 0;
	background-size: 100% 100vh;
	position: relative;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.s_01 {
	position: relative;
	margin-left: 360px;
}

.s_01 .pp {
	color: #fff;
	font-size: 80px;
	font-weight: bold;
	text-align: left;
}


.pp_link {
	margin-left: 900px;
}

.pp_link a {
	width: 120px;
	height: 50px;
	color: #fff;
	font-size: 30px;
	font-weight: 600;
	position: relative;
}

.pp_link a:hover {
	color: #AAA;
}

.pp_line {
	position: relative;
}

/*section4*/
.pos5 {
background:url(../img/m/bg_main_05.jpg) no-repeat;
}

.s_05 {
	position: absolute;
	top:160px;
	left: 200px;
}

.s_05 .pp {
	color: #333;
	font-size: 60px;
	font-weight: bold;
	text-align: left;
}

.s_05 .pp_sub {
	color: #777;
	font-size: 32px;
	font-weight: 600;
	text-align: left;
	margin-top:20px;
}

.s_box{
	display:flex;
	justify-content: flex-end;
	background:#214CA0;
	width:1600px;
	height:280px;
	border-radius: 0px 6px 6px 0px;
	margin-top: 120px;
}

.s_box li{
	width:28%;
	height:auto;
}

.p_box{
	font-size: 24px !important;
	font-weight:600;	
	margin-top:70px;
	color:#BDD0F4;
}

.p_boxT{
	font-size: 60px !important;
	font-weight:bold;
	margin-top:40px;
	color:#fff;
}

.p_boxT span{
	font-size: 30px;
	font-weight:600;
	margin-left:10px;
}

.p_boxD{
	margin-top:30px;
	margin-right:20px;
	text-align: right;
	font-size: 20px !important;
	color:#8aa5db;
}

/*section1*/


.pos1,
.pos2,
.pos3 {
	background-color: #fff;
}

/*.pos1 .fp-tableCell {
	background: url("../img/m/bg_main_02.png")no-repeat 0 0; 
	background-size: 100% 100%;
}*/

.pos1 .fp-tableCell {
	background: #fff;
}

.s_03,
.s_04 {
	width: 100%;
	margin: 0 auto;
}


.s_02 .t-box {
	color: white;
	margin: 0 auto;
}

.s_03 .t-box {
	color: #464e56;
	position: absolute;
	left: 0;
	right: 0;
	top: 13%;
	margin: auto;
	text-align: center;
}

.s_04 .t-box {
	color: white;
	top: 70px;
	position: absolute;
	left: 0;
	right: 0;
	top: 8%;
	margin: auto;
	text-align: center;
}

.s_02 .t-box h3 {
	color: white;
	margin-bottom: 50px;
}

/*.s_02 .click {}*/

.s_02 .click {
	margin: 0 auto;
	border: 1px solid #303030;
	margin-top: 24px;

}

.s_02 .click .go {
	display: block;
	color: white;
}

.s_02 .click:hover {
	background: rgba(150, 150, 150, 0.3);
}

.t-boxT {
	position: absolute;
	left: 0;
	right: 0;
	top: 5%;
	margin: auto;
}

.t-boxT span {
	position: relative;
	display: block;
	margin: 0 auto;
	margin-top:30px;
	padding: 10px 10px;
	color: #333;
	z-index: 20;
	font-size: 60px;
	font-weight: 600;
}

.t-boxT a {
	display: block;
}

.t-boxT a pre {
	color: #303030;
}

/*section2*/
.pos2 .fp-tableCell {
	background-color: #EEEEEE;
	background-size: 100% 100vh;
}


.gallery,
.gallery2 {
	display: flex;
	justify-content: center
}

.gallery {
	margin-top: 100px;
}

.gallery img,
.gallery2 img {
	margin: 10px 10px;
	border-radius: 10px;
}

.galleryT a{
		content: url(../img/m/icn_viewMoreW.svg);
		width:160px;
		height:auto;
		margin-top:70px;
		margin-left:312px;
}

.gallery .galleryT {
	position: absolute;
	top: 29%;
	width: 24%;
}

.gallery li:hover img,
.gallery2 li:hover img{
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.gallery2 .galleryT {
	position: absolute;
	top: 61%;
	width: 22%;
}

.galleryT span,
.galleryT .hover_text {
	color: white;
	position: relative;
	display: block;
	text-align: left;
	margin-left: 30px;
}

.galleryT span {
	font-size: 30px;
	font-weight: 600;
}

.galleryT .hover_text {
	margin-top: 20px;
	font-size: 22px;
}

/*.gallery {
    display: flex;
    width: 100%;
    height: 100vh;
		margin:0 auto;
}

.gallery > li {
    flex: 1;
    position: relative;
    transition: all 0.3s;
}

.gallery > li:hover {
    flex: 2;
}

.gallery > li img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery li{
	z-index:3;
	position:relative;
	display: inline-block;
}

.gallery li:hover:after,
.gallery li:hover > .hover_text{
	display: block;
}

.gallery li:after, .hover_text{
	display: none;
}

.gallery li:after{
  content:'';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 3;
}

.hover_text {
  position: relative;
	top:50px;
	text-align: center;
  color: #fff;
  z-index: 20;
  font-weight: 500 !important;
  font-size: 18px !important;
	white-space: nowrap;
	transition: none;
}

#galleryT{
	z-index: 10;
	position:relative;
	display: block;
	margin-top:480px;
	font-size:28px;
	font-weight:600;
}*/

/*.s_03 .t-box,*/
/*
.s_04 .t-box {
	width:1100px;
	}*/


.s_03 .t-box .sub_p {
	font-size: 120%;
	height: 60px;
	margin: 0 auto;
	line-height: 60px;
	text-align: center;
}

.s_04 .t-box .sub_p {
	font-size: 120%;
	width: 200px;
	height: 60px;
	margin: 0 auto;
	line-height: 60px;
}

.s_03 .t-box h3 {
	color: #333;
	margin-bottom: 50px;
	text-align: center;
	padding: 10px 10px;
}

.s_03 .click {
	background: rgba(255, 255, 255, 0.1);
}

.s_03 .click .go {
	display: inline-block;
}

.s_03 .click:hover {
	background: rgba(150, 150, 150, 0.3);
}


.clogo {
	width: 100vw;
}

.clogo>li {
	position: relative;
	display: flex;
	justify-content: center;
	height: 50px;
}

.clogo>li:first-child {
	margin-top: 150px;
}

.clogo>li:last-child {
	margin-top: 100px;
}

.clogo>li>div {
	width: 150px;
	height: 50px;
	margin: 0 30px;
	object-fit: none;
}

.clogo .clogo1 {
	background: url(../img/m/clogo/clogo1.png) no-repeat;
	height: 100%;
}

.clogo .clogo2 {
	background: url(../img/m/clogo/clogo2.png) no-repeat;
	height: 100%;
}

.clogo .clogo3 {
	background: url(../img/m/clogo/clogo3.png) no-repeat;
	height: 100%;
}

.clogo .clogo4 {
	background: url(../img/m/clogo/clogo4.png) no-repeat;
	height: 100%;
}

.clogo .clogo5 {
	background: url(../img/m/clogo/clogo5.png) no-repeat;
	height: 100%;
}

.clogo .clogo6 {
	background: url(../img/m/clogo/clogo6.png) no-repeat;
	height: 100%;
}

.clogo .clogo7 {
	background: url(../img/m/clogo/clogo7.png) no-repeat;
	height: 100%;
}

.clogo .clogo8 {
	background: url(../img/m/clogo/clogo8.png) no-repeat;
	height: 100%;
}

.clogo .clogo9 {
	background: url(../img/m/clogo/clogo9.png) no-repeat;
	height: 100%;
}

.clogo .clogo10 {
	background: url(../img/m/clogo/clogo10.png) no-repeat;
	height: 100%;
}

.clogo .clogo11 {
	background: url(../img/m/clogo/clogo11.png) no-repeat;
	height: 100%;
}

.clogo .clogo12 {
	background: url(../img/m/clogo/clogo12.png) no-repeat;
	height: 100%;
}



/*section3*/
.pos3 {
	height: 700px;
}

.pos3 .fp-tableCell {
	background: #fff;
	background-size: 100% 100%
}

.s_04 .t-box .sub_p {
	color: #303030;
}

.s_04 .t-box h3 {
	color: #333;
	margin-top:30px;
}

.s_04 {
	margin: 0 auto;
	border: 1px solid #fff;
}

.s_04 .click .go {
	display: block;
	color: #fff;
}

.s_04 .sub_box {
	display: flex;
	justify-content: center;
}

.s_04 .sub_box1,
.s_04 .sub_box2,
.s_04 .sub_box3 {
	width: 310px;
	height: 391px;
	margin-right: 30px;
	border-radius: 10px;
}

.s_04 .sub_box1{
	background-image: url(../img/m/bg_mainP1.jpg);
}

.s_04 .sub_box1:hover,
.s_04 .sub_box2:hover,
.s_04 .sub_box3:hover{
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.s_04 .sub_box1 .sub_boxT,
.s_04 .sub_box1 b {
	color: #FFF;
}

.s_04 .sub_box1 .sub_boxImg>a,
.s_04 .sub_box2 .sub_boxImg a,
.s_04 .sub_box3 .sub_boxImg a {
	content: url(../img/m/icn_viewMoreW.svg);
}

.s_04 .sub_box2{
	background-image: url(../img/m/bg_mainP2.jpg);
}

.s_04 .sub_box2 .sub_boxT,
.s_04 .sub_box2 b {
	color: #FFF;
}

.s_04 .sub_box3 {
	background-image: url(../img/m/bg_mainP3.jpg);
}*/

.s_04 .sub_box3.sub_boxT,
.s_04 .sub_box3 b {
	color: #FFF;
}

.s_04 .sub_box .sub_boxT {
	font-size: 30px;
	font-weight: 700;
	margin-top: 30px;
}

.s_04 .sub_box1 b,
.s_04 .sub_box2 b,
.s_04 .sub_box3 b {
	display: block;
	text-align: left;
	font-size:22px;
	margin-left: 20px;
	color: #fff;
	font-weight: 400;
}

.s_04 .sub_box1 .sub_boxImg {
	position: relative;
	height: calc(100% - 180px);
	margin-right:40px;
}

.s_04 .sub_box2 .sub_boxImg,
.s_04 .sub_box3 .sub_boxImg {
	position: relative;
	height: calc(100% - 200px);
	margin-right:40px;
}

.s_04 .sub_box1 .sub_boxImg a,
.s_04 .sub_box3 .sub_boxImg a {
	position: absolute;
	bottom: 0;
	margin-bottom: 40px;
	width:160px;
	height:auto;
}

.s_04 .sub_box2 .sub_boxImg a{
	position: absolute;
	bottom: 0;
	margin-bottom: 16px;
	width:160px;
	height:auto;
}

/*section4

.pos4{background-color:#ececec}
.s_05 .t-box h1{color:#00479e;background: url("../images/main/line02.gif") no-repeat bottom center;}
.s_05 .t-box{margin: 0 0 45px 0;}
.s_05 .ct-box{position:relative;max-width:1100px;text-align:left;margin: 0 auto;padding-bottom:0}
.s_05 .ct-box .deco-img{position:relative;text-align:left}
.s_05 .ct-box .deco-img > img{max-width:750px;height:auto}
.s_05 .click{position: absolute;right: 7%;z-index: 1;top: 33%;text-align: center;border:5px solid #abce39;}
.s_05 .click .go {color:#000}
.s_05 .click .go:hover {color:#abce39;}

*/


/*footer*/
#main footer {
	position: absolute;
	bottom: 0;
	background: #eee;
}

footer .f_con {
	width: 100vw;
	height: 150px;
	margin: 0 auto;
	margin-top: 45px;
}

/*footer .f_con .logo {margin:;}*/

footer .f_con .logo img {
	float: left;
	width: 150px;
	height: 100%;
	margin-left: 30px;
}

footer .f_con span {
	font-weight: 600;
	margin-right: 10px;
}

footer .f_con .address {
	display: inline-block;
	color: #888;
	margin-left: 30px;
	margin-right: 20px;
	width: 320px;
	text-align: left;
	height: 25px;
}

footer .f_con .addressC {
	display: inline-block;
	color: #888;
	margin-right: 20px;
	width: 400px;
	text-align: left;
	height: 25px;
}

footer .f_con .copyright {
	display: inline-block;
	color: #888;
	margin-left: 30px;
	margin-right: 20px;
	text-align: left;
	height: 305px;
	font-size: 14px;
}



@media screen and (max-width : 1300px) {
	.pos1 .fp-tableCell {
		width: 100%;
		height: 100vh;
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
	}
}

@media screen and (max-width : 1024px) {
	.clogo>li {
		display: inline-block;
	}

	.clogo>li:first-child {
		margin-top: 0px;
	}

	.clogo>li:last-child {
		margin-top: 0px;
	}

	.clogo {
		height: 140px;
	}

	.clogo li:first-child div {
		margin-bottom: 30px;
	}

	.clogo li:last-child div {
		margin-bottom: 36px;
	}
}


@media screen and (max-width:992px) {
	#menu {
		visibility: hidden;
	}

	.s_01 {
		margin-left: 0px;
	}

	.s_01 .pp {
		display: block;
		font-size: 3.4em;
		text-align: center;
	}

	.pp_line {
		visibility: hidden;
	}

	.pp_link {
		margin-left: 0;
		margin-top: 60px;
	}

	.pp_link a {
		border: 1px solid white;
		padding: 12px 32px;
		border-radius: 30px;
	}

	.pp_link a:hover {
		background: rgba(255, 255, 255, 0.3);
		color: white;
	}

	.gallery li img,
	.gallery2 li img {
		min-width: 90%;
		max-width: 95%;
	}

	.t-boxT>span {
		font-size: 2em;
	}

	.s_03 .t-box h3 {
		margin-bottom: 40px;
		font-size: 2.6em;
	}

	.s_04 .t-box {
		top: 3%;
	}

	.s_04 .sub_box {
		display: inline-block;
		margin-top: 200px;
	}

	.s_04 .sub_box1 {
		margin-left: 0px;
	}

	.s_04 .sub_box1,
	.s_04 .sub_box2,
	.s_04 .sub_box3 {
		margin-right: 0px;
		height: 300px;
	}

	.s_04 .sub_box1 .sub_boxT,
	.s_04 .sub_boxT,
	.s_04 .sub_boxT {
		padding-top: 30px;
	}

	.s_04 .sub_box3 {
		margin-bottom: 30px;
	}

	.s_04 .t-box h3 {
		font-size: 2em;
		padding: 10px 10px;
	}

	#main footer {
		position: relative;
	}

	footer .f_con .addressC {
		margin-left: 30px;
	}
}


@media screen and (max-width:600px) {
	#menu {
		visibility: hidden;
	}

	.s_01 .pp {
		font-size: 2.4em;
		text-align: center;
	}

	.pp_line {
		visibility: hidden;
	}

	.pp_link {
		margin-left: 0;
		margin-top: 60px;
	}

	.pp_link a {
		border: 1px solid white;
		padding: 10px 30px;
		border-radius: 30px;
		font-size: 1.2em;
	}

	.pp_link a:hover {
		background: rgba(255, 255, 255, 0.3);
		color: white;
	}

	.t-boxT {
		top: 2%;
	}

	.s_02 .click {
		margin-top: 20px;
	}


	.gallery,
	.gallery2 {
		flex-direction: column;
	}

	.gallery2 {
		margin-bottom: 20px;
	}

	.gallery .galleryT,
	.gallery2 .galleryT {
		width: auto;
	}

	.gallery li:first-child .galleryT {
		top: 26%;
		margin-left: 30px;
		width: 80%;
	}

	.gallery li:last-child .galleryT {
		top: 45%;
		margin-left: 30px;
		width: 80%;
	}

	.gallery2 li:first-child .galleryT {
		top: 66%;
		margin-left: 30px;
		width: 80%;
	}

	.gallery2 li:last-child .galleryT {
		top: 85%;
		margin-left: 30px;
		width: 80%;
	}

	.gallery li,
	.gallery2 li {
		margin-left: 0;
	}

	.gallery li img,
	.gallery2 li img {
		width: 80%;
	}

	.s_03 .t-box {
		top: 4%;
	}

	.s_03 .t-box h3 {
		margin-bottom: 25px;
		font-size: 2em;
	}

	.clogo {
		width: auto;
		height: 300px;
		display: flex;
		justify-content: center;
	}

	.s_04 .t-box {
		top: 1%;
	}

	.s_04 .sub_box {
		display: inline-block;
	}

	.s_04 .sub_box1 {
		margin-left: 0px;
	}

	footer .f_con {
		margin-top: 14px;
	}

	footer .f_con .logo img {
		display: block;
		margin-bottom: 14px;
		margin-left: 20px;
	}

	footer .f_con .addressC {
		margin-left: 30px;
	}

	footer .f_con .copyright {
		margin-top: 6px;
	}
}






/*media*/
/*
@media screen and (max-width : 1400px){
	.pos1 .fp-tableCell{background-size: auto 30%}
	.pos2 .fp-tableCell{background-size: auto 13%}
	.pos3 .fp-tableCell{background-size: auto 50% }
	.s_04 .ct-box{left:6%}	
	.s_05 .ct-box .deco-img {width:400px; height:auto; margin:0 auto 20px auto;}
	.s_05 .click{right:16%; background-color:#fff}
}

@media screen and (max-width :1300px){
	.s_02  .t-box{padding:150px 0 215px 0;}
	.s_04 .t-box{margin:0 0 250px 0;}
	.s_05 .ct-box{max-width:inherit}
	.s_05 .ct-box .deco-img > img{max-width:100%;}
	.deco-img{height:auto; overflow:hidden; text-align:center;}
	.deco-img img{height:250px; width:auto;}
}

@media screen and (max-width:1024px){
	#menu{display:none;}
	.section{height:auto !important;}
	.fp-tableCell{height:auto !important;}
	.s_01{min-height:100px; padding:115px 0 70px 0 }
	/*.s_01 div.intro{padding: }*/
/*
	.s_01 .pp{width:auto; font-size:160%;padding:100px 0 100px 0}
	.s_02 .t-box{padding: 50px 0 150px 0;}
	.pos3 .fp-tableCell{background: url(../images/main/img_m03.png) center bottom no-repeat;background-size: 400px auto}
	.s_03 .t-box{padding: 50px 0 150px 0;}
	.s_04 .t-box{padding: 50px 0 150px 0;}
	.s_04 .ct-box{left:50%;margin-left:-115px;    top: 168px;}
	.s_05 .t-box{padding: 50px 0 150px 0;}
	.s_05 .click{right:inherit;left:50%;margin-left:-115px; top: -135px;}
	#main footer{position:static;width:auto;padding:10px}
}

@media screen and (max-width : 480px){
	.s_05 .ct-box .deco-img{width:320px}
}
*/