@charset "utf-8";
/*index*/


/*MV*/
.topMv{
	width:100%;
	height:120vw;
	background-color: #1e2e62;
	background-image:url(../images/mv01_sp.jpg);
	background-size:cover ;
	background-position: center center;
	display:flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
	padding:0 5%;
}
.topMv .txt01,
.topMv .txt02{
  font-size : 20px;
  color : #FFF;
  font-weight: bold;
  line-height: 1.6;
  text-align: left;
  text-shadow: 0px 0px 5px #1e2e62
  ,0px 0px 5px #1e2e62
  ,0px 0px 5px #1e2e62
  ,0px 0px 5px #1e2e62
  ,0px 0px 5px #1e2e62
  ,0px 0px 5px #1e2e62
   ;
}
.topMv .txt01{
	font-size : 4vw;
  margin-bottom: 1.5em;
  letter-spacing:0.05em;
}
.topMv .txt02{
	font-size : 5.5vw;
  margin-bottom: 2em;
  letter-spacing:0.05em;
}
@media (min-width: 768px){
	.topMv{	
		height:41.6vw;
		background-image:url(../images/mv01.jpg);
	}
	.topMv .txt01{
		font-size:1.6vw;
	  margin-bottom: 1em;
	}
	.topMv .txt02{
		font-size:2.4vw;
	  margin-bottom: 0.5em;
	}
}
/**/


/**/
.topConcept{}
.topConcept .copy01{
	font-size:clamp(2.2rem , 3vw, 3rem);
  color : #004EBE;
	font-weight: bold;
}
/**/




/**/
.topPoint{
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}
.topPoint figure{
	width: 50%;
	margin-bottom: 30px;
}
.topPoint figure img{
	max-width: 100px;
	margin: 0 auto 10px;
}
.topPoint figcaption{
	font-size:clamp(1.4rem , 1.6vw, 1.6rem);
	text-align: center;
	color: #004ebe;
	font-weight: bold;
}
@media (min-width: 768px){
	.topPoint figure{
		width: 200px;
	}
}


.topChecklist01{
	width:90%;
	max-width:410px;
	margin:0 auto;
}


.topArea{
	border:2px solid #004ebe;
	border-radius: 10px;
	margin-top: 40px;
}
.topArea .ttl01{
	background-color: #004ebe;
	color:#ffffff;
	font-weight: bold;
	border-radius:10px 10px 0 0;
	padding:5px;
	font-size:clamp(2rem , 2.5vw, 2.5rem);
}
.topArea .txtwrap{
	padding:10px 5%;
	text-align: left;
}
.topArea .txtwrap .txt01{
	width:100%;
	font-size:clamp(1.6rem , 2.2vw, 2.2rem);
	background-color: #fcee53;
	font-weight: bold;
	color: #004ebe;
	border-radius: 1em;
	text-align: center;
	margin-bottom: 5px;
}
.topArea .txtwrap .txt02{
	font-size:clamp(1.6rem , 2.2vw, 2.2rem);
	font-weight: bold;
	color: #004ebe;
	line-height: 1.5;
}

@media (min-width: 768px){
	.topArea{
		border:4px solid #004ebe;
		border-radius: 20px;
		display: flex;
		justify-content: flex-start;
		align-items: stretch;
	}
	.topArea .ttl01{
		border-radius:15px 0 0 15px;
		display: flex;
		justify-content:center;
		align-items: center;
		padding:15px 20px;
	}
	.topArea .txtwrap{
		padding:10px 20px;
		display:flex;
		justify-content: flex-start;
		align-items: center;
	}
	.topArea .txtwrap .txt01{
		width:4em;
		margin-bottom: 0;
		border-radius: 2em;
		margin-right: 1em;
	}
	.topArea .txtwrap .txt02{
	}
}

.topReason{}
.topReason .txtwrap{
	text-align: left;
	margin-bottom:20px;
}
.topReason .img01{}


@media (min-width: 768px){
	.topReason{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.topReason .txtwrap{
		width:48%;
	}
	.topReason .img01{
		width:48%;
	}
}


.topflowUnit{
	background-color: #fff;
	border-radius: 20px;
	padding:20px;
	text-align: left;
	margin-bottom:20px;
}
.topflowUnit .ttl01{
	color:#004ebe;
	font-size:clamp(1.8rem , 2.4vw, 2.4rem);
	border-bottom:1px solid #004ebe;
	padding-bottom:10px;
	margin-bottom:20px;
}
@media (min-width: 768px){
	.topflowUnit{
		display: flex;
		justify-content: space-between;
		align-items: stretch;
	}
	.topflowUnit .ttl01{
		width:230px;
		display: flex;
		justify-content: center;
		align-items: flex-start;
		flex-direction: column;
		border-bottom:0;
	border-right:1px solid #004ebe;
		padding-bottom:0;
		margin-bottom:0;
	}
	.topflowUnit .txtwrap{
		width:calc(100% - 250px);
		display: flex;
		justify-content: center;
		align-items: flex-start;
		flex-direction: column;
	}
}



.gmap {
height: 0;
overflow: hidden;
padding-bottom: 56.25%;
position: relative;
}
.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}





