@charset "utf-8";
/*****************************************
	original.css
	企業固有のスタイルを指定
******************************************/

html {
  font-size: 62.5%;
}

/******** 地図を中央に **********/
#mapObj {
    margin: auto;
    width: 524px;
}



/*******************************
 ヘッダー
*******************************/

/* 固定ヘッダ */
#header {
	font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "ＭＳ Ｐゴシック", Geneva, Arial, Verdana, sans-serif;
}

#header .content div.regular
{
	background-color:#ffffff; /* 背景 */
	color:#000000; /* 文字色 */
	height:69px; /* 高さ */
}

#header .content div.regular div.logo
{
	padding-top:10px; /* 企業ロゴ表示開始位置 上 */
	padding-left:20px; /* 企業ロゴ表示開始位置 左 */
}

#header .content div.regular .note
{
	bottom:5px; /* フリーコメント開始位置 下 */
	right:10px; /* フリーコメント開始位置 右 */
}

/*******************************
 フッター
*******************************/

/* フッタ関連の高さ指定 */
#footer .content .free
{
	height: 110px;/* ★1 自由フッタの高さ */
}
#footer .content .regular
{
	height: 100px; /* ★2 固定フッタの高さ */
}
#footer {
	height: 110px;  /* footerの高さ（ ★1＋★2 ）分指定する*/
}
#main .space
{
	padding-bottom: 58.0vw; /* footerの高さ（★1＋★2）分指定する */
}
@media (min-width: 1001px) {
  #main .space {
    padding-bottom: 580px;
  }
}
/* 固定フッタ */
#footer .content .regular
{
	background-color:#d50000; /* 背景 */
	color: #ffffff; /* 文字色 */
}
@media (max-width: 767px) {
  #footer .content .free,
  #footer {
    height: 64px;
  }
}


/*******************************
 自由ヘッダー
*******************************/

/*
#header .content .free {
  margin: 0 auto -657px;
  width: 100%;
  max-width: 1000px;
  height: 657px;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
#header .content .free:after {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 232px;
  height: 657px;
  content: "";
  background-color: #014099;
  transform: skewX(-29.3deg);
  transform-origin: right top;
}
@media (max-width: 1000px) {
  #header .content .free {
    margin-bottom: -65.7vw;
    height: 65.7vw;
  }
  #header .content .free:after {
    width: 23.2vw;
    height: 65.7vw;
  }
}
@media (max-width: 767px) {
  #header .content .free {
    margin-bottom: -78.0vw;
    height: 78.0vw;
  }
  #header .content .free:after {
    height: 78.0vw;
  }
}
*/

/***** .logo *****/
/*
#header .logo {
  position: absolute;
  left: 30px;
  top: 30px;
  width: 93px;
  z-index: 3;
}
#header .logo img {
  width: 100%;
}
@media (max-width: 1000px) {
  #header .logo {
    left: 2.0vw;
    top: 2.3vw;
    width: 9.3vw;
  }
}
@media (max-width: 767px) {
  #header .logo {
    left: 2.67vw;
    top: 2.67vw;
    width: 12.4vw;
  }
}
*/

/***** h1 *****/
/*
#header .content .free h1 {
  position: absolute;
  left: 0;
  top: 615px;
  margin: 0 auto;
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: bold;
  z-index: 4;
}
@media (max-width: 1000px) {
  #header .content .free h1 {
    top: 61.5vw;
    font-size: 1.8vw;
  }
}
@media (max-width: 767px) {
  #header .content .free h1 {
    top: 70.67vw;
    font-size: 1.4rem;
  }
}
*/


/*******************************
 自由コンテンツ上
*******************************/
/*
#headContent .free {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
  position: relative;
  color: #014099;
  overflow: hidden;
}
*/



/*******************************
 自由サイドコンテンツ
*******************************/
#sideContent .free {
}



/*******************************
 自由コンテンツ中
*******************************/
#bottomContent .freeHead {
}



/*******************************
 自由コンテンツ下
*******************************/
#bottomContent .freeBottom {
}



/*******************************
 自由フッター
*******************************/
#footer .content .free {
  margin: 0;
  width: 100%;
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: #fff;
  background-color: #014099;
  text-align: center;
  position: relative;
}
.footer-inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
  display: -webkit-box;
  display: flex;
  background-color: #014099;
}
.footer-inner .footer-logo {
  padding-top: 26px;
  width: 16.8vw;
  text-align: right;
}
.footer-inner .footer-logo a {
  display: inline-block;
  width: 102px;
  padding-left: 10px;
}
.footer-inner .footer-logo img {
  width: 100%;
}
.footer-inner .footer-txt {
  flex: auto;
  padding: 30px 8.4rem 0 0;
  text-align: center;
}
.footer-inner .footer-txt a:link,
.footer-inner .footer-txt a:visited,
.footer-inner .footer-txt a:hover {
  color: #fff !important;
  text-decoration: none !important;
}
@media (max-width: 767px) {
  #footer .content .free {
    font-size: 1.0rem;
    line-height: 1.5rem;
  }
  .footer-inner .footer-logo {
    padding-top: 14px;
    width: 25.6vw;
    text-align: center;
  }
  .footer-inner .footer-logo a {
    width: 63px;
    padding-left: 0;
  }
  .footer-inner .footer-txt {
    padding: 10px 0 0;
    text-align: left;
  }
}

/*******************************
 .btnFooterNavi
*******************************/
.btnFooterNavi {
	position: fixed;
	overflow: hidden;
	z-index: 100;
	padding: 0;
	opacity: 0;
}
@media screen and (max-width: 767px) {
  .btnFooterNavi {
    padding-bottom: 0;
  }
}

.btnFooterNavi.visible {
	opacity: 1;
	bottom: 0;
	width: 125px;
	right: 0;
}
@media screen and (max-width: 767px) {
  .btnFooterNavi.visible {
    width: 62px;
  }
}

.btnFooterNavi.visible.notFixed {
	position: absolute;
	bottom: 110px;
}
@media screen and (max-width: 767px) {
	.btnFooterNavi.visible.notFixed {
    padding-bottom: 0;
    bottom: 64px;
	}
}

.btnFooterNavi .footerWrapper {
  position: relative;
  text-align: right;
}
@media screen and (max-width: 767px) {
	.btnFooterNavi .btnPagetop {
		position: relative;
	}
}

.btnFooterNavi .btnPagetop a {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  padding: 45px 0 0 15px;
  width: 125px;
  height: 94px;
  line-height: 40px;
  text-align: center;
  background: rgba(254,189,44,0.7);
  color: #003c9a !important;
  vertical-align: middle;
  transform: skewX(-29.3deg);
  transform-origin: right bottom;
  box-sizing:  border-box;
}
.btnFooterNavi .btnPagetop a span {
  display: inline-block;
  transform: skewX(29.3deg);
  transform-origin: right bottom;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
	.btnFooterNavi .btnPagetop a {
		width: 62px;
		height: 47px;
    padding: 23px 0 0 4px;
    line-height: 20px;
	}
  .btnFooterNavi .btnPagetop a span {
    font-size: 10px;
  }
}

.btnFooterNavi .btnPagetop a::after {
  content: "\E844";
  position: absolute;
  font-weight: bold;
  display: inline-block;
  top: 24px;
	left: -16px;
	right: 0;
  margin: auto;
  line-height: 1;
  font-size: 3.2rem;
  font-family: recop-iconfont;
  transform: skewX(29.3deg);
  transform-origin: right bottom;
}
@media screen and (max-width: 767px) {
	.btnFooterNavi .btnPagetop a::after {
    top: 12px;
    left: -8px;
		font-size: 1.6rem;
	}
}

.btnFooterNavi .btnPagetop a:hover {
	background: rgba(254,189,44,1.0);
}