@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:'Lato';
	font-style:normal;
	font-weight:400;
	font-display:swap;
	src:url('font/Lato-Regular.woff2') format('woff2'),url('font/Lato-Regular.woff') format('woff'); 
	}
@font-face{
	font-family:'Lato';
	font-style:normal;
	font-weight:900;
	font-display:swap;
	src:url('font/Lato-Black.woff2') format('woff2'),url('font/Lato-Black.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:#32323C;
	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:#BA8A40;
	}
a:hover{
	text-decoration:underline;
	color:#CFAD7A;
	}
/* 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:absolute;
	z-index:80;
	left:7%;
	top:0;
	width:86%;
	padding:0 140px 0 310px;
	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;
	}
header h1{
	width:250px;
	display:block;
	position:absolute;
	left:0px;
	top:55px;
	}
header nav{
	display:inline-block;
	width:430px;
	max-width:100%;
	text-align:left;
	padding-top:58px;
	}
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:#32323C;
	display:block;
	padding:10px 2px 10px 2px;
	height:92px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	}
header nav ul li a:hover{
	text-decoration:none;
	color:#BA8A40;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	}
header nav ul li a:after{
	content:"";
	display:none;
	width:100%;
	height:3px;
	position:absolute;
	left:0;
	bottom:0;
	background-color:#BA8A40;
	}
header nav ul li a:hover:after{
	display:block;
	}
.menu{
	position:fixed;
	top:40px;
	right:5%;
	width:74px;
	height:74px;
	display:block;
	cursor:pointer;
	z-index:2000;
	background-color:#BA8A40;
	border-radius:400px;
	-webkit-border-radius:400px;
	-moz-border-radius:400px;
	-o-border-radius:400px;
	-ms-border-radius:400px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	}
.menu:after{
	content:"MENU";
	display:block;
	font-family:'Lato';
	font-size:10px;
	font-weight:400;
	color:#F5F5F5;
	position:absolute;
	left:0;
	top:43px;
	width:98%;
	letter-spacing:0.15em;
	text-align:center;
	z-index:10;
	transition:0.6s;
	padding-left:2%;
	}
.menu:hover{
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
	}
.menu1{
	width:32px;
	height:1px;
	background-color:#F5F5F5;
	position:absolute;
	top:24px;
	left:21px;
	transition:0.6s;
	}
.menu2{
	width:32px;
	height:1px;
	background-color:#F5F5F5;
	position:absolute;
	top:30px;
	left:21px;
	transition:0.6s;
	}
.menu3{
	width:32px;
	height:1px;
	background-color:#F5F5F5;
	position:absolute;
	top:36px;
	left:21px;
	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:after{
	content:"CLOSE";
	}
.menuclick1{
	width:30px;
	top:27px;
	left:22px;
	-moz-transform:rotate(405deg);
	-webkit-transform:rotate(405deg);
	-o-transform:rotate(405deg);
	-ms-transform:rotate(405deg);
	transform:rotate(405deg);
	}
.menuclick2{
	display:none;
	}
.menuclick3{
	width:30px;
	top:27px;
	left:22px;
	-moz-transform:rotate(-405deg);
	-webkit-transform:rotate(-405deg);
	-o-transform:rotate(-405deg);
	-ms-transform:rotate(-405deg);
	transform:rotate(-405deg);
	}
.linkto{
	text-align:left;
	font-size:19px;
	font-family:'Lato';
	font-weight:400;
	line-height:1.4;
	}
.linkto a{
	color:#32323C;
	display:inline-block;
	min-height:60px;
	padding:19px 84px 0 0;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	position:relative;
	}
.linkto a:after{
	content:"";
	display:block;
	width:60px;
	height:60px;
	border:1px solid #32323C;
	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-radius:400px;
	-webkit-border-radius:400px;
	-moz-border-radius:400px;
	-o-border-radius:400px;
	-ms-border-radius:400px;
	position:absolute;
	right:4px;
	top:0;
	transition:0.4s;
	}
.linkto a:before{
	content:"";
	display:block;
	position:absolute;
	right:32px;
	top:50%;
	margin-top:-3px;
	width:6px;
	height:6px;
	border-top:1px solid #32323C;
	border-right:1px solid #32323C;
	-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{
	text-decoration:none;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	}
.linkto a:hover:after{
	right:0px;
	}
.linkto a:hover:before{
	right:28px;
	}
#recruitb{
	margin-top:190px;
	background:url(img/common/recruitbg.webp) no-repeat center center;
	-webkit-background-size:cover;
	background-size:cover;
	overflow:hidden;
	zoom:1;
	padding:220px 70px 480px 70px;
	position:relative;
	font-size:0;
	text-align:center;
	}
#recruitb div{
	display:inline-block;
	vertical-align:top;
	background-color:#FAFAFA;
	border-radius:18px;
	-webkit-border-radius:18px;
	-moz-border-radius:18px;
	-o-border-radius:18px;
	-ms-border-radius:18px;
	width:560px;
	max-width:47.9%;
	position:relative;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	}
#recruitb div:nth-of-type(1){
	margin-right:2%;
	}
#recruitb div:nth-of-type(2){
	margin-left:2%;
	padding:70px 10px 60px 10px;
	}
#recruitb div:nth-of-type(1) a{
	display:block;
	padding:55px 35px 35px 35px;
	overflow:hidden;
	zoom:1;
	text-align:left;
	}
#recruitb div h2{
	line-height:1.2;
	text-align:center;
	position:absolute;
	left:0;
	top:-55px;
	width:100%;
	}
#recruitb div h2 span{
	font-size:22px;
	font-weight:900;
	font-family:'Lato';
	display:block;
	letter-spacing:0.1em;
	}
#recruitb div h2 strong{
	font-size:48px;
	font-weight:900;
	font-family:'Lato';
	display:block;
	letter-spacing:0.1em;
	}
#recruitb div:nth-of-type(1) a img{
	float:left;
	margin-right:30px;
	}
#recruitb div:nth-of-type(1) a h3{
	font-size:32px;
	font-weight:700;
	padding-top:35px;
	}
#recruitb div:nth-of-type(1) a h4{
	font-size:17px;
	padding-top:15px;
	line-height:1.7;
	}
#recruitb div:nth-of-type(1) a:after{
	content:"";
	display:block;
	width:60px;
	height:60px;
	border:1px solid #32323C;
	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-radius:400px;
	-webkit-border-radius:400px;
	-moz-border-radius:400px;
	-o-border-radius:400px;
	-ms-border-radius:400px;
	position:absolute;
	right:30px;
	bottom:30px;
	transition:0.4s;
	}
#recruitb div:nth-of-type(1) a:before{
	content:"";
	display:block;
	position:absolute;
	right:58px;
	bottom:57px;
	width:6px;
	height:6px;
	border-top:1px solid #32323C;
	border-right:1px solid #32323C;
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
	transition:0.4s;
	}
#recruitb div:nth-of-type(1) a:hover{
	text-decoration:none;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	}
#recruitb div:nth-of-type(1) a:hover:after{
	right:26px;
	}
#recruitb div:nth-of-type(1) a:hover:before{
	right:54px;
	}
#recruitb div:nth-of-type(2) h3{
	font-size:17px;
	}
#recruitb div:nth-of-type(2) h3 br{
	display:none;
	}
#recruitb div:nth-of-type(2) h4{
	font-size:18px;
	font-weight:500;
	color:#787882;
	margin-top:25px;
	}
#recruitb div:nth-of-type(2) h4 a{
	font-size:46px;
	font-weight:900;
	font-family:'Lato';
	color:#32323C;
	display:inline-block;
	margin-bottom:11px;
	padding-left:58px;
	background:url(img/common/tel.webp) no-repeat left 14px;
	-webkit-background-size:44px auto;
	background-size:44px auto;
	}
#recruitb div:nth-of-type(2) h4 a:hover{
	text-decoration:none;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	}
#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:#32323C;
	font-family:'Lato';
	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{
	padding:150px 10% 80px 10%;
	background-color:#FFF;
	position:relative;
	overflow:hidden;
	zoom:1;
	}
footer:after{
	content:"";
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:150px;
	background-color:#E6E3E0;
	z-index:1;
	}
footer h2{
	font-size:17px;
	position:relative;
	z-index:2;
	float:left;
	line-height:1.7;
	margin-top:-12px;
	width:40%;
	}
footer h2 a:nth-of-type(1){
	display:inline-block;
	width:260px;
	margin-bottom:40px;
	}
footer h2 a.insta{
	display:inline-block;
	margin-top:25px;
	}
footer ul{
	position:relative;
	z-index:2;
	float:right;
	width:55%;
	overflow:hidden;
	zoom:1;
	padding-top:55px;
	}
footer ul li{
	float:left;
	font-size:16px;
	width:46%;
	margin-right:8%;
	border-bottom:1px solid #C8C3BE;
	}
footer ul li:nth-of-type(2n){
	margin-right:0;
	}
footer ul li:last-of-type{
	border-bottom:0;
	}
footer ul li a{
	display:block;
	padding:19px 40px 20px 20px;
	position:relative;
	}
footer ul li a:after{
	content:"";
	width:4px;
	height:4px;
	border-top:1px solid #BA8A40;
	border-right:1px solid #BA8A40;
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
	display:block;
	position:absolute;
	right:25px;
	top:50%;
	margin-top:-2px;
	}
footer ul li ul{
	float:none;
	width:auto;
	padding-top:0;
	margin-left:40px;
	border-top:1px solid #C8C3BE;
	}
footer ul li ul li{
	float:none;
	width:auto;
	margin-right:0;
	}
footer ul li ul li a{
	padding:16px 40px 17px 20px;
	}
footer ul li ul li:last-of-type{
	border-bottom:1px solid #C8C3BE;
	}
small#copyright{
	background-color:#32323C;
	color:#B4B4B4;
	display:block;
	padding:48px 70px 48px 70px;
	text-align:center;
	font-size:19px;
	font-family:'Lato';
	font-weight:400;
	position:relative;
	letter-spacing:0.1em;
	}
small#copyright a{
	color:#B4B4B4;
	}
#spbg{
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	background-color:#32323C;
	z-index:1000;
	filter: alpha(opacity=90);
	-moz-opacity:0.9;
	opacity:0.9;
	display:none;
	}
#header2{
	position:fixed;
	right:-600px;
	background-color:#E6E3E0;
	width:600px;
	height:100%;
	z-index:1500;
	top:0;
	overflow-y:scroll;
	-ms-overflow-style:none;
	scrollbar-width:none;
	padding:90px 110px 110px 80px;
	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:block;
	width:220px;
	}
#header2 nav ul{
	margin-top:40px;
	}
#header2 nav ul li{
	margin-top:12px;
	}
#header2 nav ul li a{
	font-size:18px;
	font-weight:700;
	display:block;
	background-color:#FAFAFA;
	color:#32323C;
	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;
	padding:21px 30px 21px 30px;
	position:relative;
	}
#header2 nav ul li a:after{
	content:"";
	display:block;
	position:absolute;
	right:32px;
	top:50%;
	margin-top:-3px;
	width:6px;
	height:6px;
	border-top:2px solid #32323C;
	border-right:2px solid #32323C;
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
	}
#header2 nav ul li ul{
	margin:0 0 0 30px;
	}
#header2 nav ul li ul li{
	margin-top:2px;
	}
#header2 nav ul li ul li a{
	font-size:17px;
	padding:18px 30px 18px 26px;
	}
#headbg{
	margin:150px 0 0 7%;
	width:93%;
	position:relative;
	padding-bottom:90px;
	}
#headbg:after{
	content:"";
	display:block;
	width:100%;
	height:480px;
	}
#headbg h1{
	position:absolute;
	bottom:0;
	left:5%;
	}
#headbg h1 span{
	font-size:78px;
	font-family:'Lato';
	display:block;
	font-weight:900;
	letter-spacing:0.06em;
	}
#headbg h1 strong{
	font-size:22px;
	display:block;
	font-weight:700;
	letter-spacing:0.1em;
	}
#noheadbg{
	margin:150px 0 0 0;
	width:100%;
	padding:130px 0 0 0;
	border-top:1px solid #DCD7D2;
	}
#noheadbg h1{
	margin-left:12%;
	position:relative;
	}
#noheadbg h1 span{
	font-size:78px;
	font-family:'Lato';
	display:block;
	font-weight:900;
	letter-spacing:0.06em;
	}
#noheadbg h1 strong{
	font-size:22px;
	display:block;
	font-weight:700;
	letter-spacing:0.1em;
	}
.post-box{
	overflow:hidden;
	zoom:1;
	}
.post-box a{
	display:inline-block;
	}
.iconset{
	display:inline-block;
	padding:0 5px 0px 5px;
	vertical-align:-1px;
	}
.post-box p mark{
	font-weight:700;
	font-size:18px;
	position:relative;
	background-color:#FFF073;
	background:-moz-linear-gradient(top,#FFFFFF,#FFFFFF 60%,#FFF073 40%, #FFF073);
	background:-webkit-gradient(linear, left top, left bottom, from(#FFFFFF), color-stop(0.6, #FFFFFF), color-stop(0.6, #FFF073), to(#FFF073));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFFFFFFF', endColorstr='#FFF073');
	background: linear-gradient(to bottom, #FFFFFF 0%,#FFFFFF 60%, #FFF073 60%,#FFF073 100%);
	}
.post-box strong{
	font-weight:700;
	}
.post-box hr{
	height:1px;
	background-color:#C8C3BE;
	border:none;
	color:#C8C3BE;
	}
.post-box ul li{
	list-style-type:disc;
	margin:6px 0 6px 25px;
	line-height:1.7;
	}
.post-box ol li{
	margin:6px 0 6px 25px;
	line-height:1.7;
	list-style-type:decimal;
	}
img.alignleft{
	display:inline-block;
	float:left;
	margin:15px 30px 15px 0px;
	}
img.alignright{
	display:inline-block;
	float:right;
	margin:15px 0px 15px 30px;
	}
.wp-caption.alignleft{
	display:inline-block;
	float:left;
	margin:15px 30px 15px 0px;
	}
.wp-caption.alignright{
	display:inline-block;
	float:right;
	margin:15px 0px 15px 30px;
	}
.aligncenter,img.aligncenter{
	clear:both;
	display:block;
	margin:15px auto;
	}
.wp-caption{
	font-size:15px;
	color:#8C8C8C;
	font-weight:500;
	line-height:1.4;
	text-align:center;
	max-width:100%;
	}
.wp-caption .wp-caption-text{
	font-size:15px;
	line-height:1.4;
	font-weight:500;
	padding:15px 0 0 0;
	color:#8C8C8C;
	text-align:left;
	display:inline-block;
	}
.post-box .table100{
	width:100%;
	}
.post-box table{
	border-top:1px solid #C8C3BE;
	}
.post-box table th{
	font-size:18px;
	font-weight:700;
	line-height:1.8;
	padding:18px 50px 18px 30px;
	vertical-align:top;
	border-bottom:1px solid #C8C3BE;
	text-align:left;
	background-color:#E6E3E0;
	white-space:nowrap;
	word-break:break-all;
	}
.post-box table td{
	font-size:17px;
	font-weight:500;
	line-height:1.8;
	padding:18px 25px 18px 30px;
	vertical-align:top;
	border-bottom:1px solid #C8C3BE;
	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:1200px){
header{
	padding:0 110px 0 280px;
	}
}
@media screen and (max-width:1140px){
#recruitb{
	padding:160px 70px 180px 70px;
	}
#recruitb div{
	max-width:100%;
	}
#recruitb div:nth-of-type(1){
	margin-right:0;
	}
#recruitb div:nth-of-type(2){
	margin:90px 0 0 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;
	}
p{
	line-height:2.1;
	text-align:start;
	text-justify:auto;
	}
header{
	left:6%;
	width:auto;
	padding:0;
	}
header h1{
	width:190px;
	top:34px;
	}
header nav{
	display:none;
	}
.menu{
	top:22px;
	right:4%;
	width:48px;
	height:48px;
	}
.menu:after{
	font-size:9px;
	top:27px;
	letter-spacing:0.08em;
	}
.menu:hover{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	}
.menu1{
	width:20px;
	top:12px;
	left:14px;
	}
.menu2{
	width:20px;
	top:17px;
	left:14px;
	}
.menu3{
	width:20px;
	top:22px;
	left:14px;
	}
.menuclick1{
	background-color:#F5F5F5;
	width:20px;
	top:16px;
	left:14px;
	}
.menuclick3{
	background-color:#F5F5F5;
	width:20px;
	top:16px;
	left:14px;
	}
.linkto{
	font-size:18px;
	}
.linkto a{
	min-height:50px;
	padding:15px 70px 0 0;
	}
.linkto a:after{
	width:50px;
	height:50px;
	right:0;
	}
.linkto a:before{
	right:23px;
	}
.linkto a:hover{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	}
.linkto a:hover:before{
	right:23px;
	}
#recruitb{
	margin-top:110px;
	background:url(img/common/recruitbgsp.webp) no-repeat center center;
	-webkit-background-size:cover;
	background-size:cover;
	padding:140px 7% 180px 7%;
	}
#recruitb div{
	border-radius:14px;
	-webkit-border-radius:14px;
	-moz-border-radius:14px;
	-o-border-radius:14px;
	-ms-border-radius:14px;
	}
#recruitb div:nth-of-type(2){
	margin:80px 0 0 0;
	padding:40px 5% 30px 5%;
	}
#recruitb div:nth-of-type(1) a{
	padding:40px 2% 22px 5%;
	}
#recruitb div h2{
	top:-45px;
	}
#recruitb div h2 span{
	font-size:18px;
	}
#recruitb div h2 strong{
	font-size:34px;
	padding-top:5px;
	}
#recruitb div:nth-of-type(1) a img{
	width:28%;
	margin-right:15px;
	}
#recruitb div:nth-of-type(1) a h3{
	font-size:24px;
	padding-top:0px;
	}
#recruitb div:nth-of-type(1) a h4{
	font-size:15px;
	padding-top:8px;
	}
#recruitb div:nth-of-type(1) a:after{
	width:31px;
	height:31px;
	right:18px;
	bottom:18px;
	}
#recruitb div:nth-of-type(1) a:before{
	right:32px;
	bottom:31px;
	width:4px;
	height:4px;
	}
#recruitb div:nth-of-type(1) a:hover{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	}
#recruitb div:nth-of-type(1) a:hover:after{
	right:18px;
	}
#recruitb div:nth-of-type(1) a:hover:before{
	right:32px;
	}
#recruitb div:nth-of-type(2) h3{
	font-size:16px;
	}
#recruitb div:nth-of-type(2) h3 br{
	display:block;
	}
#recruitb div:nth-of-type(2) h4{
	font-size:16px;
	margin-top:20px;
	}
#recruitb div:nth-of-type(2) h4 a{
	font-size:33px;
	margin-bottom:5px;
	padding-left:41px;
	background-position:left 10px;
	-webkit-background-size:32px auto;
	background-size:32px auto;
	}
#recruitb div:nth-of-type(2) h4 a:hover{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	}
#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:100px 7% 40px 7%;
	}
footer:after{
	top:100px;
	}
footer h2{
	float:none;
	margin-top:-10px;
	width:auto;
	text-align:center;
	}
footer h2 a:nth-of-type(1){
	width:230px;
	margin-bottom:30px;
	}
footer h2 a.insta{
	margin-top:22px;
	}
footer h2 a.insta img{
	width:38px;
	}
footer ul{
	float:none;
	width:auto;
	padding-top:20px;
	}
footer ul li{
	float:none;
	font-size:17px;
	width:auto;
	margin-right:0;
	}
footer ul li a{
	padding:17px 40px 17px 5%;
	}
footer ul li ul li a{
	font-size:16px;
	padding:16px 40px 16px 5%;
	}
footer ul li ul li:last-of-type{
	border-bottom:0;
	}
small#copyright{
	padding:25px 100px 25px 7%;
	text-align:left;
	font-size:17px;
	letter-spacing:0.08em;
	}
#header2{
	right:-90%;
	width:90%;
	padding:60px 9% 60px 8%;
	}
#header2 h2 a{
	width:180px;
	}
#header2 nav ul{
	margin-top:30px;
	}
#header2 nav ul li{
	margin-top:11px;
	}
#header2 nav ul li a{
	font-size:17px;
	padding:18px 30px 18px 22px;
	}
#header2 nav ul li a:after{
	right:26px;
	margin-top:-2px;
	width:4px;
	height:4px;
	}
#header2 nav ul li ul{
	margin:0 0 0 22px;
	}
#header2 nav ul li ul li a{
	font-size:16px;
	padding:15px 30px 15px 24px;
	}
#headbg{
	margin:95px 0 0 0;
	width:100%;
	padding-bottom:58px;
	}
#headbg:after{
	height:160px;
	}
#headbg h1{
	left:6%;
	}
#headbg h1 span{
	font-size:40px;
	}
#headbg h1 strong{
	font-size:19px;
	letter-spacing:0.06em;
	}
#noheadbg{
	margin:95px 0 0 0;
	padding:90px 0 0 0;
	}
#noheadbg h1{
	margin-left:6%;
	}
#noheadbg h1 span{
	font-size:40px;
	}
#noheadbg h1 strong{
	font-size:19px;
	letter-spacing:0.06em;
	}
.post-box p mark{
	font-size:17px;
	}
.post-box .youtube{
	position:relative;
	width:100%;
	padding-top:56.25%;
	}
.post-box .youtube iframe{
	position:absolute;
	top:0;
	right:0;
	width:100% !important;
	height:100% !important;
	}
img.alignleft{
	display:block;
	float:none;
	margin:10px auto 10px auto;
	}
img.alignright{
	display:block;
	float:none;
	margin:10px auto 10px auto;
	}
.wp-caption.alignleft{
	display:block;
	float:none;
	margin:10px auto 10px auto;
	}
.wp-caption.alignright{
	display:block;
	float:none;
	margin:10px auto 10px auto;
	}
.wp-caption{
	font-size:14px;
	}
.wp-caption .wp-caption-text{
	font-size:14px;
	padding:12px 0 0 0;
	}
.post-box table th{
	font-size:17px;
	padding:13px 16px 13px 16px;
	white-space:normal;
	min-width:75px;
	}
.post-box table td{
	padding:13px 10px 13px 18px;
	}
}