@charset "UTF-8";
#wrapper{
	overflow: inherit;
	background-color: transparent;
}


/*-----------------------------------------------
	共通
-----------------------------------------------*/
p.day{
	font-family: "Barlow Condensed", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 1.2;
}
p.tx{
	font-size: 16px;
}
a:link{
	color: #222;
	text-decoration: none;
}
a:visited{
	color: #222;
	text-decoration: none;
}
a:hover{
	color: #222;
	text-decoration: underline;
}
.kazari{
	margin-top: 5em;
	width: 100%;
	margin-left: -5em;
}
/*-----------------------------------------------
	main
-----------------------------------------------*/
.main{
	
}
.main .mainArea{
	position: relative;
	height: 100%;
}
.main .logoArea{
	position: absolute;
	width: 50%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 3;
	max-width: 550px;
}
.main h2 img,.main h3 img{
	width: 100%;
	height: auto;
}

.main h2{
	width: 80%;
	margin: 0 auto 5em;
	
}
.main .bg{
	position: absolute;
	z-index: 2;
	background: rgb(31,44,92,.7);
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
}
/*-----------------------------------------------
	SLIDER
-----------------------------------------------*/
.main #slider {
    width: 100%;
    height: 100%;
	position: relative;
	z-index: 1;
}


/*-----------------------------------------------
	mainTx
-----------------------------------------------*/
.mainTx{
	padding-top: 5em;
}
.mainTx dl{
	display: flex;
	width: 90%;
	margin: 0 auto;
	align-items: center;
}
.mainTx dt{
	width: 50%;
	padding-right: 5em;
}
.mainTx dd{
	width: 50%;
}
.mainTx p.title{
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 600;
	font-size: 30px;
	margin-bottom: 1em;
}
.mainTx p.title span{
	background:linear-gradient(transparent 70%, #f39a4f 70%);
}
.mainTx p.tx{
	font-size: 16px;
	line-height: 2;
}
.mainTx p.ss{
	text-align: right;
	font-size: 13px;
}
/*-----------------------------------------------
	program
-----------------------------------------------*/
.program{
	position: relative;
}
.program .contentsArea{
	position: relative;
	z-index: 2;
}
.program .pBgArea{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.program .pBg{
	background-image: url("../img/program_bg.png");
	background-position: top 7em right;
	background-size: 100%;
	background-repeat: no-repeat;
}
.program .pBg.block {
  	width: 100%;
  	height: 100vh;
  	display: flex;
  	align-items: center;
  	justify-content: center;
  	position: -webkit-sticky;
  	position: sticky;
  	top: 0;
}
.program .contents{
	flex-wrap: wrap;
	position: relative;
	row-gap:5em;
}
.program .contentsLeft{
	width: 100%;
}
.program .contentsRight{
	width: 100%;
	padding-top: 0;
}
.program p.num{
	color: #1f2c5c;
	font-size: 85px;
	font-family: 'EB Garamond', serif;
	line-height: 1;
	font-weight: 300;
}
.program p.title{
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 600;
	font-size: 30px;
}
.program p.title span{
	font-size: 70%;
}
.program ul{
	display: flex;
	align-items: baseline;
	column-gap: 1em;
	margin-bottom: 2em;
	
}
.program dl{
	display: flex;
	justify-content: space-between;
	width: 90%;
	margin: 0 auto;
	align-items: center;
	
}
.program dl:nth-child(2){
	flex-direction:row-reverse;
}
.program dl dt{
	width: 55%;
	padding-right: 5em;
	
}
.program dl:nth-child(2) dt{
	padding-left: 5em;
	padding-right: 0;
}
.program dl dd{
	width: 45%;
}
.program .programArea{
	display: flex;
	flex-wrap: wrap;
	row-gap:5em;
}
.program p.tx{
	line-height: 2;
	font-size: 17px;
}

/*-----------------------------------------------
	parallax_content
-----------------------------------------------*/
.parallax_content{
	height: 80vh;
	width: 100%;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.img_bg_01{
  background-image: url("../img/bg.jpg");
}
/*-----------------------------------------------
	event
-----------------------------------------------*/
.event{
	background-color: #fefaf6;
}
.event dt{
	width: 18%;
	text-align: center;
	color: #1f2c5c;
	font-weight: 600;
	font-size: 17px;
}

/*-----------------------------------------------
	news
-----------------------------------------------*/
.newsArea{
	width: 100%;
	margin: 0 auto;
	row-gap:1.5em;
	display: flex;
	flex-wrap: wrap;
}
.newsArea dl{
	display: flex;
	column-gap: 2em;
	border-bottom: 1px solid #ccc;
	padding-bottom: 1.5em;
	width: 100%;	 
}

/*-----------------------------------------------
	report
-----------------------------------------------*/
.report{
	background-color: #f2faff;
}
.report ul{
	display: flex;
	flex-wrap: wrap;
	row-gap:3em;
	column-gap: 4%;
}
.report ul li{
	width: 48%;
}
.report ul li p.im{
	margin-bottom: .5em;
}
.report p.day{
	margin-bottom: .2em;
}
