@charset "UTF-8";

/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin: 0;padding: 0;}
address,caption,cite,code,dfn,em,strong,th,var {font-style: normal;}
table {border-collapse: collapse;border-spacing: 0;}
caption,th {text-align: left;}
object, embed {vertical-align: top;}
hr,legend {display: none;}
h1,h2,h3,h4,h5,h6 {font-size: 100%;}
img,abbr,acronym,fieldset {border: 0;}
li {list-style-type: none;}


/* base
----------------------------------------*/
html {
	font-size: 62.5%;
	overflow: auto;
}
body {
	width: 100%;
	color: #333;
	font-family: "ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 1.6rem;
	line-height: 1;
	overflow: hidden;
}

a:focus {outline:none;}
a:link {color:#000;text-decoration:underline;}
a:visited {color:#000;text-decoration:underline;}
a:active, a:hover {color:#000;text-decoration:none;}
img{vertical-align: bottom; width: 100%; height: auto;}
.spview{display: none;}

@media screen and (max-width: 812px){
	body{
		-webkit-text-size-adjust: 100%;
	}
}

@media screen and (max-width: 767px){
	.pcview{display: none;}
	.spview{display: block;}
}


/* localheader
----------------------------------------*/
.nxt_header{
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.nxt_header img{
	max-width: 1000px;
	width: 100%;
}
@media screen and (max-width: 1000px){
	.logo-sp{
		text-align: center;
		padding: 10px 0 10px 0;
		background-color: #fff;
		position: relative;
	}
	.logo-sp img{
		width: auto;
		height: 30px;
	}
}


/* header
----------------------------------------*/
.header{
	max-width: 1000px;
  margin: 0 auto;
}
.header > .inner{
	padding: 30px 3%;
}
h1{
	max-width: 781px;
	margin: 0 auto;
}

@media screen and (max-width: 767px){
	.header > .inner{
		padding: 25px 3%;
	}
}


/* header
----------------------------------------*/
.lead{
	max-width: 1000px;
	padding: 30px 5%;
	background: url(bg-lead.jpg) no-repeat center bottom;
	background-size: cover;
	margin: 0 auto;
	box-sizing: border-box;
}
.lead > .inner{
	max-width: 700px;
	margin: 0 auto;
}
.lead > .inner > p{
	color: #083190;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.8;
}

@media screen and (max-width: 767px){
	.lead{
		padding: 25px 5%;
	}
	.lead > .inner > p{
		font-size: 1.4rem;
		line-height: 1.6;
	}
}


/* contents
----------------------------------------*/
.contents{
	max-width: 800px;
	margin: 50px auto 70px;
	padding: 0 5%;
}

@media screen and (max-width: 767px){
	.contents{
		margin: 30px auto 40px;
	}
}


/* section
----------------------------------------*/
.section::before,
.section::after{
	content: "";
	display: block;
	clear: both;
}
.section + .section{
	margin: 80px auto 0;
}
.section-heading{ 
	margin-bottom: 40px;
	padding: 20px 15px;
	background: url(bg-heading.png);
	color: #083190;
	font-feature-settings: "palt";
	font-size: 2.8rem;
	line-height: 1.4;
	letter-spacing: 0.05em;
	font-weight: bold;
	text-align: center;
}
.section > p{
	margin-bottom: 1.5em;
	font-size: 1.6rem;
	line-height: 2;
}
.section > p:last-of-type{
	margin-bottom: 0;
}

@media screen and (max-width: 767px){
	.section + .section{
		margin: 40px auto 0;
	}
	.section-heading{
		margin-bottom: 25px;
		padding: 15px 10px;
		font-size: 2.5rem;
	}
	.section > p{
		font-size: 1.5rem;
		line-height: 1.8;
	}
}


/* figure
----------------------------------------*/
.photo{
	position: relative;
	float: right;
	width: 56.25%;
	margin: 8px 0 40px 30px;
}
.photo > figcaption{
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translateY(-50%);
	font-size: 1.5rem;
	line-height: 1.4;
}
.photo > figcaption span{
	font-size: 2.2rem;
}
.illustration{
	width: 100%;
	margin: 40px auto;
}
.illustration > figcaption{
	margin-top: 10px;
	font-size: 1.4rem;
	line-height: 1.6;
	/*padding-left: 2em;
	text-indent: -2em;*/
}

@media screen and (max-width: 767px){
	.photo{
		float: none;
		width: 100%;
		height: auto;
		margin: 30px auto;
	}
	.photo > figcaption{
		top: unset;
		bottom: 5px;
		transform: none;
		font-size: 1.3rem;
		text-shadow: #fff 0 1px 5px,#fff 0 1px 5px,#fff 0 1px 5px;
	}
	.photo > figcaption span {
    font-size: 2.0rem;
	}
	.illustration{
		margin: 30px auto;
	}
	.illustration > figcaption{
		font-size: 1.3rem;
	}
}


/* contact
----------------------------------------*/
.contact{
	padding: 50px 5%;
	background: #f7f7f7;
}
.contact > .inner{
	max-width: 800px;
	margin: 0 auto;
}
.contact-heading{
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: solid 1px #aa8420;
	font-feature-settings: "palt";
	font-size: 2.2rem;
	font-weight: bold;
	color: #aa8420;
	letter-spacing: 0.05em;
}
.contact-company{
	margin-bottom: 15px;
	font-size: 1.8rem;
	font-weight: bold;
}
.contact-company span{
	display: block;
	margin-top: 10px;
	font-size: 90%;
	font-weight: normal;
}
.contact > .inner > p{
	font-size: 1.5rem;
	line-height: 1.8;
}
.contact > .inner > p a{
	text-decoration: underline;
}

@media screen and (max-width: 767px){
	.contact{
		padding: 30px 5%;
	}
	.contact-heading{
		margin-bottom: 20px;
		padding-bottom: 15px;
		font-size: 2.0rem;
	}
	.contact-company{
		font-size: 1.7rem;
	}
	.contact > .inner > p{
		font-size: 1.4rem;
	}
}


/* pagetop
----------------------------------------*/
.pagetop{
	position: fixed;
	bottom: 0;
	right: 0;
}
.pagetop a{
	display: block;
	width: 50px;
	height: 50px;
	transition: .3s;
}
.pagetop a:hover{
	opacity: 0.7;
}


/* footer
----------------------------------------*/
footer{
	padding-top: 15px;
	border-top: solid 1px #ebebeb;
}
