@charset "UTF-8";

/* reset 
========================================== */

body,div,dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,
p,blockquote,table,th,td {margin: 0; padding: 0;}
img {border: 0; vertical-align: top;}
ul,dl,ol {text-indent: 0;}
li {list-style: none;}
table {border-collapse: collapse; border-spacing: 0; font-size: inherit;}
em{font-style:normal;}

/* PC・SP切り替え
======================================= */

.pc_only,
.img_pc,
.br_pc,
.pc_br {
	display:none !important;
}


/* body
========================================== */

body {
	color: #3B4043;
	margin: 0 auto 0;
	padding: 0 0 0 0;
	position:relative;
	text-align:justify;
	font-style: normal;
	font-weight: normal; /* 400 */
	font-feature-settings: "palt"; /* 自動カーニング */
}


/* font
========================================== */

.jp,
body {
  font-family: "Noto Sans JP", sans-serif;
}
.serif {
  font-family: "Noto Serif JP", serif;
}
.en {
  font-family: "din-condensed" sans-serif;
}
.en_serif {
	font-family: "minion-pro-display", serif;
}
.palt_none{
	font-feature-settings: none; /* 自動カーニング解除 */
}


/* コンテンツ共通
========================================== */

a {text-decoration:none;}

img,
video  {
    max-width: 100%;
    height: auto;
}

#document {
	margin: 0 0 0;
	padding: 0 0 0;
	position:relative;
}

#contents {
	margin: 0 auto 0;
	padding: 0 0 0 0;
	width: auto;
	position:relative;
}


#document:after, #document:before {
    content: "";
    clear: both;
    display: block;
}

.new_icon {
	padding: 0 0 0 5px;
	font-size:12px;
	color:red;
	font-weight:bold;
	font-family:"arial",sans-serif;
}

h2.h2_style{
	margin: 0 0 80px;
	padding: 0 0;
	position: relative;
	text-align: center;
font-family: "din-condensed", sans-serif;
font-weight: 400;
font-size:50px;
letter-spacing: 0.01em;
line-height:1.4;
text-align: center;
color: #fff;
}


h2.h2_style small{
	margin: 0 0;
	padding: 0 0;
	position: relative;
	text-align: center;
font-weight: 600;
font-size:15px;
letter-spacing: 0.05em;
line-height:1.4;
text-align: center;
color: #fff;
display:block;
}



/* ボタン共通
========================================== */

.btn_more{
	margin: 0 auto;
	padding: 0 0 0 0;
	position:relative;
	text-align:center;
}

.btn_more a{
	margin: 0 auto;
	padding: 12px 0;
	position:relative;
	text-align:center;
	font-weight: bold;
	font-size: 13px;
	letter-spacing: 0.1em;
	color: #2b2e31;
	width: 156px;
	background: #fff;
	border: 1px solid #222;
	display:inline-block;
	transition-duration: .2s;
}


/* pagenavi
========================================== */

.wp-pagenavi{
	margin: 0 auto;
	padding: 0 0;
	position:relative;
	text-align:center;
}

.wp-pagenavi .pages{
	display:none;
}

.wp-pagenavi .previouspostslink{
	margin-right: 10px;
	font-size: 11px;
	line-height: 1.5;
	letter-spacing:1px;
	color:#282828;
}

.wp-pagenavi .page{
	margin: 0 4px;
	padding: 0 0;
	position:relative;
	text-align:center;
	display:inline-block;
	vertical-align:middle;
	background: #ededed;
	border-radius: 0%;
	width: 26px;
	height: 26px;
	color: #444;
	font-size: 12px;
	line-height: 26px;
	letter-spacing:0px;
	font-style: normal;
	display:inline-block;
	vertical-align:middle;
	border:1px solid #ededed;
	border-bottom:0px;
	text-decoration:none;
}

.wp-pagenavi .current{
	margin: 0 4px;
	background: #3B4043;
	border-radius: 0%;
	width: 26px;
	height: 26px;
	font-size: 12px;
	text-align: center;
	line-height: 26px;
	letter-spacing:0px;
	font-style: normal;
	display:inline-block;
	vertical-align:middle;
	background-color:#fff;
	border:1px solid #888;
	border-bottom:0px;
	text-decoration:none;
}

.wp-pagenavi .nextpostslink{
	margin-left: 10px;
	font-size: 11px;
	line-height: 1.5;
	letter-spacing:1px;
	color:#282828;
}


/* header
========================================== */

#header_wrap{
	width:100%;
	margin: 0 auto;
	padding: 0;
	position: fixed;
	top:0;
	left:0;
	right:0;
	z-index: 100;
	height:70px;
	background-color:rgba(0,0,0,0.0);
}
#header_wrap.navi_bg{
	background-color:rgba(0,0,0,0.4);
    transition: opacity 0.8s ease;
}

#header {
	width:auto;
	margin: 0 auto;
	padding: 0;
	display: block;
	position: relative;
	z-index: 100;
	height:70px;
}


#header h1{
	margin: 0 auto;
	padding: 25px 0 0 10px;
	display: block;
	position: relative;
font-weight: 500;
line-height: 1.0;
letter-spacing:0.01em;
}

#header h1 img{
	width:223px;
	height:auto;
	vertical-align:top;
}
#header h1 small{
padding:0 2px 0 5px;
font-weight: 500;
font-size: 13px;
text-align: left;
color: #fff;
}
#header h1 a{
color: #fff;
}
#header h1 a:hover{

}

p#description {
	display:none;
}

h2.btn_menu{
	position: absolute ;
	top: 10px ;
	right: 10px ;
	cursor:pointer;
	background: url(../images/base/btn_menu.svg) no-repeat center center ;
	background-size:44px 44px;
	text-indent:-9999px;
	width:44px;
	height:44px;
	z-index: 999;
}


/* globalnavi
========================================== */

@keyframes fadeInPage {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#drawernav{
	position: fixed;
	top: 0px;
	width: 100%;
	height: 100%;
	background:#004BB1;
	z-index: 1002;
	display:none;
}

#humberger{
	position: absolute ;
	top: 10px ;
	right: 10px ;
	cursor:pointer;
	background: url(../images/base/btn_menu_close.svg) no-repeat right top 50%;
	background-size:44px 44px;
	text-indent:-9999px;
	width:44px;
	height:44px;
	z-index: 999;
}

body.drawer-opened h2.btn_menu{
	display:none;
}


#overlay{
	z-index:-1;
	opacity: 0;
	background: #000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	display:none;
}

/**
* ドロワー開放時のスタイル
**/

body.drawer-opened #drawernav{
	animation: fadeInPage 0.5s ease 0.5s 1 normal;
	-webkit-animation: fadeInPage 0.5s ease 0.1s 1 normal;
	animation-fill-mode: forwards;
	opacity: 0;
	display:block;
}
body.drawer-opened #overlay{

}

.nav_wrap{
	overflow-y: auto;
	overflow-x: hidden;
	margin:0 0 0 0;
	padding: 80px 0 0 0;
	zoom: 1;
	position: relative;
}

h2.nav_tit{
	margin: 0 auto 50px;
	padding: 0 0 0;
	display: block;
	position: relative;
line-height: 1.0;
letter-spacing:0.01em;
text-align: center;
}

h2.nav_tit img{
	width:auto;
	height:auto;
	vertical-align:top;
	margin-bottom:20px;
}
h2.nav_tit small{
padding:0 2px 0 0;
font-weight: 500;
font-size: 13px;
text-align: center;
color: #fff;
}

ul.slidemenu{
	margin: 0 0 ;
	padding: 0 0;
	position:relative;
	list-style:none;
	display:block;
	vertical-align:top;
	width:auto;
	text-align: center;
}

ul.slidemenu li{
	margin:1.0em 0 0 0;
	padding: 0 0 0 0;
	list-style:none;
	position:relative;
}


ul.slidemenu li a{
	margin:0 auto 0;
	padding: 0 0 0 0;
	position:relative;
	display:block;
font-weight: 500;
font-size: 18px;
line-height: 34px;
text-align: center;
color: #fff;
	text-decoration:none;
}



/* footer
========================================== */

#footer {
	clear: both;
	margin: 0 auto;
	padding: 0 0 0 0;
	position:relative;
	text-align: center;
	background-color: #004BB1;
}

.f_inner{
	margin: 0 auto;
	padding: 50px 20px 50px;
	position:relative;
	text-align: center;
}

.f_info{
	margin: 0 0 30px;
	padding: 0 0 0;
	position:relative;
	text-align: left;
}

h3.f_logo{
	margin: 0 0 0 0;
	padding: 0 0 0px;
	display: block;
	position: relative;

font-weight: normal;
font-size: 12px;
line-height: 24px;
text-align: left;
color: #fff;
}

h3.f_logo img{
	vertical-align:top;
	width:285px;
	height:auto;
	margin-top:10px;
	margin-bottom:10px;
}

h3.f_logo small{
padding:0 2px 0 5px;
font-weight: 500;
font-size: 17px;
line-height: 50px;
text-align: left;
color: #fff;
}
h3.f_logo strong{
font-weight: 500;
font-size: 24px;
line-height: 50px;
text-align: left;
color: #fff;
}

.f_info p{
	margin: 0 0 0 0;
	padding: 0 0 0px;
	position: relative;
font-weight: 400;
font-size: 16px;
line-height: 26px;
text-align: left;
color: #fff;
}

.f_info p a{
font-weight: normal;
font-weight: 400;
font-size: 16px;
line-height: 26px;
text-align: left;
color: #fff;
}

.f_info p a img{
vertical-align:middle;
margin:0 5px 0 0;
}



ul.f_nav{
	margin: 0 0 0 0;
	padding: 0;
	position: relative;
	text-align:left;
display: flex;
align-items:stretch;
justify-content:flex-start;
flex-wrap:wrap;
}

ul.f_nav li{
	margin: 0 0 0;
	padding: 0;
	position: relative;
	width:95px;
}

ul.f_nav li:nth-last-child(1){
	width:120px;
}

ul.f_nav li a{
	margin: 0;
	padding: 0 0 0 20px;
	position: relative;

font-weight: 500;
font-size: 16px;
line-height: 34px;
text-align: left;
color: #fff;
background:  url(../images/base/f_arr.svg) no-repeat top 60% left;
background-size:18px auto;
}




.copy{
	margin: 0px auto 0;
	padding: 10px 0;
	position:relative;
	text-align:center;
	background: #3b4043;
}

.copy span{
font-weight: normal;
font-size: 11px;
line-height: 20px;
text-align: center;
color: #fff;
}







.fixed {
	position: fixed !important;
	top: 0px !important;
	right:0px;
}


ul.fix_nav{
	position:absolute;
	top:0px;
	right:0;
	text-align:center;
	z-index:100;
	letter-spacing:-.4em;
	display:none;
}

ul.fix_nav li{
	margin: 0 0 0px 0;
	padding: 0 0 0 0;
	position:relative;
	display:inline-block;
	letter-spacing:normal;
	transition: 0.4s;
}

ul.fix_nav li a{
	display:block;
	width:200px;
	height:80px;

	box-sizing: border-box;

font-weight: 500;
font-size: 20px;
line-height: center;
text-align: left;
letter-spacing:0.05em;
color: #fff;
background-color:#004BB1;

display: flex;
align-items:center;
justify-content:center;
transition: 0.4s;
}

ul.fix_nav li a:hover{
color:#004BB1;
background-color:#fff;
	text-decoration:none;
}






p#page-top {
	position: absolute;
	top: 50px;
	right: 20px;
	cursor:pointer;
}

.page_top_arr{
	margin: 0 auto;
	padding: 0;
	position:relative;
	display: inline-block;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background-color: transparent;
	border:1px solid #fff;
}
.page_top_arr img{
transform: rotate(-180deg);
	vertical-align:middle;
	transition-duration: .2s;
	filter: invert(100%) sepia(3%) saturate(0%) hue-rotate(159deg) brightness(102%) contrast(103%);
}
