.entryBtn{
	position:fixed;
	display:flex;
	justify-content:center;
	align-items:center;
	top:410px;
	right:20px;
	height:160px;
	width:160px;
	background:#333333;
	color:#ffffff;
	text-align:center;
	font-size:12px;
	font-weight:600;
	line-height:1.4;
	z-index:99;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.entryBtn span{
	display:inline-block;
	margin:8px 0 0;
	font-size:20px;
	font-weight:700;
	line-height:1.1;
}

.mainVis{
	position:relative;
	padding:80px 0 0;
	background:url(../img/mainvis.jpg) no-repeat;
	background-size:100%;
	aspect-ratio:640 / 327;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.mainVis img{
	height:60px;
}
/*-------------------------------------*/
.lead{
	padding:86px 0 113px;
}
.lead > div{
	width:90%;
	max-width:1378px;
	margin:0 auto;
}
.lead ul{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.lead ul li:first-child{
	display:flex;
	align-items:center;
	width:52.24%;
	font-size:32px;
	font-weight:700;
}
.lead ul li:last-child{
	width:43.54%;
}
.lead ul li img{
	width:100%;
}
/*-------------------------------------*/
.recommendation{
	background:url(../img/recommendation.png) no-repeat;
	background-size:100%;
	background-position:bottom;
	margin:0 0 98px;
}
.recommendation img{
	width:100%;
}
/*-------------------------------------*/
.program{
	margin:0 0 48px;
}
.program .title{
	padding:208px 0 60px;
	background:url(../img/program_title.png) no-repeat;
	background-size:100%;
	font-size:28px;
	font-weight:700;
	text-align:center;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.programTab{
	position:relative;
	display:flex;
	justify-content:center;
	height:100px;
	border-bottom:1px solid #A1A1A1;
}
.programTab li{
	display:flex;
	justify-content:center;
	align-items:center;
	width:50%;
	height:100px;
	max-width:620px;
	background:#A1A1A1;
	color:#fff;
	font-size:28px;
	font-weight:700;
	text-align:center;
	cursor:pointer;
}
.programTab li.active{
	background:#fff;
	color:#333;
	border:1px solid #A1A1A1;
	border-bottom:none;
}
/*--------------------*/
.prgm{
	display:none;
}
.prgm.active{
	display:block;
}

.prgm .section01,.prgm .section02,.prgm .section03{
	position:relative;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.prgm .section01 ul,.prgm .section02 ul,.prgm .section03 ul{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	width:90%;
	max-width:1240px;
	margin:0 auto;
}
.prgm .section01 ul li,.prgm .section02 ul li,.prgm .section03 ul li{
	width:50%;
}
/*--------------------*/
.prgm .section01{
	height:562px;
	padding:100px 0 0;
	background:url(../img/program_section01_bg.png) no-repeat;
	background-size:auto 100%;
	background-position:right center;
}
.prgm .section01 ul li:first-child{
	padding:30px 0 0;
}
.prgm .section01 ul li:last-child{
	text-align:left;
}
.prgm .section01 ul li:last-child img{
	height:380px;
}
/*-----------*/
.prgm .section02{
	height:562px;
	padding:170px 0 0;
	margin:-170px auto 0;
	background:url(../img/program_section02_bg.png) no-repeat;
	background-size:auto 100%;
	background-position:left center;
}
.prgm .section02 ul{
	align-items:center;
}
.prgm .section02 ul li:first-child img{
	height:380px;
}
.prgm .section02 ul li:last-child{
	text-align:left;
}
/*-----------*/
.prgm .section03{
	height:562px;
	padding:219px 0 0;
	margin:-79px auto 0;
	background:url(../img/program_section03_bg.png) no-repeat;
	background-size:auto 100%;
	background-position:right center;
}
.prgm .section03 ul li:first-child{
	padding:30px 0 0;
}
.prgm .section03 ul li:last-child{
	text-align:left;
}
.prgm .section03 ul li:last-child img{
	height:214px;
}

/*-----------*/
.programJimu .section01 ul li:first-child img{
	margin:0 0 46px;
}
.programJimu .section03 ul li:first-child{
	font-size:28px;
	font-weight:700;
}
.programJimu dl{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	font-size:28px;
}
.programJimu dl dt{
	width:22%;
	margin:0 0 40px;
	font-weight:700;
}
.programJimu dl dd{
	width:77%;
	margin:0 0 40px;
}
/*-----------*/
.programTech .section01 ul li:first-child img,.programTech .section02 ul li:last-child img,.programTech .section03 ul li:first-child img{
	margin:0 0 17px;
}

.programTech dl dt{
	font-size:28px;
	font-weight:700;
	margin:0 0 16px;
}
/*-------------------------------------*/
.message{
	display:none;
	padding:13.43vw 0 3.64vw;
	background:url(../img/message_bg.png) no-repeat;
	background-size:100%;
	aspect-ratio:32 / 15;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.message.active{
	display:block;
}

.message div{
	width:26vw;
	margin:0 17.7vw 0 auto;
}
/*-------------------------------------*/
.voiceTitle{
	padding:82px 0 80px;
	background:url(../img/voice_bg.png) no-repeat;
	background-size:39% auto;
	background-position:right center;
}
.voiceTitle img{
	width:100%;
}
.voice{
	padding:100px 0;
}
.voice ul{
	display:flex;
	justify-content:space-between;
	align-items:center;
	flex-wrap:wrap;
}
.voice ul li{
	width:36%;
}
.voice ul li img{
	width:100%;
}
.voice ul li.circle{
	width:20%;
}
.voice ul li.circle div{
	display:flex;
	justify-content:center;
	align-items:center;
	aspect-ratio:1 / 1;
	border-radius:50%;
	color:#fff;
	text-align:center;
	font-size:24px;
	font-weight:700;
	line-height:1.3;
}
.voice ul li.circle .blue{
	background:#4ABDFB;
}
.voice ul li.circle .pink{
	background:#F584CB;
}
.voice ul li.circle .yellow{
	background:#FF9D26;
}

.voice.blue{
	background:url(../img/voice_blue_bg.png) no-repeat;
	background-size:cover;
}
.voice.pink{
	background:url(../img/voice_pink_bg.png) no-repeat;
	background-size:cover;
}
.voice.yellow{
	background:url(../img/voice_yellow_bg.png) no-repeat;
	background-size:cover;
}
/*-------------------------------------*/
.information{
	display:none;
	padding:120px 0 0;
	background:url(../img/information_bg.png) no-repeat;
	background-size:39% auto;
	background-position:right bottom;
}
.information.active{
	display:block;
}
.information dl{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	margin:0 0 45px;
	font-size:20px;
}
.information dt{
	width:24%;
	padding:0 0 20px 20px;
	margin:0 0 20px;
	font-weight:700;
	border-bottom:1px solid #000000;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.information dd{
	width:76%;
	padding:0 0 20px;
	margin:0 0 20px;
	border-bottom:1px solid #000000;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.information dt:last-of-type,.information dd:last-of-type{
	border:none;
}
.information dl dd img{
	display:inline-block;
	height:43px;
	margin:30px 15px;
	border:1px solid #999999;
}
.information dl ul{
	display:flex;
	flex-wrap:wrap;
}
.information dl ul li{
	margin:0 0 15px;
}
.information dl ul li:nth-of-type(odd){
	width:25%;
}
.information dl ul li:nth-of-type(even){
	width:75%;
}

.information .inner > img{
	width:100%;
}

/*-------------------------------------*/
footer{
	padding:18px 0;
	background:#000;
	color:#fff;
}
footer ul{
	display:flex;
	justify-content:center;
	align-items:center;
	flex-wrap:wrap;
	margin:0 auto;
}
footer ul li{
	margin:0 25px;
}

@media screen and (max-width: 980px) {
	.entryBtn{
		top:0;
		right:0;
		height:80px;
		width:80px;
	}
	.entryBtn span{
		font-size:12px;
	}
	
	.mainVis{
		padding:10px 0 0;
		background:url(../img/mainvis_sp.jpg) no-repeat;
		background-size:100%;
		aspect-ratio:1179 / 1443;
	}
	.mainVis img{
		height:30px;
	}
	/*------------------------------*/
	.lead{
		padding:15px 0;
	}
	.lead ul li:first-child{
		width:100%;
		margin:0 0 20px;
		font-size:20px;
	}
	.lead ul li:last-child{
		width:100%;
	}
	/*------------------------------*/
	.recommendation{
		margin:0 0 14px;
		padding:0 0 55px;
	}
	/*------------------------------*/
	.program .title{
		padding:70px 0 40px;
		font-size:16px;
		line-height:1.4;
	}
	.programTab{
		height:50px;
	}
	.programTab li{
		width:45%;
		height:50px;
		font-size:14px;
		line-height:1.4;
	}
	/*--------------------*/
	.prgm .section01{
		height:auto;
		padding:34px 0 0;
		background-size:64% auto;
	}
	.prgm .section01 ul li:first-child{
		width:62%;
		padding:0;
	}
	.prgmJimu .section01 ul li:first-child img{
		height:35px;
		margin:0 0 10px;
	}
	.prgm .section01 ul li:last-child{
		width:32%;
	}
	.prgm .section01 ul li:last-child img{
		height:auto;
		width:100%;
	}
	/*-----------*/
	.prgm .section02{
		height:auto;
		padding:39px 0 0;
		margin:25px auto 0;
		background-size:64% auto;
		background-position:left top;
	}
	.prgm .section02 ul{
		align-items:initial;
	}
	.prgm .section02 ul li:first-child{
		width:43%;
	}
	.prgm .section02 ul li:first-child img{
		height:auto;
		width:100%;
	}
	.prgm .section02 ul li:last-child{
		width:51%;
	}
	.prgm .section02 dt{
		width:100%;
		margin:0;
	}
	.prgm .section02 dd{
		width:100%;
	}
	/*-----------*/
	.prgm .section03{
		height:auto;
		padding:25px 0 0;
		margin:25px auto 0;
		background-size:64% auto;
		background-position:right top;
	}
	.prgm .section03 ul li:last-child{
		width:100%;
	}
	.prgm .section03 ul li:last-child img{
		height:auto;
		width:100%;
	}
	
	/*--------------------*/
	.programJimu .section01 ul li:first-child img{
		height:35px;
		margin:0 0 10px;
	}
	.programJimu .section03 ul li:first-child{
		font-size:16px;
	}
	.programJimu dl{
		font-size:16px;
	}
	.programJimu dl dt{
		width:30%;
		margin:0 0 25px;
	}
	.programJimu dl dd{
		width:65%;
		margin:0 0 25px;
	}
	.programJimu .section03 ul li:first-child{
		width:78%;
		padding:0;
	}
	/*-----------*/
	.programTech .section01 ul li:first-child img,.programTech .section02 ul li:last-child img,.programTech .section03 ul li:first-child img{
		margin:0 0 10px;
		height:35px;
	}
	.programTech dl dt{
		font-size:16px;
		margin:0 0 15px;
	}
	.programTech .section02 dt{
		margin:0 0 15px;
	}
	.programTech .section03 ul li:first-child{
		width:100%;
		padding:0;
		margin:0 0 20px;
	}
	/*-------------------------------------*/
	.message{
		padding:120px 0 440px;
		background:url(../img/message_bg_sp.png) no-repeat;
		background-size:100%;
		aspect-ratio:1179 / 2701;
	}
	.message div{
		width:90%;
		margin:0 auto;
	}
	/*-------------------------------------*/
	.voiceTitle{
		padding:50px 0 0;
		margin:0 0 10px;
		background-size:63% auto;
		background-position:right top;
	}
	.voice{
		padding:20px 0 5px;
	}
	.voice ul{
		justify-content:center;
	}
	.voice ul li{
		width:100%;
		margin:0 0 20px;
	}
	.voice ul li.circle{
		width:45%;
	}
	.voice ul li.circle div{
		font-size:18px;
	}
	
	.blue ul li:nth-of-type(2){
		order:1;
	}
	.blue ul li:nth-of-type(1){
		order:2;
	}
	.blue ul li:nth-of-type(3){
		order:3;
	}
	.yellow ul li:nth-of-type(3){
		order:1;
	}
	.yellow ul li:nth-of-type(1){
		order:2;
	}
	.yellow ul li:nth-of-type(2){
		order:3;
	}
	
	.voice.blue{
		background:url(../img/voice_blue_bg_sp.png) no-repeat;
		background-size:cover;
	}
	.voice.pink{
		background:url(../img/voice_pink_bg_sp.png) no-repeat;
		background-size:cover;
	}
	.voice.yellow{
		background:url(../img/voice_yellow_bg_sp.png) no-repeat;
		background-size:cover;
	}
	/*-------------------------------------*/
	.information{
		padding:50px 0 20px;
		background-size:63% auto;
	}
	.information dl{
		font-size:16px;
	}
	.information dt{
		width:28%;
		padding:0 0 15px 0;
		margin:0 0 15px;
	}
	.information dd{
		width:72%;
		padding:0 0 15px;
		margin:0 0 15px;
	}
	.information dl dd img{
		display:block;
		margin:10px 0;
	}
	.information dl ul li:nth-of-type(odd){
		width:55%;
	}
	.information dl ul li:nth-of-type(even){
		width:45%;
	}
	/*-------------------------------------*/
	footer ul li{
		width:100%;
		margin:5px 0;
		text-align:center;
		font-size:12px;
	}
}


