@charset "utf-8";

/**********************************************
 * 
* top
 *
***********************************************/
#top .Header {
	background: rgba(0,20,51,0.4);
}
#top section {
	margin-top: 100px;
}
#top main {
	padding-bottom: 140px;
	background: 
		url(../../images/top/main_visual_pc.jpg) left top / 100% auto no-repeat,
		url(../../images/bg_bottom.png) left bottom / 100% auto no-repeat;
}
#top .MainTitleArea {
	margin-top: 150px;
}
#top .MainTitleArea h1 {
	margin-left: -35px;
}
#top .MainTitleArea .lead {
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 1.8rem;
	line-height: 2.2;
}
#top .choose {
	margin-top: 160px;
}
#top h2 {
	margin-bottom: 50px;
	font-family: 'Noto Serif JP', serif;
	font-size: 4.0rem;
}
#top h2 .en {
	display: block;
	font-family: 'Lora', serif;
	font-size: 1.6rem;
}
#top .frame {
	padding: 30px;
}

#top .choose li:nth-child(n+4) {
	margin-top: 30px;
}
#top .choose dl {
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 2.4rem;
	color: #00388d;
	text-align: center;
}
#top .choose dt {
	position: relative;
	padding-bottom: 30px;
	margin-bottom: 25px;
}
#top .choose dt:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	left: 0;
	right: 0;
	bottom: 6px;
	margin: auto;
	z-index: 1;
	border-bottom: solid 1px #00388d;
}
#top .choose dt:after {
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	left: 0;
	right: 0;
	bottom: -5px;
	margin: auto;
	z-index: 1;
	vertical-align: middle;
	border: 6px solid transparent;
	border-top: 6px solid #00388d;
}
#top .choose dd p {
	line-height: 1.2;
}
#top .choose dd span {
	font-family: 'Lora', serif;
	font-weight: 500;
}
#top .choose dd .M {
	font-size: 4.0rem;
}
#top .choose dd .L {
	font-size: 6.0rem;
	line-height: 1;
}
#top .choose dd .LL {
	font-size: 8.0rem;
	line-height: 1;
}
#top .choose dd .unit {
	font-size: 3.0rem;
}
#top .CaseList a {
	display: block;
}
#top .CaseList dd {
	margin-top: 20px;
	font-family: 'Noto Serif JP', serif;
	font-size: 1.4rem;
	color: #fff;
}

@media (max-width: 767px) {
	#top section {
		margin-top: 60px;
	}
	#top main {
		padding-bottom: 70px;
		background: 
			url(../../images/top/main_visual_sp.jpg) left top / 100% auto no-repeat,
			url(../../images/bg_bottom.png) left bottom / 100% auto no-repeat;
	}
	#top .choose li:nth-child(n+2) {
		margin-top: 30px;
	}
	#top .MainTitleArea {
		margin-top: 50px;
	}
	#top .MainTitleArea h1 {
		position: relative;
		margin-left: 0;
	}
	#top .MainTitleArea .lead {
		font-size: 1.4rem;
	}
	#top .choose {
		margin-top: 80px;
	}
	#top .choose dl {
		font-size: 2.0rem;
	}
	#top h2 {
		margin-bottom: 25px;
		font-size: 2.4rem;
	}
	#top h2 .en {
		font-size: 1.4rem;
	}
	#top .choose dd .M {
		font-size: 3.4rem;
	}
	#top .choose dd .L {
		font-size: 4.6rem;
	}
	#top .choose dd .LL {
		font-size: 7.2rem;
	}
	#top .CaseList li:nth-child(n+2) {
		margin-top: 30px;
	}

}
