@charset "utf-8";
/*----------------------------------------------------
	MAIN 
----------------------------------------------------*/
* {margin: 0; padding: 0;}

body {margin: 0 auto; padding: 0; font-family:'Lucida Grande','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',Meiryo, メイリオ, sans-serif; -webkit-text-size-adjust: 100%;}

html {overflow-y:scroll;}

img {border: 0;}

li {list-style-type: none;}

.clear {clear: both;}

a:link {color: #000000; text-decoration: none;}
a:visited {color: #000000; text-decoration: underline;}
a:hover {color: #0000ff;text-decoration: none;}
a:active {color: #0000ff;text-decoration: underline;}

/*----------------------------------------------------
	main 
----------------------------------------------------*/
.nagaremain {
	width: 1000px;
	margin: 0 auto 10px;
	padding: 0;

	box-shadow: 0px 0px 0px 0px #ffffff inset;
	-moz-box-shadow: 0px 0px 0px 0px #ffffff inset;
	-webkit-box-shadow: 0px 0px 0px 0px #ffffff inset;

	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;

	border: 3px solid #afafaf;
	box-sizing: border-box;
}

nagaremain::before {
	border-width:10px 10px 0;
	top:auto;
	bottom:-10px;
}

.nagaremain .contents{
	width: 980px;
	padding: 0;
	margin: 0 0 0 10px;
}

.nagaremain .contents li{
	float: left;
}

.nagaremain .leftocontents{
	padding: 0 0 0 0;
	margin: 0;
}

.text {
	width: 494px;
	margin-left: 10px;
	margin-bottom: 30px;
	padding: 0;
	word-wrap: break-word;
	font-size: 14px;
	color: #363636;
	line-height: 1.6em;
	text-indent: 1em;
}

.text2 {
	width: 470px;
	margin-bottom: 30px;
	padding: 0;
	word-wrap: break-word;
	font-size: 14px;
	color: #363636;
	line-height: 1.6em;
	text-indent: 1em;
}

figure {
	position: relative;
	overflow: hidden;
	width: 600px;
	margin: 0;
	padding: 0;
}
figcaption {
	text-align: left;
	color: #ffffff;
	position: absolute;
	bottom: 30px;
	right: 30px;
	z-index: 2;
	width: 100%;
	height: 50px;
	margin: 0;
	background: rgba(0,0,0,.6);
	-webkit-transition: .3s;
	transition: .3s;
}

figcaption p {
	margin-left: 40px;
	font-size: 14px;
	margin-top: 15px;
	padding: 0;
}

figure:hover figcaption {
	right: 100%;
}
/*----------------------------------------------------
	PC ver
----------------------------------------------------*/
.pcwrapper {
	width: 100%;
	margin: 0 0 30px;
	padding: 0;
	text-align: center;
	letter-spacing: -.4em;
}

.pcwrapper li {
	display: inline-block;
	margin: 15px auto 0;
	vertical-align: top;
	letter-spacing: normal;
}

.pcwrapper img {
	width: 600px;
}

.pcwrapper-textr {
	width: 800px;
	margin-right: 15px;
	margin-bottom: 30px;
	padding: 0;
	word-wrap: break-word;
	text-align: left;
	font-size: 90%;
	color: #363636;
	line-height: 1.6em;
	text-indent: 1em;
}

.pcwrapper-textr b {
	display: block;
	margin: 0 0 10px;
	padding: 5px 0;
	font-size: 120%;
	color: #ffffff;
	background: #3F3B3A;
	line-height: 1.6em;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-khtml-border-radius: 20px;
}

.pcwrapper-textl {
	width: 800px;
	margin-left: 15px;
	margin-bottom: 30px;
	padding: 0;
	word-wrap: break-word;
	text-align: left;
	font-size: 90%;
	color: #363636;
	line-height: 1.6em;
	text-indent: 1em;
}

.pcwrapper-textl b {
	display: block;
	margin: 0 0 10px;
	padding: 5px 0;
	font-size: 120%;
	color: #ffffff;
	background: #3F3B3A;
	line-height: 1.6em;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-khtml-border-radius: 20px;
}

.pcnext {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 15px 0 15px;
	border-color: #3F3B3A transparent transparent transparent;
	padding: 0;
	margin: 0 auto 10px;
}

@media screen and (max-width:1280px) { 
.pcwrapper {
	width: 100%;
	margin: 0 0 30px;
	padding: 0;
	text-align: center;
	letter-spacing: -.4em;
}

.pcwrapper img {
	width: 450px;
}

.pcwrapper-textl {
	width: 450px;
	margin-left: 15px;
	margin-bottom: 30px;
	padding: 0;
	word-wrap: break-word;
	text-align: left;
	font-size: 90%;
	color: #363636;
	line-height: 1.6em;
	text-indent: 1em;
}

.pcwrapper-textr {
	width: 450px;
	margin-right: 15px;
	margin-bottom: 30px;
	padding: 0;
	word-wrap: break-word;
	text-align: left;
	font-size: 90%;
	color: #363636;
	line-height: 1.6em;
	text-indent: 1em;
}

figure {
	position: relative;
	overflow: hidden;
	width: 450px;
	margin: 0;
	padding: 0;
}
}

/*----------------------------------------------------
	Open Contents 
----------------------------------------------------*/
.switch_test { display: none; }

.accordion { display: none; }

.nagarepc {
	width: 100%;
	margin: 0;
	padding: 30px 0;
	font-size: 120%;
	font-weight: bold;
	color: #ffffff;
	border-bottom: 3px solid #ff8800;
	background-color: #3F3B3A;
	position: relative;
	text-align: center;
}

.nagarepc img {
	height: 50px;
	width: 50px;
}

.contents_title {
	width: 100%;
	margin: 0;
	padding: 10px 0;
	color: #ffffff;
	background-color: #3F3B3A;
	position: relative;
	text-align: center;
}

.contents_main {
	width: 100%;
	padding: 0;
	margin: 0;
}

.contents_main ul {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

.contents_main ul li {
	margin: 0 auto 30px;
	padding: 0;
}

.contents_main img {
	width: 500px;
	height: auto;
	display: block;
	margin: 10px auto 0;
	padding: 0;
}

.text b {
	display: block;
	margin: 0 0 10px;
	padding: 5px 0;
	font-size: 100%;
	color: #ffffff;
	background: #3F3B3A;
	line-height: 1.6em;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-khtml-border-radius: 20px;
}

@media screen and (max-width:960px) { 
.nagarepc { display: none; }
.pcdisplayNone { display: none; }
.noneaccordion { display: none; }

.contents_main {
	display: inline;
	margin: 0;
	padding: 0;
}

.contents_main ul {
	width: 100%;
}

.contents_title {
	width: 100%;
	margin: 0;
	padding: 10px 0;
	color: #ffffff;
	background-color: #3F3B3A;
	position: relative;
	text-align: center;
}

.next2 {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 15px 0 15px;
	border-color: #3F3B3A transparent transparent transparent;
	padding: 0;
	margin: 0 auto 10px;
}

.contents_main {
	width: 100%;
	margin: 0;
	padding: 0;
}

.contents_main ul li {
	margin: 0 auto 30px;
	padding: 0;
}

.contents_main img {
	width: 100%;
	display: block;
	margin: 10px 0 0;
	padding: 0;
}

.text {
	width: 90%;
	margin: 0;
	padding: 0;
	font-size: 100%;
	word-wrap: break-word;
	color: #3F3B3A;
	line-height: 1.6em;
	float: none;
}

.text b {
	display: block;
	margin: 0 0 10px;
	padding: 5px 0;
	font-size: 100%;
	color: #ffffff;
	background: #3F3B3A;
	line-height: 1.6em;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-khtml-border-radius: 20px;
}

.displayNone {
	display: none;
}

.accordion {
	display: inline;
}

.accordion li {
	margin: 0;
	padding: 0;
}

.accordion a {
	display: block;
	padding: 10px 10px 10px 15px;
}
.accordionstaff {
	display: inline;
}

.accordionstaff li {
	margin: 0;
	padding: 0;
}

.accordionstaff a {
	display: block;
	padding: 10px 10px 10px 15px;
}
.contentWrap {
	margin: 0;
}

.switch_test {
	display: block;
	cursor: pointer;
	padding: 5px 0;
	height: 80px;
	font-size: 20px;
	line-height: 4em;
	color: #ffffff;
	background: #3F3B3A;
	border-bottom: 3px solid #ff8800;
	position: relative;
}
.switch_test:after {
	color: #ffffff;
	content: "+";
	position: absolute;
	right: 10px;
	top: -100%;
	bottom: -100%;
	margin: auto;
	font-size: 16px;
	height: 16px;
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	font-family: sans-serif;
}
.switch_test.opentest:after {
	content: "×";
}
.switch_test img {
	float: left;
	height: 50px;
	width: 50px;
	position: relative;
	top: 15px;
	bottom: 100%;
	padding-right: 15px;
	padding-left: 15px;
}
}
/*----------------------------------------------------
	main 
----------------------------------------------------*/
.staff-position {
	width: 100%;
	margin: 30px auto 0;
	padding: 0;
	box-sizing: border-box;
	background: #ffffff;
}

.staff-grid {
	display: grid;
	align-items: center;
	justify-content: center;
	grid-template-columns: repeat(auto-fit, minmax(480px, 490px));
}

.staff-grid div {
	margin-bottom: 15px;
}

.staff-grid div img{
	width: 480px;
	height: auto;
	margin-bottom: 5px;
}

.staff-grid div p {
	display: block;
	position: relative;
	left: 6px;
	width: 330px;
	font-size: 100%;
	line-height: 1.2em;
	border-bottom: 3px solid #ff8800;
	margin-bottom: 5px;
}
.staff-grid div b {
	display: block;
	position: relative;
	left: 6px;
	font-size: 120%;
	font-weight: bold;
	line-height: 1.5em;
}

@media screen and (max-width:480px) { 
.staff-position {
	width: 90%;
	margin: 0 auto;
	padding: 10px 0;
	box-sizing: border-box;
	background: #ffffff;
}

.staff-grid {
	display: grid;
	align-items: center;
	justify-content: center;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.staff-grid div {
	background: #ffffff;
	margin: 10px 0;
}

.staff-grid div img {
	width: 100%;
	height: auto;
	margin-bottom: 3px;
}
.staff-grid div p {
	display: block;
	position: relative;
	left: 0;
	font-size: 100%;
	line-height: 1.2em;
	width: auto;
	border-bottom: 3px solid #ff8800;
	margin-bottom: 5px;
}
.staff-grid div b {
	display: block;
	position: relative;
	left: 0;
	font-size: 120%;
	font-weight: bold;
	line-height: 1.5em;
}
}