@charset "utf-8";

@font-face{
	font-family:'Zen Kaku Gothic New';
	font-style:normal;
	font-weight:500;
	font-display:swap;
	src:url('font/ZenKakuGothicNew-Medium.woff2') format('woff2'),url('font/ZenKakuGothicNew-Medium.woff') format('woff'); 
	}
@font-face{
	font-family:'Zen Kaku Gothic New';
	font-style:normal;
	font-weight:700;
	font-display:swap;
	src:url('font/ZenKakuGothicNew-Bold.woff2') format('woff2'),url('font/ZenKakuGothicNew-Bold.woff') format('woff'); 
	}
@font-face{
	font-family:'Noto Serif JP';
	font-style:normal;
	font-weight:500;
	font-display:swap;
	src:url('font/NotoSerifJP-Medium.woff2') format('woff2'),url('font/NotoSerifJP-Medium.woff') format('woff'); 
	}
@font-face{
	font-family:'Roboto Slab';
	font-style:normal;
	font-weight:400;
	font-display:swap;
	src:url('font/RobotoSlab-Regular.woff2') format('woff2'),url('font/RobotoSlab-Regular.woff') format('woff'); 
	}
@font-face{
	font-family:'Roboto Slab';
	font-style:normal;
	font-weight:700;
	font-display:swap;
	src:url('font/RobotoSlab-Bold.woff2') format('woff2'),url('font/RobotoSlab-Bold.woff') format('woff'); 
	}

body,
h1,h2,h3,h4,h5,h6,
p,ul,ol,li,dl,dt,dd,
table,th,td,
blockquote,pre,address,form,fieldset,legend{
	margin:0;
	padding:0;
	color:#28323C;
	line-height:1.4;
	font-family:"Zen Kaku Gothic New",Helvetica,Lucida Grande,Verdana,Arial,"メイリオ",Meiryo,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
	font-size:17px;
	font-weight:500;
	letter-spacing:0.05em;
	border:none;
	}
body{
	font-family:"Zen Kaku Gothic New",Helvetica,Lucida Grande,Verdana,Arial,"メイリオ",Meiryo,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
	font-size:17px;
	font-weight:500;
	line-height:1.4;
	-webkit-text-size-adjust:100%;
	}
table{
	border-collapse:collapse;
	border-spacing:0;
	}
img{
	border:0;
	display:block;
	font-size:0;
	line-height:0;
	max-width:100%;
	height:auto;
	}
a:hover img{
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	}
li{
	list-style-type:none;
	}
p{
	line-height:2.4;
	font-size:17px;
	font-weight:500;
	text-align:justify;
	text-justify:inter-ideograph;
	}
a{
	text-decoration:none;
	color:#998673;
	}
a:hover{
	text-decoration:underline;
	color:#B8AB9D;
	}
/* RESET HTML5 */
article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;font:inherit;vertical-align:baseline;}
/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}

header{
	position:fixed;
	z-index:80;
	left:50%;
	top:0;
	width:1260px;
	padding:0 150px 0 340px;
	margin-left:-630px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	text-align:right;
	font-size:0;
	transition:0.4s;
	height:110px;
	}
header.fix{
	height:70px;
	}
header:after{
	content:"";
	display:block;
	width:500%;
	height:100%;
	position:absolute;
	left:-250%;
	top:0;
	z-index:-1;
	background-color:#FFF;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
	}
header.fix:after{
	border-bottom:1px solid #DCDCDC;
	filter:alpha(opacity=94);
	-moz-opacity:0.94;
	opacity:0.94;
	}
header h1{
	width:260px;
	display:block;
	position:absolute;
	left:30px;
	top:39px;
	transition:0.4s;
	}
header.fix h1{
	top:23px;
	}
header.fix h1 img{
	display:none;
	}
header.fix h1 a{
	background:url(img/common/logo2.webp) no-repeat left top;
	-webkit-background-size:180px auto;
	background-size:180px auto;
	display:block;
	width:180px;
	height:26px;
	}
header.fix h1 a:hover{
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	}
header nav{
	display:inline-block;
	width:560px;
	max-width:100%;
	transition:0.4s;
	text-align:left;
	}
header.fix nav{
	padding-top:0;
	}
header nav ul{
	display:flex;
	justify-content:space-between;
	}
header nav ul li{
	font-size:16px;
	font-weight:700;
	position:relative;
	}
header nav ul li a{
	color:#28323C;
	display:block;
	padding:45px 2px 0px 2px;
	height:110px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	transition:0.2s;
	}
header.fix nav ul li a{
	padding-top:24px;
	height:70px;
	}
header nav ul li a:hover{
	text-decoration:none;
	color:#998673;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	}
header nav ul li:after{
	content:"";
	display:none;
	width:100%;
	height:3px;
	position:absolute;
	left:0;
	bottom:0;
	background-color:#998673;
	}
header nav ul li:hover:after{
	display:block;
	}
header.fix nav ul li:after{
	background-color:#998673;
	bottom:-1px;
	}
.menu{
	position:fixed;
	top:38px;
	right:50%;
	margin-right:-600px;
	width:40px;
	height:42px;
	display:block;
	cursor:pointer;
	z-index:2000;
	transition:0.4s;
	}
.menu.fix{
	top:18px;
	height:40px;
	}
.menu:after{
	content:"MENU";
	display:block;
	font-family:'Roboto Slab';
	font-size:11px;
	font-weight:400;
	color:#28323C;
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	letter-spacing:0.15em;
	text-align:left;
	z-index:10;
	transition:0.6s;
	}
.menu:hover{
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
	}
.menu1{
	width:40px;
	height:1px;
	background-color:#28323C;
	position:absolute;
	top:0;
	left:0;
	transition:0.6s;
	}
.menu2{
	width:30px;
	height:1px;
	background-color:#28323C;
	position:absolute;
	top:8px;
	left:0px;
	transition:0.6s;
	}
.menu3{
	width:20px;
	height:1px;
	background-color:#28323C;
	position:absolute;
	top:16px;
	left:0px;
	transition:0.6s;
	}
.menu1,.menu3{
	transition:all 0.5s ease-out;
	-o-transition:all 0.5s ease-out;
	-moz-transition:all 0.5s ease-out;
	-webkit-transition:all 0.5s ease-out;
	-ms-transition:all 0.5s ease-out;
	}
.menuclick{
	right:60px;
	margin-right:0;
	top:60px;
	}
.menu.menuclick.fix{
	top:60px;
	height:42px;
	}
.menuclick1{
	width:34px;
	top:8px;
	left:0px;
	-moz-transform:rotate(405deg);
	-webkit-transform:rotate(405deg);
	-o-transform:rotate(405deg);
	-ms-transform:rotate(405deg);
	transform:rotate(405deg);
	}
.menuclick2{
	display:none;
	}
.menuclick3{
	width:34px;
	top:8px;
	left:0px;
	-moz-transform:rotate(-405deg);
	-webkit-transform:rotate(-405deg);
	-o-transform:rotate(-405deg);
	-ms-transform:rotate(-405deg);
	transform:rotate(-405deg);
	}
.titleb span{
	font-size:19px;
	font-family:'Roboto Slab';
	font-weight:400;
	display:inline-block;
	padding-right:32px;
	position:relative;
	}
.titleb span:after{
	content:"";
	display:block;
	width:22px;
	height:1px;
	position:absolute;
	right:0;
	top:50%;
	background-color:#28323C;
	}
.titleb strong{
	font-size:42px;
	display:block;
	font-family:'Noto Serif JP';
	line-height:1.6;
	margin-top:12px;
	font-weight:500;
	}
.linkto{
	text-align:left;
	line-height:1.4;
	font-weight:500;
	font-size:17px;
	}
.linkto a{
	border-bottom:1px solid #28323C;
	display:inline-block;
	padding:24px 75px 24px 0px;
	color:#28323C;
	position:relative;
	}
.linkto a:hover{
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	text-decoration:none;
	}
.linkto a:after{
	content:"";
	display:block;
	position:absolute;
	right:24px;
	top:50%;
	margin-top:-3px;
	width:6px;
	height:6px;
	border-top:1px solid #28323C;
	border-right:1px solid #28323C;
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
	transition:0.4s;
	}
.linkto a:hover:after{
	right:19px;
	}
a.recruitb{
	display:block;
	margin-top:180px;
	background-color:#28323C;
	position:relative;
	padding:100px 8% 100px 8%;
	transition:0.4s;
	}
a.recruitb:hover{
	text-decoration:none;
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	opacity:0.85;
	}
a.recruitb:before{
	content:"";
	display:block;
	width:60%;
	height:100%;
	position:absolute;
	right:0;
	top:0;
	background:url(img/common/rec1.webp) no-repeat center center;
	-webkit-background-size:cover;
	background-size:cover;
	z-index:1;
	}
a.recruitb:after{
	content:"";
	display:block;
	width:60%;
	height:100%;
	position:absolute;
	right:0;
	top:0;
	z-index:2;
	background:linear-gradient(to right,rgba(40,50,60,1) 0%,rgba(40,50,60,0.3) 40%,rgba(40,50,60,0.3) 100%);
	}
a.recruitb h2{
	font-size:24px;
	font-weight:700;
	color:#FAFAFA;
	letter-spacing:0.1em;
	position:relative;
	z-index:3;
	padding-right:85px;
	display:inline-block;
	}
a.recruitb h2:after{
	content:"";
	display:block;
	width:58px;
	height:58px;
	border:2px solid #FAFAFA;
	border-radius:400px;
	-webkit-border-radius:400px;
	-moz-border-radius:400px;
	-o-border-radius:400px;
	-ms-border-radius:400px;
	position:absolute;
	right:0;
	top:29px;
	}
a.recruitb h2:before{
	content:"";
	display:block;
	position:absolute;
	right:28px;
	top:56px;
	width:6px;
	height:6px;
	border-top:2px solid #FAFAFA;
	border-right:2px solid #FAFAFA;
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
	}
a.recruitb h2 span{
	display:block;
	font-size:82px;
	font-family:'Roboto Slab';
	font-weight:400;
	letter-spacing:0.08em;
	}
a.recruitb h3{
	font-size:34px;
	font-family:'Noto Serif JP';
	font-weight:500;
	color:#FAFAFA;
	letter-spacing:0.08em;
	margin-top:90px;
	position:relative;
	z-index:3;
	}
a.recruitb p{
	font-size:16px;
	color:#FAFAFA;
	margin-top:22px;
	position:relative;
	z-index:3;
	}
#totop{
	font-size:12px;
	color:#FAFAFA;
	text-align:center;
	padding-top:35px;
	display:block;
	position:fixed;
	right:2.5%;
	bottom:50px;
	width:64px;
	height:64px;
	background-color:#28323C;
	font-family:'Roboto Slab';
	font-weight:400;
	border-radius:400px;
	-webkit-border-radius:400px;
	-moz-border-radius:400px;
	-o-border-radius:400px;
	-ms-border-radius:400px;
	z-index:300;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	letter-spacing:0.1em;
	}
#totop:before{
	content:"";
	width:14px;
	height:2px;
	background-color:#FAFAFA;
	position:absolute;
	left:50%;
	top:0;
	margin:20px 0 0 -7px;
	z-index:10;
	}
#totop:after{
	content:"";
	width:8px;
	height:8px;
	border-top:2px solid #FAFAFA;
	border-right:2px solid #FAFAFA;
	-moz-transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	transform:rotate(-45deg);
	display:block;
	position:absolute;
	left:50%;
	top:0;
	z-index:10;
	margin:25px 0 0 -5px;
	}
#totop:hover{
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	opacity:0.9;
	text-decoration:none;
	}
footer{
	max-width:1140px;
	margin:0 auto;
	padding:80px 70px 90px 70px;
	overflow:hidden;
	zoom:1;
	}
footer h2{
	float:left;
	line-height:1.6;
	}
footer h2 img{
	width:222px;
	margin-bottom:30px;
	}
footer ul{
	float:right;
	width:580px;
	max-width:100%;
	padding-top:5px;
	display:flex;
	justify-content:space-between;
	}
footer ul li{
	font-size:17px;
	font-weight:500;
	}
footer ul li a{
	color:#28323C;
	}
footer ul li a:hover{
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	color:#28323C;
	}
small#copyright{
	background-color:#E2E4E6;
	display:block;
	padding:42px 70px 42px 70px;
	text-align:center;
	font-size:18px;
	font-family:'Roboto Slab';
	font-weight:400;
	}
#spbg{
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:1000;
	display:none;
	}
#spbg:after{
	content:"";
	display:block;
	position:fixed;
	z-index:2;
	left:0;
	top:0;
	height:100%;
	width:-webkit-calc(100% - 600px);
	width:calc(100% - 600px);
	background:url(img/common/header2bg.webp) no-repeat center center;
	-webkit-background-size:cover;
	background-size:cover;
	}
#header2{
	position:fixed;
	right:-600px;
	background-color:#FAFAFA;
	width:600px;
	height:100%;
	z-index:1500;
	top:0;
	overflow-y:scroll;
	-ms-overflow-style:none;
	scrollbar-width:none;
	padding:90px 130px 100px 85px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	}
#header2::-webkit-scrollbar{
	display:none;
	-webkit-appearance:none;
	}
#header2 h2 a{
	display:inline-block;
	width:235px;
	}
#header2 h2 a img{
	width:100%;
	}
#header2 nav ul{
	overflow:hidden;
	zoom:1;
	padding-top:10px;
	}
#header2 nav ul li a{
	width:100%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	display:block;
	padding:19px 70px 18px 22px;
	background-color:#E2E4E6;
	font-size:17px;
	font-weight:700;
	color:#28323C;
	position:relative;
	margin-top:14px;
	}
#header2 nav ul li a:hover{
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	opacity:0.9;
	text-decoration:none;
	}
#header2 nav ul li a:after{
	content:"";
	display:block;
	position:absolute;
	right:28px;
	top:50%;
	margin-top:-2px;
	width:4px;
	height:4px;
	border-top:2px solid #28323C;
	border-right:2px solid #28323C;
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
	}
#headbg{
	background:url(img/about/headbg.webp) no-repeat center center;
	height:420px;
	margin-top:110px;
	-webkit-background-size:cover;
	background-size:cover;
	position:relative;
	margin-bottom:105px;
	}
#headbg h1{
	position:absolute;
	bottom:-105px;
	left:8%;
	}
#headbg h1 span{
	font-size:94px;
	font-family:'Roboto Slab';
	font-weight:700;
	letter-spacing:0.03em;
	display:block;
	}
#headbg h1 strong{
	font-size:24px;
	font-weight:700;
	letter-spacing:0.08em;
	display:block;
	}
#noheadbg{
	max-width:1260px;
	margin:110px auto 0 auto;
	border-top:1px solid #D8DADC;
	}
#noheadbg h2{
	padding:140px 0 0 30px;
	}
#noheadbg h2 span{
	font-size:60px;
	font-family:'Roboto Slab';
	font-weight:700;
	letter-spacing:0.03em;
	display:block;
	}
#noheadbg h2 strong{
	font-size:20px;
	font-weight:700;
	letter-spacing:0.08em;
	display:block;
	}
.navi{
	color:#998673;
	text-align:center;
	padding-top:210px;
	clear:both;
	font-size:0;
	position:relative;
	}
.navi:before{
	content:"";
	display:block;
	width:100%;
	height:1px;
	position:absolute;
	left:0;
	top:120px;
	background-color:#D8DADC;
	}
.navi a.page-numbers,.navi .current{
	font-size:18px;
	margin:5px 3px;
	color:#998673;
	text-align:center;
	padding:7px 2px 0px 2px;
	width:42px;
	height:42px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	border:solid 1px #998673;
	text-decoration:none;
	border-radius:400px;
	-webkit-border-radius:400px;
	-moz-border-radius:400px;
	-o-border-radius:400px;
	-ms-border-radius:400px;
	display:inline-block;
	}
.navi a.page-numbers:hover{
	text-decoration:underline;
	}
.navi a.next:hover,.navi a.prev:hover{
	text-decoration:underline;
	}
.navi .current{
	color:white;
	background:#998673;
	border-color:#998673;
	}
.navi a.next,.navi a.prev{
	border:0 none;
	color:#998673;
	font-size:17px;
	margin:0 10px 0 0;
	width:auto;
	height:auto;
	}
.navi a.next{
	margin:0 0 0 10px;
	}
.post-box table{
	border-top:1px solid #D8DADC;
	}
.post-box table th{
	font-size:17px;
	font-weight:700;
	line-height:1.8;
	padding:18px 50px 18px 0px;
	vertical-align:top;
	border-bottom:1px solid #D8DADC;
	text-align:left;
	white-space:nowrap;
	word-break:break-all;
	}
.post-box table td{
	font-size:17px;
	font-weight:400;
	line-height:1.8;
	padding:18px 0px 18px 0;
	vertical-align:top;
	border-bottom:1px solid #D8DADC;
	word-break:break-all;
	}
.post-box table td ul li{
	list-style-type:disc;
	margin:6px 0 0 20px;
	line-height:1.7;
	}
.post-box table td ul li:first-of-type{
	margin-top:0;
	}
.post-box table td ol li{
	list-style-type:decimal;
	margin:6px 0 0 20px;
	line-height:1.7;
	}
.post-box table td ol li:first-of-type{
	margin-top:0;
	}
@media screen and (max-width:1400px){
#noheadbg{
	margin:110px 60px 0 60px;
	}
}
@media screen and (max-width:1340px){
header{
	left:30px;
	width:100%;
	width:-webkit-calc(100% - 60px);
	width:calc(100% - 60px);
	margin-left:0;
	padding-right:130px;
	}
.menu{
	right:60px;
	margin-right:0;
	}
}
@media screen and (max-width:900px){
body,
h1,h2,h3,h4,h5,h6,
p,ul,ol,li,dl,dt,dd,
table,th,td,
blockquote,pre,address,form,fieldset,legend{
	letter-spacing:0.03em;
	}
body{
	background-color:#FFF;
	}
p{
	line-height:2.1;
	text-align:start;
	text-justify:auto;
	}
header{
	padding:0;
	position:absolute;
	left:auto;
	width:-webkit-calc(100%);
	width:calc(100%);
	top:0;
	height:auto;
	border-bottom:0;
	}
header.fix{
	height:auto;
	}
header:after{
	display:none;
	}
header h1{
	width:170px;
	left:6%;
	top:35px;
	transition:0s;
	}
header.fix h1{
	top:35px;
	}
header.fix h1 img{
	display:block;
	}
header.fix h1 a{
	background:none;
	width:auto;
	height:auto;
	}
header.fix h1 a:hover{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	}
header nav{
	display:none;
	}
.menu{
	top:25px;
	right:6%;
	width:35px;
	height:35px;
	mix-blend-mode:difference;
	}
.menu.fix{
	top:25px;
	height:35px;
	}
.menu:after{
	font-size:10px;
	letter-spacing:0.1em;
	}
.menu:hover{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	}
.menu1{
	width:35px;
	}
.menu2{
	width:25px;
	top:7px;
	}
.menu3{
	width:15px;
	top:14px;
	}
.menu .menu1,
.menu .menu2,
.menu .menu3{
	background-color:#F5F5F5;
	}
.menu:after{
	color:#F5F5F5;
	}
.menuclick{
	right:6%;
	mix-blend-mode:normal;
	top:25px;
	}
.menu.menuclick.fix{
	top:25px;
	height:35px;
	}
.menu .menu1.menuclick1{
	width:27px;
	top:7px;
	left:3px;
	background-color:#28323C;
	}
.menu .menu3.menuclick3{
	width:27px;
	top:7px;
	left:3px;
	background-color:#28323C;
	}
.menu.menuclick:after{
	color:#28323C;
	}
.menu.menuclick.fix .menu1,
.menu.menuclick.fix .menu2,
.menu.menuclick.fix .menu3{
	background-color:#28323C;
	}
.menu.menuclick.fix:after{
	color:#28323C;
	}
.titleb span{
	font-size:16px;
	padding-right:27px;
	letter-spacing:0.07em;
	}
.titleb span:after{
	width:18px;
	margin-top:-1px;
	}
.titleb strong{
	font-size:30px;
	margin-top:8px;
	}
.linkto a{
	padding:20px 50px 20px 0px;
	}
.linkto a:after{
	right:15px;
	margin-top:-2px;
	width:4px;
	height:4px;
	}
.linkto a:hover:after{
	right:15px;
	}
a.recruitb{
	margin-top:110px;
	padding:440px 7% 70px 7%;
	}
a.recruitb:hover{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	}
a.recruitb:before{
	width:100%;
	height:500px;
	}
a.recruitb:after{
	width:100%;
	height:500px;
	background:linear-gradient(to bottom,rgba(40,50,60,0.3) 0%,rgba(40,50,60,0.3) 60%,rgba(40,50,60,1) 100%);
	}
a.recruitb h2{
	font-size:18px;
	padding-right:60px;
	}
a.recruitb h2:after{
	width:38px;
	height:38px;
	top:18px;
	}
a.recruitb h2:before{
	right:19px;
	top:36px;
	width:4px;
	height:4px;
	}
a.recruitb h2 span{
	font-size:50px;
	}
a.recruitb h3{
	font-size:28px;
	margin-top:60px;
	}
a.recruitb p{
	font-size:15px;
	margin-top:20px;
	}
#totop{
	right:4%;
	bottom:25px;
	font-size:11px;
	padding-top:27px;
	width:52px;
	height:52px;
	}
#totop:before{
	width:12px;
	margin:14px 0 0 -6px;
	}
#totop:after{
	width:6px;
	height:6px;
	margin:19px 0 0 -4px;
	}
footer{
	padding:70px 7% 30px 7%;
	text-align:center;
	}
footer h2{
	font-size:16px;
	float:none;
	text-align:left;
	display:inline-block;
	}
footer h2 a:nth-of-type(1){
	width:210px;
	display:block;
	}
footer h2 img{
	width:210px;
	margin-bottom:20px;
	}
footer ul{
	text-align:left;
	float:none;
	width:auto;
	padding-top:20px;
	display:block;
	justify-content:normal;
	}
footer ul li{
	border-top:1px solid #D8DADC;
	}
footer ul li:first-of-type{
	border-top:0;
	}
footer ul li a{
	color:#998673;
	display:block;
	padding:16px 40px 16px 22px;
	position:relative;
	}
footer ul li a:after{
	content:"";
	display:block;
	position:absolute;
	right:25px;
	top:50%;
	margin-top:-2.5px;
	width:5px;
	height:5px;
	border-top:2px solid #998673;
	border-right:2px solid #998673;
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
	}
footer ul li a:hover{
	color:#998673;
	}
small#copyright{
	padding:25px 100px 25px 7%;
	text-align:left;
	font-size:16px;
	}
#spbg{
	background-color:#28323C;
	filter: alpha(opacity=90);
	-moz-opacity:0.9;
	opacity:0.9;
	}
#spbg:after{
	display:none;
	}
#header2{
	right:-90%;
	width:90%;
	padding:75px 9% 80px 8%;
	}
#header2 h2 a{
	width:200px;
	}
#header2 nav ul li a{
	padding:16px 60px 16px 5%;
	font-size:16px;
	margin-top:10px;
	}
#headbg{
	height:300px;
	margin-top:80px;
	margin-bottom:55px;
	}
#headbg h1{
	bottom:-55px;
	left:6%;
	}
#headbg h1 span{
	font-size:42px;
	letter-spacing:0.02em;
	}
#headbg h1 strong{
	font-size:18px;
	letter-spacing:0.06em;
	}
#noheadbg{
	margin:80px 6% 0 6%;
	}
#noheadbg h2{
	padding:60px 0 0 0;
	}
#noheadbg h2 span{
	font-size:42px;
	letter-spacing:0.02em;
	}
#noheadbg h2 strong{
	font-size:18px;
	letter-spacing:0.06em;
	}
.navi{
	padding-top:140px;
	}
.navi:before{
	top:80px;
	}
.navi a.page-numbers,.navi .current{
	font-size:17px;
	padding:4px 2px 0px 2px;
	width:36px;
	height:36px;
	}
.navi a.next,.navi a.prev{
	font-size:16px;
	margin:0 8px 0 0;
	width:auto;
	height:auto;
	}
.navi a.next{
	margin:0 0 0 8px;
	}
}
@media screen and (max-width:520px){
a.recruitb{
	padding-top:230px;
	}
a.recruitb:before{
	height:280px;
	}
a.recruitb:after{
	height:280px;
	}
a.recruitb h3{
	font-size:24px;
	letter-spacing:0.01em;
	}
#headbg{
	height:160px;
	}
}