@charset "UTF-8";

section {
	position: relative;
}

section .sec-logo {
	width: 150px;
	position: absolute;
	top: 50%;
	left: 4vw;
	transform: translateY(-50%);
}
section .sec-logo img {
	width: 100%;
}

hgroup.type01 {
	text-align: center;
	margin: 0 auto 40px;
}
hgroup.type01 h2 {
	font-size: 2rem;
	font-weight: bold;
	width: 450px;
	line-height: 1.4;
	border-bottom: solid 1px #004ea2;
	margin: 0 auto 20px;
	padding-bottom: 10px;
}
hgroup.type01 p {
	font-size: 1.2rem;
	line-height: 1.4;
}

#mainv {
	color: #fff;
	height: 60.6vw;
	background: url(../images/main_p_01.jpg) no-repeat center top;
	background-size: cover;
	padding-top: 6.25vw;
}
#mainv a {
	color: #fff;
	text-decoration: none;
}
#mainv nav span {
	color: #fff;
}
#mainv h1 {
	margin: 5vw 0 0 50vw;
}
#mainv h1 em {
	letter-spacing: 0px;
}
#mainv p {
	font-size: 2.5rem;
	letter-spacing: .2rem;
	margin: 2vw 0 0 50vw;
}

#lead {
	background: url(../images/lead_bg_01.jpg) no-repeat center center;
	padding: 60px 0 60px;
	position: relative;
}
#lead hgroup {
	font-size: 1.175rem;
	line-height: 1.7;
	margin-bottom: 40px;
}
#lead hgroup h2 {
	font-size: 2.5rem;
	font-weight: bold;
	letter-spacing: 5px;
}
#lead figure {
	margin-top: 50px;
}

#about {
	padding: 4.6vw 0 4.6vw;
}
#about .subContents {
	width: 900px;
}
#about .subContents h2 {
	font-size: 2rem;
	font-weight: bold;
	width: 450px;
	text-align: center;
	border-bottom: solid 1px #004ea2;
	margin: 0 auto 20px;
}
#about .subContents .subtit {
	font-size: 1.25rem;
	line-height: 1.4;
	text-align: center;
	margin: 0 0 30px;
}
#about .subContents .lead {
	text-align: center;
	margin-bottom: 50px;
}
#about .subContents .midashi {
	text-align: center;
	margin-bottom: 20px;
}
#about .subContents li {
	margin: 0 0 15px;
	padding: 0 0 0 30px;
	position: relative;
}
#about .subContents li::before {
	content: "";
	width: 20px;
	aspect-ratio: 20 / 15;
	background: url(../images/about_s_01.svg) no-repeat center center/100% auto;
	position: absolute;
	top: .4em;
	left: 0;
}
#about .subContents li h3 {
	font-size: 1.125rem;
	font-weight: bold;
	line-height: 1.5;
}
#about .subContents li p {
	font-weight: normal;
}

#kaiketsu {
	background: url(../images/kaiketsu_bg_01.jpg) no-repeat center center/cover;
	padding: 4.6vw 0 4.6vw;
}
#kaiketsu .box {
	width: 1120px;
	text-align: center;
	margin: 0 auto;
	background: rgba(255,255,255,.8);
	padding: 70px;
	box-sizing: border-box;
}

#reason {
	background: url(../images/reason_bg_01.jpg) no-repeat center center/cover;
	padding: 4.6vw 0 4.6vw;
}
#reason .subContents {
	width: 900px;
}
#reason ol li {
	padding: 0 0 0 150px;
	position: relative;
}
#reason ol li:nth-child(1) { width: 900px; }
#reason ol li:nth-child(2) { margin: 30px 0 0 200px; }
#reason ol li:nth-child(3) { margin: 30px 0 0 320px; }
#reason ol li:nth-child(4) { width: 900px; margin: 30px 0 0 110px;}

#reason ol li::before {
	content: "";
	width: 126px;
	aspect-ratio: 1 / 1;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
}
#reason ol li:nth-child(1)::before { background-image: url(../images/reason_s_01.svg); }
#reason ol li:nth-child(2)::before { background-image: url(../images/reason_s_02.svg); }
#reason ol li:nth-child(3)::before { background-image: url(../images/reason_s_03.svg); }
#reason ol li:nth-child(4)::before { background-image: url(../images/reason_s_04.svg); }

#reason ol li h3 {
	color: #004ea2;
	font-size: 1.25rem;
	font-weight: bold;
}

#eg {
	background: linear-gradient(to bottom,  #ffffff 400px,#d3dfee 400px);
	padding: 4.6vw 0 0;
}
#eg .eg1 {
	width: 880px;
	margin: 0 auto 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#eg .eg1 div {
	margin: 0 0 30px;
}

#machine {
	padding: 4.6vw 0;
}
#machine .honbun {
	text-align: center;
	margin: 0 0 50px;
}
#machine .box {
	width: 1120px;
	text-align: center;
	background: #def0fa;
	margin: 0 auto;
	padding: 60px 70px 50px;
}
#machine .box h3 {
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 20px;
}





/* FOR smartphone landscape
***************************************************************************/
@media screen and (max-width:799px) {

	section .sec-logo {
		display: none;
	}

	hgroup.type01 {
		margin: 0 auto 8vw;
	}
	hgroup.type01 h2 {
		font-size: 1.5rem;
		width: 100%;
		line-height: 1.5;
		margin: 0 auto 6vw;
		padding-bottom: 2vw;
	}
	hgroup.type01 p {
		font-size: 1.2rem;
		line-height: 1.4;
	}
	

	#mainv {
		height: 136vw;
		background-image: url(../images/main_p_01_sp.jpg);
		padding-top: 5vw;
	}
	#mainv h1 {
		margin: 0;
	}
	#mainv p {
		font-size: 2rem;
		line-height: 1.8;
		letter-spacing: .2rem;
		margin: 10vw 0 0 50vw;
	}

	#lead {
		padding: 10vw 0 10vw;
	}
	#lead hgroup {
		font-size: 1.175rem;
		margin-bottom: 8vw;
	}
	#lead hgroup h2 {
		font-size: 2.25rem;
		letter-spacing: 2px;
	}
	#lead .honbun {
		padding: 0 5vw;
	}
	#lead figure {
		margin-top: 6vw;
	}
	
	#about {
		padding: 8vw 0;
	}
	#about .subContents {
		width: 100%;
	}
	#about .subContents h2 {
		font-size: 2rem;
		width: 80vw;
		margin: 0 auto 6vw;
	}
	#about .subContents .subtit {
		font-size: 1.25rem;
		line-height: 1.4;
		text-align: center;
		margin: 0 0 30px;
	}
	#about .subContents .lead {
		text-align: center;
		margin-bottom: 50px;
	}
	#about .subContents .midashi {
		width: 70vw;
		margin: 0 auto 5vw;
	}
	#about .subContents li {
		margin: 0 0 15px;
		padding: 0 0 0 30px;
		position: relative;
	}
	#about .subContents li::before {
	}
	#about .subContents li h3 {
	}
	#about .subContents li p {
	}
	
	#kaiketsu {
		padding: 8vw 0;
	}
	#kaiketsu .box {
		width: 100%;
		padding: 8vw 5vw;
	}
	
	#reason {
		padding: 8vw 0;
	}
	#reason .subContents {
		width: 100%;
	}
	#reason ol li {
		padding: 0 0 0 20vw;
	}
	#reason ol li:nth-child(1) { width: 100%; }
	#reason ol li:nth-child(2) { margin: 6vw 0 0 0; }
	#reason ol li:nth-child(3) { margin: 6vw 0 0 0; }
	#reason ol li:nth-child(4) { width: 100%; margin: 6vw 0 0 0;}
	
	#reason ol li::before {
		width: 15vw;
		aspect-ratio: 1 / 1;
		top: 0;
		left: 0;
	}
	
	#reason ol li h3 {
		color: #004ea2;
		font-size: 1.25rem;
		font-weight: bold;
	}
	
	#eg {
		background: linear-gradient(to bottom,  #ffffff 50vw,#d3dfee 50vw);
		padding: 8vw 0 0;
	}
	#eg .eg1 {
		width: 100%;
		margin: 0 auto 10vw;
	}
	#eg .eg1 div {
		width: 44vw;
		margin: 0 0 2vw;
	}
	#eg .eg2 img {
		width: 68vw;
	}
	
	#machine {
		padding: 8vw 0;
	}
	#machine .honbun {
		text-align: left;
		margin: 0 0 10vw;
	}
	#machine .box {
		width: 100%;
		padding: 6vw 5vw 5vw;
	}
	#machine .box h3 {
		font-size: 1.5rem;
		font-weight: bold;
		line-height: 1.4;
		margin-bottom: 20px;
	}
	

}

