@charset "UTF-8";

.mainPhoto {
    background: url("../image/event/main.jpg") no-repeat 0 60%;
    background-size: 100%;
}

.underPage .wrap p,.underPage .wrap dd,.underPage .wrap li {
    line-height: 1.6;
}

.event h2 {
	font-size: clamp(16px, 2.2vw, 22px);
    line-height: 2;
    letter-spacing: 3px;
	margin-bottom: 120px;
}

.event h3 {
	font-size: clamp(20px, 2.6vw, 26px);
	font-weight: 500;
	text-align: center;
	margin-bottom: 80px;
}

.event .merit {
	padding: 80px 0 100px;
	margin-bottom: 100px;
}

.event .merit .meritList {
    width: 32%;
    text-align: center;
    background: #fff;
    padding: 50px 40px 60px;
    border-radius: 0 120px 0;
}

.event .merit .meritList .icon {
	width: 65px;
	margin: 0 auto 40px;
}

.event .flow {
	margin-bottom: 120px;
}

.event .flowStep {
    width: 90%;
    margin: 0 auto 80px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
}

.event .flowStep .step {
    width: 100px;
    height: 100px;
    border-radius: 300px;
    background: #292929;
	color:#fff;
	text-align: center;
	display: flex;
    flex-direction: column;
    justify-content: center;
	line-height: 3;
	
}

.event .flowStep:before {
    content: "";
    width: 1px;
    height: 100%;
    background: #292929;
    position: absolute;
    top: 120px;
    left: 50px;
    z-index: -1;
}

.event .flowStep:last-child:before {
	width: 0;
	height: 0;
	background: none;
}

.event .flowStep .step span {
    display: block;
	color:#fff;
	font-size: 14px;
}

.event .flowStep .step span.number {
    font-size: clamp(26px, 4vw, 40px);
	line-height: 1.2;
}

.event .flowStep .textArea {
	width: calc(70% - 100px);
	padding-left: 60px;
}

.event .flowStep .textArea h4 {
	font-size: clamp(22px, 3vw, 30px);
	font-weight: 700;
	margin-bottom: 20px;
	line-height: 1.4;
}

.event .flowStep .textArea a{
	display: inline;
	color:#bc1a2d;
	text-decoration: underline;
}

.photoArea {
    width: 22%;
}




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

	.underPage .wrap p, .underPage .wrap dd, .underPage .wrap li {
		font-size: 14px;
	}	
	
	.event h2 {
		letter-spacing: 0px;
		margin-bottom: 60px;
	}
	
	.event .merit {
		padding: 60px 0 ;
		margin-bottom: 60px;
	}

	.event .merit .meritList {
		width: 100%;
		padding: 30px 20px 30px;
		border-radius: 0 90px 0;
		margin-bottom: 30px;
	}

	.event .merit .meritList .icon {
		margin: 0 auto 25px;
	}
	
	.event .flow {
		margin-bottom: 60px;
	}
	
	.event .flowStep {
		width: 100%;
		align-items: flex-start;
		margin: 0 auto 40px;
	}

	.event .flowStep .step {
		width: 70px;
		height: 70px;
	}
	
	.event .flowStep:before {
		top:35px;
		left:35px;
		height: 120%;
	}

	.event .flowStep .step span {
		font-size: 12px;
		letter-spacing: 2px;
		margin-left: 2px;
	}	
	
	.event .flowStep .textArea {
		width: calc(100% - 70px);
		padding: 5px 0 0 25px;
	}	
	
	.event .flowStep .textArea h4 {
		letter-spacing: 1px;
	}	
	
	.event .flowStep .textArea p {
		margin-bottom: 20px;
	}
	
	.event .flowStep .textArea .photo {
		width: 65%;
	}

	.photoArea {
		display: none;
	}	

	
	


}

@media screen and (min-width:769px) and (max-width:1024px) { 

	.event .merit .meritList {
		width: 100%;
		padding: 30px 20px 30px;
		border-radius: 0 90px 0;
		margin-bottom: 30px;
	}

	.event .merit .meritList .icon {
		margin: 0 auto 25px;
	}
	
	.event .merit .meritList .pc {
		display: none;
	}	
	
	.event .flowStep {
		width: 100%;
		align-items: flex-start;
	}	
	
	.event .flowStep:before {
		height: 120%;
		top: 75px;
		left: 40px;
	}
	
	.event .flowStep .step {
		width: 80px;
		height: 80px;
	}	

	.event .flowStep .textArea {
		width: calc(70% - 80px);
		padding-left: 35px;
		padding-right: 35px;
	}	
	
	.photoArea {
		width: 30%;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	

}
