@charset "utf-8";

@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:'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:'Raleway';
	font-style:normal;
	font-weight:600;
	font-display:swap;
	src:url('font/Raleway-SemiBold.woff2') format('woff2'),url('font/Raleway-SemiBold.woff') format('woff'); 
	}
@font-face{
	font-family:'Raleway';
	font-style:normal;
	font-weight:800;
	font-display:swap;
	src:url('font/Raleway-ExtraBold.woff2') format('woff2'),url('font/Raleway-ExtraBold.woff') format('woff'); 
	}
body,
h1,h2,h3,h4,h5,h6,
p,blockquote,pre,address,
ul,ol,li,dl,dt,dd,
table,th,td,
form,fieldset,legend,strong{
	margin:0;
	padding:0;
	color:#231815;
	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;
	}
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.8;
	font-size:17px;
	font-weight:500;
	text-align:justify;
	text-justify:inter-ideograph;
	}
a{
	text-decoration:none;
	color:#005EB8;
	}
a:hover{
	text-decoration:underline;
	color:#4086CA;
	}
/* 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:after{
	content:"";
	display:block;
	width:100%;
	height:74px;
	position:absolute;
	left:0;
	top:-74px;
	z-index:60;
	background-color:#FFF;
	transition:0.4s;
	}
header.fix:after{
	top:0;
	position:fixed;
	}
header h1{
	width:80px;
	display:block;
	position:absolute;
	left:10%;
	top:60px;
	transition:0.4s;
	}
header h1.fix{
	width:54px;
	bottom:auto;
	position:fixed;
	top:17px;
	z-index:80;
	transition:0.4s;
	}
header nav{
	margin-top:-80px;
	width:980px;
	max-width:-webkit-calc(100% - 340px);
	max-width:calc(100% - 340px);
	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.4s;
	right:160px;
	}
header.fix nav{
	position:fixed;
	z-index:80;
	margin-top:0;
	}
header nav ul{
	overflow:hidden;
	zoom:1;
	}
header nav ul li{
	font-size:16px;
	font-weight:700;
	float:left;
	width:16%;
	position:relative;
	text-align:center;
	}
header nav ul li:last-of-type{
	width:20%;
	}
header nav ul li:before{
	content:"";
	position:absolute;
	right:0;
	top:27px;
	background-color:#DCD6D6;
	display:block;
	width:1px;
	height:20px;
	}
header nav ul li:last-of-type:before{
	display:none;
	}
header nav ul li a{
	color:#231815;
	display:block;
	padding:24px 2px 0px 2px;
	height:74px;
	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:#005EB8;
	}
header nav ul li:after{
	content:"";
	display:none;
	width:100%;
	height:4px;
	position:absolute;
	left:0;
	bottom:-1px;
	background-color:#005EB8;
	}
header nav ul li:hover:after{
	display:block;
	}
.menu{
	position:fixed;
	top:40px;
	right:60px;
	width:80px;
	height:80px;
	display:block;
	cursor:pointer;
	z-index:2000;
	background-color:#005EB8;
	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;
	transition:0.4s;
	}
.menu:after{
	content:"MENU";
	display:block;
	font-family:'Raleway';
	font-size:10px;
	font-weight:600;
	color:#FAFAFA;
	position:absolute;
	left:0;
	top:48px;
	width:98%;
	letter-spacing:0.15em;
	text-align:center;
	z-index:10;
	transition:0.6s;
	padding-left:2%;
	}
.menu:hover{
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	}
.menu1{
	width:32px;
	height:1px;
	background-color:#FAFAFA;
	position:absolute;
	top:27px;
	left:24px;
	transition:0.6s;
	}
.menu2{
	width:26px;
	height:1px;
	background-color:#FAFAFA;
	position:absolute;
	top:33px;
	left:24px;
	transition:0.6s;
	}
.menu3{
	width:20px;
	height:1px;
	background-color:#FAFAFA;
	position:absolute;
	top:39px;
	left:24px;
	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:30px;
	left:25px;
	-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:30px;
	left:25px;
	-moz-transform:rotate(-405deg);
	-webkit-transform:rotate(-405deg);
	-o-transform:rotate(-405deg);
	-ms-transform:rotate(-405deg);
	transform:rotate(-405deg);
	}
.linkto{
	text-align:left;
	line-height:1.4;
	font-weight:700;
	font-size:16px;
	letter-spacing:0.08em;
	}
.linkto a{
	background-color:#005EB8;
	color:#FAFAFA;
	display:inline-block;
	padding:20px 90px 20px 30px;
	position:relative;
	transition:0.3s;
	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:-4px;
	width:8px;
	height:8px;
	border-top:1px solid #FAFAFA;
	border-right:1px solid #FAFAFA;
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
	transition:0.3s;
	}
.linkto a:before{
	content:"";
	width:22px;
	height:1px;
	position:absolute;
	right:29px;
	top:50%;
	background-color:#FAFAFA;
	transition:0.3s;
	}
.linkto a:hover:after{
	right:26px;
	}
.linkto a:hover:before{
	right:25px;
	}
.linkto2{
	text-align:left;
	line-height:1.4;
	font-weight:700;
	font-size:17px;
	letter-spacing:0.08em;
	}
.linkto2 a{
	color:#005EB8;
	display:inline-block;
	position:relative;
	}
.linkto2 a:hover{
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	text-decoration:none;
	}
.linkto2 a:after{
	content:"";
	display:block;
	position:absolute;
	z-index:2;
	right:28px;
	top:50%;
	margin-top:-4px;
	width:8px;
	height:8px;
	border-top:1px solid #FAFAFA;
	border-right:1px solid #FAFAFA;
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
	transition:0.3s;
	}
.linkto2 a:before{
	content:"";
	width:16px;
	height:1px;
	position:absolute;
	z-index:2;
	right:27px;
	top:50%;
	background-color:#FAFAFA;
	transition:0.3s;
	}
.linkto2 a:hover:after{
	right:23px;
	}
.linkto2 a:hover:before{
	right:22px;
	}
.linkto2 a span{
	display:block;
	position:relative;
	min-height:60px;
	padding-top:18px;
	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-right:90px;
	}
.linkto2 a span:after{
	content:"";
	display:block;
	width:60px;
	height:60px;
	background-color:#005EB8;
	position:absolute;
	transition:0.3s;
	right:5px;
	top:50%;
	margin-top:-30px;
	border-radius:400px;
	-webkit-border-radius:400px;
	-moz-border-radius:400px;
	-o-border-radius:400px;
	-ms-border-radius:400px;
	z-index:1;
	}
.linkto2 a:hover span:after{
	right:0;
	}
.titleb{
	text-align:center;
	}
.titleb span{
	display:block;
	font-size:110px;
	color:#D3E6DE;
	font-family:'Raleway';
	font-weight:800;
	line-height:1.4;
	letter-spacing:0.06em;
	}
.titleb strong{
	display:block;
	font-size:24px;
	font-weight:700;
	margin-top:-55px;
	letter-spacing:0.2em;
	line-height:1.4;
	}
.titleb2 span{
	display:block;
	font-size:84px;
	color:#D3E6DE;
	font-family:'Raleway';
	font-weight:800;
	line-height:1.4;
	letter-spacing:0.05em;
	line-height:1;
	}
.titleb2 strong{
	display:block;
	font-size:22px;
	font-weight:700;
	margin:-28px 0 0 30px;
	letter-spacing:0.18em;
	line-height:1.4;
	}
#allbg{
	background-color:#FFF;
	overflow:hidden;
	zoom:1;
	}
#totop{
	display:block;
	position:fixed;
	right:2.5%;
	bottom:50px;
	width:64px;
	height:69px;
	z-index:300;
	}
#totop:hover{
	text-decoration:none;
	}
#totop span{
	font-size:12px;
	font-family:'Raleway';
	font-weight:600;
	color:#FAFAFA;
	text-align:center;
	padding-top:36px;
	display:block;
	width:64px;
	height:64px;
	background-color:#005EB8;
	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;
	letter-spacing:0.1em;
	transition:0.4s;
	margin-top:5px;
	position:relative;
	}
#totop:hover span{
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	opacity:0.9;
	margin-top:0;
	}
#totop span:before{
	content:"";
	width:14px;
	height:2px;
	background-color:#FAFAFA;
	position:absolute;
	left:50%;
	top:0;
	margin:20px 0 0 -7px;
	z-index:10;
	}
#totop span: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;
	}
a#recb{
	display:block;
	height:500px;
	overflow:hidden;
	zoom:1;
	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:100px 40px 0 110px;
	width:1140px;
	max-width:100%;
	margin:200px auto 0 auto;
	position:relative;
	}
a#recb:after{
	content:"";
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:2;
	background:linear-gradient(to left, rgba(7, 80, 151, 0.3)35%, rgba(7, 80, 151, 0.9)60%, rgba(7, 80, 151, 0.9)100%);
	transition:0.5s;
	opacity:1;
	}
a#recb:before{
	content:"";
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	background:url(img/common/recb.webp) no-repeat right center;
	-webkit-background-size:cover;
	background-size:cover;
	transition:0.5s;
	}
a#recb:hover:after{
	opacity:0.15;
	background-color:#075097;
	}
a#recb:hover:before{
	-webkit-transform:scale(1.03);
	-moz-transform:scale(1.03);
	-o-transform:scale(1.03);
	-ms-transform:scale(1.03);
	transform:scale(1.03);
	}
a#recb h2{
	position:relative;
	z-index:3;
	}
a#recb h2 span{
	font-size:78px;
	color:#FFF;
	display:block;
	font-family:'Raleway';
	font-weight:800;
	letter-spacing:0.06em;
	}
a#recb h2 strong{
	font-size:19px;
	color:#FFF;
	display:inline-block;
	font-weight:700;
	background-color:#F2D600;
	padding:4px 16px 4px 16px;
	position:relative;
	height:34px;
	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;
	}
a#recb h2 strong:after{
	content:"";
	display:block;
	position:absolute;
	left:-12.5px;
	top:0;
	width:13px;
	height:34px;
	background-color:#F2D600;
	clip-path:polygon(100% 0%, 100% 100%, 0% 100%);
	}
a#recb h2 strong:before{
	content:"";
	display:block;
	position:absolute;
	right:-12.5px;
	top:0;
	width:13px;
	height:34px;
	background-color:#F2D600;
	clip-path: polygon(0% 0%, 0% 100%, 100% 0%);
	}
a#recb h3{
	position:relative;
	z-index:3;
	font-size:34px;
	font-weight:700;
	color:#FFF;
	margin-top:60px;
	}
a#recb p{
	position:relative;
	z-index:3;
	font-size:17px;
	font-weight:700;
	color:#FFF;
	line-height:1.4;
	margin-top:25px;
	}
a#recb:hover{
	text-decoration:none;
	}
footer{
	max-width:1140px;
	margin:110px auto 0 auto;
	padding:0 70px;
	}
footer h2{
	text-align:center;
	font-size:17px;
	line-height:1.8;
	}
footer h2 img{
	width:72px;
	margin:0 auto;
	}
footer h2 a{
	display:inline-block;
	}
footer h2 strong{
	display:block;
	font-size:20px;
	font-weight:700;
	margin:35px 0 15px 0;
	}
footer h2 span{
	display:inline-block;
	margin-left:20px;
	}
footer ul{
	border-top:1px solid #E6E0E0;
	margin-top:75px;
	padding-top:85px;
	display:flex;
	justify-content:space-between;
	}
footer ul li{
	font-size:17px;
	}
footer ul li a{
	color:#231815;
	}
footer ul li a:hover{
	color:#231815;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	}
small#copyright{
	display:block;
	margin-top:90px;
	background-color:#231815;
	padding:50px 70px 50px 70px;
	color:#BEB8B8;
	font-size:17px;
	line-height:1.4;
	font-family:'Raleway';
	font-weight:600;
	text-align:center;
	letter-spacing:0.16em;
	}
#spbg{
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	background-color:#1E1E1E;
	z-index:1000;
	filter: alpha(opacity=90);
	-moz-opacity:0.9;
	opacity:0.9;
	display:none;
	}
#header2{
	position:fixed;
	right:-650px;
	background-color:#F0F0F0;
	width:650px;
	height:100%;
	z-index:1500;
	top:0;
	overflow-y:scroll;
	-ms-overflow-style:none;
	scrollbar-width:none;
	padding:60px 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:60px;
	}
#header2 nav ul{
	overflow:hidden;
	zoom:1;
	margin-top:25px;
	}
#header2 nav ul li{
	font-size:18px;
	font-weight:700;
	margin-top:10px;
	background-color:#FFF;
	}
#header2 nav ul li a{
	display:block;
	background-color:#FFF;
	color:#231815;
	padding:21px 30px 21px 30px;
	position:relative;
	}
#header2 nav ul li a:after{
	content:"";
	display:block;
	position:absolute;
	right:32px;
	top:30px;
	width:5px;
	height:5px;
	border-top:2px solid #231815;
	border-right:2px solid #231815;
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
	}
#headbg{
	height:680px;
	position:relative;
	z-index:-1;
	padding:385px 0 0 10%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	}
#headbg:after{
	content:"";
	display:block;
	width:60%;
	height:520px;
	position:absolute;
	right:0;
	top:0;
	z-index:-2;
	}
#headbg h1:after{
	content:"";
	display:block;
	position:absolute;
	left:40%;
	top:0;
	width:0;
	height:0;
	border-style:solid;
	border-width:520px 0px 0px 50px;
	border-color:transparent transparent transparent #FFF;
	z-index:-1;
	}
#headbg h1:before{
	content:"";
	display:block;
	position:absolute;
	right:0;
	top:0;
	width:0;
	height:0;
	border-style:solid;
	border-width:0px 50px 520px 0px;
	border-color:transparent #FFF transparent transparent;
	z-index:-1;
	}
#headbg h1{
	font-size:46px;
	font-weight:700;
	}
#headbg h1 strong{
	font-size:24px;
	display:inline-block;
	font-weight:700;
	}
#headbg h1 span{
	margin-top:5px;
	display:block;
	font-size:17px;
	font-family:'Raleway';
	font-weight:600;
	}
#headbg2{
	height:380px;
	position:relative;
	margin-bottom:180px;
	z-index:-1;
	}
#headbg2:after{
	content:"";
	display:block;
	width:1180px;
	height:1px;
	position:absolute;
	top:380px;
	left:50%;
	margin-left:-590px;
	background-color:#E6E0E0;
	}
#headbg2 h1{
	position:absolute;
	right:10%;
	bottom:70px;
	}
#headbg2 h1 span{
	display:block;
	font-size:84px;
	color:#D3E6DE;
	font-family:'Raleway';
	font-weight:800;
	line-height:1.4;
	letter-spacing:0.05em;
	line-height:1;
	}
#headbg2 h1 strong{
	display:block;
	font-size:22px;
	font-weight:700;
	margin:-28px 0 0 30px;
	letter-spacing:0.18em;
	line-height:1.4;
	}
.navi{
	color:#005EB8;
	text-align:center;
	padding-top:140px;
	clear:both;
	font-size:0;
	}
.navi a.page-numbers,.navi .current{
	color:#005EB8;
	width:40px;
	height:40px;
	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:6px 0 0 0;
	border:solid 1px #005EB8;
	display:inline-block;
	text-align:center;
	font-size:18px;
	border-radius:400px;
	-webkit-border-radius:400px;
	-moz-border-radius:400px;
	-o-border-radius:400px;
	-ms-border-radius:400px;
	margin:0 4px;
	background-color:#FAFAFA;
	}
.navi a.page-numbers:hover{
	text-decoration:underline;
	color:#005EB8;
	border:1px solid #005EB8;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	}
.navi a.next:hover,.navi a.prev:hover{
	color:#005EB8;
	text-decoration:underline;
	border:0 none;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	}
.navi .current{
	color:white;
	background:#005EB8;
	border-color:#005EB8;
	}
.navi a.next,.navi a.prev{
	border:0 none;
	color:#005EB8;
	font-size:16px;
	width:auto;
	height:auto;
	margin:0 6px;
	background:none;
	}
.post-box a{
	display:inline-block;
	}
.post-box a:has(img){
	display:inline;
	}
.iconset{
	display:inline-block;
	padding:0 5px 0px 5px;
	vertical-align:-1px;
	}
.post-box p mark{
	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:#D2D6D6;
	border:none;
	color:#D2D6D6;
	}
.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:400;
	line-height:1.4;
	text-align:center;
	max-width:100%;
	}
.wp-caption .wp-caption-text{
	font-size:15px;
	line-height:1.4;
	font-weight:400;
	padding:15px 0 0 0;
	color:#8C8C8C;
	text-align:left;
	display:inline-block;
	}
.post-box table{
	border-top:1px solid #D2D6D6;
	}
.post-box table.table100{
	width:100%;
	}
.post-box table th{
	font-size:18px;
	font-weight:700;
	line-height:1.9;
	padding:30px 40px 30px 0;
	vertical-align:top;
	border-bottom:1px solid #D2D6D6;
	text-align:left;
	white-space:nowrap;
	word-break:break-all;
	width:150px;
	}
.post-box table td{
	font-size:17px;
	font-weight:500;
	line-height:1.9;
	border-bottom:1px solid #D2D6D6;
	padding:31px 30px 30px 30px;
	vertical-align:top;
	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;
	}
.post-box table th p,
.post-box table td p{
	line-height:1.9;
	}
@media screen and (max-width:1400px){
header h1{
	left:8%;
	}
header nav{
	right:130px;
	}
.menu{
	right:40px;
	}
#headbg{
	padding-left:8%;
	}
}
@media screen and (max-width:1340px){
#headbg2:after{
	width:-webkit-calc(100% - 140px);
	width:calc(100% - 140px);
	left:70px;
	margin-left:0;
	}
}
@media screen and (max-width:1300px){
a#recb{
	margin-left:70px;
	margin-right:70px;
	max-width:-webkit-calc(100% - 140px);
	max-width:calc(100% - 140px);
	}
}
@media screen and (max-width:1000px){
header nav{
	max-width:-webkit-calc(100% - 300px);
	max-width:calc(100% - 300px);
	}
}
@media screen and (max-width:900px){
body,
h1,h2,h3,h4,h5,h6,
p,blockquote,pre,address,
ul,ol,li,dl,dt,dd,
table,th,td,
form,fieldset,legend,strong{
	letter-spacing:0.03em;
	}
p{
	line-height:2.5;
	}
header:after{
	display:none;
	}
header h1{
	width:52px;
	left:8%;
	top:30px;
	}
header h1.fix{
	width:52px;
	position:absolute;
	top:30px;
	}
header nav{
	display:none;
	}
.menu{
	top:22px;
	right:4%;
	width:52px;
	height:52px;
	}
.menu:after{
	font-size:9px;
	top:29px;
	letter-spacing:0.08em;
	}
.menu:hover{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	}
.menu1{
	width:20px;
	top:16px;
	left:16px;
	}
.menu2{
	width:18px;
	top:20px;
	left:16px;
	}
.menu3{
	width:16px;
	top:24px;
	left:16px;
	}
.menuclick1{
	width:18px;
	top:18px;
	left:17px;
	}
.menuclick3{
	width:18px;
	top:18px;
	left:17px;
	}
.linkto a{
	padding:18px 90px 18px 30px;
	}
.linkto a:before{
	width:20px;
	}
.linkto2 a:after{
	right:23px;
	}
.linkto2 a:before{
	right:22px;
	}
.linkto2 a:hover:after{
	right:18px;
	}
.linkto2 a:hover:before{
	right:17px;
	}
.linkto2 a span{
	min-height:50px;
	padding-top:13px;
	padding-right:80px;
	}
.linkto2 a span:after{
	width:50px;
	height:50px;
	margin-top:-25px;
	}
.titleb span{
	font-size:64px;
	letter-spacing:0.04em;
	}
.titleb strong{
	font-size:19px;
	margin-top:-35px;
	letter-spacing:0.18em;
	}
.titleb2 span{
	font-size:64px;
	letter-spacing:0.04em;
	text-align:center;
	}
.titleb2 strong{
	text-align:center;
	font-size:19px;
	margin:-22px 0 0 0;
	}
#totop{
	right:4%;
	bottom:25px;
	width:52px;
	height:52px;
	}
#totop span{
	font-size:11px;
	padding-top:27px;
	width:52px;
	height:52px;
	margin-top:0;
	}
#totop span:before{
	width:12px;
	margin:14px 0 0 -6px;
	}
#totop span:after{
	width:6px;
	height:6px;
	margin:19px 0 0 -4px;
	}
a#recb{
	height:auto;
	padding:90px 7% 50px 7%;
	width:600px;
	margin:140px auto 0 auto;
	max-width:-webkit-calc(86%);
	max-width:calc(86%);
	}
a#recb:after{
	background:linear-gradient(to bottom, rgba(7, 80, 151, 0.3)45%, rgba(7, 80, 151, 0.9)70%, rgba(7, 80, 151, 0.9)100%);
	}
a#recb:before{
	background:url(img/common/recbsp.webp) no-repeat center center;
	-webkit-background-size:cover;
	background-size:cover;
	}
a#recb:hover:after{
	opacity:1;
	background:linear-gradient(to bottom, rgba(7, 80, 151, 0.3)45%, rgba(7, 80, 151, 0.9)70%, rgba(7, 80, 151, 0.9)100%);
	}
a#recb:hover:before{
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-o-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
	}
a#recb h2{
	text-align:center;
	}
a#recb h2 span{
	font-size:46px;
	}
a#recb h2 strong{
	font-size:18px;
	padding:3px 12px 3px 12px;
	height:32px;
	}
a#recb h2 strong:after{
	height:32px;
	}
a#recb h2 strong:before{
	height:32px;
	}
a#recb h3{
	font-size:22px;
	margin-top:130px;
	}
a#recb p{
	font-size:15px;
	font-weight:500;
	line-height:1.9;
	}
footer{
	margin:90px auto 0 auto;
	padding:0 7%;
	}
footer h2{
	line-height:1.7;
	}
footer h2 img{
	width:60px;
	}
footer h2 strong{
	font-size:19px;
	margin:30px 0 10px 0;
	}
footer h2 span{
	display:block;
	margin-left:0;
	}
footer ul{
	margin-top:60px;
	padding-top:0;
	display:block;
	justify-content:normal;
	}
footer ul li{
	font-size:16px;
	}
footer ul li a{
	display:block;
	border-bottom:1px solid #E6E0E0;
	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 #231815;
	border-right:2px solid #231815;
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
	}
small#copyright{
	margin-top:80px;
	padding:30px 90px 30px 7%;
	text-align:left;
	font-size:16px;
	}
#header2{
	right:-90%;
	width:90%;
	padding:50px 9% 80px 8%;
	}
#header2 h2 a{
	width:60px;
	margin-left:5px;
	}
#header2 nav ul{
	margin-top:30px;
	}
#header2 nav ul li{
	font-size:16px;
	}
#header2 nav ul li a{
	padding:16px 60px 16px 5%;
	}
#header2 nav ul li a:after{
	top:25px;
	}
#headbg{
	height:500px;
	padding:340px 0 0 8%;
	overflow:hidden;
	zoom:1;
	}
#headbg:after{
	right:-40px;
	width:94%;
	height:300px;
	}
#headbg h1:after{
	left:6%;
	margin-left:40px;
	border-width:300px 0px 0px 40px;
	}
#headbg h1:before{
	right:-40px;
	border-width:0px 40px 300px 0px;
	}
#headbg h1{
	font-size:32px;
	}
#headbg h1 strong{
	font-size:19px;
	}
#headbg h1 span{
	font-size:16px;
	}
#headbg2{
	height:340px;
	margin-bottom:100px;
	}
#headbg2:after{
	width:-webkit-calc(86%);
	width:calc(86%);
	left:7%;
	top:340px;
	}
#headbg2 h1{
	right:7%;
	bottom:35px;
	}
#headbg2 h1 span{
	font-size:64px;
	letter-spacing:0.04em;
	}
#headbg2 h1 strong{
	font-size:19px;
	text-align:right;
	margin:-22px 12px 0 0;
	}
.navi{
	padding-top:100px;
	}
.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{
	line-height:1.6;
	padding:15px 15px 15px 0px;
	white-space:normal;
	}
.post-box table td{
	line-height:1.6;
	padding:15px 15px 15px 15px;
	}
.post-box table.noth 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;
	font-size:17px;
	border-bottom:0;
	padding:25px 0 0px 0;
	}
.post-box table.noth 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:5px 0px 25px 0;
	}
}