@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{
	background:url("../images/bg.jpg") top center repeat;
}



/* PC */
.WRAPPER{ position:relative; width:100%; min-width:1200px; margin:0 auto; overflow:hidden;}
 	@media screen and ( max-width: 991px ){
		.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: 991px ){
	.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; }
}





/* -----------------COMMON----------------- */


@media screen and ( max-width: 991px ){}

/* ---------BACKGROUND-------- */

.bg_0102{
	background: url("../images/bg_0102.jpg") top center no-repeat;
	padding: 36px 0;
}

.bg_0304{
	background: url("../images/bg_0304.jpg") top center no-repeat;
	padding: 30px 0 102px;
}

.bg_050607{
	background: url("../images/bg_050607.jpg") top center no-repeat;
}

@media screen and ( max-width: 991px ){
	.bg_0102{
		padding: 5vw 0;
	}
	
	.bg_0304{
		background: url("../images/color-b.jpg") repeat;
		padding: 6vw 0 0;
	}
	.bg_050607{
		background: url("../images/color-lg.jpg") repeat;
		padding: 0 0 5vw;
	}
}

/* -----------BLOCK----------- */

.published img, .hightlight img, .toptitle img, .hightlight_5p img{
	object-fit: contain;
}

.bg01, .bg05{
	background: url("../images/color-g.jpg") repeat;
	max-width: 1160px;
	margin: 0 auto;
	padding: 25px 0;
	border-radius: 30px;
	box-shadow: 0px 10px #24705f;
}

.bg02 .half ul, .bg06 .half ul{
	background: url("../images/color-g.jpg") repeat;
	border-radius: 30px;
	box-shadow: 0px 10px #24705f;
}


@media screen and ( max-width: 991px ){
	
.bg01, .bg05{
margin: 0 auto;
padding: 7vw 0 3vw;
border-radius: 0;
}

.hightlight{
	margin: -3vw auto;
}

}

/* ------------FONT----------- */

h2 big{
	color: #fff991;
}

.titleR h3, .titleJ h3{
	color: #fffdd7;
}

h3{
	font-size: 1.85rem;
}

.bg01 .titleR h2, .bg05 .titleR h2{
	color: #a9ffda;
	margin: 0 0 25px;
}

.bg03 .titleR h2, .bg04 .titleR h2{
	color: #ffc22f;
	margin: 0 0 15px;
}

.bg02 .titleR h2, .bg06 .titleR h2, .bg07 .titleJ h2{
	color: #216254;
	margin: 0 0 15px;
}

.half ul h3{
	color: #fffdd7;
	background: url("../images/h3bg01.png") top center no-repeat;
}

.bg01 .titleR, .bg03 .titleR, .bg05 .titleR, .bg07 .titleJ{
	background: url("../images/h2bg01.png") top center no-repeat;
}

.bg02 .titleR, .bg04 .titleR, .bg06 .titleR{
	background: url("../images/h2bg02.png") top center no-repeat;
}

@media screen and ( max-width: 991px ){
	.titleR h3, .titleJ h3{
		font-size: 1.5rem;
	}

	.half ul h3{
		background-size: 90vw;
		padding: 1vw 0;
	}
	
	.bg01 .titleR, .bg03 .titleR, .bg05 .titleR, .bg07 .titleJ{
		background-size: 120vw;
	}
	
	.bg02 .titleR, .bg04 .titleR, .bg06 .titleR{
		background-size: 130vw;
	}
}


/* ------------BTN----------- */

/* .titleR{
	display: flex;
	flex-direction: row;
    justify-content: center;
}

.titleR span{
	padding: 40px 0 0 ;
	margin: 0 15px;
} */

.titleR{
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
}

.titleR span{
	position: absolute;
	top: 50px;
	right: 70px;
	transition-duration: 0.3s;
}

.titleR span:hover{
	transform: translateX(8px);
}

@media screen and ( max-width: 991px ){

	.titleR{
		position: static;
		display: flex;
		flex-direction: column;
		align-content: center;
	}

	.titleR span{
		position: static;
		text-align: center;
		margin: 3vw auto;
	}

}


/* -----------------COMMON----------------- */



/* ------------------bg01------------------ */

.bg01 .published{
	margin: 20px auto 0;
}


@media screen and ( max-width: 991px ){
	.bg01 .published{
		margin: 0 auto;
	}
	
}


/* ------------------bg02------------------ */

.bg02{
	margin: 55px auto 0;
}

@media screen and ( max-width: 991px ){
	.bg02{
		margin: 5vw auto;
	}
}


/* ------------------bg03------------------ */



@media screen and ( max-width: 991px ){}


/* ------------------bg04------------------ */

.bg04{
	margin: 55px auto 0;
}

.bg04 .key{
	background: url("../images/color-y.jpg") repeat;
	max-width: 1095px;
	padding: 20px;
	margin: 50px auto 0;
	border-radius: 30px;
	box-shadow: 0px 10px #e1911e;
}

.bg04 .key h3{
	color: #246f92;
	background: url("../images/h3bg01.png") top center no-repeat;
}


.bg04 .keywordA{
	width: 1055px;
}

@media screen and ( max-width: 991px ){

	.bg04{
		margin: 5vw auto 0;
	}

	.bg04 .key{
		padding: 5vw 0;
		margin: 5vw auto 0;
		border-radius: 0;
	}

	.bg04 .key h3{
		padding: 2vw 0;
	}

	
	.bg04 .keywordA{
		width: 100%;
	}
}


/* ------------------bg05------------------ */



@media screen and ( max-width: 991px ){}


/* ------------------bg06------------------ */

.bg06{
	margin: 55px auto 0;
}


@media screen and ( max-width: 991px ){}



/* ------------------bg07------------------ */

.bg07{
	margin: 55px auto 0;
}


@media screen and ( max-width: 991px ){}



/* ------------------版頭------------------ */


.title01{
	position: absolute;
	top: 200px;
	left: 265px;
}

.title02{
	position: absolute;
	top: 340px;
	left: 425px;
}
@media screen and ( max-width: 991px ){}





















/*--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: 991px ){
	#gotop {bottom: 2vw;right: 0;margin: 2vw;	}
	}