@charset "utf-8";
/* CSS Document */

/* ============================
		Reset
 ============================ */

section {
margin: 0 0 50px 0;
padding: 0;
}



/* ============================
		mainVisualSection
 ============================ */

.mainVisualSection {
position: relative;
margin-bottom: 0px;
}

.mainVisualSection li {
list-style: none;
}

.mainVisualSection .visual {
margin: 0;
padding: 0;
position: relative;
}

.mainVisualSection figure {
padding: 0;
margin: 0;
position: relative;
}

.mainVisualSection .visual img {
width: 100%;
height: auto;
}

.mainVisualSection h2 {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
text-align: center;
display: block;
}

.mainVisualSection h2 span {
display: inline-block;
background-color: #fff;
font-size: 20px;
color: #1c4370;
line-height: 1.2em;
padding: 4px 1.5em;
border-radius: 2em;
border: 4px solid #1c4370;
box-sizing: border-box;
}

.mainVisualSection .centerList {
margin: 20px 0;
padding: 0;
}

.mainVisualSection .centerList li {
margin: 0 auto 15px auto;
width: 300px;
filter: drop-shadow(7px 7px 7px #bbb);
}


.mainVisualSection .centerList li:hover {
transform: translateY(-6px);
transition-duration: 0.5s;
opacity: 0.8;
filter: alpha(opacity=80);
-ms-filter: "alpha(opacity=80)";
}


.mainVisualSection .centerList li a {
display: block;
text-decoration: none;
color: #fff;
text-align: center;
line-height: 56px;
border-radius:50px;
background-repeat: no-repeat;
background-size: 35px auto;
background-position: left 24px center;
box-sizing: border-box;
padding-left: 20px;
}

.mainVisualSection .centerList li:nth-child(1) a {
background-color: #ff9900;
background-image: url("../images/fig_center004.svg");

}

.mainVisualSection .centerList li:nth-child(2) a {
background-color: #0099ff;
background-image: url("../images/fig_center001.svg");
}

.mainVisualSection .centerList li:nth-child(3) a {
background-color: #ff33cc;
background-image: url("../images/fig_center002.svg");
}

.mainVisualSection .centerList li:nth-child(4) a {
background-color: #339900;
background-image: url("../images/fig_center003.svg");
letter-spacing: 0;
font-size: 14px;
padding-left: 45px;
}

.mainVisualSection .centerList li:nth-child(5) a {
background-color: #0066cc;
background-image: url("../images/fig_center005.svg");
}

.visualBottomCatchSection p {
text-align: center;
}




/* for PC & TB */
@media screen and (min-width: 768px) {


	.mainVisualSection h2 {
	bottom: 20px;
	}

	.mainVisualSection h2 span {
	font-size: 34px;
	color: #1c4370;
	line-height: 1.5em;
	padding: 10px 2.5em;
	border-radius: 2em;
	border: 4px solid #1c4370;
	box-sizing: border-box;
	box-shadow: 0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff;
	}
	
	.mainVisualSection h2 span br {
	display: none;
	}
	
	.visualBottomCatchSection p {
	font-size: 24px;
	}

}


/* for PC */
@media screen and (min-width: 1401px) {

	.mainVisualSection .centerList li {
	position: absolute;
	width: 260px;
	display: block;
	filter: drop-shadow(7px 7px 7px #fff);
	box-shadow: 0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10;
	}

	.mainVisualSection .centerList li a {
	padding-left: 30px;
	}

	.mainVisualSection .centerList li {
	font-size: 20px;
	width: 300px
	}

	.mainVisualSection .centerList li:nth-child(1) {
	bottom: 50px;
	left: 20px;
	
	}
	
	.mainVisualSection .centerList li:nth-child(2) {
	width: 260px;
	bottom: 130px;
	left: calc(28% - 100px);
	}

	.mainVisualSection .centerList li:nth-child(3) {
	width: 320px;
	bottom: 50px;
	left: calc(45% - 100px);
	}

	.mainVisualSection .centerList li:nth-child(4) {
	width: 340px;
	bottom: 130px;
	left: calc(65% - 100px);
	}

	.mainVisualSection .centerList li:nth-child(4) a {
	font-size: 16px;
	}

	.mainVisualSection .centerList li:nth-child(5) {
	bottom: 50px;
	right: 20px;
	}

}




/* for TB */
@media screen and (max-width: 1400px) and (min-width: 768px){

	.visualBottomCatchSection p {
	font-size: 18px;
	}
	
	.mainVisualSection .centerList {
	width: 640px;
	margin: 30px auto;
	}
	
	.mainVisualSection .centerList li {
	float: left;
	margin-bottom: 20px;
	}
	.mainVisualSection .centerList li:nth-child(even) {
	float: right
	}
	

}


/* for TB */
@media screen and (max-width: 1040px) and (min-width: 768px){


	.mainVisualSection h2 span {
	font-size: 24px;
	}

	.mainVisualSection .centerList {
	width: 550px;
	margin: 30px auto;
	}

	.mainVisualSection .centerList li {
	font-size: 14px;
	width: 270px;
	}
	
	.mainVisualSection .centerList {
	margin: 20px 0;
	padding: 0;
	}
/*	
	.mainVisualSection .centerList li:nth-child(1) {
	bottom: calc(50% - 80px);
	left: 20px;
	}
	
	.mainVisualSection .centerList li:nth-child(2) {
	bottom: calc(50% - 20px);
	left: calc(22.5% + 0px);
	}

	.mainVisualSection .centerList li:nth-child(3) {
	bottom: calc(50% - 80px);
	left: calc(50% - 7em);
	}

	.mainVisualSection .centerList li:nth-child(4) {
	bottom: calc(50% - 27px);
	left: calc(60% - 0em);
	}

	.mainVisualSection .centerList li:nth-child(5) {
	bottom: calc(50% - 80px);
	right: 20px;
	}
*/
	.visualBottomCatchSection p {
	font-size: 24px;
	}


}


/* ============================
		other
 ============================ */

/* for SP */
@media screen and (max-width: 767px) {
}

/* for TB */
@media screen and (max-width: 1200px) and (min-width: 768px){
}

/* for PC */
@media screen and (min-width: 1201px) {
}

