@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:'Montserrat';
	font-style:normal;
	font-weight:500;
	font-display:swap;
	src:url('font/Montserrat-Medium.woff2') format('woff2'),url('font/Montserrat-Medium.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:#32281E;
	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.3;
	font-size:17px;
	font-weight:500;
	text-align:justify;
	text-justify:inter-ideograph;
	}
a{
	text-decoration:none;
	color:#3D62AD;
	}
a:hover{
	text-decoration:underline;
	color:#6481BD;
	}
/* 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:1380px;
	padding:0 160px 0 280px;
	margin-left:-690px;
	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:140px;
	}
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;
	}
header.fix:after{
	border-bottom:1px solid #DCDCDC;
	}
header h1{
	width:190px;
	display:block;
	position:absolute;
	left:50px;
	top:40px;
	transition:0.4s;
	}
header.fix h1{
	top:12px;
	width:140px;
	}
header nav{
	display:inline-block;
	width:740px;
	max-width:100%;
	padding-top:50px;
	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:#32281E;
	display:block;
	padding:10px 2px 0px 2px;
	height:80px;
	}
header.fix nav ul li a{
	padding-top:22px;
	height:48px;
	}
header nav ul li a:hover{
	text-decoration:none;
	color:#3D62AD;
	}
header nav ul li:hover a{
	color:#3D62AD;
	}
header nav ul li:after{
	content:"";
	display:none;
	width:100%;
	height:3px;
	position:absolute;
	left:0;
	bottom:0;
	background-color:#3D62AD;
	}
header nav ul li:hover:after{
	display:block;
	}
header nav ul li.m1 ul{
	display:none;
	position:absolute;
	top:90px;
	justify-content:normal;
	border-top:1px solid #DCDCDC;
	}
header.fix nav ul li.m1 ul{
	top:70px;
	}
header nav ul li.m1 ul li{
	font-size:17px;
	font-weight:500;
	min-width:210px;
	line-height:1.2;
	}
header nav ul li.m1 ul li a{
	padding:20px 45px 20px 20px;
	height:auto;
	border-bottom:1px solid #DCDCDC;
	position:relative;
	background-color:#FFF;
	}
header nav ul li.m1 ul li a:before{
	content:"";
	width:4px;
	height:4px;
	border-top:2px solid #3D62AD;
	border-right:2px solid #3D62AD;
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
	display:block;
	position:absolute;
	right:20px;
	top:50%;
	z-index:6;
	margin-top:-2px;
	}
header nav ul li.m1 ul li a:hover{
	background-color:#EBEFF7;
	}
header nav ul li.m1 ul li:hover:after{
	display:none;
	}
header nav ul li.m1 ul li.current_page_item a{
	background-color:#EBEFF7;
	}
header nav ul li div{
	border-top:1px solid #DCDCDC;
	width:1300px;
	background-color:#FFF;
	position:fixed;
	left:50%;
	margin-left:-650px;
	top:140px;
	z-index:80;
	overflow:hidden;
	zoom:1;
	padding:20px 60px 20px 280px;
	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:left;
	overflow:hidden;
	zoom:1;
	display:none;
	}
header.fix nav ul li div{
	top:70px;
	}
header nav ul li div h2{
	position:absolute;
	left:60px;
	top:50px;
	}
header nav ul li div h2 span{
	font-size:15px;
	color:#E57547;
	font-family:'Montserrat';
	font-weight:500;
	display:inline-block;
	position:relative;
	padding-right:30px;
	letter-spacing:0.12em;
	}
header nav ul li div h2 span:after{
	content:"";
	display:block;
	width:20px;
	height:1px;
	background-color:#E57547;
	position:absolute;
	right:0;
	top:9px;
	}
header nav ul li div h2 strong{
	font-size:30px;
	font-weight:700;
	display:block;
	padding-top:5px;
	letter-spacing:0;
	}
header nav ul li div ul{
	width:920px;
	max-width:100%;
	float:right;
	display:block;
	justify-content:normal;
	}
header nav ul li.m2 div ul li{
	font-size:17px;
	font-weight:700;
	float:left;
	width:30.8%;
	margin-right:3.8%;
	line-height:1.2;
	border-top:1px solid #DCDCDC;
	letter-spacing:0;
	padding:20px 0;
	}
header nav ul li.m2 div ul li:nth-of-type(1),
header nav ul li.m2 div ul li:nth-of-type(2),
header nav ul li.m2 div ul li:nth-of-type(3){
	border-top:0;
	}
header nav ul li.m2 div ul li:nth-of-type(3n){
	margin-right:0;
	}
header nav ul li.m2 div ul li a{
	color:#3D62AD;
	padding:0 12px 0 0px;
	height:auto;
	overflow:hidden;
	zoom:1;
	}
header.fix nav ul li.m2 div ul li a{
	padding-top:0;
	height:auto;
	}
header nav ul li.m2 div ul li a:hover{
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	}
header nav ul li.m2 div ul li a:after{
	content:"";
	width:5px;
	height:5px;
	border-top:2px solid #3D62AD;
	border-right:2px solid #3D62AD;
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
	display:block;
	position:absolute;
	right:5px;
	top:50%;
	z-index:6;
	margin-top:-3px;
	}
header nav ul li.m2 div ul li:hover:after{
	display:none;
	}
header nav ul li.m2 div ul li a img{
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	-o-border-radius:6px;
	-ms-border-radius:6px;
	float:left;
	margin-right:12px;
	}
header nav ul li.m2 div ul li a:hover img{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	}
header nav ul li.m2 div ul li a span{
	font-size:15px;
	font-weight:500;
	color:#A0968C;
	display:block;
	line-height:1.2;
	margin-bottom:5px;
	}
header nav ul li.m2 div ul li:nth-of-type(7) a span,
header nav ul li.m2 div ul li:nth-of-type(8) a span{
	padding-top:10px;
	}
header nav ul li.m3 div ul li{
	font-size:21px;
	font-weight:700;
	float:left;
	width:48%;
	margin-right:4%;
	line-height:1.2;
	border-top:1px solid #DCDCDC;
	letter-spacing:0;
	padding:20px 0;
	}
header nav ul li.m3 div ul li:nth-of-type(1),
header nav ul li.m3 div ul li:nth-of-type(2){
	border-top:0;
	}
header nav ul li.m3 div ul li:nth-of-type(2n){
	margin-right:0;
	}
header nav ul li.m3 div ul li a{
	color:#3D62AD;
	padding:0 20px 0 0;
	height:auto;
	overflow:hidden;
	zoom:1;
	}
header.fix nav ul li.m3 div ul li a{
	padding-top:0;
	height:auto;
	}
header nav ul li.m3 div ul li a:hover{
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	}
header nav ul li.m3 div ul li a span{
	display:table;
	}
header nav ul li.m3 div ul li a strong{
	display:table-cell;
	vertical-align:middle;
	font-size:21px;
	font-weight:700;
	color:#3D62AD;
	}
header nav ul li.m3 div ul li a:after{
	content:"";
	width:6px;
	height:6px;
	border-top:3px solid #3D62AD;
	border-right:3px solid #3D62AD;
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
	display:block;
	position:absolute;
	right:15px;
	top:50%;
	z-index:6;
	margin-top:-3px;
	}
header nav ul li.m3 div ul li:hover:after{
	display:none;
	}
header nav ul li.m3 div ul li a img{
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	-o-border-radius:8px;
	-ms-border-radius:8px;
	float:left;
	margin-right:25px;
	}
header nav ul li.m3 div ul li a:hover img{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	}
.menu{
	position:fixed;
	top:52px;
	right:50%;
	margin-right:-640px;
	width:40px;
	height:40px;
	display:block;
	cursor:pointer;
	z-index:2000;
	transition:0.4s;
	}
.menu.fix{
	top:15px;
	}
.menu:hover{
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
	}
.menu1{
	width:40px;
	height:1px;
	background-color:#32281E;
	position:absolute;
	top:10px;
	left:0;
	transition:0.6s;
	}
.menu2{
	width:30px;
	height:1px;
	background-color:#32281E;
	position:absolute;
	top:18px;
	left:0px;
	transition:0.6s;
	}
.menu3{
	width:20px;
	height:1px;
	background-color:#32281E;
	position:absolute;
	top:26px;
	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:50px;
	margin-right:0;
	}
.menu.menuclick.fix{
	top:52px;
	}
.menuclick1{
	width:34px;
	top:18px;
	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:18px;
	left:0px;
	-moz-transform:rotate(-405deg);
	-webkit-transform:rotate(-405deg);
	-o-transform:rotate(-405deg);
	-ms-transform:rotate(-405deg);
	transform:rotate(-405deg);
	}
#sidenavi{
	position:fixed;
	right:0;
	bottom:60px;
	font-size:17px;
	font-weight:700;
	z-index:200;
	}
#sidenavi li{
	margin-top:15px;
	display:flex;
	display:-webkit-flex;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
	}
#sidenavi li a{
	color:#FFF;
	background-color:#3D62AD;
	display:block;
	padding:20px 13px 38px 13px;
	border-radius: 8px 0px 0px 8px / 8px 0px 0px 8px;
	-moz-border-radius: 8px 0px 0px 8px / 8px 0px 0px 8px;
	-webkit-border-radius: 8px 0px 0px 8px / 8px 0px 0px 8px;
	-o-border-radius: 8px 0px 0px 8px / 8px 0px 0px 8px;
	-ms-border-radius: 8px 0px 0px 8px / 8px 0px 0px 8px;
	position:relative;
	}
#sidenavi li a span{
	color:#FFF;
	font-size:17px;
	font-weight:700;
	white-space:pre;
	writing-mode:vertical-rl;
	-webkit-writing-mode:vertical-rl;
	-ms-writing-mode:tb-rl;
	display:inline-block;
	letter-spacing:0.06em;
	font-family:Helvetica,Lucida Grande,Verdana,Arial,"メイリオ",Meiryo,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
	text-align:left;
	}
#sidenavi li a:before{
	content:"";
	display:block;
	position:absolute;
	bottom:16px;
	left:17px;
	width:18px;
	height:18px;
	background-color:#FFF;
	border-radius:100px;
	-webkit-border-radius:100px;
	-moz-border-radius:100px;
	-o-border-radius:100px;
	-ms-border-radius:100px;
	}
#sidenavi li a:after{
	content:"";
	display:block;
	position:absolute;
	left:22px;
	bottom:22px;
	width:4px;
	height:4px;
	border-top:2px solid #3D62AD;
	border-right:2px solid #3D62AD;
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
	}
#sidenavi li a:hover{
	text-decoration:none;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	opacity:0.9;
	}
.linkto{
	text-align:left;
	line-height:1.4;
	font-weight:500;
	font-size:17px;
	}
.linkto a{
	background-color:#3D62AD;
	color:#FAFAFA;
	display:inline-block;
	padding:18px 75px 18px 30px;
	position:relative;
	border-radius:400px;
	-webkit-border-radius:400px;
	-moz-border-radius:400px;
	-o-border-radius:400px;
	-ms-border-radius:400px;
	}
.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:30px;
	top:50%;
	margin-top:-3px;
	width:5px;
	height:5px;
	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);
	}
#totop{
	display:block;
	position:fixed;
	right:4%;
	bottom:30px;
	z-index:300;
	padding-top:44px;
	color:#32281E;
	}
#totop:before{
	content:"";
	width:41px;
	height:41px;
	display:block;
	position:absolute;
	top:0;
	left:12px;
	z-index:1;
	border-radius:400px;
	-webkit-border-radius:400px;
	-moz-border-radius:400px;
	-o-border-radius:400px;
	-ms-border-radius:400px;
	background-color:#32281E;
	}
#totop:after{
	content:"";
	width:8px;
	height:8px;
	border-top:1px solid #F5F5F5;
	border-right:1px solid #F5F5F5;
	-moz-transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	transform:rotate(-45deg);
	display:block;
	position:absolute;
	left:28px;
	top:15px;
	z-index:2;
	}
#totop span{
	display:block;
	font-size:13px;
	font-family:'Montserrat';
	font-weight:500;
	text-align:center;
	letter-spacing:0.01em;
	}
#totop span:after{
	content:"";
	width:1px;
	height:14px;
	position:absolute;
	left:32px;
	top:14px;
	z-index:2;
	background-color:#F5F5F5;
	}
#totop:hover{
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	opacity:0.9;
	}
footer{
	margin:140px auto 0 auto;
	padding:90px 70px 0 70px;
	max-width:1280px;
	position:relative;
	}
footer:after{
	content:"";
	display:block;
	width:1280px;
	max-width:100%;
	height:1px;
	background-color:#DCDCDC;
	position:absolute;
	left:50%;
	margin-left:-640px;
	top:0;
	}
footer nav ul{
	display:flex;
	justify-content:space-between;
	}
footer nav ul li{
	font-size:17px;
	font-weight:700;
	}
footer nav ul li ul{
	display:block;
	justify-content:normal;
	padding-top:8px;
	}
footer nav ul li ul li{
	font-size:16px;
	font-weight:500;
	margin-top:11px;
	}
footer nav ul li ul li a{
	color:#786E64;
	}
footer nav ul li ul li a:hover{
	color:#786E64;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	}
footer nav ul li:nth-of-type(4) ul li{
	font-size:17px;
	font-weight:700;
	margin-top:80px;
	}
footer nav ul li:nth-of-type(4) ul li a{
	color:#3D62AD;
	}
footer nav ul li:nth-of-type(4) ul li ul li{
	font-size:16px;
	font-weight:500;
	margin-top:11px;
	}
footer nav ul li:nth-of-type(4) ul li ul li a{
	color:#786E64;
	}
footer #foot{
	overflow:hidden;
	zoom:1;
	padding-top:90px;
	}
footer #foot h2{
	float:left;
	line-height:1.5;
	padding-top:20px;
	}
footer #foot h2 a:nth-of-type(1){
	display:inline-block;
	margin-bottom:15px;
	}
footer #foot h2 a:nth-of-type(2){
	color:#32281E;
	}
footer #foot h2 a:nth-of-type(3){
	display:inline-block;
	margin-top:25px;
	}
footer #foot ul{
	float:right;
	width:580px;
	max-width:100%;
	}
footer #foot ul li{
	float:left;
	margin:20px 20px 0 0;
	border:1px solid #DCDCDC;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	width:280px;
	}
footer #foot ul li:nth-of-type(2n){
	margin-right:0;
	}
#copyright{
	display:block;
	background-color:#32281E;
	font-size:17px;
	color:#F0F0F0;
	font-family:'Montserrat';
	letter-spacing:0.1em;
	text-align:center;
	padding:45px 70px 45px 70px;
	font-weight:500;
	margin-top:70px;
	}
#spbg{
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	background-color:#000;
	z-index:1000;
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	display:none;
	}
#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:75px 110px 110px 70px;
	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:210px;
	margin-bottom:12px;
	}
#header2 h2 a img{
	width:100%;
	}
#header2 nav ul{
	overflow:hidden;
	zoom:1;
	}
#header2 nav ul li{
	margin-top:20px;
	}
#header2 nav ul li a{
	font-size:17px;
	font-weight:700;
	display:block;
	background-color:#463C32;
	color:#FAFAFA;
	padding:18px 35px 17px 25px;
	position:relative;
	}
#header2 nav ul li a:after{
	content:"";
	display:block;
	position:absolute;
	right:25px;
	top:50%;
	margin-top:-2px;
	width:4px;
	height:4px;
	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);
	}
#header2 nav ul li a:hover{
	text-decoration:none;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	}
#header2 nav ul li ul{
	padding:5px 0 0 20px;
	}
#header2 nav ul li ul li{
	letter-spacing:0.02em;
	margin-top:0;
	border-bottom:1px solid #DCDCDC;
	}
#header2 nav ul li ul li:last-of-type{
	border-bottom:0;
	}
#header2 nav ul li ul li a{
	font-weight:500;
	background:none;
	color:#32281E;
	padding:17px 35px 16px 20px;
	}
#header2 nav ul li.m2 ul li a{
	padding:15px 35px 14px 20px;
	}
#header2 nav ul li ul li a:after{
	border-color:#32281E;
	}
#header2 nav ul li ul li a span{
	display:block;
	font-size:15px;
	color:#A0968C;
	font-weight:500;
	}
#header2 nav ul li ul li.current_page_item a{
	background-color:#E7EBF2 !important;
	color:#3D62AD !important;
	}
#header2 nav ul li ul li.current_page_item a:after{
	border-color:#3D62AD !important;
	}
#header2 a.insta{
	margin-top:50px;
	display:block;
	background-color:#FFF;
	border:1px solid #DCDCDC;
	padding:24px 15px 18px 115px;
	position:relative;
	font-size:21px;
	font-weight:700;
	color:#32281E;
	line-height:1.3;
	letter-spacing:0.02em;
	}
#header2 a.insta img{
	width:48px;
	position:absolute;
	left:40px;
	top:50%;
	margin-top:-24px;
	}
#header2 a.insta span{
	display:block;
	font-size:17px;
	color:#A0968C;
	font-family:'Montserrat';
	font-weight:500;
	margin-top:4px;
	letter-spacing:0.08em;
	}
#header2 a.insta:hover{
	text-decoration:none;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	}
#headbg{
	padding:255px 70px 0 70px;
	max-width:1280px;
	margin:0 auto;
	position:relative;
	}
#headbg:after{
	content:"";
	display:block;
	width:1280px;
	max-width:100%;
	height:1px;
	position:absolute;
	bottom:0;
	left:50%;
	margin-left:-640px;
	background-color:#DCDCDC;
	}
#headbg h1,
#headbg h2{
	max-width:1160px;
	margin:0 auto;
	}
#headbg h1 span,
#headbg h2 span{
	font-size:18px;
	color:#E57547;
	font-family:'Montserrat';
	font-weight:500;
	display:inline-block;
	position:relative;
	padding-right:38px;
	letter-spacing:0.08em;
	}
#headbg h1 span:after,
#headbg h2 span:after{
	content:"";
	display:block;
	width:25px;
	height:1px;
	background-color:#E57547;
	position:absolute;
	right:0;
	top:11px;
	}
#headbg h1 strong,
#headbg h2 strong{
	font-size:42px;
	font-weight:700;
	display:block;
	padding-top:12px;
	letter-spacing:0;
	}
#headbg h1 strong div,
#headbg h2 strong div{
	font-size:26px;
	font-weight:700;
	display:inline-block;
	}
.kulink{
	font-size:14px;
	font-weight:500;
	color:#A0968C;
	overflow:hidden;
	zoom:1;
	text-align:right;
	padding:70px 0 30px 0;
	}
.kulink a{
	margin:0 5px;
	color:#3D62AD;
	}
.kulink strong{
	color:#A0968C;
	font-size:14px;
	font-weight:500;
	margin-left:5px;
	}
.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:#DCDCDC;
	border:none;
	color:#DCDCDC;
	}
.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:16px;
	color:#786E64;
	font-weight:500;
	line-height:1.4;
	text-align:center;
	max-width:100%;
	}
.wp-caption .wp-caption-text{
	font-size:16px;
	line-height:1.4;
	font-weight:500;
	padding:12px 0 0 0;
	color:#786E64;
	text-align:left;
	display:inline-block;
	}
.post-box table,
.table{
	border-top:1px solid #DCDCDC;
	}
.post-box table.table100,
.table.table100{
	width:100%;
	}
.post-box table th,
.table th{
	font-size:17px;
	font-weight:700;
	line-height:1.8;
	background-color:#F5F5F5;
	padding:18px 20px 18px 20px;
	vertical-align:top;
	border-bottom:1px solid #DCDCDC;
	text-align:left;
	white-space:nowrap;
	word-break:break-all;
	}
.post-box table td,
.table td{
	font-size:17px;
	font-weight:500;
	line-height:1.8;
	padding:18px 20px 18px 25px;
	vertical-align:top;
	border-bottom:1px solid #DCDCDC;
	word-break:break-all;
	}
.post-box table td ul li,
.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,
.table td ul li:first-of-type{
	margin-top:0;
	}
.post-box table td ol li,
.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,
.table td ol li:first-of-type{
	margin-top:0;
	}
.post-box h2,
.h2{
	font-size:28px;
	font-weight:700;
	background-color:#F0F0F0;
	padding:19px 20px 18px 28px;
	line-height:1.2;
	position:relative;
	}
.post-box h2{
	margin:10px 0px 20px 0px;
	}
.post-box h2:after,
.h2:after{
	content:"";
	display:block;
	width:3px;
	height:30px;
	position:absolute;
	left:0;
	top:50%;
	background-color:#32281E;
	margin-top:-15px;
	}
.post-box h3{
	font-size:24px;
	font-weight:700;
	color:#FAFAFA;
	background-color:#309E6E;
	padding:10px 20px 10px 22px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;
	-ms-border-radius:4px;
	margin:15px 0 18px 0;
	}
.post-box h4{
	font-size:24px;
	font-weight:700;
	margin:10px 0 10px 0;
	padding:2px 0 2px 28px;
	position:relative;
	}
.post-box h4:after{
	content:"";
	display:block;
	width:16px;
	height:16px;
	position:absolute;
	top:12px;
	left:0;
	z-index:0;
	background-color:#309E6E;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	-ms-border-radius:3px;
	}
.post-box h4:before{
	content:"";
	display:block;
	position:absolute;
	left:4px;
	top:17px;
	width:4px;
	height:4px;
	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);
	z-index:1;
	}
.post-box h5{
	font-size:23px;
	font-weight:700;
	color:#309E6E;
	margin:10px 0 10px 0;
	}
@media screen and (max-width:1440px){
footer:after{
	left:70px;
	margin-left:0;
	width:-webkit-calc(100% - 140px);
	width:calc(100% - 140px);
	}
#headbg:after{
	left:70px;
	margin-left:0;
	width:-webkit-calc(100% - 140px);
	width:calc(100% - 140px);
	}
}
@media screen and (max-width:1400px){
header{
	left:0;
	width:100%;
	margin-left:0;
	}
.menu{
	right:50px;
	margin-right:0;
	}
}
@media screen and (max-width:1370px){
header nav ul li div{
	width:-webkit-calc(100% - 60px);
	width:calc(100% - 60px);
	left:30px;
	margin-left:0;
	padding-left:260px;
	}
header nav ul li div h2{
	left:40px;
	}
}
@media screen and (max-width:1040px){
header{
	padding-left:240px;
	padding-right:100px;
	}
header.fix{
	padding-left:200px;
	}
header h1{
	left:30px;
	}
.menu{
	right:35px;
	}
}
@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{
	position:absolute;
	}
header:after{
	display:none;
	}
header h1{
	width:160px;
	left:20px;
	top:30px;
	}
header.fix h1{
	top:30px;
	width:160px;
	}
header nav{
	display:none;
	}
.menu{
	top:20px;
	right:6%;
	width:35px;
	height:35px;
	}
.menu.fix{
	top:20px;
	}
.menu:hover{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	}
.menu1{
	width:35px;
	}
.menu2{
	width:25px;
	}
.menu3{
	width:15px;
	}
.menuclick{
	right:4%;
	}
.menu.menuclick.fix{
	top:25px;
	}
.menuclick1{
	width:27px;
	}
.menuclick3{
	width:27px;
	}
#sidenavi{
	display:none;
	}
.linkto a{
	padding:15px 56px 15px 23px;
	}
.linkto a:after{
	right:24px;
	}
#totop{
	bottom:28px;
	padding-top:39px;
	}
#totop:before{
	width:36px;
	height:36px;
	left:8px;
	}
#totop:after{
	width:6px;
	height:6px;
	left:23px;
	top:13px;
	}
#totop span{
	font-size:10px;
	letter-spacing:0;
	}
#totop span:after{
	height:12px;
	left:26px;
	top:12px;
	}
footer{
	margin:110px auto 0 auto;
	padding:0px 7% 0 7%;
	}
footer:after{
	left:7%;
	width:-webkit-calc(86%);
	width:calc(86%);
	}
footer nav ul{
	display:block;
	justify-content:normal;
	}
footer nav ul li a{
	display:block;
	padding:18px 32px 18px 20px;
	position:relative;
	border-bottom:1px solid #DCDCDC;
	color:#32281E;
	}
footer nav ul li a:hover{
	color:#32281E;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	}
footer nav ul li a:after{
	content:"";
	display:block;
	position:absolute;
	right:20px;
	top:50%;
	margin-top:-2px;
	width:4px;
	height:4px;
	border-top:2px solid #32281E;
	border-right:2px solid #32281E;
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
	}
footer nav ul li ul{
	padding:0 0 0 15px;
	}
footer nav ul li ul li{
	letter-spacing:0;
	margin-top:0;
	}
footer nav ul li ul li a{
	color:#A0968C;
	padding:14px 32px 14px 15px;
	}
footer nav ul li ul li a:after{
	border-color:#A0968C;
	}
footer nav ul li:nth-of-type(4) ul{
	padding-left:0;
	}
footer nav ul li:nth-of-type(4) ul li{
	margin-top:0;
	}
footer nav ul li:nth-of-type(4) ul li a{
	color:#32281E;
	padding:18px 32px 18px 20px;
	}
footer nav ul li:nth-of-type(4) ul li a:after{
	border-color:#32281E;
	}
footer nav ul li:nth-of-type(4) ul li ul{
	padding-left:15px;
	}
footer nav ul li:nth-of-type(4) ul li ul li{
	margin-top:0px;
	}
footer nav ul li:nth-of-type(4) ul li ul li a{
	color:#A0968C;
	padding:14px 32px 14px 15px;
	}
footer nav ul li:nth-of-type(4) ul li ul li a:after{
	border-color:#A0968C;
	}
footer #foot{
	padding-top:70px;
	text-align:center;
	}
footer #foot h2{
	float:none;
	}
footer #foot h2 a:nth-of-type(3){
	margin-top:20px;
	}
footer #foot ul{
	float:none;
	width:240px;
	margin:0 auto;
	padding-top:20px;
	}
footer #foot ul li{
	float:none;
	margin:15px 0 0 0;
	width:240px;
	max-width:100%;
	}
#copyright{
	text-align:left;
	font-size:15px;
	letter-spacing:0.02em;
	padding:28px 60px 28px 7%;
	margin-top:50px;
	}
#header2{
	right:-90%;
	width:90%;
	padding:70px 9% 80px 8%;
	}
#header2 h2 a{
	width:160px;
	}
#header2 nav ul li{
	margin-top:15px;
	}
#header2 nav ul li a{
	font-size:17px;
	padding:15px 32px 15px 7%;
	}
#header2 nav ul li a:after{
	right:22px;
	}
#header2 nav ul li ul{
	padding:2px 0 0 5%;
	}
#header2 nav ul li ul li{
	letter-spacing:0;
	}
#header2 nav ul li ul li a{
	font-size:16px;
	padding:15px 32px 15px 5%;
	}
#header2 nav ul li.m2 ul li a{
	padding:12px 32px 12px 5%;
	}
#header2 nav ul li ul li a span{
	font-size:14px;
	}
#header2 a.insta{
	margin-top:35px;
	padding:30px 5px 20px 5px;
	text-align:center;
	font-size:19px;
	letter-spacing:0;
	}
#header2 a.insta img{
	width:38px;
	position:relative;
	left:auto;
	top:auto;
	margin:0 auto 15px auto;
	}
#header2 a.insta span{
	font-size:16px;
	margin-top:8px;
	letter-spacing:0.05em;
	}
#headbg{
	padding:160px 7% 0 7%;
	}
#headbg:after{
	left:7%;
	width:-webkit-calc(86%);
	width:calc(86%);
	}
#headbg h1 span,
#headbg h2 span{
	font-size:15px;
	padding-right:30px;
	letter-spacing:0.1em;
	}
#headbg h1 span:after,
#headbg h2 span:after{
	width:20px;
	top:10px;
	}
#headbg h1 strong,
#headbg h2 strong{
	font-size:28px;
	padding-top:10px;
	}
#headbg h1 strong div,
#headbg h2 strong div{
	font-size:18px;
	}
.kulink{
	letter-spacing:0;
	font-size:13px;
	padding:50px 0 18px 0;
	}
.kulink a{
	margin:0 4px;
	}
.kulink strong{
	letter-spacing:0;
	font-size:13px;
	margin-left:4px;
	}
.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;
	}
.post-box table.thyoko th,
.table.thyoko th{
	display:block;
	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:9px 7% 9px 7%;
	border-bottom:0;
	}
.post-box table.thyoko td,
.table.thyoko td{
	display:block;
	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:10px 7% 20px 7%;
	}
.post-box h2,
.h2{
	font-size:22px;
	padding:15px 15px 15px 25px;
	}
.post-box h2{
	margin:8px 0px 15px 0px;
	}
.post-box h2:after,
.h2:after{
	width:2px;
	height:24px;
	margin-top:-12px;
	}
.post-box h3{
	font-size:20px;
	padding:7px 5% 7px 5%;
	margin:8px 0 12px 0;
	}
.post-box h4{
	font-size:21px;
	margin:8px 0 8px 0;
	padding:0px 0 0px 24px;
	}
.post-box h4:after{
	width:14px;
	height:14px;
	top:9px;
	}
.post-box h4:before{
	left:3px;
	top:13px;
	}
.post-box h5{
	font-size:20px;
	margin:8px 0 8px 0;
	}
}