@charset "utf-8";

/* メインビジュアル */
.sp_568 {display: none;}
.sp_1267 {display: none;}
.pc_1267 {display: block;}

#mainimg {
	background: var(--color-yellow);
}

.w1268_min {
	position: relative;
	width: 1268px;
	margin: auto;
}

#mainimg .img img {	
	width: 100%;
}

/*slider*/
.slider {
    position: absolute!important;
	top: 370px;	
	left: calc(100% * 18 / 1268);
	width: calc(100% * 500 / 1268);

	border: 4px solid #fff;
	border-bottom: 0; /* 下に5px分余白がdivについてしまう。解除できなかったのでborder-bottomで引いた */
    box-shadow: 0px 0px 20px -10px #000000;
}
.slick-slider {
	background: #fff; /* オレンジ背景が付くので消すため */
}

.slider img{
    width:100%;
}
.slider .slick-slide{
    height:auto!important;
}
.slider .slick-next{
    right:0!important;
}
.slider .slick-prev{
    left:0!important;
}
.slider .slick-arrow{
    width: initial!important;
    height: initial!important;
    z-index:2!important;
}
.slider .slick-arrow:before{
    font-size: 30px!important;
}

/* ドットインジケーター */
.slick-dots {
    bottom: -20px!important; /* 縦方向　表示する位置 */
}
.slick-dots li {
    width: 6px!important;
    height: 6px!important;
    margin: 0px 6px!important; /* 丸ポチ同士の距離 */
}



/* 表示している画像のドット */
.slick-dots li.slick-active button:before {
	font-size: 5px!important;
	color: var(--color-gray-slider)!important;
}



  





/* 各セクション
------------------------------------------------- */

#important {padding: 120px 0 85px;}
#intro {padding: 100px 0 140px;}
#support {padding: 105px 0 135px;}
#news {padding: 100px 0 68px;}
#other {margin: 95px auto 0;}

#important, #support {
	border-radius: 5px;
    background-color: #fff;
    background-image: radial-gradient(#F4F2E8 20%, transparent 20%),radial-gradient(#F4F2E8 20%, transparent 20%);
    background-size: 14px 14px;
    background-position: 0 0, 7px 7px;
}

/* 5つ */
#important img {
	max-width: 254px;
	width: 100%;
}
#important ul {
	display: block;
	margin: auto;
}
#important ul li {
	display: inline-block;
	margin-top: 15px;
}
#important ul li:nth-child(2n) { /* 2,4 */
	position: relative;
	top: 200px;
	margin: -55px;
}
#important ul li:nth-child(3), #important ul li:nth-child(5) {
	margin: 0px;
}

/* position分の余白をつける */
#important ul:after {
    content: "";
    display: block;
    padding-top: 200px;
}



#intro {
	background: var(--color-yellow);
}
#intro ul {
	display: flex;
	justify-content: space-between;
}
.video {
	margin-top: 80px;
	text-align: center;
}


#support ul {
	display: flex;
	justify-content: space-around;
}


#other .flex_bg {
	display: flex;
	align-items: center;
	margin-bottom: 15px;

	border-radius: 15px;
	box-shadow: 0px 0px 40px -25px #000000;
}
#other .flex_bg img {
	max-width: 548px;
	width: 100%;
	-moz-border-radius:15px 0 0 15px;
    -webkit-border-radius:15px 0 0 15px;
    border-radius:15px 0 0 15px;
}

/* 右の文字 */
#other .flex_bg div {
	padding-left: 24px; 
	padding-right: 24px;
}
#other h3 {
	font-size: 3.2rem;
	color: var(--color-green);
	font-family: 'Zen Maru Gothic', sans-serif;
	letter-spacing: 0.04em;
	line-height: 1.2;
	margin-bottom: 7px;
}
#other p {
	font-size: 1.5rem;
	color: var(--color-brown);
	font-family: 'Kiwi Maru', serif;
	letter-spacing: 0.01em;
	line-height: 1.5;
}







/* メインビジュアル用 */
@media screen and (max-width:1267px) {
	.pc_1267 {display: none;}
	.sp_1267 {display: block;}

	#mainimg {
		padding-bottom: 30px;
	}

	.w1268_min {
		position: static!important;
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
	#mainimg .img {
   	 padding: 20px 0 30px;
	}
	#mainimg .img img {
		max-width: 1050px;
		margin: auto;
	}

	/*slider*/
	.slider {
		position: relative!important;
		margin: auto;
		top: 0;
		left: 0;
		min-width:500px; 
	}

}






/* ---------- sp ---------- */
@media screen and (max-width:1200px) {
	
	/* 各セクション
	------------------------------------------------- */
	/* 5つ */
	#important ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		max-width: 850px;
	}
	#important ul li {
		width: 32%;
		margin-top: 0;
		padding-bottom: 15px;
	}

	#important ul li:nth-child(2n) { /* 2,4 */
		position: static;
		margin: 0 2%;
	}

	#important ul:after {
		content: "";
		display: block;
		padding-top: 0;
	}
	

	#other .flex_bg {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;

		padding: 30px 40px;
		max-width: 900px;
		margin: auto;
		margin-bottom: 15px;
	}
	#other .flex_bg img {
		max-width: 548px;
		width: 100%;
		border-radius: 0;
	}

	#other .flex_bg div {
		margin-top: 20px;
		padding: 0;
	}

}






@media screen and (max-width:568px) {
	
	.sp_1267 {display: none!important;}
	.sp_568 {display: block;}

	/*slider*/
	.slider {
		width: 100%;
		max-width:500px; 
		min-width: auto;
	}

	/* 各セクション
	------------------------------------------------- */
	#important {padding: 85px 0 60px;}
	#intro {padding: 80px 0 60px;}
	#support {padding: 85px 0 60px;}
	#news {padding: 85px 0 60px;}
	#other {margin: 80px auto 0}


	/* 5つ */
	#important ul li {
		width: 48%;
	}

	#other .flex_bg {
		padding: 25px 20px;
	}
	#other h3 {
		font-size: 2rem;
		margin-bottom: 5px;
	}

	.video {
		margin-top: 40px;
		text-align: center;
	}

}






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

	#intro ul, #support ul {
		display: block;
		text-align: center;
	}

	#support ul li {
		max-width: 350px;
		margin: auto;
	}
	#support ul li:nth-child(2n-1) {
		margin-bottom: 15px;
	}

}




/* ちりばめられたイラスト */
section {
	position: relative;
}
.top_obj {
	z-index: 100;
	position: absolute;
}

/* 各イラスト配置 */
.top_obj01 {
    width: 216px;
    height: 162px;
    bottom: -80px;
    left: 90px;
}
.top_obj02 {
    width: 216px;
    height: 156px;
    bottom: -60px;
	right: 72px;
}

.top_obj03 {
    width: 116px;
    height: 162px;
    bottom: 20px;
    left: 250px;
}
.top_obj04 {
    width: 124px;
    height: 158px;
    bottom: 160px;
	right: 180px;
}
.top_obj05 {
    width: 124px;
    height: 158px;
    bottom: 20px;
	right: 315px;
}

.top_obj06 {
    width: 112px;
    height: 166px;
    bottom: 488px;
    left: 158px;
}
.top_obj07 {
    width: 168px;
    height: 166px;
    bottom: 22px;
    left: 112px;
}
.top_obj08 {
    width: 130px;
    height: 198px;
    bottom: 12px;
    right: 148px;
}

.top_obj09 {
    width: 132px;
    height: 120px;
    bottom: 600px;
    left: 135px;
}
.top_obj10 {
    width: 140px;
    height: 160px;
    bottom: 22px;
    left: 145px;
}
.top_obj11 {
    width: 140px;
    height: 150px;
    bottom: 38px;
    right: 150px;
}

.top_obj12 {
    width: 136px;
    height: 128px;
    bottom: 15px;
    left: 145px;
}
.top_obj13 {
    width: 150px;
    height: 152px;
    bottom: -13px;
    right: 170px;
}

/* 文章の間に入れる 特殊 */
.top_obj14_relative {
	position:relative;
}
.top_obj14 { /* 1200pxで非表示にするためtop_objはつけない */
	z-index: 100;
	position: absolute;

    width: 102px;
    height: 122px;
    top: 25px;
    right: 40px;
}


@media screen and (max-width:1500px) {
    .top_obj {
      display: none;
    }
}

@media screen and (max-width:1200px) {
    .top_obj14 {
      display: none;
    }
}