@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: #707070;
	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: "fot-tsukuaoldmin-pr6n", Yu Mincho, YuMincho, serif;
font-weight: 300;
font-style: normal;
}
.serif {
  font-family: "Noto Serif JP", serif;
}
.en {
  font-family: Poppins, 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;
}


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




/* 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:60px;
	background-color:rgba(0,0,0,0.0);
	transition: opacity 0.8s ease;
}
#header_wrap.navi_bg {
	background-color: rgba(255, 255, 255, 0.6);
	transition: opacity 0.8s ease;
}

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


#header h1{
	margin: 0 auto;
	padding: 20px 0 0 20px;
	display: block;
	position: relative;
font-weight: 500;
font-size: 18px;
line-height: 1.0;
text-align: left;
color: #fff;
letter-spacing:0.01em;
}

#header h1 img{
	width:70px;
	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{
	position: fixed;
	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:#707070;
	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: 100px 0 0 0;
	zoom: 1;
	position: relative;
}

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

ul.slidemenu li{
	margin:0 0 2.5em 0;
	padding: 0 0 0 0;
	list-style:none;
	position:relative;
	overflow: hidden !important;
}
ul.slidemenu li:nth-child(6) .after span:nth-child(4),
ul.slidemenu li:nth-child(6) .before span:nth-child(4){
	display:inline-block;
	width: 0.3em;
}

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

/* display:flexとalign-items:centerは中身の高さに合わせるために記述*/
ul.slidemenu li .text-wrap{
position: relative;
display: flex;
align-items: center;
justify-content:center;
}
ul.slidemenu li .after{
position: absolute;
top: 0;
left: 0;
right: 0;
display: flex;
align-items: center;
justify-content:center;
}
ul.slidemenu li .before{
display: flex;
align-items: center;
justify-content:center;
}
ul.slidemenu li .before span,
ul.slidemenu li .after span{
line-height: 1.5;
transition: color .3s ease-out;/*ease-outで余裕のある動きに*/
}
ul.slidemenu li .after span{
transform: translateY(100%);
}

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


.nav_bot .copyright{
	margin:0 0 0 0;
	padding: 0 20px 0 0;
	position: relative;
font-weight: normal;
font-size: 16px;
line-height: 22px;
text-align: left;
color: #fff;
}

.nav_bot a.privacy_link{
	margin: 0 0;
	padding: 0 0 ;
	position: relative;
font-weight: normal;
font-size: 16px;
line-height: 22px;
text-align: left;
color: #fff;
}

.nav_bot a.privacy_link:before{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 0%;
	height: 2px;
	background-color: #fff;

	transition: 0.4s;
	border-radius: 0px;
}
.nav_bot a.privacy_link:hover:before {
	width: 100%;

}

.nav_bot a.privacy_link:hover {
	text-decoration:none;
}

/* contact
========================================== */

.contact_area{
	margin: 0 auto;
	padding: 60px 0 70px;
	min-width: auto;
	position:relative;
	text-align:center;
background-color:#707070;
}

.contact_area .inner{
	padding: 0 20px;

}

.contact_area h2{
	margin: 0 0 40px;
	padding: 0 0;
	position:relative;
font-weight: normal;
font-size: 25px;
line-height: 25px;
text-align: left;
color: #fff;
}
.contact_area h2 small{
	margin: 10px 0 0;
	padding: 0 0;
	position:relative;
font-weight: normal;
font-size: 15px;
line-height: 25px;
text-align: left;
color: #fff;
display:block;
}


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

}
.btn_style2 a{
	margin: 0 auto;
	padding: 14px 0 10px;
	position:relative;
font-weight: normal;
font-size: 15px;
line-height: 15px;
text-align: center;
color: #707070;
border-radius: 50px;
	width: 267px;
	background-color: #fff;
	border: 0px solid #fff;
	display:inline-block;
	transition-duration: .2s;
	overflow: hidden;
	z-index: 1;
}


.btn_style2 a img{
	vertical-align:middle;
	margin:-5px 0 0 10px;
	transition-duration: .2s;
}


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

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

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

display: flex;
align-items:flex-start;
justify-content:flex-start;
flex-wrap:wrap;
background: url(../images/base/f_img.svg) no-repeat right top ;
background-size:96px auto;
}

.f_info{
	margin: 0 0 0;
	padding: 0 0 0;
	position:relative;
	text-align: left;
	width:100%;
order:2;
}

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: #707070;
}

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

.f_info p{
	margin: 0 0 0 0;
	padding: 0 0 50px;
	position: relative;
font-size: 15px;
line-height: 1.5;
text-align: left;
color: #707070;
}

.f_info p small{
	margin: 0 0 0 0;
	padding: 0 0 0px;
	position: relative;
font-weight: normal;
font-size: 12px;
line-height: 1.5;
text-align: left;
color: #707070;
}

.f_info p a{
color: #707070;
}

.f_info p .copyright{
font-size: 12px;
padding-right:20px;
}

.f_info p a.privacy_link{
	margin: 0 0;
	padding: 0 0 ;
	position: relative;
font-weight: normal;
font-size: 12px;
line-height: 1.5;
text-align: left;
color: #707070;
}


.f_info p a.privacy_link:before{
	content: "";
	position: absolute;
	left: 0;
	bottom: -3px;
	width: 0%;
	height: 2px;
	background-color: #707070;
	transform: scale(1);
	transition: 0.4s;
	border-radius: 0px;
}
.f_info p a.privacy_link:hover:before {

}

.f_info p a.privacy_link:hover {

}


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

ul.f_nav li{
	margin: 0 0 15px 0;
	padding: 0;
	position: relative;
	width:120px;
	overflow: hidden !important;
}
ul.f_nav li:nth-child(6) .after span:nth-child(4),
ul.f_nav li:nth-child(6) .before span:nth-child(4){
	display:inline-block;
	width: 0.3em;
}
ul.f_nav li a{
	margin: 0;
	padding: 0 0 0;
	position: relative;

font-weight: normal;
font-size: 20px;
line-height: 40px;
text-align: center;
color: #707070;
}

ul.f_nav li a:hover{
text-decoration:none;
}

/* display:flexとalign-items:centerは中身の高さに合わせるために記述*/
ul.f_nav li .text-wrap{
position: relative;
display: flex;
align-items: center;
}
ul.f_nav li .after{
position: absolute;
top: 0;
left: 0;
display: flex;
align-items: center;
}
ul.f_nav li .before{
display: flex;
align-items: center;
}
ul.f_nav li .before span,
ul.f_nav li .after span{
line-height: 1.5;
transition: color .3s ease-out;/*ease-outで余裕のある動きに*/
}
ul.f_nav li .after span{
transform: translateY(100%);
}







.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;
	bottom: 50px;
	right: 20px;
	cursor:pointer;
	z-index: 1;
}

.page_top_arr{
	margin: 0 auto;
	padding: 0;
	position:relative;
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: transparent;
	border:1px solid #aaa;
}
.page_top_arr img{
	transform: translate(0, 3px);
	transition-duration: .3s;
	width: 30px;
	height: 30px;
}

.page_top_arr:before{
	position: absolute;
	top: 0;
	bottom: 0;
	left:0;
	right:0;
	margin:auto;
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #fff;
	content: "";
	opacity:0;
	transition-duration: .3s;

}
