@charset 'utf-8';

/*
---------------------------------------
reset
---------------------------------------
*/
.imgpc { display: block !important; }
.imgsp { display: none !important; }
 
@media only screen and (max-width: 767px) {
.imgpc { display: none !important; }
.imgsp { display: block !important; }
}
.jog-text{
	margin:40px 0px;
	padding:0px 0px 20px;
	font-size: 150%;
	text-align:center;
	font-weight:bold;
	background: url(/img/shinjidai/bg1.jpg);
}

@keyframes scroll-anim {
	100% {
		background-position: -100% 0;
	}
}

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a,abbr,acronym,address,big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt,var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed,figure, figcaption, footer, header, hgroup,menu, nav, output, ruby, section, summary,time, mark, audio, video {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	font-size: 62.5%;
	font-size: 10px\0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
	margin:0;
	padding:0;
}

html{
	height: 100%;
}

#no-header {
	margin-top: 0 !important;
}

body {
	font-family: 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
	height: 100%;
	width: 100%;
	min-width: 1160px;
	margin: 0;
	padding: 0;
	color: #333;
	line-height: 1.8;
	position: relative;
}

input, textarea {
	margin: 0;
	padding: 0;
}

input:focus, textarea:focus {
	outline: 0;
}

img {
	border: none;
}

ol, ul {
	list-style: none;
}

table {
	width:100%;
	border-collapse: collapse;
	border-spacing:0;
}
table th {
	font-weight:normal;
}

caption, th {
	text-align: left;
}

a:focus {
	outline:none;
}

p,dd,li,address{
	font-style:normal;
}

body small {
	font-size: 1.1rem;
}

a:hover img {
	filter:alpha(opacity=70); /* internet explorer */
	-khtml-opacity:0.7; /* khtml, old safari */
	-moz-opacity:0.7; /* mozilla, netscape */
	opacity:0.7; /* fx, safari, opera */
	-webkit-transition: all .4s;
	transition: all .4s;
}

.noalpha a:hover img {
	filter:alpha(opacity=100) !important; /* internet explorer */
	-khtml-opacity:1.0 !important; /* khtml, old safari */
	-moz-opacity:1.0 !important; /* mozilla, netscape */
	opacity:1.0 !important; /* fx, safari, opera */
}
.btn a:hover img {
	visibility: hidden;
}

.bold {
	font-weight: bold;
}

.no-style {
	font-weight: normal;
}

.strike {
	text-decoration: line-through;
}

.underline {
	text-decoration: underline;
}

p.indent,
.indent li {
	text-indent: -1em;
	padding-left: 1em;
}

.nobdr {
	border: none !important;
}

.nobk {
	background: none !important;
}

.post-content p {
	margin-bottom: 20px;
}

img.aligncenter {
	display: block;
	margin: 0 auto;
}


/*
---------------------------------------
link
---------------------------------------
*/

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #333;
	text-decoration: none;
}

/*
---------------------------------------
clear
---------------------------------------
*/

.clearfix:after {
	content: '.';
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	min-height:1px;
}

* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.clear,
.both,
.clearboth {
	clear: both;
}

*:first-child+html .clearfix { zoom: 1; } /* IE7 */

/*
---------------------------------------
form
---------------------------------------
*/

form input[type='text'],
form input[type='email'],
form input[type='tel'] {
	border: solid 1px #ccc;
	padding: 10px;
}

textarea {
	width: 95%;
	height: 15rem;
	border: solid 1px #ccc;
	font-size: 1.8rem;
	padding: 10px;
}

form .req {
	font-size: 1rem;
	font-weight: bold;
	color: #e62e2e;
}

/*
---------------------------------------
table
---------------------------------------
*/

caption {
	caption-side: bottom;
	padding-top: 20px;
}

.table-01 {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border-top: solid 1px #ddd;
	border-right: solid 1px #ddd;
	background: #fff;
	text-align: left;
}

.table-01 th {
	padding: 20px 30px;
	border-bottom: solid 1px #ddd;
	border-left: solid 1px #ddd;
	background: #999;
	color: #fff;
	white-space: nowrap;
	text-align: center;
	vertical-align: top;
}

.table-01 td {
	padding: 20px 30px;
	border-bottom: solid 1px #ddd;
	border-left: solid 1px #ddd;
}

.table-02 {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border-top: solid 1px #ccc;
	border-right: solid 1px #ccc;
	background: #fff;
	text-align: left;
}

.table-02 th {
	width: 25%;
	padding: 20px;
	border-bottom: solid 1px #ccc;
	border-left: solid 1px #ccc;
	background: #f3f3f3;
	white-space: nowrap;
	text-align: center;
	vertical-align: top;
}

.table-02 td {
	padding: 20px 30px;
	border-bottom: solid 1px #ccc;
	border-left: solid 1px #ccc;
}


/*
---------------------------------------
h1-h6
---------------------------------------
*/

h1,h2,h3,h4,h5,h6 {
	line-height: 1;
	font-weight: normal;
}

.headding-01 {
	background: #222;
	color: #b29d62;
	text-align: center;
	height: 120px;
	vertical-align: middle;
	position: relative;
}

.headding-01 img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.headding-01:before,
.headding-01:after {
	content: '';
	width: 180px;
	height: 180px;
	position: absolute;
}

.headding-01:before {
	background: url(/img/common/bg-before-01.png) left top no-repeat;
	left: 0;
	top: 0;
}

.headding-01:after {
	background: url(/img/common/bg-after-01.png) left top no-repeat;
	right: 0;
	bottom: 0;
}

.headding-02 {
	text-align: center;
	border-bottom: solid 1px #222;
	padding-bottom: 20px;
	margin-bottom: 40px;
}

.headding-03 {
	font-size: 3rem;
	font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
	max-width: 1080px;
	margin: 0 auto 40px auto;
	padding-bottom: 15px;
	background: url(/img/common/border-bg.png) center bottom no-repeat;
}

.headding-04 {
	background: #222;
	color: #fff;
	text-align: center;
	height: 60px;
	line-height: 60px;
	font-size: 2.4rem;
	vertical-align: middle;
	position: relative;
}

.headding-04:before,
.headding-04:after {
	content: '';
	width: 60px;
	height: 60px;
	position: absolute;
}

.headding-04:before {
	background: url(/img/common/bg-before-04.png) left top no-repeat;
	left: 0;
	top: 0;
}

.headding-04:after {
	background: url(/img/common/bg-after-04.png) left top no-repeat;
	right: 0;
	bottom: 0;
}

/*
---------------------------------------
more
---------------------------------------
*/

.more-01 {
	text-align: center;
}

.more-01 a {
	display: block;
	height: 50px;
	line-height: 50px;
	font-size: 1.8rem;
	text-align: center;
	color: #fff;
	background: #b29d62 url(/img/common/arrow-01.png) 95% center no-repeat;
	overflow: hidden;
	position: relative;
	transition: all .4s;
}

.more-01 a:hover {
	background: #000 url(/img/common/arrow-02.png) 95% center no-repeat;
}

.more-02 {
	text-align: center;
}

.more-02 a {
	display: block;
	height: 50px;
	line-height: 50px;
	font-size: 1.6rem;
	text-align: center;
	color: #fff;
	background: #000 url(/img/common/arrow-03.png) 95% center no-repeat;
	overflow: hidden;
	position: relative;
	transition: all .4s;
}

.more-02 a:hover {
	color: #e62e2e;
}

.more-03 {
	margin: 20px 0;
}

.more-03 a {
	display: inline-block;
	padding: 0 4px;
	text-decoration: underline;
	position: relative;
	transition: all .2s;
}

.more-03:after {
	content: '\f105';
	font-family: FontAwesome;
	margin-left: 5px;
}

.more-03 a:hover {
	background: #eee;
}

.more-04 {
	text-align: center;
}

.more-04 a {
	display: block;
	height: 50px;
	line-height: 50px;
	font-size: 1.8rem;
	text-align: center;
	background: url(/img/common/arrow-04.png) 95% center no-repeat;
	border: solid 1px #b29d62;
	overflow: hidden;
	position: relative;
	transition: all .4s;
}

.more-04 a:hover {
	background: #b29d62 url(/img/common/arrow-02.png) 95% center no-repeat;
	color: #fff;
}

.more-05 {
	text-align: right;
	margin: 15px 0;
}

.more-05 a {
	display: inline-block;
	font-size: 1.3rem;
	color: #fff;
	background: #222 url(/img/common/arrow-07.png) 92% center no-repeat;
	padding: 2px 30px;
	border-radius: 4px;
	transition: all .4s;
}

.more-05 a:hover {
	background: #666 url(/img/common/arrow-07.png) 92% center no-repeat;
}

.more-06 {
	text-align: center;
	margin: 15px 0;
}

.more-06 a {
	display: inline-block;
	font-size: 1.3rem;
	line-height: 24px;
	color: #fff;
	background: #999 url(/img/common/extarnal-link.png) 92% 4px no-repeat;
	padding: 0 40px 0 30px;
	border-radius: 12px;
	transition: all .4s;
}

.more-06 a:hover {
	background: #222 url(/img/common/extarnal-link.png) 92% 4px no-repeat;
}

/* btn */

.btn-01 a {
	display: block;
	width: 160px;
	height: 120px;
	background: url(/img/common/btn-01-bg.png) center center no-repeat;
	color: #fff;
	font-size: 1.6rem;
	text-align: center;
	padding-top: 40px;
	position: relative;
	transition: all .4s;
}

.btn-01 a:after {
	content: '';
	width: 16px;
	height: 30px;
	background: url(/img/common/arrow-05.png) center center no-repeat;
	background-size: 100%;
	position: absolute;
	left: 50%;
	bottom: 20px;
	margin-left: -8px;
	transition: all .4s;
}

.btn-01 a:hover:after {
	transform: rotateX( 180deg );
}

/*
---------------------------------------
layout
---------------------------------------
*/

html, body {
	height: 100%;
}

body {
	text-align: center;
	position: relative;
	-webkit-text-size-adjust: 100%;
}

body * {
	font-size: 1.4rem;
}

#site-nav {
	display: table;
	width: 100%;
	height: 40px;
	line-height: 40px;
	border-collapse: separate;
	border-spacing: 20px 0;
	background: #222;
	color: #fff;
}

#site-nav .logo {
	display: table-cell;
	text-align: left;
}

#site-nav .logo,
#site-nav .site,
#site-nav .contact {
	display: table-cell;
}

#site-nav .logo a {
	display: inline-block;
	color: #fff;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 1.2rem;
	background: url('/img/common/logo-02.png') left center no-repeat;
	background-size: 40px;
	padding-left: 50px;
}

#site-nav .contact {
	text-align: right;
	font-family: 'Josefin Sans', sans-serif;
}

#site-nav .contact li {
	display: inline-block;
	text-transform: uppercase;;
	margin-left: 20px;
}

#site-nav .contact li.tel:before {
	content: '\f095';
	font-family: 'FontAwesome';
	margin-right: 5px;
	vertical-align: middle;
}

#site-nav .contact li.mail:before {
	content: '\f003';
	font-family: 'FontAwesome';
	margin-right: 5px;
}

#site-nav .contact li a {
	font-size: 1.2rem;
	color: #fff;
}

#wrapper {
	text-align: left;
	position: relative;
	padding-top: 80px;
}
#no-header #wrapper {
	padding-top: 0;
}

#contents {
	margin: 0 auto;
}

.page-nav .wp-pagenavi {
	clear: both;
	text-align: center;
	margin-top: 60px;
}

.page-nav .wp-pagenavi a,
.page-nav .wp-pagenavi span {
	display: inline-block;
	width: 55px;
	height: 55px;
	line-height: 55px;
	margin: 0 5px;
	padding: 0;
	border: none;
	background: #fff;
	border-radius: 50%;
	transition: all .4s;
}

.page-nav .wp-pagenavi a:hover,
.page-nav .wp-pagenavi span.current {
	background: #b29d62;
	color: #fff;
}

.bnr-set {
	background: #fff;
	text-align: center;
	padding: 80px 20px;
}

.bnr-set {
	background: #fff;
}

.bnr-set .msg-bnr {
	max-width: 1080px;
	height: 300px;
	background: url(/img/common/bnr-msg-bg.png) left top no-repeat;
	margin: 0 auto 80px auto;
	text-align: left;
	position: relative;
}

.bnr-set .msg-bnr img {
	margin: 50px auto auto 300px;
}

.bnr-set .msg-bnr .more-01 a {
	width: 330px;
	position: absolute;
	bottom: 90px;
	right: 90px;
	height: 40px;
	line-height: 40px;
	font-size: 1.6rem;
	text-indent: -1rem;
}

.bnr-set ul {
	width: 100%;
	max-width: 1120px;
	margin: 0 auto;
}

.bnr-set ul li {
	width: 50%;
	float: left;
}

.bnr-set ul li a {
	display: block;
}

.bnr-set ul li a img {
	border: solid 1px #ccc;
	margin-bottom: 25px;
	transition: all .2s;
}

.bnr-set ul li a img:hover {
	border: solid 1px #e62e2e;
}


/*
---------------------------------------
header
---------------------------------------
*/

#g-nav {
	width: 100%;
	min-width: 1080px;
	background: #fff;
	z-index: 9999999;
	position: absolute;
	top: 0;
	left: 0;
}

#g-nav.fixed {
	position: fixed;
}

#g-nav ul {
	display: table;
	table-layout: fixed;
	width: 80%;
	max-width: 1080px;
	text-align: center;
	margin: 0 auto;
}

#g-nav ul li {
	display: table-cell;
	position: relative;
	font-size: 1.5rem;
}

#g-nav ul li a {
	color: #555;
	font-size: 1.5rem;
	height: 82px;
	line-height: 80px;
	position: relative;
	transition: all .4s;
}

#g-nav ul li a:after {
	content: '';
	width: 0;
	height: 5px;
	background: #e62e2e;
	position: absolute;
	bottom: -12px;
	left: 50%;
	transition: all .4s;
}

#g-nav ul li a:hover {
	color: #000;
}

#g-nav ul li a:hover:after {
	width: 100%;
	left: 0;
}

#g-nav li ul {
	display: block;
	width: auto;
	background: #f3f3f3;
	text-align: left;
	position: absolute;
	top: 40px;
	left: 0;
	opacity: 0;
	visibility: hidden;
	transition: all .4s;
}

#g-nav li:hover ul {
	opacity: 1;
	visibility: visible;
	top: 65px;
}

#g-nav li ul li {
	display: block;
}

#g-nav li ul li a {
	display: block;
	height: 40px;
	line-height: 40px;
	font-size: 1.4rem;
	background: url(/img/common/arrow-03.png) 22px center no-repeat;
	padding: 0 30px 0 40px;
	white-space: nowrap;
	transition: all .2s;
}

#g-nav li ul li a:hover {
	color: #fff;
	background: #000 url(/img/common/arrow-02.png) 22px center no-repeat;
}

#g-nav li ul li a:after {
	display: none;
}

.cat-list {
	margin: 15px 0 10px 0;
	max-width: 700px;
}

.cat-list li {
	display: inline-block;
	margin: 0 5px 5px 0;
}

.cat-list li a {
	display: inline-block;
	font-size: 1.1rem;
	color: #fff;
	padding: 1px 10px;
	background: #e00012;
	border-radius: 4px;
	transition: all .4s;
}

.cat-list li a:hover {
	background: #222;
}

.cat-list li.author a {
	background: #222;
}

.cat-list li.author a:hover {
	background: #666;
}


/* contact-bnr */

.contact-bnr {
	max-width: 1080px;
	height: 280px;
	margin: 80px auto;
	background: url(/img/common/contact-bnr-bg.png) left top no-repeat;
	border: solid 1px #ccc;
	position: repeat;
}

.contact-bnr h2 {
	padding: 50px 40px 25px 300px;
}

.contact-bnr .more-01 {
	margin: 0 40px 0 300px;
}

.contact-bnr .more-01 a {
	font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
	font-size: 2.4rem;
}

.contact-bnr .more-01 a:before {
	content: '';
	display: inline-block;
	width: 29px;
	height: 21px;
	background: url(/img/common/icon-mail.png) left center no-repeat;
	position: relative;
	left: -10px;
	top: 3px;
}

/*
---------------------------------------
footer
---------------------------------------
*/

/* tel-bnr */

.tel-bnr {
	background: #222;
	color: #fff;
	position: relative;
	height: 180px;
}

.tel-bnr:before,
.tel-bnr:after {
	content: '';
	width: 180px;
	height: 180px;
	position: absolute;
}

.tel-bnr:before {
	background: url(/img/common/bg-before-01.png) left top no-repeat;
	left: 0;
	top: 0;
}

.tel-bnr:after {
	background: url(/img/common/bg-after-01.png) left top no-repeat;
	right: 0;
	bottom: 0;
}

.tel-bnr .inner-box {
	max-width: 1080px;
	margin: 0 auto;
	padding: 50px 0 0 0;
	position: relative;
	text-align: left;
}

.tel-bnr .inner-box .mail-btn a {
	display: block;
	width: 338px;
	height: 78px;
	line-height: 78px;
	border: solid 1px #aaa;
	color: #fff;
	background: url(/img/common/icon-mail.png) 20px center no-repeat;
	position: absolute;
	font-size: 1.8rem;
	text-align: center;
	text-indent: 45px;
	white-space: nowrap;
	right: 0;
	top: 50px;
	z-index: 999999;
	transition: all .4s;
}

.tel-bnr .inner-box .mail-btn a:hover {
	background: #fff url(/img/common/icon-mail-2.png) 20px center no-repeat;
	color: #000;
}

/* link-box */

.link-box {
	background: #fff;
	padding: 40px 0;
}

.link-box ul {
	display: table;
	table-layout: fixed;
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
}

.link-box ul li {
	display: table-cell;
	text-align: center;
}

.link-box ul li p {
	text-align: left;
	padding: 10px;
}

footer {
	background: #222;
	color: #ddd;
	text-align: left;
}

footer h2 {
	padding: 40px;
	text-align: center;
}

.bottom-slide {
	width: 100%;
	height: 200px;
	overflow: hidden;
}

.bottom-slide ul {
	width: 200%;
	height: 200px;
	overflow: hidden;
}

.bottom-slide li {
	float: left;
	height: 200px;
	margin-bottom: 20px;
}

footer .inner-box {
	width: 1080px;
	margin: 60px auto 80px auto;
	display: flex;
	justify-content: space-between;
}

/* .storeinfo */

.storeinfo {
	width: 280px;
	/* float: left; */
}

.storeinfo dl {
	width: 240px;
}

.storeinfo dt {
	font-size: 1.5rem;
	border-bottom: solid 1px #555;
	margin-bottom: 15px;
	padding-bottom: 10px;
}

.storeinfo dd {
	font-size: 1.2rem;
}

#map-canvas {
	width: 240px;
	height: 160px;
	margin: 20px 0;
}

/* bottom-menu */

.bottom-menu {
	width: 540px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.menu-wrap {
	width: 50%;
}

.bottom-menu dl {
	width: 100%;
	padding-bottom: 40px;
	float: left;
}

.bottom-menu dt {
	font-size: 1.5rem;
	border-bottom: solid 1px #555;
	margin: 0 30px 15px 0;
	padding-bottom: 10px;
}

.bottom-menu dt a {
	color: #fff;
}

.bottom-menu dd a {
	color: #ddd;
	font-size: 1.2rem;
	padding-left: 1.2rem;
	background: url(/img/common/arrow-07.png) left center no-repeat;
}

.bottom-bnr {
	max-width: 240px;
	/* float: right; */
}

.recruit-bnr a {
	display: block;
	height: 40px;
	line-height: 40px;
	background: #e62e2e url(/img/common/arrow-02.png) 95% center no-repeat;
	color: #fff;
	text-align: center;
	margin-bottom: 15px;
	transition: all .4s;
}

.recruit-bnr a:hover {
	color: #222;
	background: #fff url(/img/common/arrow-03.png) 95% center no-repeat;
}

.pa-bnr a {
	display: block;
	height: 40px;
	line-height: 40px;
	background: #f2b63d url(/img/common/arrow-01.png) 95% center no-repeat;
	color: 222;
	text-align: center;
	margin-bottom: 15px;
	transition: all .4s;
}

.pa-bnr a:hover {
	color: #222;
	background: #fff url(/img/common/arrow-06.png) 95% center no-repeat;
}

.bottom-bnr .icon {
	width: 40px;
	height: 40px;
	float: left;
	background: #999;
	border-radius: 50%;
	margin: 10px 10px 0 0;
	transition: all .4s;
}

.bottom-bnr .icon.fb-btn:hover {
	background: #305097;
}

.bottom-bnr .icon.twitter-btn:hover {
	background: #00aced;
}
/* copyright */

.copyright {
	background: #000;
	color: #fff;
	padding: 40px 20px 160px 20px;
	text-align: center;
}

.copyright a {
	color: #fff;
}

.copyright small {
	font-size: 1.2rem;
}

#page-top {
	position: fixed;
	right: 40px;
	bottom: 40px;
	z-index: 999999;
}

#page-top a {
	display: block;
	width: 60px;
	height: 60px;
	background: rgba(0,0,0,.8);
	transition: all .4s;
}

#page-top a:hover {
	background: #000;
}

#bottom-recruit-bnr {
	position: fixed;
	right: 100px;
	bottom: 39px;
	z-index: 999999;
}

#bottom-recruit-bnr ul {
	display: table;
	border-collapse: separate;
	border-spacing: 15px 0;
}

#bottom-recruit-bnr li {
	display: table-cell;
	line-height: .5;
}

/* 改修後 追加フッター */
#no-header footer {
	background-color: #fff;
	padding-top: 84px;
	padding-bottom: 8px;
}

.m-btn-backpage {
	position: relative;
	display: block;
	max-width: 180px;
	margin: 30px auto 0;
	padding: 10px 8px;
	color: #fff;
	background: #231815;
	font-size: 10px;
    font-weight: bold;
	line-height: 1;
    letter-spacing: 0.2em;
	text-align: center;
    transition: opacity 300ms ease-in-out;
}

.m-btn-backpage:hover,.m-btn-backpage:focus {
	opacity: 0.5;
	color: #fff;
}

.m-btn-backpage::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	width: 4px;
	height: 8px;
	left: 16px;
	transform: translate(-50%, -50%);
	background: url("/img/common/icon_arrow.png") no-repeat center center / cover ;
}

.copy {
	color: #000;
	width: 100%;
	max-width: 1080px;
	text-align: right;
	font-size: 10px;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
}



/*
---------------------------------------
home
---------------------------------------
*/

#home #wrapper {
	height: 100%;
}

#home #header {
	color: #fff;
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
}

#home #header .main-copy {
	width: 100%;
	height: 400px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -200px;
	z-index: 9999;
}

#home #header .main-copy h1 {
	margin: 45px;
}

#home #header .main-mov {
	height: 100%;
	text-align: center;
}

#home #header .main-mov:after {
	content: '';
	background: url(/img/common/dot.png) center top repeat fixed;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

#home #header .main-mov video {
	position: fixed;
	top: 0;
	left: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -1;
}

#home #header figure {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: -1;
}
#home #header figure img {
	width: 100%;
	height: auto;
	opacity: .5;
}

/* society-box */

.society-box {
	background: #fff;
	text-align: center;
	background: #f3f3f3;
	padding: 60px 0 80px 0;
}

.society-box h2 {
	max-width: 1080px;
	border-top: solid 1px #222;
	border-bottom: solid 1px #222;
	margin: 0 auto 40px auto;
	padding: 40px 0 30px 0;
}

.society-box ul {
	display: table;
	margin: 0 auto 40px auto;
	border-collapse: separate;
	border-spacing: 15px 0;
}

.society-box ul li {
	display: table-cell;
	background: #b29d62;
	color: #fff;
	padding: 5px 30px;
	font-size: 1.6rem;
	border-radius: 4px;
}



/* topbox */
.top-box {
    background: linear-gradient(to right, rgba(1,1,1, 0.3), rgba(1,1,1,0.3)) ,url(/img/shinjidai/main-bg.jpg);
    background-repeat: repeat-x;
    height: 600px;
    animation: scroll-anim 100s linear infinite;
    animation-duration: 100s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
    animation-name: scroll-anim;
    animation-timeline: auto;
    animation-range-start: normal;
    animation-range-end: normal;
    background-size: cover;
    color: white;
    text-shadow: 1px 1px 3px black;
}

.top-box img {
    margin: auto;
    padding: 120px 0px 0px;
    display: block;
    width: 960px;
}
.message-pc { display: block !important; }
.message-sp { display: none !important; }
 
@media only screen and (max-width: 767px) {
.message-pc { display: none !important; }
.message-sp { display: block !important; }
}

.top-menu img {
    margin: 20px;
    display: block;
    width: 450px;
}
.top-menu ul {
    display: flex;
    justify-content: center;
  }

.top-menu li {
    list-style: none;
  }

.top-menu22 img {
    margin: 50px 0px 20px;
    display: block;
    width: 100vh;
}
.top-menu22 ul {
    display: flex;
    justify-content: center;
  }

.top-menu22 li {
    list-style: none;
  }

.top-menu23 img {
    margin: 0px 0px 20px;
    display: block;
    width: 100vh;
}
.top-menu23 ul {
    display: flex;
    justify-content: center;
  }

.top-menu23 li {
    list-style: none;
  }

.top-menu2 img {
    margin: 20px;
    display: block;
    width: 100vh;
}
.top-menu2 ul {
    display: flex;
    justify-content: center;
  }

.top-menu2 li {
    list-style: none;
  }

.top-menu2b img {
    margin: 20px;
    display: block;
    width: 920px;
}
.top-menu2b ul {
    display: flex;
    justify-content: center;
  }

.top-menu2b li {
    list-style: none;
  }

.top-menu3 img {
    margin: 20px;
    display: block;
    width: 280px;
}
.top-menu3 ul {
    display: flex;
    justify-content: center;
  }

.top-menu3 li {
    list-style: none;
  }

.top-menu4 img {
    margin: 0px 0px 100px;
    display: block;
    width: 250px;
}
.top-menu4 ul {
    display: flex;
    justify-content: center;
    text-align: center;
  }

.top-menu4 li {
    list-style: none;
    font-size: 150%;
  }
.top-menu5 ul {
    display: flex;
    justify-content: center;
  }

.top-menu5 li {
    list-style: none;
  }
.top-menu5 img {
    margin: 20px;
    display: block;
    width: 440px;
  }
.top-menu6 ul {
    display: flex;
    justify-content: center;
  }
.top-menu6 li {
    margin: 20px 10px 0px;
    list-style: none;
    width: 310px;
  }
.top-menu6 h1 {
    line-height: 250%;
    font-size: 80%;
    text-align: center;
  }
.top-menu6 h1 b {
    font-weight: bold;
    font-size: 105%;
  }
.top-menu6 h2 {
    line-height: 125%;
    font-size: 80%;
    text-align: left;
  }
.top-menu6 img {
    display: block;
    width: 310px;
    text-align: center;
}
.top-menu7 {
    text-align: center;
    padding: 0px;
  }
.top-menu7 ul {
    display: flex;
    justify-content: center;
  }
.top-menu7 li {
    list-style: none;
  }
.top-menu7 img {
    margin: 10px 0px 5px;
    display: block;
    width: 920px;
}
.top-menu8 img {
    margin: 0px 20px 50px;
    display: block;
    width: 380px;
}
.top-menu8 ul {
    display: flex;
    justify-content: center;
    text-align: center;
  }

.top-menu8 li {
    list-style: none;
  }
.top-patent .patent1 {
  width:360px;
  box-sizing: border-box;
  text-align: center;
  margin: 20px;
}

.top-patent .patent1 h2{
  font-size:2rem;
  color: #fff;
  background-color: #e00012;
  font-weight: bold;
  padding: 5px 4px 3px 4px;
  margin:5px;
  border-radius: 5px;
}

.top-patent .patent1 h3{
  font-size:2rem;
  color: #fff;
  background-color: #0064c8;
  font-weight: bold;
  padding: 5px 4px 3px 4px;
  margin:5px;
  border-radius: 5px;
}

.top-patent .patent2 {
  width:400px;
  box-sizing: border-box;
  margin: 20px;
  font-size:1rem;
  line-height:1.5rem;
}

.top-patent .patent2 h2{
  margin: 0px 0px 5px;
  font-size:2rem;
  color: #e00012;
  font-weight: bold;
  position: relative;
  top: 0;
  left: 0;
}
.top-patent .patent2 h2::before{
    position: absolute;
    bottom: 0;
    content: '';
    width: 100%;
    border-bottom: 1px solid #e00012;
}




/* brand */
.brand-box {
	background: #f3f3f3;
	padding-bottom: 90px;
}

.brand-box .copy {
	text-align: center;
	font-size: 2rem;
	padding: 40px;
}

.brand-box ul {
	display: table;
	table-layout: fixed;
	width: 100%;
	border-collapse: separate;
	border-spacing: 10px 0;
}

.brand-box ul li {
	opacity: 0;
	transition: all 1s;
}

.brand-box ul.scroll-in li {
	opacity: 1;
}

.brand-box ul.scroll-in li:nth-of-type(2) {
	transition-delay: .2s;
}

.brand-box ul.scroll-in li:nth-of-type(3) {
	transition-delay: .4s;
}


.brand-box li {
	display: table-cell;
	text-align: center;
	background: #222;
	color: #fff;
}

.brand-box li video {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
	opacity: .5;
	transition: all .5s;
}

.brand-box li video:hover {
	opacity: 1;
}

.brand-box li figure img {
	width: 100%;
	height: auto;
	position: relative;
	opacity: .5;
	z-index: 1;
}

.brand-box li h3 {
	margin-top: -80px;
	margin-bottom: 30px;
	position: relative;
	z-index: 9999;
}

.brand-box li h3 img {
	width: 60%;
	max-width: 260px;
	opacity: 1 !important;
}

.brand-box li p {
	text-align: left;
	margin: 30px;
}



/* vision */

#home .vision-box {
	background: #fff url(/img/home/vision-bg.png) center 110px no-repeat;
}

#home .vision-box .inner-box {
	max-width: 1080px;
	height: 1580px;
	margin: 0 auto;
	position: relative;
}

#home .vision-box .copy {
	text-align: center;
	font-size: 2rem;
	padding: 40px;
}

#home .vision-box h3 {
	background: #222;
	color: #fff;
	text-align: center;
	padding: 8px;
}

#home .vision-box ol {
	display: table;
	margin-top: 60px;
	margin-bottom: 120px;
	height: 1080px;
	position: relative;
}

#home .vision-box ol li {
	position: absolute;
	top: 0;
	width: 115px;
	opacity: 0;
	transition: all 1s;
}

#home .vision-box ol.scroll-in li {
	opacity: 1;
}

#home .vision-box ol li.vision-01 {
	left: 10px;
}

#home .vision-box ol li.vision-02 {
	left: 145px;
	transition-delay: .1s;
}

#home .vision-box ol li.vision-03 {
	left: 280px;
	transition-delay: .2s;
}

#home .vision-box ol li.vision-04 {
	left: 415px;
	transition-delay: .3s;
}

#home .vision-box ol li.vision-05 {
	top: 435px;
	left: 685px;
	transition-delay: .4s;
}

#home .vision-box ol li.vision-06 {
	top: 435px;
	left: 820px;
	transition-delay: .5s;
}

#home .vision-box ol li.vision-07 {
	top: 435px;
	left: 955px;
	transition-delay: .6s;
}

#home .vision-box ol li p {
	display: table;
	width: 100%;
	height: 60px;
	background: #e62e2e;
	color: #fff;
	text-align: center;
}

#home .vision-box ol li p strong {
	display: table-cell;
	vertical-align: middle;
	font-size: 1.6rem;
	font-weight: normal;
	line-height: 1.2;
}

#home .vision-box ol li figure {
	text-align: center;
	margin-top: 20px;
}

#home .vision-box .txt-01 {
	width: 270px;
	position: absolute;
	top: 255px;
	left: 590px;
}

#home .vision-box .txt-02 {
	width: 270px;
	position: absolute;
	top: 1130px;
	right: 450px;
}

#home .vision-box .txt-02 dt {
	margin-bottom: 20px;
}

#home .vision-box .more-02 {
	max-width: 600px;
	margin: 0 auto;
}

/* officers */

.officers-box {
	width: 100%;
	background: #fff;
	position: relative;
	padding-bottom: 80px;
}

#home .officers-box:before,
#home .officers-box:after {
	content: '';
	position: absolute;
}

#home .officers-box:before {
	width: 450px;
	height: 450px;
	background: url(/img/common/bg-before-02.png) left top no-repeat;
	left: 0;
	top: 120px;
}

#home .officers-box:after {
	width: 300px;
	height: 300px;
	background: url(/img/common/bg-after-02.png) left top no-repeat;
	right: 0;
	bottom: 0;
}

.officers-box .inner-box {
	max-width: 1080px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.officers-box .copy {
	text-align: center;
	font-size: 2rem;
	padding: 40px;
}

.officers-box .sec {
	position: relative;
	margin-bottom: 90px;
}

.officers-box .sec .read {
	width: 640px;
	position: relative;
	z-index: 9999;
}

.officers-box .sec .read h4 {
	font-size: 1.6rem;
	margin: 20px 0;
	padding-bottom: 20px;
	border-bottom: solid 1px #222;
}

.officers-box .sec .read h4 strong {
	font-size: 2rem;
	font-weight: normal;
	margin-right: 1rem;
}

.officers-box .sec figure {
	line-height: .5;
	opacity: 0;
	position: relative;
	top: 0;
	left: -200px;
	transform: scale(.9,.9);
	transition: all 1s;
}

#home .officers-box .sec.officer-05 {
	margin-bottom: 0;
}

#home .officers-box .sec.officer-05 figure {
	top: -40px;
}

#home .officers-box .sec.officer-05 .btn-01 {
	bottom: 60px;
}

.officers-box .sec figure.scroll-in {
	opacity: 1;
	left: 0;
	transform: scale(1,1);
}

.officers-box .sec .btn-01 {
	position: absolute;
	left: 0;
	bottom: 0;
	margin-bottom: -46px;
	z-index: 9999;
}

.officers-box .sec.officer-01 .read,
.officers-box .sec.officer-03 .read,
.officers-box .sec.officer-05 .read {
	position: absolute;
	top: 45px;
	left: 440px;
}

.officers-box .sec.officer-01 .more-03,
.officers-box .sec.officer-03 .more-03,
.officers-box .sec.officer-05 .more-03 {
	text-align: right;
}

.officers-box .sec.officer-02 figure,
.officers-box .sec.officer-04 figure {
	position: absolute;
	top: auto;
	left: auto;
	right: -200px;
	bottom: 0;
}

.officers-box .sec.officer-02 figure.scroll-in,
.officers-box .sec.officer-04 figure.scroll-in {
	right: 0;
}

.officers-box .sec.officer-02 .btn-01,
.officers-box .sec.officer-04 .btn-01 {
	left: auto;
	right: 0;
}

.officers-box .more-04 {
	max-width: 600px;
	margin: 0 auto;
}

/* news-events */

.news-events-box {
	background: #fff;
	padding-bottom: 40px;
}

.news-events-box .copy {
	text-align: center;
	font-size: 2rem;
	padding: 40px;
}

#home .news-box {
	max-width: 1080px;
	margin: 0 auto 80px auto;
	background: #222;
	color: #fff;
	opacity: 0;
	transition: all 1s;
}

#home .news-box.scroll-in {
	opacity: 1;
}

#home .news-box .ttl {
	width: 255px;
	height: 180px;
	background: #333;
	text-align: center;
	float: left;
}

#home .news-box .ttl h3 {
	padding-top: 40px;
}

#home .news-box .ttl .more-02 a {
	height: 40px;
	line-height: 40px;
	margin: 20px;
}

#home .news-box ul {
	height: 156px;
	margin-left: 255px;
	padding: 12px 20px;
	overflow: auto;
}

#home .news-box li {
	background: url(/img/common/arrow-02.png) left center no-repeat;
	padding-left: 20px;
}

#home .news-box li a {
	display: inline-block;
	padding: 8px 0;
	color: #fff;
	font-size: 1.3rem;
	text-decoration: underline;
}

#home .news-box li a time {
	display: inline-block;
	font-size: 1.1rem;
	width: 8rem;
}

/* events-box */

.events-box {
	opacity: 0;
	margin-bottom: 40px;
	transition: all 1s;
}

.events-box.scroll-in {
	opacity: 1;
}

.events-box h3 {
	background: #b29d62;
	text-align: center;
	margin: 10px;
	padding: 10px;
}

.events-box ul.page-link {
	display: table;
	table-layout: fixed;
	border-collapse: sepalate;
	border-spacing: 20px;
	width: 100%;
	max-width: 1120px;
	margin: 40px auto;
}

.events-box ul.page-link li {
	display: table-cell;
}

/* container */

.container {
	margin: 0 auto;
	padding: 0 5px;
	position: relative;
	transiton: all .4s;
}

.container .post {
	width: 255px;
	padding: 5px;
}

.container .post.large {
	width: 520px;
	padding: 5px;
}

.container .post.large .inner-box {
	background: #333;
	color: #fff;
	padding-bottom: 10px;
	position: relative;
}

.container .post.large .inner-box:before {
	content: '';
	width: 100px;
	height: 101px;
	background: url(/img/common/new-01.png) left top no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99999;
}

.container .post.large .ttl {
	position: relative;
}

.container .post.large h4 {
	margin: 15px 20px 20px 20px;
	padding-bottom: 15px;
	border-bottom: solid 1px #ccc;
}

.container .post.large h4 a {
	font-size: 1.6rem;
	line-height: 1.6;
	transition: all .4s;
}

.container .post.large h4 a:hover {
	color: #aaa;
}

.container .post.large .cat-list {
	margin: 15px 20px;
}

.container .post.large p {
	margin: 0 20px;
}

.container .post.large p.more-03 {
	margin: 10px 20px;
	text-align: right;
}

.container .post.large p.more-03 a:hover {
	background: #555;
}

.container .post.large a {
	color: #fff;
}

.container .post img {
	width: 100%;
	height: auto;
}

.container .post h4 {
	font-size: 1.6rem;
	margin: 5px 0 15px 0;
	padding-bottom: 10px;
	border-bottom: solid 1px #ccc;
}

.container .post h4 a {
	font-size: 1.5rem;
	line-height: 1.6;
	transition: all .4s;
}

.container .post h4 a:hover {
	color: #888;
}

.container .post p.more-03 {
	margin: 10px 5px 10px 0;
	text-align: right;
}

#shinjidai .u-bottom-menu .reason-wrap {
  margin-top: 28px;
  padding: 0 36px;
}

@media screen and (max-width: 767px) {
  #shinjidai .u-bottom-menu .reason-wrap {
    margin-top: 4px;
    padding: 0 10px;
  }
}

#shinjidai .u-bottom-menu .reason-wrap > * + * {
  margin-top: 24px;
}

@media screen and (max-width: 767px) {
  #shinjidai .u-bottom-menu .reason-wrap > * + * {
    margin-top: 12px;
  }
}

@media print, screen and (min-width: 768px) and (orientation: landscape) {
  #shinjidai .u-bottom-menu .reason-wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }