./css/white.css./css/white.css./css/white.css./css/white.css./css/white.css./css/white.css./css/white.css./css/white.css
@charset "utf-8";
/* CSS Document */

/*全体の指定*/

html{
	font-size: 62.5%;
}

.body{
	font-family: "Noto Sans JP", "Helvetica Neue", "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", "Helvetica", "Yu Gothic", sans-serif;
	font-size: 1.6rem; /*16px*/
	line-height: 2;
	margin-left: auto;
	margin-right: auto;
}

img{
	width: 100%;
}


h3{
	font-size: 2.4rem;
}

ul{
	list-style: none;
}

.body p{
	margin: 3% 0;
}

.white-wrapper{
	width: 1080px;
	margin-left: auto;
    margin-right: auto;
}











.main{
	width: 100%;
	position: relative;
	margin-bottom: 10%;
}

.main img{
	width: 100%;
}

.title_01{
	font-size:4.8rem;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
  	-webkit-transform: translate(-50%,-50%);
  	transform: translate(-50%,-50%);
  	margin:0;
  	padding:0;
	letter-spacing: 0.1rem;　/*　字間　*/
}

.bn{
	position: relative;
}

.title_02{
	font-size:3.5rem;
	position: absolute;
	color: black;
	top: 50%;
	left: 20%;
	-ms-transform: translate(-20%,-50%);
  	-webkit-transform: translate(-20%,-50%);
  	transform: translate(-20%,-50%);
  	margin:0;
  	padding:0;
}

.bn img{
	width: 100%;
}

.bn_txt{
	margin-bottom: 6%;
}

.conts{
	margin-bottom: 5%;
}


.items_1{
	width: 100%;
}

.items_1 img{
	width: 80%;
	display: block;/*ブロック要素にする*/
	margin: auto;
}

.items_2{
	display: flex;
	justify-content: space-between;
    position: relative;
	z-index: 1;
	margin-bottom: 5%;
}

.items_2 .txt h3{
	margin-bottom: 10%;
}


/*リンクをdiv全体に適用する*/
.items_2 a{
	position: absolute;
	top:0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 2;
}

.items_2:hover{/*カーソル合わせたら透過する*/
	opacity: 0.7;
}


.items_2 .txt{
	margin-top: 10%;
}

.pct{
	width: 50%;
	margin: 0 2% 0 0;
}

.txt{
	width: 50%;
}

.pct img{
	width: 100%;
	
}

.items_3{
	display: flex;
	justify-content: space-between;
	/*flex-direction: row;*/
	margin-top: 2%;
	margin-bottom: 5%;
}

.items_3 li{
	margin: 0 0.5%;
	width: 33%
}


.items_5{
	display: flex;
	flex-wrap: wrap;
	/*justify-content: space-between;*/
	/*flex-direction: row;*/
	margin-top: 2%;
	margin-bottom: 2%;
}

.items_5 li{
	margin: 0 0.5%;
	width: 18%
}


.haru-item{
	margin-bottom: 5%;
}

.p_txt_1{
	font-size: ;
	font-weight: bold;
}





/*　　　スマホ対応　　　*/
@media screen and (max-width: 1024px){  /*  1024pxまではこの設定が適用される　*/
	
	.white-wrapper{
		width: 100%;
		line-height: 1.4;
	}

	.title_02{
		font-size:1.6rem;
		font-weight: bold;
	}

	h3{
		font-size: 1.4rem;
}
	
	p{
		font-size: 1.4rem;
	}
	
	
	.title_01{
	font-size: 2.0rem;
	font-weight: bold;
	position: absolute;
	top: 30%;
	left: 30%;
	-ms-transform: translate(-30%,-30%);
  	-webkit-transform: translate(-30%,-30%);
  	transform: translate(-30%,-30%);
  	margin:0;
  	padding:0;
	letter-spacing: 0.1rem;　/*　字間　*/
}
	
	.items_2{
		flex-direction: column;
		text-align: center;
	}
	
	.pct{
		width: 100%;
	}
	
	.txt{
		width: 100%;
	}
	
	.items_1 img{
		width: 100%;
	}
	
	.items_3{
		width: 100%;
		flex-direction: column; /* タテ並び */
		text-align: center;
	}
	
	.items_3 li{
		width: 100%;
		margin: 5% 0;
	}
	

	.items_5{
		flex-wrap: wrap;
	}
	
	.items_5 li{
		width: 45%;
	}
	
	
	
	
	
	

}


/* PCのみ  */

@media screen and (min-width:1024px){/*  1024pxからはこの設定が適用される　*/
	
	.items_3 img:hover{/*カーソルを合わせると画像が拡大*/
	transform: scale(1.1,1.1);
	}
	
	.items_5 img:hover{/*カーソルを合わせると画像が拡大*/
	transform: scale(1.1,1.1);
	}
		
	
}




