* {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	list-style:none;
}
html {
	height: 100%;
	width: 100%;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
body {
	height:100%;
	width:100%;
	color: #333;
	font-size:12px;
	font-family: -apple-system, BlinkMacSystemFont,"Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	height: 100%;
	width: 100%;
letter-spacing: 1.5px;
	font-feature-settings: "palt" 1;
	font-kerning: auto;
	-webkit-text-size-adjust:100%;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

/* For modern browsers */
.cf:before,
.cf:after { content:""; display:table; }
.cf:after { clear:both; }

/* For IE 6/7 (trigger hasLayout) */
.cf { zoom:1; overflow: hidden; }

img {
	width:100%;
	height:auto;
	display: block;
   vertical-align:bottom;
}

a {
	color:#3f4c6b;
	text-decoration:underline;
}
a:hover {
	color:#000;
	text-decoration:none;
}
.ltxtm {
	font-size:150%!important;
}

.iframe-content {
    position: relative;
    width: 100%;
    padding: 75% 0 0 0;
}
.iframe-content iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* Style for PCs */
@media screen and (min-width: 1025px) {
	#wrapper {
		width:auto;
		height:auto;
		font-size:100%;
		margin:0 auto;
	}
	img {
		-ms-interpolation-mode: bicubic;
	}
	.pc {
		display:block;
	}
	.phone {
		display:none;
	}


	/* Header */
	#header {
	width: 100%;
	height: 100px;
	display: block;
	position: fixed;
	top:0px;
	left:0;
	z-index:19500;
	background-image: url(../img/index/vbg.png);
	background-color: rgba(0,0,0,0.50);
	}
	#hrbody {
		width:100%;
		max-width:1400px;
		height:100px;
		display:block;
		margin:0 auto;
	}
	#header h1 {
		width:20%;
		height:100px;
		display:block;
		float: left;
	}
	#header h1 a {
		width:100%;
		height:100px;
		display:block;
		margin:0 auto;
		background-image:url(../img/header/logo.png);
		background-repeat:no-repeat;
		background-position:center center;
		background-size:auto 55px;
		background-color: #fff;
		text-indent:-9999px;
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		transition: all  0.4s ease;
		filter:alpha(opacity=100);
		-moz-opacity: 1;
		opacity: 1;
	}
	#header h1 a:hover {
		filter:alpha(opacity=50);
		-moz-opacity: 0.5;
		opacity: 0.5;
	}
	#header #hr01 {
		width:65%;
		height: 100px;
		display: block;
		float: left;
		padding:0px 0 25px;
	}
	#header #hr01 ul {
		width:100%;
		height: 75px;
		display: block;
	}
	#header #hr01 ul li {
		width:16.666667%;
		height:75px;
		display: block;
		float: left;
		padding:30px 0.5% 0;
	}
	#header #hr01 ul li a {
		width:100%;
		height: 40px;
		display: block;
		text-align: center;
		text-decoration: none;
		font-size:12px;
		font-weight: 700;
		color:#fff;
		line-height: 40px;
		letter-spacing: 0px;
		text-shadow:0px 1px 4px #000;
		border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
		text-shadow-blend-mode: multiply;
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		transition: all  0.4s ease;
	}
	#header #hr01 ul li a:hover {
		text-shadow:none;
		text-shadow-blend-mode: multiply;
		background-color: #7AB800;
		color:#fff;
	}
	#header #hr02 {
		width:150px;
		height: 100px;
		display: block;
		float: right;
		padding:25px 0;
	}
	#header #hr02 ul {
		width:150px;
		height: 50px;
		display: block;
		float: right;
		padding:10px 0;
	}
	#header #hr02 ul li {
		width:30px;
		height: 30px;
		display: block;
		float: left;
	}
	#header #hr02 ul li a {
		width:30px;
		height:30px;
		display: block;
		text-indent: -9999px;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 30px 30px;
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		transition: all  0.4s ease;
		filter:alpha(opacity=100);
		-moz-opacity: 1;
		opacity: 1;
	}
	#header #hr02 ul li a:hover {
		filter:alpha(opacity=50);
		-moz-opacity: 0.5;
		opacity: 0.5;
	}
	#header #hr02 ul li a#ic-fb {
		background-image: url(../img/header/ic-fb.png);
	}
	#header #hr02 ul li a#ic-line {
		background-image: url(../img/header/ic-line.png);
	}
	#header #hr02 ul li a#ic-ins {
		background-image: url(../img/header/ic-ins.png);
	}
	#header #hr02 ul li a#ic-tw {
		background-image: url(../img/header/ic-tw.png);
	}
	#header #hr02 ul li a#ic-lang {
		background-image: url(../img/header/ic-en.png);
	}

	/* Menu */
	p#pmenubn {
		display:none;
	}
	#menubody {
		display:none;
	}
	a.menu-link {
	   display: none;
	}
	.js nav[role=navigation] {
		display:none;
	}
	nav[role=navigation] ul {
		display:none;
	}

	nav[role=navigation]  li {
		display:none;
	}
	nav[role=navigation] li a {
		display:none;
	}
	a .m_jpt {
		display:none;
	}
	a .m_ent {
		display:none;
	}
	nav[role=navigation] li a:hover {
		display:none;
	}


	/* Footer */

	#footer {
		width:100%;
		height:auto;
		text-align:center;
		color:#fff;
	}
	#footer #ftbody {
		width:auto;
		max-width:1400px;
		height:auto;
		padding:25px 10px;
		margin:0 auto;
	}
	#footer #ftbody ul {
	   text-align: center;
	   margin-bottom:5px;
	}

	#footer #ftbody li {
	  display: -moz-inline-box;
	  display: inline-block;
	  /display: inline;
	  /zoom: 1;
	  padding-right: 10px;
		font-family: 'Oswald', sans-serif;
		font-weight: 400;
	  font-size:0.8em;
	  line-height:2em;
	}
	#footer p {
		font-size:0.8em;
		color:#d0d0d0;
		line-height:2em;
	}
	#footer a {
		color:#fff;
		text-decoration:none;
		margin-left:20px;
	}
	#footer a:hover {
		color:#fff;
		text-decoration:none;
	}


}

/* Style for TabletPCs Large models */
@media screen and (min-width: 769px) and (max-width: 1024px) {
	#wrapper {
		width:auto;
		height:auto;
		font-size:100%;
		margin:0 auto;
	}
	img {
		-ms-interpolation-mode: bicubic;
	}
	.pc {
		display:block;
	}
	.phone {
		display:none;
	}

	/* Header */
	#header {
	width: 100%;
	height: 150px;
	display: block;
	position: absolute;
	top:0;
	left:0;
	z-index:15000;
	background-image: url(../img/header/hrbg_m.png);
	background-repeat: repeat-x;
	background-position: 0 0;
	}
	#hrbody {
		width:100%;
		height:130px;
		display:block;
		margin:0 auto;
	}
	#header h1 {
		width:30%;
		height:80px;
		display:block;
		float: left;
	}
	#header h1 a {
		width:100%;
		height:80px;
		display:block;
		background-image:url(../img/header/logo.png);
		background-repeat:no-repeat;
		background-position:20px center;
		background-size:auto 55px;
		background-color: #fff;
		text-indent:-9999px;
		filter:alpha(opacity=100);
		-moz-opacity: 1;
		opacity: 1;
	}
	#header h1 a:hover {
		filter:alpha(opacity=50);
		-moz-opacity: 0.5;
		opacity: 0.5;
	}
	#header #hr01 {
		width:100%;
		height: 50px;
		display: block;
		margin:0 auto;
		clear: both;
	}
	#header #hr01 ul {
		width:100%;
		height: 50px;
		display: block;
	}
	#header #hr01 ul li {
		width:20%;
		height:50px;
		display: block;
		float: left;
		padding:0;
	}
	#header #hr01 ul li a {
		width:100%;
		height: 50px;
		display: block;
		text-align: center;
		text-decoration: none;
		position: relative;
		font-weight: 700;
		color:#fff;
		font-size:12px;
		line-height: 50px;
	}
	#header #hr01 ul li a:active {
		background-color: #7AB800;
		color:#fff;
	}
	#header #hr01 ul li a:active  .hrm_ent {
		display: none;
	}
	#header #hr01 ul li a:active  .hrm_jpt {
		filter:alpha(opacity=100);
		-moz-opacity: 1;
		opacity: 1;
	}
	#header #hr02 {
		width:30%;
		height: 80px;
		display: block;
		float: right;
	}
	#header #hr02 ul {
		width:150px;
		height: 80px;
		display: block;
		float: right;
		margin-right:20px;
	}
	#header #hr02 ul li {
		width:30px;
		height: 80px;
		display: block;
		float: left;
	}
	#header #hr02 ul li a {
		width:30px;
		height:80px;
		display: block;
		text-indent: -9999px;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 24px 24px;
		filter:alpha(opacity=100);
		-moz-opacity: 1;
		opacity: 1;
	}
	#header #hr02 ul li a:hover {
		filter:alpha(opacity=50);
		-moz-opacity: 0.5;
		opacity: 0.5;
	}
	#header #hr02 ul li a#ic-fb {
		background-image: url(../img/header/ic-fb.png);
	}
	#header #hr02 ul li a#ic-line {
		background-image: url(../img/header/ic-line.png);
	}
	#header #hr02 ul li a#ic-ins {
		background-image: url(../img/header/ic-ins.png);
	}
	#header #hr02 ul li a#ic-tw {
		background-image: url(../img/header/ic-tw.png);
	}
	#header #hr02 ul li a#ic-lang {
		background-image: url(../img/header/ic-en.png);
	}

	/* Menu */
	p#pmenubn {
		display:none;
	}
	#menubody {
		display:none;
	}
	a.menu-link {
	   display: none;
	}
	.js nav[role=navigation] {
		display:none;
	}
	nav[role=navigation] ul {
		display:none;
	}

	nav[role=navigation]  li {
		display:none;
	}
	nav[role=navigation] li a {
		display:none;
	}
	a .m_jpt {
		display:none;
	}
	a .m_ent {
		display:none;
	}
	nav[role=navigation] li a:hover {
		display:none;
	}


	/* Footer */

	#footer {
		width:100%;
		height:auto;
		text-align:center;
		color:#fff;
	}
	#footer #ftbody {
		width:auto;
		max-width:1400px;
		height:auto;
		padding:25px 10px;
		margin:0 auto;
	}
	#footer #ftbody ul {
	   text-align: center;
	   margin-bottom:5px;
	}

	#footer #ftbody li {
	  display: -moz-inline-box;
	  display: inline-block;
	  /display: inline;
	  /zoom: 1;
	  padding-right: 10px;
		font-family: 'Oswald', sans-serif;
		font-weight: 400;
	  font-size:0.8em;
	  line-height:2em;
	}
	#footer p {
		font-size:0.8em;
		color:#d0d0d0;
		line-height:2em;
	}
	#footer a {
		color:#fff;
		text-decoration:none;
		margin-left:20px;
	}
	#footer a:hover {
		color:#fff;
		text-decoration:none;
	}


}

/* Style for TabletPCs Large models */
@media screen and (min-width: 481px) and (max-width: 768px) {
	#wrapper {
		width:auto;
		height:auto;
		font-size:100%;
		margin:0 auto;
	}
	img {
		-ms-interpolation-mode: bicubic;
	}
	.pc {
		display:block;
	}
	.phone {
		display:none;
	}

	/* Header */
	#header {
	width: 100%;
	height: auto;
	display: block;
	position: absolute;
	top:0;
	left:0;
	z-index:15000;
	background-image: url(../img/header/hrbg_m.png);
	background-repeat: repeat-x;
	background-position: 0 0;
	}
	#hrbody {
		width:100%;
		height:auto;
		display:block;
		margin:0 auto;
	}
	#header h1 {
		width:55%;
		height:60px;
		display:block;
	}
	#header h1 a {
		width:100%;
		height:60px;
		display:block;
		background-image:url(../img/header/logo.png);
		background-repeat:no-repeat;
		background-position:10px center;
		background-size:auto 54px;
		background-color: #fff;
		text-indent:-9999px;
		filter:alpha(opacity=100);
		-moz-opacity: 1;
		opacity: 1;
	}
	#header h1 a:hover {
		filter:alpha(opacity=50);
		-moz-opacity: 0.5;
		opacity: 0.5;
	}
	#header #hr01 {
		display:none;
	}
	#header #hr01 ul {
		display:none;
	}
	#header #hr01 ul li {
		display:none;
	}
	#header #hr01 ul li a {
		display:none;
	}
	#header #hr01 ul li a .hrm_ent {
		display: none;
	}
	#header #hr01 ul li a .hrm_jpt {
		display:none;
	}
	#header #hr01 ul li a:active {
		display:none;
	}
	#header #hr01 ul li a:active  .hrm_ent {
		display: none;
	}
	#header #hr01 ul li a:active  .hrm_jpt {
		display:none;
	}
	#header #hr02 {
		width:100%;
		height: 50px;
		display: block;
	}
	#header #hr02 ul {
		width:150px;
		height: 50px;
		display: block;
		padding:5px 0;
		margin:0 auto;
	}
	#header #hr02 ul li {
		width:30px;
		height: 40px;
		display: block;
		float: left;
	}
	#header #hr02 ul li a {
		width:30px;
		height:40px;
		display: block;
		text-indent: -9999px;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 24px 24px;
		filter:alpha(opacity=100);
		-moz-opacity: 1;
		opacity: 1;
	}
	#header #hr02 ul li a:hover {
		filter:alpha(opacity=50);
		-moz-opacity: 0.5;
		opacity: 0.5;
	}
	#header #hr02 ul li a#ic-fb {
		background-image: url(../img/header/ic-fb.png);
	}
	#header #hr02 ul li a#ic-line {
		background-image: url(../img/header/ic-line.png);
	}
	#header #hr02 ul li a#ic-ins {
		background-image: url(../img/header/ic-ins.png);
	}
	#header #hr02 ul li a#ic-tw {
		background-image: url(../img/header/ic-tw.png);
	}
	#header #hr02 ul li a#ic-lang {
		background-image: url(../img/header/ic-en.png);
	}

	/* Menu */
	p#pmenubn {
		width:60px;
		height:60px;
		display:block;
		position: fixed;
		top:0px;
		right:0px;
		z-index:19500;
		box-shadow:0px 0px 5px #000;
    box-shadow-blend-mode: multiply;
	}
	#menubody {
		width:100%;
		height: auto;
		display: block;
		width:100%;
		height:auto;
		position:fixed;
		z-index:17000;
	}

	a.menu-link {
		width:60px;
		height:60px;
		display: block;
		text-indent: -9999px;
		background-color: #7AB800;
		background-image: url(../img/header/ic-menu.png);
		background-repeat: no-repeat;
		background-size: 60px 60px;
		background-position: center center;
	}
	nav[role=navigation] {
		clear: both;
		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		-ms-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
	}
	.js nav[role=navigation] {
		overflow: hidden;
		margin-top:-600px;
	}
	nav[role=navigation].active {
		width:100%;
		height: 100vh;
		display: block;
		filter:alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
		margin-top:0vh;
		background-image: url(../img/header/hrbg.png);
	}
	nav[role=navigation] ul {
		margin:80px 1% 50px;
	}
	nav[role=navigation] ul li {
		width:100%;
		height: auto;
		display: block;
		margin-bottom: 5px;
	}
	nav[role=navigation] li a {
		width:100%;
		height: 40px;
		display: block;
		text-align: center;
		text-decoration:none;
		padding:0;
		font-family: 'Oswald', sans-serif;
		font-size:16px;
		font-weight: 400;
		line-height: 40px;
		background-color: #fff;
		color:#333;
	}
	nav[role=navigation] li a:active {
		background-color: #e5e5e5;
	}


	/* Footer */

	#footer {
		width:100%;
		height:auto;
		text-align:center;
		color:#fff;
	}
	#footer #ftbody {
		width:auto;
		max-width:1400px;
		height:auto;
		padding:25px 10px;
		margin:0 auto;
	}
	#footer #ftbody ul {
	   text-align: center;
	   margin-bottom:5px;
	}

	#footer #ftbody li {
	  display: -moz-inline-box;
	  display: inline-block;
	  /display: inline;
	  /zoom: 1;
	  padding-right: 10px;
		font-family: 'Oswald', sans-serif;
		font-weight: 400;
	  font-size:0.8em;
	  line-height:2em;
	}
	#footer p {
		font-size:0.8em;
		color:#d0d0d0;
		line-height:2em;
	}
	#footer a {
		color:#fff;
		text-decoration:none;
		margin-left:20px;
	}
	#footer a:hover {
		color:#fff;
		text-decoration:none;
	}


}

/* Style for Smartphonea */
@media screen and (max-width: 480px) {
	#wrapper {
		width:100%;
		font-size:14px;
		line-height:150%;
		min-width:320px;
	}
	img,object,embed {
		max-width:100%;
		height:auto;
	}
	img {
		-ms-interpolation-mode: bicubic;
	}
	.pc {
		display:none;
	}
	.phone {
		display:block;
	}

	/* Header */
	#header {
	width: 100%;
	height: auto;
	display: block;
	position: absolute;
	top:0;
	left:0;
	z-index:15000;
	background-image: url(../img/header/hrbg_m.png);
	background-repeat: repeat-x;
	background-position: 0 0;
	}
	#hrbody {
		width:100%;
		height:auto;
		display:block;
		margin:0 auto;
	}
	#header h1 {
		width:100%;
		height:60px;
		display:block;
	}
	#header h1 a {
		width:100%;
		height:60px;
		display:block;
		background-image:url(../img/header/logo.png);
		background-repeat:no-repeat;
		background-position:10px center;
		background-size:auto 54px;
		background-color: #fff;
		text-indent:-9999px;
		filter:alpha(opacity=100);
		-moz-opacity: 1;
		opacity: 1;
	}
	#header h1 a:hover {
		filter:alpha(opacity=50);
		-moz-opacity: 0.5;
		opacity: 0.5;
	}
	#header #hr01 {
		display:none;
	}
	#header #hr01 ul {
		display:none;
	}
	#header #hr01 ul li {
		display:none;
	}
	#header #hr01 ul li a {
		display:none;
	}
	#header #hr01 ul li a .hrm_ent {
		display: none;
	}
	#header #hr01 ul li a .hrm_jpt {
		display:none;
	}
	#header #hr01 ul li a:active {
		display:none;
	}
	#header #hr01 ul li a:active  .hrm_ent {
		display: none;
	}
	#header #hr01 ul li a:active  .hrm_jpt {
		display:none;
	}
	#header #hr02 {
		width:100%;
		height: 50px;
		display: block;
	}
	#header #hr02 ul {
		width:150px;
		height: 50px;
		display: block;
		padding:5px 0;
		margin:0 auto;
	}
	#header #hr02 ul li {
		width:30px;
		height: 30px;
		display: block;
		float: left;
	}
	#header #hr02 ul li a {
		width:30px;
		height:30px;
		display: block;
		text-indent: -9999px;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 24px 24px;
		filter:alpha(opacity=100);
		-moz-opacity: 1;
		opacity: 1;
	}
	#header #hr02 ul li a:hover {
		filter:alpha(opacity=50);
		-moz-opacity: 0.5;
		opacity: 0.5;
	}
	#header #hr02 ul li a#ic-fb {
		background-image: url(../img/header/ic-fb.png);
	}
	#header #hr02 ul li a#ic-line {
		background-image: url(../img/header/ic-line.png);
	}
	#header #hr02 ul li a#ic-ins {
		background-image: url(../img/header/ic-ins.png);
	}
	#header #hr02 ul li a#ic-tw {
		background-image: url(../img/header/ic-tw.png);
	}
	#header #hr02 ul li a#ic-lang {
		background-image: url(../img/header/ic-en.png);
	}

	/* Menu */
	p#pmenubn {
		width:60px;
		height:60px;
		display:block;
		position: fixed;
		top:0px;
		right:0px;
		z-index:19500;
	}
	#menubody {
		width:100%;
		height: auto;
		display: block;
		width:100%;
		height:auto;
		position:fixed;
		z-index:17000;
	}

	a.menu-link {
		width:60px;
		height:60px;
		display: block;
		text-indent: -9999px;
		background-color: #7AB800;
		background-image: url(../img/header/ic-menu.png);
		background-repeat: no-repeat;
		background-size: 60px 60px;
		background-position: center center;
	}
	nav[role=navigation] {
		clear: both;
		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		-ms-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
	}
	.js nav[role=navigation] {
		overflow: hidden;
		margin-top:-600px;
	}
	nav[role=navigation].active {
		width:100%;
		height: 100vh;
		display: block;
		filter:alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
		margin-top:0vh;
		background-image: url(../img/header/hrbg.png);
	}
	nav[role=navigation] ul {
		margin:80px 1% 50px;
	}
	nav[role=navigation] ul li {
		width:100%;
		height: auto;
		display: block;
		margin-bottom: 5px;
	}
	nav[role=navigation] li a {
		width:100%;
		height: 40px;
		display: block;
		text-align: center;
		text-decoration:none;
		padding:0;
		font-family: 'Oswald', sans-serif;
		font-size:16px;
		font-weight: 400;
		line-height: 40px;
		background-color: #fff;
		color:#333;
	}
	nav[role=navigation] li a:active {
		background-color: #e5e5e5;
	}

	/* Footer */

	#footer {
		width:100%;
		height:auto;
		display: block;
		text-align:center;
		color:#d0d0d0;
		font-family: 'Oswald', sans-serif;
	}
	#footer #ftbody {
		width:auto;
		height:auto;
		padding:0px;
		margin:0 auto;
	}
	#footer #ftbody ul {
	   text-align: center;
	}

	#footer #ftbody li {
	  font-size:14px;
	  line-height:40px;
	  list-style:none;
	}
	#footer p {
		width:100%;
		height:40px;
		display: block;
		font-size:0.8em;
		color:#fff;
		line-height:40px;
	}
	#footer a {
		color:#fff;
		text-decoration:none;
		width:auto;
		height:auto;
		display:block;
		line-height:40px;
		border-bottom:1px solid #666;
	}
	#footer a:active {
	color: #fff;
	text-decoration: none;
	}

}
