@charset "utf-8";
/* CSS Document */
#wrapper{overflow: hidden;}


/*=====================================================================================
***************************************************************************************

　　MV
		
***************************************************************************************
=====================================================================================*/
#mv {
	background: #d54288; 
	color: #FFFFFF;
	padding: 100px 0;
	font-size: 35px;
	overflow: hidden;
	position: relative;
	line-height: 1;
}
#mv p{font-size: 25px; margin-top: 20px;}

#mv img{
	position: absolute;
	bottom: -80px;
}

#mv .left{left: -50px;}
#mv .right{right: -50px;}

@media screen and (max-width: 1250px){
	#mv{font-size: 25px;}
	#mv p{font-size: 20px; }
	#mv img{width: 200px; bottom: -70px;}
}

@media screen and (max-width: 700px){
	#mv{font-size: 17px; line-height: 1; padding: 50px 0 100px;}
	#mv p{font-size: 15px; margin-top: 10px;}
	br.sp{display: block;}
	#mv img{bottom: -100px;}
}


#contents {background: #ebe8dfff; font-size: 15px;}
#contents > section{
	max-width: 1000px; 
	width: 90%; 
	margin: 0 auto;
	padding: 100px 0 0;
}
#contents h3{
	color: #d54288;
	text-align: left;
	font-weight: bold;
	font-size: 28px;
	margin-bottom: 30px;
}
#contents h3 span{
	display: block;
	background: #d54288;
	color: #FFFFFF;
	font-size: 16px;
	width: 120px;
	text-align: center;
}

#contents h4{
	color: #d54288;
	text-align: left;
	font-weight: bold;
	font-size: 25px;
	margin-bottom: 30px;
	padding:0 20px 10px;
	border-bottom: 1px solid;
}
@media screen and (max-width: 760px){
	#contents{font-size: 14px;}
	#contents > section{padding: 60px 0 0;}
	#contents h3 span{font-size: 14px; line-height: 1.5; margin-bottom: 10px;}
	#contents h3{font-size: 23px; line-height: 1.2; margin-bottom: 20px;}
	#contents h4{font-size: 18px; margin-bottom: 20px; padding: 0 20px 5px;}
}



/*=====================================================================================
***************************************************************************************

　　contents01
		
***************************************************************************************
=====================================================================================*/
#contents01 > p{font-size: 18px; text-align: left;}

/*=====================================================================================
***************************************************************************************

　　concept
		
***************************************************************************************
=====================================================================================*/
#concept h3{margin-bottom: 10px;}
#concept div{
	width: 100%;
	padding: 80px 20px;
	background: #d54288;
	color: #FFFFFF;
}
#concept .bold{font-weight: bold; font-size: 38px; margin-bottom: 30px;}
#concept .txt{
	max-width: 500px;
	width: 90%;
	text-align: left;
	margin: 0 auto 10px;
	padding-left: 4em;
    text-indent: -4em;
	line-height: 1.4;
}

@media screen and (max-width: 760px){
	#concept .bold{font-size: 30px; line-height: 1.2;}
}


/*=====================================================================================
***************************************************************************************

　　contents02
		
***************************************************************************************
=====================================================================================*/
#contents02 img{
	max-width: 800px;
	width: 100%;
	border-radius: 5px;
}


#contents02 ul{
	display: flex;
	gap: 2%;
	margin-top: 30px;
	flex-wrap: wrap;
}

#contents02 ul li{
	width: 48%;
	color: #FFFFFF;
	background: #d54288;
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 30px;
}

#contents02 li p{padding: 15px; line-height: 1.2;}
#contents02 li img{width: 100%;}

@media screen and (max-width: 760px){
	#contents02 ul{margin-top: 20px; flex-wrap: wrap; justify-content: center;}
	#contents02 ul li{width: 90%; margin-bottom: 20px;}
	#contents02 li p{font-size: 13px; padding: 5px;}
}

/*=====================================================================================
***************************************************************************************

　　contents03
		
***************************************************************************************
=====================================================================================*/
#contents03{padding-top: 40px!important;}
#contents03 p{text-align: left; margin-bottom: 20px;}
#contents03 img{width: 100%;}
#contents03 .sp{display: none;}

@media screen and (max-width: 760px){
	#contents03 .pc{display: none;}
	#contents03 .sp{display: inline; width: 90%;}
}



/*=====================================================================================
***************************************************************************************

　　contents05
		
***************************************************************************************
=====================================================================================*/
#contents05 ul{
	display: flex;
	gap: 2%;
	margin-top: 30px;
	flex-wrap: wrap;
}

#contents05 ul li{width: 23%; margin-bottom: 20px;}

#contents05 a{
	display: block;
	border: 1px solid #d54288;
	background: #FFFFFF;
	border-radius: 5px;
	width: 100%;
	padding: 12px 0;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: #d54288;
	position: relative;
}
#contents05 a::after{
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	background: url("../img/pdf_icon.png") no-repeat;
	background-size: cover;
	position: absolute;
	top: 50%;
	transform:translateY(-50%);
	right: 10px;
	z-index: 1;
}

@media screen and (max-width: 1000px){
	#contents05 ul li{width: 48%;}
}

@media screen and (max-width: 760px){
	#contents05 ul{display: block;}
	#contents05 ul li{width: 100%; margin-bottom: 10px;}
}


/*=====================================================================================
***************************************************************************************

　　contents06
		
***************************************************************************************
=====================================================================================*/
#contents06{text-align: left; padding-bottom: 150px!important;}
#contents06 .bold{font-weight: bold; font-size: 18px; margin-bottom: 10px;}
#contents06 p{padding: 0 20px;}

#contents06 .big_btn{
	width:100%;
	text-align: left;
	margin: 40px auto 0;
	position: relative;
}

#contents06 .big_btn a{
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
#contents06 .big_btn:hover{opacity: 0.6;}

#contents06 .flex_box{
	background: #FFFFFF;
	border-radius: 5px;
	border: 3px solid #d54288;
	display: flex;
}

#contents06 .flex_box .left{padding: 30px;}
#contents06 .flex_box > .left h4{
	color: #d54288; 
	font-size: 26px;
	border-bottom: none;
	margin-bottom: 0;
	padding: 0;
}
#contents06 .flex_box > .left p{padding: 0;}

#contents06 .flex_box .right{
	background: url("../../img/yashi.png") center right 20px no-repeat;
	background-color: #d54288;
	color: #FFFFFF;
	padding: 0 60px 0 60px;
	display: flex;
	align-items: center;
	font-size: 14px;
}
#contents06 .flex_box .right p{padding: 0;}


@media screen and (max-width: 760px){
	#contents06{padding-bottom: 70px!important;}
	#contents06 .bold{font-size: 16px;}
	
	#contents06 .big_btn{margin-top: 30px;}
	#contents06 .flex_box{display: block; line-height: 1.5;}
	#contents06 .flex_box .left .sp{display: block;}
	#contents06 .flex_box .left{padding: 20px 30px;}
	#contents06 .flex_box .left h4{font-size: 20px; margin-bottom: 10px;}
	
	#contents06 .flex_box .right{
		background: url("../../img/yashi.png") center right 15px no-repeat;
		background-color: #d54288;
		padding: 15px 60px 15px 40px;
	}
	
	
}
















