@charset "UTF-8";
/*-----------------------------------

	common

-----------------------------------*/
#top_bnr a:hover img,
#news a:hover img {
	transition: all .3s;
	opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
#award .deco_star_01,
#liver .deco_star_01,
#point .deco_star_01,
#support .deco_star_02 {
	width: 280px;
}
#award .deco_star_02,
#liver .deco_star_02,
#point .deco_star_02,
#support .deco_star_01 {
	width: 210px;
}
#award .deco_star_01 {
	top: -30px;
	left: -3%;
}
#award .deco_star_02 {
	bottom: -30px;
	right: -3%;
}
#liver .deco_star_01 {
	top: -30px;
	left: -3%;
}
#liver .deco_star_02 {
	bottom: -30px;
	right: -3%;
}
#point .deco_star_01 {
	top: -30px;
	left: -3%;
}
#point .deco_star_02 {
	bottom: -30px;
	right: -3%;
}
#support .deco_star_01 {
	top: -30px;
	left: -3%;
}
#support .deco_star_02 {
	bottom: -30px;
	right: -3%;
}
#top_bnr .bigtext,
#support .bigtext,
#point .bigtext{
	right: 0;
}
#liver .bigtext,
#news .bigtext{
	left: 0;
}
#liver .bigtext,
#support .bigtext{
	top:-60px;
}
#top_bnr .bigtext{
	width: 950px;
	top:0;
}
#liver .bigtext{
	width: 540px;
}
#support .bigtext{
	width: 895px;
}
#point .bigtext{
	width: 895px;
	top:0;
}
#news .bigtext{
	width: 540px;
	top:0;
}
@media screen and (max-width: 980px) {
	#award .deco_star_01,
	#liver .deco_star_01,
	#point .deco_star_01,
	#support .deco_star_02 {
		width: 180px;
	}
	#award .deco_star_02,
	#liver .deco_star_02,
	#point .deco_star_02,
	#support .deco_star_01 {
		width: 110px;
	}
	#point .bigtext{
		width: 90%;
	}
	#support .bigtext{
		width: 90%;
		right: 0;
		top:-40px;
	}
	#top_bnr .bigtext{
		width: 90%;
		max-width: 950px;
	}
	#liver .bigtext{
		width: 70%;
		max-width: 540px;
		top: -40px;
	}
}
/*-----------------------------------

	slide

-----------------------------------*/
.slide-arrow{
	width: 50px;
	position: absolute;
    top: 40%;
	z-index: 1;
	cursor: pointer;
}
.slide-arrow:hover{
	transition: all .3s;
	opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
.prev-arrow{
	left: 3%;
}
.next-arrow{
	right: 3%;
}
/*-----------------------------------

	board

-----------------------------------*/
#board {
	width:100%;
	left: 0px;
	top: 80px;
	z-index: 997;
	padding: 5px 2%;
	overflow: hidden;
}
#board p {
	margin: 0;
	display: inline-block;
	padding-left: 100%;
	white-space: nowrap;
	line-height: 1em;
	animation: boardscroll 10s linear infinite;
}
@keyframes boardscroll{
	0% { transform: translateX(0)}
	100% { transform: translateX(-100%)
	}
}
@media screen and (max-width: 980px) {
	#board{
		position: static;
	}
}
/*-----------------------------------

	main

-----------------------------------*/
#main{
   width: 100%;
	max-width: 2000px;
	height: 100%;
	max-height: 1000px;
	/*min-height: 800px;*/
    box-sizing: border-box;
	overflow: hidden;
	background: #ffbb37;
}
#main .img_01 {
	bottom: 0;
	right: 15%;
}
#main .txt_01 {
	width: 30%;
	top: 40%;
	left: 10%;
}
#main .deco_circle_01 {
	width: 420px;
	top: -5%;
	left: -5%;
}
#main .deco_circle_02 {
	width: 240px;
	bottom: -10%;
	left: -8%;
}
#main .deco_circle_03 {
	width: 240px;
	bottom: -2%;
	left: 35%;
}
#main .deco_circle_04 {
	width: 240px;
	top: 15%;
	right: -5%;
}
#main .deco_star_01 {
	width: 40px;
	top: 30%;
	left: 35%;
}
#main .deco_star_02 {
	width: 40px;
	top: 60%;
	left: 5%;
}
#main .deco_star_03 {
	width: 40px;
	bottom: 5%;
	left: 25%;
}
#main .deco_star_04 {
	width: 40px;
	top: 30%;
	right: 10%;
}
#main .deco_star_05 {
	width: 40px;
	bottom: 20%;
	right: 3%;
}
@media screen and (max-width: 1600px) {
	#main .img_01 {
		top: 120px;
		right: 3%;
	}
	#main .txt_01 {
		width: 32%;
		top: 40%;
		left: 8%;
	}
}
@media screen and (max-width: 1200px) {
	#main .img_01 {
		width: 75%;
		top: 80px;
		right: -10%;
	}
	#main .txt_01 {
		width: 40%;
		top: 40%;
		left: 5%;
	}
}
@media screen and (max-width: 980px) {
	#main{
		width: 100%;
		max-width: 2000px;
		padding: 0;
	}
}

/*-----------------------------------

	top_bnr

-----------------------------------*/
#top_bnr .banner_slider li {
  max-width: 360px;
  margin: 0 20px;
  padding: 0;
}
#top_bnr ul li a{
	display: block;
	border: solid 1px #d8d8d8;
	border-radius: 20px;
	overflow: hidden;
	box-sizing: border-box;
}
@media screen and (max-width: 980px) {
	#top_bnr .banner_slider li {
	  margin: 0 5px;
	}
	#top_bnr ul li a{
		border-radius: 10px;
	}
}
@media screen and (max-width: 740px) {
	#top_bnr{
		padding-top: 30px!important;
	}
}
/*-----------------------------------

	about

-----------------------------------*/
#about ul li.img_01{
	top: 0;
	left: 5%;
}
#about ul li.img_02{
	top: 0;
	right: 5%;
}
#about ul li.img_03{
	top: 200px;
	left: 5%;
}
#about ul li.img_04{
	top: 200px;
	right: 5%;
}
#about .deco_circle_01 {
	width: 30%;
	max-width: 420px;
	top: -30px;
	left: -3%;
}
#about .deco_circle_02 {
	width: 20%;
	width: 360px;
	bottom: 0;
	right: -3%;
}
@media screen and (max-width: 1200px) {
	#about .deco_circle_01{
		left: -15%;
	}
	#about .deco_circle_02{
		right: -15%;
	}
}
@media screen and (max-width: 980px) {
	#about .deco_circle_01{
		width: 220px;
		top: -5%;
		left: -15%;
	}
	#about .deco_circle_02{
		width: 160px;
		bottom: -5%;
		right: -15%;
	}
}
@media screen and (max-width: 740px){
#about ul li.img_01,
#about ul li.img_02,
#about ul li.img_03,
#about ul li.img_04{
	position: static;
}
#about .character {
  width: 55%;
  margin: 0 auto;
}
#about ul{
	width: 100%;
	max-width: 520px;
	text-align: center;
	margin: 0 auto;
}
#about ul li{
	width: 50%;
	float: left;
	margin-top: 10px;
}

}
/*-----------------------------------

	award

-----------------------------------*/
#award h2:before,
#award h2:after{
	position: absolute;
}
#award h2:before{
	content: url("../img/common/deco_star_y.svg");
	width: 50px;
	left: -30px;
	top: -40px;
}
#award h2:after{
	content: url("../img/common/deco_star_o.svg");
	width: 25px;
	left: -50px;
	top: 10px;
}

#award h2 span{
	line-height: 6.8rem;
	background: #fff;
	display: inline-block;
	margin-top: 20px;
	padding: 5px 15px;
}
#award .text{
	width: 60%;
}
#award .img{
	width: 30%;
	margin-right: 5%;
}
#award .box{
	padding: 50px 4% 20px;
	border: solid 6px #ffda45;
}
#award .box .line{
	width: 60%;
	height: 6px;
	top: -6px;
}
#award .box h3{
	top: -40px;
	display: block;
	width: 540px;
}
#award .box h3:before,
#award .box h3:after{
	content: url("../img/common/deco_star_y.svg");
	position: absolute;
	width: 30px;
	height: 30px;
	bottom: 0;
	display: inline-block;
	z-index: 1;
}
#award .box h3:before{
	left: 60px;
}
#award .box h3:after{
	right: 60px;
}
@media screen and (max-width: 740px){
	#award .box .line {
	  width: 90%;
	  height: 6px;
	  top: -6px;
	}
	#award h2{
		margin-left: 2%;
	}
	#award h2 span {
	  line-height: 3.6rem;
	  background: #fff;
	  display: inline-block;
	  margin-top: 10px;
	  padding: 5px 15px;
	}
	#award h2::before {
	  width: 30px;
	  left: 0;
	  top: -15px;
	}
	#award h2::after {
	  width: 15px;
	  left: -10px;
	  top: -15px;
	}
	#award .deco_star_01 {
		width: 180px;
		top: 0;
		left: -8%;
	}
	#award .deco_star_02 {
		width: 120px;
		bottom: 5%;
		right: -3%;
	}
	#award .box {
		  padding: 30px 4% 20px;
		  border: solid 6px #ffda45;
		}
	#award .box h3 {
		  top: -40px;
		  display: block;
		  width: 100%;
	}
	#award .box h3::before,
	#award .box h3::after {
		width: 20px;
		height: 20px;
		right: 40px;
		bottom: 0;
	}
	#award .box h3::before {
	  	left: 40px;
	}
	#award .box h3::after {
	  	right: 40px;
	}
	#award .text,
	#award .img{
		float: none!important;
	}
	#award .text{
		width: 100%;
		margin-right:0;
	}
	#award .img{
		width: 50%;
		margin: 30px auto 0!important;
	}
	#award ul{
		width: 100%;
		float: none!important;
	}
}
/*-----------------------------------

	liver

-----------------------------------*/
#liver{
	background:#ffda45;
	background-repeat: no-repeat;
	background-size: 300px;
	margin-top: 100px;
	padding-top: 110px;
}
#liver .liver_slider li {
	max-width: 340px;
	margin: 0 20px;
}
#liver .liver_slider li .bg_w {
	text-align: center;
  background: #fff;
  border: solid 10px #fff;
  border-radius: 10px;
}
#liver .liver_slider li img{
	width: 320px;
	margin: 0 auto;
}
#liver .liver_slider li p{
	font-size: 2.4rem;
	font-weight: 700;
	padding: 20px 0;
}
@media screen and (max-width: 740px) {
	#liver{
		margin-top: 40px;
		padding-top: 40px;
	}
	#liver h2{
		width: 60%;
		left: 0;
		top:-40px;
	}
	#liver .liver_slider li {
	  max-width: 340px;
	  margin: 0 5px;
	}
	#liver .liver_slider li p {
	  font-size: 1.8rem;
	  padding: 10px 0;
	}
}
/*-----------------------------------

	point

-----------------------------------*/
#point{
	overflow: hidden;
}
#point .character{
	left: -10%;
	top: -20px;
}
#point ul li{
	width: 25%;
	background: #fff;
	margin: 40px 2% 0;
	padding: 20px 2% 30px;
}
#point ul h3{
	padding: 10px 0;
}
#point ul li img{
	width: 120px;
	margin: 20px auto;
	display: block;
}
#point ul li p{
	line-height: 2.1rem;
}
@media screen and (max-width: 980px){
	#point .character {
	  position: static;
	  width: 60%;
	  margin: 0 auto;
		text-align: center;
	}
	#point h2{
		margin-top: 100px;
	}
	#point ul li{
		width: 42%;
		background: #fff;
		margin: 40px 2% 0;
		padding: 20px 2% 30px;
	}
}
/*-----------------------------------

	support

-----------------------------------*/
#support{
	padding-top: 110px;
}

#support .w1000{
	padding: 20px 2.5%;
}

#support h2:before,
#support h2:after{
	width: 40px;
	content: url("../img/common/deco_exclamation_y.svg");
	display: block;
	position: absolute;
	top:-20px;
}
#support h2:before{
	left: -50px;
}
#support h2:after{
	right: -50px;
	transform: scale(-1, 1);
}
#support .character{
	right:0;
	bottom: -80px;
}
#support_pickup li{
	width: 30%;
	margin: 0px 1%;
}
#support_list ul li{
	position: relative;
	padding-left: 15px;
}
#support_pickup li h3{
	width: 300px;
	margin: 0 auto;
}
#support_list ul{
	margin-left: 5%;
}
#support_list ul li{
	position: relative;
	padding-left: 15px;
}
#support_list ul li:before{
	content: "";
	width: 8px;
	height: 8px;
	background: #ffd737;
	border-radius: 50%;
	position: absolute;
	top:10px;
	left:0;
}
@media screen and (max-width: 980px){
	#support {
	  padding-top: 100px;
	}
	#support .character{
		position: static;
		text-align: center;
		width: 60%;
		margin:30px auto 0;
	}
	#support h2:before,
	#support h2:after{
		width: 30px;
		top:-20px;
	}
	#support h2:before{
		left: -30px;
	}
	#support h2:after{
		right: -30px;
	}
	#support_pickup{
		text-align: center;
	}
	#support_pickup li {
	 	width: 100%;
		text-align: center;
		margin-top: 20px;
	}
	#support_pickup li h3 {
		width:70%;
		max-width: 480px;
	}
	#support_pickup .img{
		width: 40%;
		max-width: 640px;
		display: block;
		margin: 0 auto;
	}
	
}
@media screen and (max-width: 740px){
	#support h2{
		display: block
	}
	#support_list ul {
		margin-left: 0;
		float: none !important;
	}
	#support_pickup .img{
		width: 50%;
	}
	#support h2:before{
		left: 5%;
	}
	#support h2:after{
		right: 5%;
	}
	#support_pickup li h3 {
		width:80%;
		max-width: 480px;
	}
}
/*-----------------------------------

	news

-----------------------------------*/

#news ul li{
	width: 49%;
}
#news ul li:first-child,
#news ul li:nth-child(2){
	margin-bottom: 30px;
}
#news .img{
	width: 37%;
	height: 160px;
	
	border-radius: 10px;
	overflow: hidden;
	
}
#news .img img{
	width: 100%;
	height: 160px;
	object-fit: cover;
	border: solid 1px #d8d8d8;
}
#news .text{
	width: 60%;
}
#news .text .date{
	font-size: 1.3rem;
	line-height: 1.6rem;
	display: inline-block;
	margin-right: 10px;
}
#news .text .cate{
	font-size: 1.3rem;
	line-height: 1.6rem;
	color: #fff;
	background: #ff8921;
	display: inline-block;
	padding: 3px 10px;
	border-radius: 5px;
}
@media screen and (max-width: 980px){
	#news ul{
		max-width: 740px;
		margin:0 auto;
	}
	#news ul li{
		width: 100%;
		margin-bottom: 20px;
	}
	#news .img{
	width: 30%;
	height: 160px;
	border-radius: 10px;
	overflow: hidden;
}
	#news .img img{
		height: 160px;
	}
	#news .text {
	  width: 68%;
	}
	#news .text .date {
	  font-size: 1.2rem;
	  line-height: 1.4rem;
	}
	#news .text .cate {
	  font-size: 1.2rem;
	  line-height: 1.4rem;
	  padding: 2px 5px;
	}
	#news ul li:first-child,
	#news ul li:nth-child(2){
		margin-bottom: 20px;
	}
	#news ul li:last-child{
		margin-bottom: 0;
	}
}
@media screen and (max-width: 740px){
		#news .img{
			width: 33%;
			height: 110px;
		}
		#news .img img{
			height: 110px;
		}
		#news .text {
		  width: 65%;
		}
}
/*-----------------------------------

	message

-----------------------------------*/
#message h2 {
	top:-120px;
}
#message h2 img{
	width: 380px;
}
#message .left{
	width: 70%;
	color: #393939;
}
#message .right{
	width: 28%;
}

@media screen and (max-width: 980px){
	#message{
		padding-top: 100px;
	}
	
	#message h2 img{
		width: 380px;
	}
	#message .left,
	#message .right{
		float: none!important;
	}
	#message .left{
		width: 100%;
	}
	#message .right{
		width: 60%;
		margin: 0 auto;
	}
	#message .right img{
		margin-top: 30px;
	}
}
@media screen and (max-width: 740px){
	#message h2 {
	  top: -100px;
	}
}



