@charset "utf-8";
/* CSS Document */
/* ---reset.css--- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

html,body{
	background:url("../images/bg-b.jpg") top center repeat;
	font-family:'Noto Serif TC', "微軟正黑體","Microsoft JhengHei",Helvetica,Verdana, Arial, sans-serif;
}



/* PC */
.WRAPPER{ position:relative; width:100%; min-width:1200px; margin:0 auto; overflow:hidden;}
 	@media screen and ( max-width: 640px ){
		.WRAPPER{ min-width:100%;}
		
	}
.container { overflow: hidden; }
.topbox { position: relative; width: 1200px; margin: auto;}
.kv_pc {width: 100%;  position: relative; text-align:center; display: flex;justify-content: center;max-width: 1920px; margin: auto;flex-wrap: wrap-reverse;}
.kv_pc img { display: block; text-align: center; }
.kv_m { display: none; }
.kv_m img { display: block; }
.kv_m a {font-size: 0; display: block; }
.for_pc{ display: block; }
.for_m { display: none; }

/* m */
@media screen and ( max-width: 640px ){
	.kv_m { display: block; width: 100%; }
	.kv_m img {  width: 100%; }
	.kv_pc { display: none; }
	.container {width: 100%; min-width: auto; }
	.for_pc{ display: none; }
	.for_m { display: block; }
}

.promo{ position: absolute; top:380px ; left:654px ;}
.bg01{  background:url(../images/bg01.jpg) top center no-repeat; padding: 0 0 35px; }
.bg02{  background:url(../images/bg02.jpg) top center no-repeat; padding: 0 0 30px;  }
.bg03{  background:url(../images/bg03.jpg) top center no-repeat; padding: 0 0 28px;  }
.bg04{  background:url(../images/bg-g.jpg) top center repeat; padding: 10px 0;  }
.bg05{  background:url(../images/bg04.jpg) top center no-repeat; padding: 0 0 30px;  }
.bg06{  background:url(../images/bg05.jpg) top center no-repeat; padding: 0 0 30px;  }

.rectangle_3p{
margin: 20px auto 0px;
}
.rectangle_3p ul {
    background: url(../images/bg-or.jpg) repeat;
    padding: 20px 0;
	
}
.half ul {
    background: url(../images/bg-g.jpg) repeat;
    padding: 20px 0;
}
.hightlight {
    margin: 20px auto 0px;
}
.bg02 .hightlight ul {
	background: url(../images/bg-g.jpg) repeat;
	padding: 20px 0;
}



.scene .font h4 , .hightlight .font h4 {
    background: #0d6682;
}

.titleC {
    display: flex;
    justify-content: center;
    margin: 0px auto 0px;
	padding: 45px 0 0;
	color: #0b546b;
}

.banner {
	background: url(../images/bg-or.jpg) repeat;
}

.keyword { max-width:1200px; margin:0 auto; padding:30px 10px 0px 10px; text-align:center; /*background: url("../images/bg05.jpg")repeat; */ }
.keyword div { display:flex; justify-content:center; align-content:center; }
.keyword div div { width:130px; height:130px; border-radius:50%; margin:0.5%; background:url(../images/bg-or.jpg) repeat; transition:all 0.3s; display:grid;}
/*.keyword div div:nth-last-child(odd) { background-color:#f0f0f0; }*/
.keyword div div:hover { border-radius:20px;}
.keyword div div span { color:#fff; font-weight:bold; letter-spacing:2px; font-size:28px; line-height:30px; }

	@media screen and ( max-width: 768px ){
		.keyword { padding:4% 0 4% 0; background:url(../images/m/bg-b.jpg) repeat; }
		.keyword div { flex-wrap:wrap; }
		.keyword div div { width:22vw; height:22vw; margin:0.8vw; }
		.keyword div div span { font-size:3em; line-height:1.1em;  }

	}
	@media screen and ( max-width: 540px ){
		.keyword div div span { font-weight:bold; letter-spacing:1px; font-size:1em; line-height:1.1em; }
	}


@media screen and (max-width: 640px){
.bg01{  background:url(../images/bg-g.jpg) top center repeat; padding: 0 0 35px; }
.bg02{  background:url(../images/bg-b.jpg) top center repeat; padding: 0 0 0px;  }
.bg03{  background:url(../images/bg-g.jpg) top center repeat; padding: 0;  }
.bg04{  background:url(../images/bg-g.jpg) top center repeat; padding: 10px 0;  }
.bg05{  background:url(../images/bg-b.jpg) top center repeat; padding: 0 0 30px;  }
.bg06{  background:url(../images/bg-g.jpg) top center repeat; padding: 0 0 30px;  }	
.bg01 .titleC, .bg03 .titleC{
    margin: 5vw auto 2vw;
	background: url(../images/title.png) top center no-repeat;
	background-size: 100%;
	padding:5% 0 0;
}
.bg02 .titleC {
    margin: 5vw auto 2vw;
	background: url(../images/title02.png) top center no-repeat;
	background-size: 100%;
	padding:5% 0 0;
}	


}





/*--goto top--*/
#gotop {display: inline-block;background-color: #000;opacity:0.3;width: 40px;height: 40px;text-align: center;border-radius: 100%;position: fixed;bottom: 0px;right: 0px;transition: background-color .3s, opacity .5s, visibility .5s;opacity: 0;visibility: hidden;z-index: 1000;margin: 30px;}
#gotop::after {font-family: FontAwesome;content:'　';font-weight: normal;font-style: normal;font-size: 2em;line-height: 50px;color: #fff;  opacity:0.5;background: url(../images/top.png) center no-repeat; background-size:50%;background-position:50% 20%;}
#gotop:hover {cursor: pointer;background-color: #666;}
#gotop:active {background-color: #666;}
#gotop.show {opacity: 0.4;visibility: visible;}
	@media screen and ( max-width: 640px ){
	#gotop {bottom: 2vw;right: 0;margin: 2vw;	}
	}