/*!
 * index.css
 */

/* # =================================================================
   # ABSORBER
   # ================================================================= */
   
 
/* # =================================================================
   # 　MV
   # ================================================================= */
   
#vidual-area {
	position: relative;
	width: 100%;
	height: 100vh;
	height: 100svh;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	text-align: center;
}


#vidual-area #slider-area {
	position: absolute;
	top:0;
	left: 0;
	width:100%;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

#slider {
    width: 100%;
    min-height: 100vh;
    min-height: -webkit-fill-available;
}

@supports (-webkit-touch-callout: none) {
  #slider {
    height: -webkit-fill-available;
    min-height: -webkit-fill-available;
  }
}

.vegas-animation-kenburns {
    animation: kenburns ease-out;
}

@keyframes kenburns {
    0% {
        transform: scale(1.3);
    }
    100% {
        transform: scale(1);
    }
}


/* MV画像ごとの短キャプション */

#vidual-area p {
  position: absolute;
  margin: 0 auto;
  width: 90%;
  color: #fff;
	font-weight: 400;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.24em;
	line-height: 1.6em;
	z-index: 100;
  bottom: 60px;
	left:0;
	right:0;
}
	
@media screen and (max-width:1200px) {

	#vidual-area p {
	  position: absolute;
		margin: 0 auto;
		width: 90%;
	  color: #fff;
		font-weight: 400;
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 1.1em;
		line-height: 1.4em;
		z-index: 100;
    bottom: 65px;
		left:0;
		right:0;
	}

}



.mv_info01 {
	display: block;
	position: absolute;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 580px;
	height: 190px;
	top: 170px;
	left: 11%;
}

.mv_info02 {
	display: block;
	position: absolute;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	top: 380px;
	left: 13%;
	text-align: left;
	font-size: 1.4em;
	line-height: 1.6em;
	color: #fff;
	font-weight: 400;
	font-family: 'Noto Sans JP', sans-serif;
}

.mv_info03 {
	display: block;
	position: absolute;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	top: 480px;
	left: 14%;
	width: 450px;
	height: 142px;
}




@media screen and (max-width:1500px) {
	
	.mv_info01 {
		display: block;
		position: absolute;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		width: 400px;
		height: auto;
		top: 150px;
		left: 11%;
	}
	
	.mv_info02 {
		display: block;
		position: absolute;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		top: 300px;
		left: 11%;
		text-align: left;
		font-size: 1.1em;
		line-height: 1.4em;
		color: #fff;
		font-weight: 400;
		font-family: 'Noto Sans JP', sans-serif;
	}

	.mv_info03 {
		display: block;
		position: absolute;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		top: 390px;
		left: 11.4%;
		width: 380px;
		height: 120px;
	}

}

@media screen and (max-width:768px) {
	
	.mv_info01 {
		display: block;
		position: absolute;
		margin: 0 0 0 -190px;
		padding: 0 0 0 0;
		width: 380px;
		height: auto;
		top: 340px;
		left: 50%;
	}
	
	.mv_info02,
	.mv_info03 {
		display: none;
	}

}

@media screen and (max-width:630px) {
	
	.mv_info01 {
		display: block;
		position: absolute;
		margin: 0 0 0 -140px;
		padding: 0 0 0 0;
		width: 280px;
		height: auto;
		top: 380px;
		left: 50%;
	}
	
	.mv_info02,
	.mv_info03 {
		display: none;
	}

}
















.mv_infounder {
	display: block;
	position: absolute;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 100%;
	height: 180px;
	bottom: 0;
	left: 0;
	background-image: url(../images/mv_info_under.png);
	background-size: cover;
	background-position: center center;
	z-index: 10;
}

.mv_un01 {
	display: block;
	position: relative;
	margin: 35px auto 16px auto;
	padding: 0 0 0 0;
	width: 420px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	font-weight: 600;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.6em;
	background-color: #fff;
	color: #489aba;
	border-radius: 23px;
}

.mv_un02 {
	display: block;
	position: relative;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #fff;
	font-size: 3.4em;
	line-height: 1.1em;
	font-weight: 400;
	font-family: 'Noto Sans JP', sans-serif;
}




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

	.mv_infounder {
		display: block;
		position: absolute;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		width: 100%;
		height: 140px;
		bottom: 0;
		left: 0;
		background-image: url(../images/mv_info_under.png);
		background-size: cover;
		background-position: center center;
		z-index: 100;
	}
	
	.mv_un01 {
		display: block;
		position: relative;
		margin: 20px auto 8px auto;
		padding: 0 0 0 0;
		width: 340px;
		height: 46px;
		line-height: 46px;
		text-align: center;
		font-weight: 600;
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 1.2em;
		background-color: #fff;
		color: #489aba;
		border-radius: 23px;
	}
	
	.mv_un02 {
		display: block;
		position: relative;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		color: #fff;
		font-size: 2.8em;
		line-height: 1.1em;
		font-weight: 400;
		font-family: 'Noto Sans JP', sans-serif;
	}

}




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

	.mv_infounder {
		display: block;
		position: absolute;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		width: 100%;
		height: 140px;
		bottom: 0;
		left: 0;
		background-image: url(../images/mv_info_under.png);
		background-size: cover;
		background-position: center center;
		z-index: 100;
	}
	
	.mv_un01 {
		display: block;
		position: relative;
		margin: 30px auto 8px auto;
		padding: 0 0 0 0;
		width: 280px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		font-weight: 600;
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 1.2em;
		background-color: #fff;
		color: #489aba;
		border-radius: 23px;
	}
	
	.mv_un02 {
		display: block;
		position: relative;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		color: #fff;
		font-size: 1.8em;
		line-height: 1.1em;
		font-weight: 400;
		font-family: 'Noto Sans JP', sans-serif;
	}

}
















#content {
	display: block;
	position: relative;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 100%;
}


/*
.content_inner {
	display: block;
	position: relative;
	margin: 0 0 0 0;
	padding: 0 auto 0 auto;
	width: 95%;
	max-width: 1650px;
	height: auto;
	min-height: 800px;
}
*/



.index-co01 {
	display: block;
	position: relative;
	margin: 0 0 0 0;
	padding: 0 0 80px 0;
	width: 100%;
	min-height: 600px;
	background-color: #eaf1f9;
	overflow: hidden;
}

.index-co02 {
	display: block;
	position: relative;
	margin: 0 0 0 0;
	padding: 0 0 80px 0;
	width: 100%;
	min-height: 1100px;
	background-color: #fff;
	overflow: hidden;
}

.index-co03 {
	display: block;
	position: relative;
	margin: 80px 0 0 0;
	padding: 0 0 240px 0;
	width: 100%;
	height: auto;
	min-height: 1800px;
	background-color: #eaf1f9;
	
}

.index-co04 {
	display: block;
	position: relative;
	margin: 0 0 0 0;
	padding: 0 0 80px 0;
	width: 100%;
	min-height: 450px;
	background-color: #fff;
	overflow: hidden;
}

.index-co05 {
	display: block;
	position: relative;
	margin: 0 0 0 0;
	padding: 0 0 80px 0;
	width: 100%;
	min-height: 600px;
	background-color: #eaf1f9;
	overflow: hidden;
}

.index-co06 {
	display: block;
	position: relative;
	margin: 0 0 0 0;
	padding: 0 0 80px 0;
	width: 100%;
	min-height: 1100px;
	background-color: #fff;
	overflow: hidden;
}
















/* co01 */

.co01_title {
	display: block;
	position: relative;
	padding: 130px 0 0 0;
	margin: 0 0 0 0;
	text-align: center;
	font-size: 3.6em;
	line-height: 1.2em;
	font-weight: 800;
	font-family: 'Noto Sans JP', sans-serif;
	color: #489aba;
}

.co01_lead {
	display: block;
	position: relative;
	padding: 40px 30px 40px 30px;
	margin: 0 0 0 0;
	text-align: center;
	font-size: 1.5em;
	line-height: 1.8em;
	font-weight: 400;
	font-family: 'Noto Sans JP', sans-serif;
	color: #353535;
	letter-spacing: -1px;
}

.co01_bt {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 auto 0 auto;
	width: 320px;
	height: 68px;
	line-height: 68px;
	text-align: center;
}
	
.co01_bt a {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 320px;
	height: 68px;
	line-height: 68px;
	text-align: center;
	color: #fff;
	background-color: #489aba;
	font-size: 1.4em;
	font-weight: 600;
	font-family: 'Noto Sans JP', sans-serif;
	border-radius: 34px;
}	


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

	.co01_title {
		display: block;
		position: relative;
		padding: 130px 0 0 0;
		margin: 0 0 0 0;
		text-align: center;
		font-size: 2.8em;
		line-height: 1.2em;
		font-weight: 800;
		font-family: 'Noto Sans JP', sans-serif;
		color: #489aba;
	}

	.co01_lead br {
		display: none;
	}

}

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

	.co01_title {
		display: block;
		position: relative;
		padding: 130px 0 0 0;
		margin: 0 0 0 0;
		text-align: center;
		font-size: 1.8em;
		line-height: 1.4em;
		font-weight: 800;
		font-family: 'Noto Sans JP', sans-serif;
		color: #489aba;
	}

	.co01_lead {
		display: block;
		position: relative;
		padding: 40px 30px 40px 30px;
		margin: 0 0 0 0;
		text-align: center;
		font-size: 1.3em;
		line-height: 1.7em;
		font-weight: 400;
		font-family: 'Noto Sans JP', sans-serif;
		color: #353535;
		letter-spacing: -1px;
	}

}











/* co02 */

.co02_title {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 70px 0;
	text-align: center;
	font-size: 3.6em;
	line-height: 1.2em;
	font-weight: 800;
	font-family: 'Noto Sans JP', sans-serif;
	color: #489aba;
}

.co02_lead {
	display: block;
	position: relative;
	padding: 90px 30px 24px 30px;
	margin: 0 auto 0 auto;
	width: 90%;
	text-align: center;
	font-size: 2.1em;
	line-height: 1.6em;
	font-weight: 400;
	font-family: 'Noto Sans JP', sans-serif;
	color: #489aba;
	letter-spacing: -1px;
}

.co02_lead2 {
	display: block;
	position: relative;
	padding: 24px 30px 24px 30px;
	margin: 0 auto 0 auto;
	width: 90%;
	text-align: center;
	font-size: 2.1em;
	line-height: 1.6em;
	font-weight: 400;
	font-family: 'Noto Sans JP', sans-serif;
	color: #489aba;
	letter-spacing: -1px;
}

.co02_mark {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 40px auto 20px auto;
	width: 134px;
	height: 132px;
}



.index-co02 ul {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 70px 0 0 0;
	text-align: center;
}

.index-co02 ul li {
	display: inline-block;
	width: 310px;
	height: 230px;
}


.plan_box {
	position: relative;
	padding: 0 0 0 0;
	margin: 0 30px 30px 30px;
	width: 310px;
	height: 230px;
	background-color: #e8edf5;
	border-radius: 10px;
}


.plan_box a .plan_title01 {
	display: block;
	position: relative;
/*	padding: 0 0 0 0;*/
    padding: 16px 0 0 0;
	margin: 0 0 0 0;
	width: 310px;
	height: 70px;
	line-height: 1.1em;
	text-align: center;
	color: #e8edf5;
	background-color: #489aba;
	border-radius: 10px 10px 0 0;
	font-size: 1.5em;
	font-weight: 600;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: -0.5px;
}

.plan_box a .plan_title01 span{
    font-size: 0.8em;
}

.plan_box a .plan_title02 {
	display: block;
	position: relative;
/*	padding: 0 0 0 0;*/
    padding: 16px 0 0 0;
	margin: 0 0 0 0;
	width: 310px;
	height: 70px;
	line-height: 1.1em;
	text-align: center;
	color: #e8edf5;
	background-color: #4391ce;
	border-radius: 10px 10px 0 0;
	font-size: 1.5em;
	font-weight: 600;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: -0.5px;
}

.plan_box a .plan_title02 span{
    font-size: 0.8em;
}

.plan_box a .plan_title03 {
	display: block;
	position: relative;
/*	padding: 0 0 0 0;*/
    padding: 16px 0 0 0;
	margin: 0 0 0 0;
	width: 310px;
	height: 70px;
	line-height: 1.1em;
	text-align: center;
	color: #e8edf5;
	background-color: #194aa7;
	border-radius: 10px 10px 0 0;
	font-size: 1.5em;
	font-weight: 600;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: -0.5px;
}

.plan_box a .plan_title03 span{
    font-size: 0.8em;
}


.plan_box a .plan_lead01 {
	display: table-cell;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 310px;
	height: 160px;
	text-align: center;
  vertical-align: middle;
	color: #489aba;
	font-size: 1.2em;
	line-height: 2em;
	font-weight: 500;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: -0.5px;
}

.plan_box a .plan_lead02 {
	display: table-cell;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 310px;
	height: 160px;
	text-align: center;
  vertical-align: middle;
	color: #4391ce;
	font-size: 1.2em;
	line-height: 2em;
	font-weight: 500;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: -0.5px;
}

.plan_box a .plan_lead03 {
	display: table-cell;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 310px;
	height: 160px;
	text-align: center;
  vertical-align: middle;
	color: #194aa7;
	font-size: 1.2em;
	line-height: 2em;
	font-weight: 500;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: -0.5px;
}

.plan_box a .plan_lead03 span{
    font-size: 0.8em;
}


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

	.co02_title {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		text-align: center;
		font-size: 2.8em;
		line-height: 1.2em;
		font-weight: 800;
		font-family: 'Noto Sans JP', sans-serif;
		color: #489aba;
	}
	
	.co02_lead br,
	.co02_lead2 br {
		display: none;
	}

}

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

	.co02_title {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		text-align: center;
		font-size: 1.8em;
		line-height: 1.4em;
		font-weight: 800;
		font-family: 'Noto Sans JP', sans-serif;
		color: #489aba;
	}
	
	.co02_lead {
		display: block;
		position: relative;
		padding: 90px 18px 24px 18px;
		margin: 0 auto 0 auto;
		width: 90%;
		text-align: center;
		font-size: 1.6em;
		line-height: 1.6em;
		font-weight: 400;
		font-family: 'Noto Sans JP', sans-serif;
		color: #489aba;
		letter-spacing: -1px;
	}
	
	.co02_lead2 {
		display: block;
		position: relative;
		padding: 24px 18px 24px 18px;
		margin: 0 auto 0 auto;
		width: 90%;
		text-align: center;
		font-size: 1.6em;
		line-height: 1.6em;
		font-weight: 400;
		font-family: 'Noto Sans JP', sans-serif;
		color: #489aba;
		letter-spacing: -1px;
	}

}






.plan_detail_title {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 80px auto 0 auto;
	width: 320px;
	height: 68px;
	line-height: 68px;
	text-align: center;
}
	
.plan_detail_title a {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 320px;
	height: 68px;
	line-height: 68px;
	text-align: center;
	color: #fff;
	background-color: #ff9000;
	font-size: 1.4em;
	font-weight: 600;
	font-family: 'Noto Sans JP', sans-serif;
	border-radius: 34px;
}	





.plan_detail {
	display: block;
	position: relative;
	padding: 24px 0 60px 0;
	margin: 0 auto 0 auto;
	text-align: center;
	font-size: 1.1em;
	line-height: 1.8em;
}

.plan_detail br {
	display: none;
}

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

	.plan_detail br {
		display: block;
	}

}














/* co03 */

.co03-45 {
	display: block;
	position: absolute;
	margin: 0 0 0 -40px;
	padding: 0 0 0 0;
	width: 80px;
	height: 80px;
	background-color: #fff;
	transform: rotate(45deg);
	top: -40px;
	left: 50%;
}

.illust_01 {
	display: block;
	position: absolute;
	padding: 0 0 0 0;
	margin: -50px 0 0 0;
	top: -50px;
	left: 6%;
	z-index: 5;
}

.illust_02 {
	display: block;
	position: absolute;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	bottom: -120px;
	right: 0;
	z-index: 5;
}

.co03_title {
	display: block;
	position: relative;
	padding: 220px 0 0 0;
	margin: 0 0 70px 0;
	text-align: center;
	font-size: 3.6em;
	line-height: 1.2em;
	font-weight: 800;
	font-family: 'Noto Sans JP', sans-serif;
	color: #489aba;
}

.index-co03-inner {
	display: block;
	position: relative;
	padding: 30px; 0 30px 0;
	margin: 0 auto 0 auto;
	width: 90%;
	max-width: 1200px;
	height: auto;
	overflow: hidden;
}

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

	.co03_title {
		display: block;
		position: relative;
		padding: 220px 0 0 0;
		margin: 0 0 70px 0;
		text-align: center;
		font-size: 2.2em;
		line-height: 1.2em;
		font-weight: 800;
		font-family: 'Noto Sans JP', sans-serif;
		color: #489aba;
	}
	
	.index-co03-inner {
		display: block;
		position: relative;
		padding: 30px; 0 30px 0;
		margin: 0 auto 0 auto;
		width: 98%;
		max-width: 1200px;
		height: auto;
		overflow: hidden;
	}

}










.plan {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 auto 0 auto;
	width: 95%;
	max-width: 800px;
	height: auto;
}

.plan-inner {
	display: block;
	position: relative;
	padding: 18px 30px 22px 30px;
	margin: 0 auto 0 auto;
	width: 100%;
	height: auto;
	border: 6px solid #489aba;
	border-radius: 14px;
	background-color: #fff;
	overflow: hidden;
	z-index: 9;
}

.plan-inner2 {
	display: block;
	position: relative;
	padding: 18px 30px 22px 30px;
	margin: 0 auto 0 auto;
	width: 100%;
	height: auto;
	border: 6px solid #f1bc2d;
	border-radius: 14px;
	background-color: #f8f8f8;
	overflow: hidden;
	z-index: 9;
}

.plan_nu {
	display: block;
	position: absolute;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 100px;
	height: 100px;
	line-height: 100px;
	top: -30px;
	left: -40px;
	color: #fff;
	font-size: 3.6em;
	font-weight: 700;
	font-family: "Oswald", sans-serif;
	text-align: center;
	background-color: #489aba;
	border-radius: 50px;
	z-index: 10;
}

.plan_nu2 {
	display: block;
	position: absolute;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 100px;
	height: 100px;
	line-height: 100px;
	top: -30px;
	left: -40px;
	color: #fff;
	font-size: 3.6em;
	font-weight: 700;
	font-family: "Oswald", sans-serif;
	text-align: center;
	background-color: #f1bc2d;
	border-radius: 50px;
	z-index: 10;
}

.plan p {
	display: block;
	position: relative;
	padding: 0 0 0 60px;
	margin: 0 0 0 0;
	font-size: 1.6em;
	line-height: 1.7em;
	font-weight: 600;
	font-family: 'Noto Sans JP', sans-serif;
	color: #489aba;
	text-align: left;
	overflow: hidden;
}

.plan p span {
	display: block;
	position: relative;
	font-weight: 400;
	font-size: 0.7em;
}





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

	.plan p {
		display: block;
		position: relative;
		padding: 0 0 0 40px;
		margin: 0 0 0 0;
		font-size: 1.5em;
		line-height: 1.4em;
		font-weight: 600;
		font-family: 'Noto Sans JP', sans-serif;
		color: #489aba;
		text-align: left;
		overflow: hidden;
	}

	.plan p br {
		display: none;
	}
	
}

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

	.plan {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 auto 0 auto;
		width: 98%;
		max-width: 800px;
		height: auto;
	}

.plan_nu {
	display: block;
	position: absolute;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 80px;
	height: 80px;
	line-height: 80px;
	top: -30px;
	left: -20px;
	color: #fff;
	font-size: 2.6em;
	font-weight: 700;
	font-family: "Oswald", sans-serif;
	text-align: center;
	background-color: #489aba;
	border-radius: 50px;
	z-index: 10;
}

.plan_nu2 {
	display: block;
	position: absolute;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 80px;
	height: 80px;
	line-height: 80px;
	top: -30px;
	left: -20px;
	color: #fff;
	font-size: 2.6em;
	font-weight: 700;
	font-family: "Oswald", sans-serif;
	text-align: center;
	background-color: #f1bc2d;
	border-radius: 50px;
	z-index: 10;
}

	.plan-inner {
		display: block;
		position: relative;
		padding: 18px 16px 22px 18px;
		margin: 0 auto 0 auto;
		width: 100%;
		height: auto;
		border: 6px solid #489aba;
		border-radius: 14px;
		background-color: #fff;
		overflow: hidden;
		z-index: 9;
	}

	.plan p {
		display: block;
		position: relative;
		padding: 0 0 0 40px;
		margin: 0 0 0 0;
		font-size: 1.2em;
		line-height: 1.4em;
		font-weight: 600;
		font-family: 'Noto Sans JP', sans-serif;
		color: #489aba;
		text-align: left;
		overflow: hidden;
	}

	
}





.plan-line {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 auto 0 auto;
	width: 8px;
	height: 100px;
	background-color: #489aba;
}

.plan-line_0 {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 auto 0 auto;
	width: 8px;
	height: 100px;
}




































/* co04 */

.co04_lead {
	display: block;
	position: relative;
	padding: 160px 30px 12px 30px;
	margin: 0 0 0 0;
	text-align: center;
	font-size: 2.6em;
	line-height: 1.6em;
	font-weight: 400;
	font-family: 'Noto Sans JP', sans-serif;
	color: #353535;
	letter-spacing: -1px;
}

.co04_cap {
	display: block;
	position: relative;
	padding: 0 30px 90px 30px;
	margin: 0 0 0 0;
	text-align: center;
	font-size: 1.1em;
	line-height: 1.8em;
	font-weight: 400;
	font-family: 'Noto Sans JP', sans-serif;
	color: #353535;
	letter-spacing: -1px;
}

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

	.co04_lead {
		display: block;
		position: relative;
		padding: 220px 40px 0 40px;
		margin: 0 0 0 0;
		text-align: center;
		font-size: 1.7em;
		line-height: 1.8em;
		font-weight: 400;
		font-family: 'Noto Sans JP', sans-serif;
		color: #353535;
		letter-spacing: -1px;
	}
	
	.co04_lead br {
		display: none;
	}
}
















/* co05 */

.co05_title {
	display: block;
	position: relative;
	padding: 130px 0 0 0;
	margin: 0 0 0 0;
	text-align: center;
	font-size: 3.6em;
	line-height: 1.2em;
	font-weight: 800;
	font-family: 'Noto Sans JP', sans-serif;
	color: #489aba;
}

.co05_lead {
	display: block;
	position: relative;
	padding: 40px 30px 40px 30px;
	margin: 0 0 0 0;
	text-align: center;
	font-size: 1.5em;
	line-height: 1.8em;
	font-weight: 400;
	font-family: 'Noto Sans JP', sans-serif;
	color: #353535;
	letter-spacing: -1px;
}

.co05_bt {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 auto 0 auto;
	width: 320px;
	height: 68px;
	line-height: 68px;
	text-align: center;
}
	
.co05_bt a {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 320px;
	height: 68px;
	line-height: 68px;
	text-align: center;
	color: #fff;
	background-color: #489aba;
	font-size: 1.4em;
	font-weight: 600;
	font-family: 'Noto Sans JP', sans-serif;
	border-radius: 34px;
}	


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

	.co05_title {
		display: block;
		position: relative;
		padding: 130px 0 0 0;
		margin: 0 0 0 0;
		text-align: center;
		font-size: 2.8em;
		line-height: 1.2em;
		font-weight: 800;
		font-family: 'Noto Sans JP', sans-serif;
		color: #489aba;
	}

	.co05_lead br {
		display: none;
	}

}

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

	.co05_title {
		display: block;
		position: relative;
		padding: 90px 0 0 0;
		margin: 0 0 0 0;
		text-align: center;
		font-size: 1.8em;
		line-height: 1.4em;
		font-weight: 800;
		font-family: 'Noto Sans JP', sans-serif;
		color: #489aba;
	}

	.co05_lead {
		display: block;
		position: relative;
		padding: 40px 30px 40px 30px;
		margin: 0 0 0 0;
		text-align: center;
		font-size: 1.3em;
		line-height: 1.7em;
		font-weight: 400;
		font-family: 'Noto Sans JP', sans-serif;
		color: #353535;
		letter-spacing: -1px;
	}

}


















.co06_title {
	display: block;
	position: relative;
	padding: 180px 0 0 0;
	margin: 0 auto 0 auto;
	width: 400px;
	height: 100px;
}

.index-co06-inner {
	display: block;
	position: relative;
	padding: 0 24px 0 24px;
	margin: 0 auto 0 auto;
	width: 95%;
	max-width: 920px;
	height: auto;
	overflow: hidden;
}

.co06_sub_title {
	display: block;
	position: relative;
	padding: 130px 0 0 0;
	margin: 0 0 0 0;
	text-align: center;
	font-size: 3.6em;
	line-height: 1.2em;
	font-weight: 800;
	font-family: 'Noto Sans JP', sans-serif;
	color: #489aba;
}


.index-co06-inner p {
	display: block;
	position: relative;
	padding: 24px 0 24 0;
	margin: 50px 0 0 0;
	text-align: center;
	font-size: 1.2em;
	line-height: 1.8em;
	font-weight: 400;
	font-family: 'Noto Sans JP', sans-serif;
}

.index-co06-inner p.color {
	display: block;
	position: relative;
	padding: 24px 0 24 0;
	margin: 50px 0 0 0;
	font-size: 1em;
	line-height: 1.8em;
	font-weight: 400;
	font-family: 'Noto Sans JP', sans-serif;
	color: #489aba;
}

.index-co06-inner p.color2 {
	display: block;
	position: relative;
	padding: 60px 0 140px 0;
	margin: 50px 0 0 0;
	font-size: 1.2em;
	line-height: 2em;
	font-weight: 600;
	font-family: 'Noto Sans JP', sans-serif;
	color: #489aba;
}

.index-co06-inner ul {
	display: block;
	position: relative;
	padding: 24px 0 24 0;
	margin: 50px 0 0 0;
}

.index-co06-inner ul li {
	padding: 0 0 0 0;
	margin: 0 0 0 24px;
	font-size: 1.2em;
	line-height: 1.8em;
	font-weight: 400;
	font-family: 'Noto Sans JP', sans-serif;
	list-style: disc;
	list-style-position: outside;
}

.index-co06-inner ul li span {
	display: block;
	font-size: 0.7em;
	color: #489aba;
}


@media screen and (max-width:900px) {
	
	.index-co06-inner p br {
		display: none;
	}
}
	
@media screen and (max-width:540px) {
	
	.co06_title {
		display: block;
		position: relative;
		padding: 60px 0 0 0;
		margin: 0 auto 0 auto;
		width: 280px;
		height: auto;
	}

	.co06_sub_title {
		display: block;
		position: relative;
		padding: 60px 0 0 0;
		margin: 0 0 0 0;
		text-align: center;
		font-size: 1.8em;
		line-height: 1.4em;
		font-weight: 800;
		font-family: 'Noto Sans JP', sans-serif;
		color: #489aba;
	}

}
	
	
	
.co06_bt {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 120px auto 0 auto;
	width: 320px;
	height: 68px;
	line-height: 68px;
	text-align: center;
}
	
.co06_bt a {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 320px;
	height: 68px;
	line-height: 68px;
	text-align: center;
	color: #fff;
	background-color: #489aba;
	font-size: 1.4em;
	font-weight: 600;
	font-family: 'Noto Sans JP', sans-serif;
	border-radius: 34px;
}	
	
	
	
.co06_ul_title {
	display: block;
	position: relative;
	padding: 12px 0 8px 0;
	margin: 0 0 0 0;
	text-align: left;
	font-size: 2.4em;
	line-height: 1.2em;
	font-weight: 800;
	font-family: 'Noto Sans JP', sans-serif;
	color: #489aba;
}


@media screen and (max-width:540px) {
	
	.co06_ul_title {
		display: block;
		position: relative;
		padding: 12px 0 8px 0;
		margin: 0 0 0 0;
		text-align: left;
		font-size: 1.6em;
		line-height: 1.2em;
		font-weight: 800;
		font-family: 'Noto Sans JP', sans-serif;
		color: #489aba;
	}

}

