@charset "utf-8";
/* -----------------------------------------------------------------------

nap.css

----------------------------------------------------------------------- */


/*-----------------------------------------------------------------

	common

-----------------------------------------------------------------*/

#wrap {
	min-width: 320px;
	position: relative;
	transition: all 0.5s ease;
	overflow: hidden;
}
.inner {
	width:90%;
	max-width:1200px;
	margin:0 auto;
}
.w960 {
	max-width:960px;
}
.w1060 {
	max-width:1060px;
}
.w100p {
	width:100%;
	max-width:100%;
}


/*-----------------------------------------------------------------

	header

-----------------------------------------------------------------*/

/*----------------------------------------------------------
	Display：common
----------------------------------------------------------*/

header {
	width:100%;
	background:#ffffff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 110;
	transition: all 0.5s ease;
}
header .inner {
	position: relative;
	overflow:hidden;
	transition: all 0.5s ease;
}

header #logo {
	transition: width 0.5s ease;
	position:relative;
	z-index:100;
	float:left;
}
header #logo #headerLogo{
	margin:0 auto;
	transition: all 0.5s ease;
}
header #logo #headerLogo svg{
	width: 100%;
	height: auto;
}
header #logo #headerLogo .n {
	fill: #221815;
	transition: all 0.5s ease;
}
header #logo #headerLogo .i {
	fill: #009847;
	transition: all 0.5s ease;
}
header #logo #headerLogo .c {
	fill: #9fa0a0;
	transition: all 0.5s ease;
}
header #logo #headerLogoTxt {
	transition: all 0.5s ease;
}
header #logo #headerLogoTxt svg{
	width: 100%;
	height: auto;
	position:relative;
}

header #shoulder {
	transition: all 0.5s ease;
	position:relative;
	z-index:100;
	float:left;
}
header #shoulder #headerShoulderCopy {
	width: 100%;
	height: auto;
	fill:#000000;
	transition: all 0.5s ease;
}

.sc header {
	background:#ffffff;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
}
.sc header #logo {
	margin:0;
}
.sc header #logo #headerLogoTxt {
	opacity:0;
}
header #logo a {
	display: block;
}
header #logo a:hover #headerLogo .n,
header #logo a:hover #headerLogo .a,
header #logo a:hover #headerLogo .c {
	fill: #221815;
}


/*----------------------------------------------------------
	Display：← 559px（ sp ）
----------------------------------------------------------*/

@media screen and (max-width:559px) {

	header > .inner {
		width:90%;
		padding-top: 35px;
		padding-bottom: 20px;
	}
	.sc header > .inner {
		padding-top: 10px;
		padding-bottom: 9px;
	}
	
	header #logo{
		width: 119px;
	}
	header #logo #headerLogo {
		width: 90px;
		height:48px;
	}
	.sc header #logo,
	.sc header #logo #headerLogo {
		width: 75px;
		height:40px;
	}
	
	header #logo #headerLogoTxt {
		margin-top:-2px;
		width: 119px;
		height:12px;
	}
	.sc header #logo #headerLogoTxt  {
		width: 89px;
		height:9px;
	}

	header #shoulder {
		width: 120px;
		height:13px;
		margin:11px 0 0 18px;
	}
	.sc header #shoulder {
		width: 100px;
		height:11px;
		margin-top:6px;
	}

}

/*----------------------------------------------------------
	Display：← 320px（ sp ）
----------------------------------------------------------*/

@media screen and (max-width:320px) {

	header #logo {
		width: 109px;
	}
	header #logo #headerLogo {
		width: 75px;
		height:40px;
	}
	.sc header #logo,
	.sc header #logo #headerLogo {
		width: 68px;
		height:36px;
	}

	header #logo #headerLogoTxt {
		margin-top:-3px;
		width: 109px;
		height:11px;
	}
	.sc header #logo #headerLogoTxt  {
		width: 89px;
		height:9px;
	}

	header #shoulder {
		width: 100px;
		height:11px;
		margin:6px 0 0 18px;
	}
	.sc header #shoulder {
		width: 90px;
		height:9px;
		margin-top:4px;
	}

}

/*----------------------------------------------------------
	Display：560px →（ tablet ）
----------------------------------------------------------*/

@media screen and (min-width:560px) {

	header > .inner {
		padding-top: 45px;
		padding-bottom: 30px;
	}
	.sc header > .inner {
		padding-top: 23px;
		padding-bottom: 15px;
	}
	
	header #logo {
		width: 148px;
	}
	header #logo #headerLogo {
		width: 120px;
		height:64px;
	}
	.sc header #logo,
	.sc header #logo #headerLogo {
		width: 105px;
		height:56px;
	}

	header #logo #headerLogoTxt {
		margin-top:2px;
		width: 148px;
		height:15px;
	}
	.sc header #logo #headerLogoTxt  {
		width: 128px;
		height:13px;
	}

	header #shoulder {
		width: 180px;
		height:19px;
		margin:19px 0 0 40px;
	}
	.sc header #shoulder {
		width: 160px;
		height:17px;
		margin:15px 0 0 30px;
	}

}

/*----------------------------------------------------------
	Display：769px →（ pc ）
----------------------------------------------------------*/

@media screen and (min-width:769px) {

	header > .inner {
		padding-top: 70px;
		padding-bottom: 55px;
	}
	.sc header > .inner {
		padding-top: 23px;
		padding-bottom: 15px;
	}
	
	header #logo{
		width: 168px;
	}
	header #logo #headerLogo {
		width: 150px;
		height:80px;
	}
	.sc header #logo,
	.sc header #logo #headerLogo {
		width: 105px;
		height:56px;
	}

	header #logo #headerLogoTxt {
		margin-top:5px;
		width: 168px;
		height:17px;
	}
	.sc header #logo #headerLogoTxt  {
		width: 149px;
		height:15px;
	}

	header #shoulder {
		width: 200px;
		height:20px;
		margin:26px 0 0 45px;
	}
	.sc header #shoulder {
		width: 180px;
		height:19px;
		margin:16px 0 0 35px;
	}

}




/*----------------------------------------------------------

	footer
	
----------------------------------------------------------*/

/*----------------------------------------------------------
	Display：common
----------------------------------------------------------*/

footer {
	width:100%;
	min-width:320px;
	color:#ffffff;
	background:#353535;
}
footer .inner {
	position: relative;
	transition: all 0.5s ease;
}
footer .logoBox {
	margin-bottom:20px;
	overflow:hidden;
}
footer #logo {
	transition: width 0.5s ease;
	position:relative;
	z-index:100;
}
footer #logo #headerLogo {
	width: 100%;
	fill: #ffffff;
}
footer #logo-jp {
	transition: all 0.5s ease;
	position:relative;
	z-index:100;
}
footer #logo-jp img {
	width: 100%;
	transition: all 0.5s ease;
}
footer .copyright {
	background:#272727;
}
footer .copyright small {
	display:block;
	width:90%;
	max-width:1200px;
	margin:0 auto;
	padding:35px 0;
	font-family: "Arial" ;
	letter-spacing:0.1em;
}

/*----------------------------------------------------------
	Display：← 559px（ sp ）
----------------------------------------------------------*/

@media screen and (max-width:559px) {

	footer .inner{
		padding-top:60px;
		padding-bottom:30px;
	}
	footer #logo {
		width: 90px;
		height:48px;
		float:left;
	}
	footer #logo-jp {
		width: 160px;
		height:33px;
		margin:9px 0 0 25px;
		float:left;
	}
	footer small.copyright {
		font-size:1.4rem;
	}
}

/*----------------------------------------------------------
	Display：← 350px（ sp ）
----------------------------------------------------------*/

@media screen and (max-width:350px) {

	footer #logo {
		width: 83px;
		height:44px;
		float:left;
	}
	footer #logo-jp {
		width: 140px;
		height:29px;
		margin:9px 0 0 20px;
		float:left;
	}
}

/*----------------------------------------------------------
	Display：← 560px（ tablet ）
----------------------------------------------------------*/

@media screen and (min-width:560px) {

	footer .inner{
		padding-top:60px;
		padding-bottom:30px;
	}
	footer #logo {
		width: 122px;
		height:65px;
		float:left;
	}
	footer #logo-jp {
		width: 234px;
		height:48px;
		margin:9px 0 0 40px;
		float:left;
	}
	footer small.copyright {
		font-size:1.4rem;
	}
}

/*----------------------------------------------------------
	Display：768px →
----------------------------------------------------------*/

@media print, screen and (min-width: 768px) {

	footer .inner{
		padding-top:90px;
		padding-bottom:60px;
	}
	footer #logo {
		width: 135px;
		height:72px;
		float:left;
	}
	footer #logo-jp {
		width: 260px;
		height:53px;
		margin:10px 0 0 45px;
		float:left;
	}
	footer small.copyright {
		font-size:1.8rem;
	}
}



/*-----------------------------------------------------------------

	contents

-----------------------------------------------------------------*/

/*----------------------------------------------------------
	Display：common
----------------------------------------------------------*/

.contents {
	width:100%;
	transition: all 0.5s ease;
}

.contents .pageTTL {
	text-align:center;
	line-height:1.4;
	letter-spacing:0.1em;
	text-indent:0.1em;
}
.contents .headLineEng {
	width:100%;
	height:52px;
	margin:0;
	padding:0;
	text-align:center;
}
.contents .headLineEng img {
	width:auto;
	height:100%;
}
.contents .headLineJP_Red {
	font-size:2.8rem;
	line-height:1.4;
	text-align:center;
	letter-spacing:0.1em;
	text-indent:0.1em;
	color:#cc0015;
}
.contents .headLineJP_Black {
	font-size:2.8rem;
	line-height:1.4;
	text-align:center;
	letter-spacing:0.1em;
	text-indent:0.1em;
}
.contents .headLineJP {
	font-size:1.15em;
	text-align:center;
	letter-spacing:0.1em;
	text-indent:0.1em;
}
.contents .headLineUL {
	text-align:center;
}
.contents .headLineUL span{
	display:inline-block;
	padding:0 1em 0.25em;
	font-size:2.4rem;
	line-height:1.4;
	letter-spacing:0.1em;
	text-indent:0.1em;
	border-bottom:3px solid #cc0015;
}
.contents .midashiTxt {
	font-size:1.8rem;
	line-height:1.6;
}
.contents .midashiTxtS {
	font-size:1.6rem;
	line-height:1.6;
}
.contents .leadTxt {
	line-height:2;
	text-align:left;
}

/*----------------------------------------------------------
	Display：← 559px（ sp ）
----------------------------------------------------------*/

@media screen and (max-width:559px) {

	#contentsTop {
		padding-top:105px;
	}
	.contents .inner {
		padding-top:50px;
		padding-bottom:50px;	
	}
	.contents .pageTTL {
		margin-bottom:25px;
		font-size:3.2rem;
	}
	.contents .headLineEng {
		height:26px;
		margin-bottom:20px;
	}
	.contents .headLineEng.spS {
		height:22px;
	}

}

/*----------------------------------------------------------
	Display：← 320px（ sp ）
----------------------------------------------------------*/

@media screen and (max-width:320px) {

	.contents .headLineJP_Red {
		font-size:2.4rem;
	}
	.contents .headLineJP_Black {
		font-size:2.4rem;
	}
	.contents .headLineUL span{
		font-size:2.2rem;
	}
	.contents .headLineEng {
		height:24px;
	}
	.contents .headLineEng.spS {
		height:20px;
	}
}

/*----------------------------------------------------------
	Display：← 320px（ sp ）
----------------------------------------------------------*/

@media screen and (max-width:320px) {

	.contents .pageTTL {
		margin-bottom:25px;
		font-size:3.0rem;
	}
	.contents .headLineEng {
		height:24px;
		margin-bottom:20px;
	}

}

/*----------------------------------------------------------
	Display：560px →（ tablet + pc ）
----------------------------------------------------------*/

@media print, screen and (min-width: 560px) {

	#contentsTop {
		padding-top:140px;
	}
	.contents .inner {
		padding-top:60px;
		padding-bottom:60px;	
	}
	.contents .pageTTL {
		margin-bottom:30px;
		font-size:3.8rem;
		letter-spacing:0.19em;
		text-indent:0.19em;
	}
	.contents .headLineEng {
		height:32px;
		margin-bottom:25px;
	}
	.contents .headLineJP_Red {
		font-size:3.2rem;
	}
	.contents .headLineJP_Black {
		font-size:3.2rem;
	}
	.contents .headLineUL span {
		font-size:2.8rem;
	}
	.contents .midashiTxt {
		font-size:2.0rem;
	}
	.contents .midashiTxtS {
		font-size:1.8rem;
	}
	.contents .leadTxt {
		text-align:center;
	}

}

/*----------------------------------------------------------
	Display：769px →（ pc ）
----------------------------------------------------------*/

@media print, screen and (min-width: 769px) {

	#contentsTop {
		padding-top:200px;
	}
	.contents .inner {
		padding-top:75px;
		padding-bottom:75px;	
	}
	.contents .pageTTL {
		margin-bottom:35px;
		font-size:4.8rem;
	}
	.contents .headLineEng {
		height:38px;
		margin-bottom:30px;
	}
	.contents .headLineJP_Red {
		font-size:3.8rem;
	}
	.contents .headLineJP_Black {
		font-size:3.8rem;
	}
	.contents .headLineUL span {
		font-size:3.2rem;
	}
	.contents .midashiTxt {
		font-size:2.4rem;
	}
	.contents .midashiTxtS {
		font-size:2.0rem;
	}
	.contents .leadTxt {
		font-size:1.15em;
	}

}



/*-----------------------------------------------------------------

	flexBox
	
-----------------------------------------------------------------*/

.flex-wrap {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-pack: wrap;
	flex-wrap: wrap;
}
.flexbw-wrap {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-pack: wrap;
	flex-wrap: wrap;
}
.flexba-wrap {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-flex-wrap: wrap;
	-ms-flex-pack: wrap;
	flex-wrap: wrap;
}

/*----------------------------------------------------------
	Display：560px →（ tablet + pc ）
----------------------------------------------------------*/

@media print, screen and (min-width: 560px) {

	.flexbwPC {
		width:100%;
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

}



/*-----------------------------------------------------------------

	btn
	
-----------------------------------------------------------------*/

/*----------------------------------------------------------
	Display：common
----------------------------------------------------------*/

.btnN {
	display:block;
	width:80%;
	max-width:340px;
	margin:40px auto 0;
	padding:12px 10px;
	font-size:1.8rem;
	line-height:1.5;
	text-align:center;
	color:#ffffff;
	background-color:#cc0015;
	background-size:10px auto;
	text-decoration:none;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	position:relative;
	transition:all 0.5s ease;
}
.btnN:hover {
	background-color:#a40011;
}
.btnN::after {
	display: block;
	content: '';
	margin: auto;
	width: 8px;
	height: 8px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position:absolute;
	top: 0;
	bottom: 0;
	right: 15px;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	transition:all 0.5s ease;
}
.btnN:hover::after {
	right: 10px;
}

/*----------------------------------------------------------
	Display：560px →（ tablet ）
----------------------------------------------------------*/

@media print, screen and (min-width: 560px) {

	.btnN {
		padding:15px 10px;
	}

}



/*-----------------------------------------------------------------

	profileTable

-----------------------------------------------------------------*/

/*----------------------------------------------------------
	Display：common
----------------------------------------------------------*/

#profileTable {
	width:100%;
	max-width:960px;
	margin:0 auto;
	border-spacing: 0 2px;
}
#profileTable th {
	width:25%;
	margin:0;
	font-size:1.15em;
	line-height:1.8;
	font-weight:normal;
	color:#ffffff;
	background:#25a761;
	vertical-align:middle;
}
#profileTable td {
	margin:0;
	padding:15px 5%;
	line-height:1.8;
	background:#f7f7f7;
	vertical-align:middle;
}
#profileTable tr:nth-child(even) td {
	background:#ededed;
}
#profileTable td a {
	color:#2267a5;
	transition: all 0.5s ease;
}
#profileTable td a:hover {
	opacity:0.6;
}
#profileTable .officeList {
	width:100%;
	max-width:480px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-pack: wrap;
	flex-wrap: wrap;
}
#profileTable .officeList li{
	width:50%;
	margin-top:5px;
}


/*----------------------------------------------------------
	Display：← 559px（ sp ）
----------------------------------------------------------*/

@media screen and (max-width:559px) {

	#profileTable th {
		min-width:90px;
	}
	
}

/*----------------------------------------------------------
	Display：560px →（ tablet ）
----------------------------------------------------------*/

@media print, screen and (min-width: 560px) {

	#profileTable th {
		min-width:180px;
	}
	#profileTable th,
	#profileTable td {
		padding-top:20px;
		padding-bottom:20px;
	}

}

/*----------------------------------------------------------
	Display：769px →（ pc ）
----------------------------------------------------------*/

@media screen and (min-width:769px) {

	#profileTable th,
	#profileTable td {
		padding-top:25px;
		padding-bottom:25px;
	}

}




/*-----------------------------------------------------------------

	pageloading
	
-----------------------------------------------------------------*/

#pageloading-wrap {
	background-color:rgba(255,255,255,1);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	text-align: center;
	display: table;
	z-index: 1000;
}
#pageloading-icon {
	display: table-cell;
	vertical-align: middle;
}
.loader {
	color: #272727;
	font-size: 8px;
	margin:auto;
	width: 1em;
	height: 1em;
	border-radius: 50%;
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	text-indent: -9999em;
	-webkit-animation: load4 1.3s infinite linear;
	animation: load4 1.3s infinite linear;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
}
@-webkit-keyframes load4 {
	0%,100% {box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;}
	12.5% {box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;}
	25% {box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;}
	37.5% {box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;}
	50% {box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;}
	62.5% {box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;}
	75% {box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;}
	87.5% {box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;}
}
@keyframes load4 {
	0%,100% {box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;}
	12.5% {box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;}
	25% {box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;}
	37.5% {box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;}
	50% {box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;}
	62.5% {box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;}
	75% {box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;}
	87.5% {box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;}
}





/*-----------------------------------------------------------------

	effect
	
-----------------------------------------------------------------*/

.effect-s {
	transform: translateY(50px);
	opacity: 0;
}
.effect-s.is-animated {
	transform: translateY(0);
	opacity: 1; 
	transition: 1.2s;
}





/*-----------------------------------------------------------------

	Display：print

-----------------------------------------------------------------*/

@media print{

	body {
		width: 1200px;
		transform: scale(0.8);
		-moz-transform: scale(0.8);
		-webkit-transform: scale(0.8);
		transform-origin: 0 0;
	}
	.br320 { display:none; }
	.br375 { display:none; }
	.brPad { display:none; }
	
}


