@charset "UTF-8";
/* CSS Document */
body, html {
  height: 100%;
}
html {
  overflow-y: scroll;
}
body {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.6;
  color: #333333;
  min-width: 1200px;
}
body.sideoff {
  overflow-x: hidden;
}
.wrap {
  width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
}
.wrap:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
@media screen and (max-width: 750px) {
body {
  min-width: initial;
}
.wrap {
  width: auto;
  padding: 0 15px;
}
}

/*footer固定css
------------------------------------------ */
#container {
  width: 100%;
  position: relative;
  height: auto !important;
  height: 100%;
  min-height: 100%;
}
.main-container {
  padding-bottom: 180px;
}
#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 180px;
}
#footer.index {
  position: static;
}
@media screen and (max-width: 750px) {
.main-container {
  padding-top: 58.63px;
  padding-bottom: 60px;
}
#footer {
  position: static;
  height: auto;
}
}
/* header（index）
------------------------------------------ */
#header {
  background: url(/common/img/cmn_header_bg01.gif) repeat-x center bottom;
  box-sizing: border-box;
}
#header #headerLogo {
  float: left;
  margin: 30px 50px 0 0;
}
#header #headerLogo img {
  width: 174px;
  height: 62px;
}
#header h1 {
  color: #334e7b;
  font-size: 16px;
  padding: 55px 0 0;
}
#header .headerNav {
  float: right;
  position: absolute;
  top: -112px;
  right: 0;
}
#header .headerNav:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
#header .headerNav li {
  float: left;
  margin: 0 0 0 5px;
}
#header .headerNav li:first-child {
  margin: 0;
}
#header .headerNav li a {
  color: #fff;
  font-size: 12px;
  display: block;
  padding: 6px 10px;
}
#header .headerNav .nav00 {
  background: #b6b6b6;
}
#header .headerNav .nav01 {
  background: #c39a13;
}
#header .headerNav .nav02 {
  background: #8bb129;
}
#header .headerNav .nav03 {
  background: #e68013;
}
#header .headerNav .nav00:before {
  content: url(/common/img/cmn_icon_arrow00.gif);
  margin: 2px 5px 0 0;
  vertical-align: inherit;
}
#header .headerNav .nav01:before {
  content: url(/common/img/cmn_icon_arrow01.gif);
  margin: 2px 5px 0 0;
  vertical-align: inherit;
}
#header .headerNav .nav02:before {
  content: url(/common/img/cmn_icon_arrow02.gif);
  margin: 2px 5px 0 0;
  vertical-align: inherit;
}
#header .headerNav .nav03:before {
  content: url(/common/img/cmn_icon_arrow03.gif);
  margin: 2px 5px 0 0;
  vertical-align: inherit;
}
@media screen and (max-width: 750px) {
#header {
  width: 100%;
  height: 58.63px;
  padding: 10px 0 0;
  background: #FFFFFF;
  overflow: hidden;
  position: fixed;
  z-index: 99999;
  transition: height 0.5s;
}
#header.is-active {
  height: 100%;
  transition: height 0.5s;
}
#header .wrap {
  padding: 0 10px;
}
#header #headerLogo {
  width: 100px;
  margin: 3px 15px 0 0;
}
#header #headerLogo img {
  width: 100%;
  height: auto;
}
#header h1 {
  font-size: 11px;
  margin: 0;
  padding: 0;
}
#header .headerNav {
  float: none;
  position: static;
  overflow: hidden;
}
#header .headerNav:after {
  content: none;
}
#header .headerNav li {
  width: calc(50% - 2px);
  border: solid 1px #fff;
  margin: 0;
}
#header .headerNav li a {
  font-size: 14px;
  padding: 15px;
}
}
/* nav
------------------------------------------ */
#gnav {
  margin: 30px 0 0;
  position: relative;
}
#gnav ul.gnav {
  box-sizing: border-box;
  position: relative;
}
#gnav ul.gnav:after {
  content: "";
  display: block;
  clear: both;
  height: 48px;
  border-right: solid 1px #ccc;
  position: absolute;
  right: -1px;
}
#gnav ul.gnav li {
  float: left;
}
#gnav ul.gnav li a {
  display: block;
  width: 250px;
  height: 48px;
  box-sizing: border-box;
  border-left: solid 1px #ccc;
  background: url(/common/img/cmn_nav.gif);
}
#gnav ul.gnav li a span {
  display: none;
}
#gnav ul.gnav li a.nav01 {
  background-position: 0 0;
}
#gnav ul.gnav li a.nav02 {
  background-position: -250px 0;
}
#gnav ul.gnav li a.nav03 {
  background-position: -500px 0;
}
#gnav ul.gnav li a.nav04 {
  background-position: -750px 0;
}
#gnav ul.gnav li a.nav01.on, #gnav ul.gnav li a.nav01:hover {
  background-position: 0 -48px;
}
#gnav ul.gnav li a.nav02.on, #gnav ul.gnav li a.nav02:hover {
  background-position: -250px -48px;
}
#gnav ul.gnav li a.nav03.on, #gnav ul.gnav li a.nav03:hover {
  background-position: -500px -48px;
}
#gnav ul.gnav li a.nav04.on, #gnav ul.gnav li a.nav04:hover {
  background-position: -750px -48px;
}
@media screen and (max-width: 750px) {
#gnav {
  width: 100%;
  margin: 0;
  padding: 15px 0 0;
}
#gnav ul.gnav:after {
  content: none;
}
#gnav ul.gnav li {
  float: none;
  border-top: solid 1px #DDD;
}
#gnav ul.gnav li a {
  width: 100%;
  height: 60px;
  border-left: none;
  background: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
#gnav ul.gnav li a span {
  display: block;
}
#gnav ul.gnav li a.nav01,
#gnav ul.gnav li a.nav02,
#gnav ul.gnav li a.nav03,
#gnav ul.gnav li a.nav04 {
  background: none;
}
#gnav ul.gnav li a.nav01.on, #gnav ul.gnav li a.nav01:hover,
#gnav ul.gnav li a.nav02.on, #gnav ul.gnav li a.nav02:hover,
#gnav ul.gnav li a.nav03.on, #gnav ul.gnav li a.nav03:hover,
#gnav ul.gnav li a.nav04.on, #gnav ul.gnav li a.nav04:hover {
  color: #FFF;
  background: #334d7b;
}
}

/* sp nav
------------------------------------------ */
.headerNavbtn {
  display: none;
}
@media screen and (max-width: 750px) {
  .headerNavbtn {
    display: block;
  }
  div.headerNavbtn {
    width: 50px;
    height: 50px;
    background: #fff;
    position: fixed;
    top: 5px;
    right: 5px;
    cursor: pointer;
    z-index: 99999;
  }
  div.headerNavbtn span {
    color: #505456;
    font-size: 1.0rem;
    font-weight: 700;
    text-align: center;
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    bottom: 3px;
    margin: auto;
  }
  .headerNavbtn_line1 {
    width: 30px;
    height: 2px;
    background-color: #505456;
    top: 13px;
    left: 0;
    right: 0;
    position: absolute;
    margin: auto;
  }
  .headerNavbtn_line2 {
    width: 30px;
    height: 2px;
    background-color: #505456;
    top: 23px;
    left: 0;
    right: 0;
    position: absolute;
    margin: auto;
  }
  .headerNavbtn_line3 {
    width: 30px;
    height: 2px;
    background-color: #505456;
    top: 33px;
    left: 0;
    right: 0;
    position: absolute;
    margin: auto;
  }
  .headerNavbtn_line1.menuclick1 {
    top: 23px;
    -o-transform: rotate(405deg);
    -moz-transform: rotate(405deg);
    -webkit-transform: rotate(405deg);
    -ms-transform: rotate(405deg);
    transform: rotate(405deg);
  }
  .headerNavbtn_line2.menuclick2 {
    background-color: rgba(255, 255, 255, 0);
  }
  .headerNavbtn_line3.menuclick3 {
    top: 23px;
    -o-transform: rotate(-405deg);
    -moz-transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
    -ms-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }
  .headerNavbtn_line1, .headerNavbtn_line2, .headerNavbtn_line3, .headerNavbtn_line1.menuclick1, .headerNavbtn_line2.menuclick2, .headerNavbtn_line3.menuclick3 {
    transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out; /* Opera */
    -moz-transition: all 0.5s ease-out; /* Firefox */
    -webkit-transition: all 0.5s ease-out; /* GoogleChrome, Safari */
    -ms-transition: all 0.5s ease-out; /* IE */
  }
}
/* footer（トップページ用）
------------------------------------------ */
#footer.index {
  padding-top: 30px;
  background: #334d7b;
  position: relative;
}
#footer.index .footerTop {
  width: 50%;
  position: absolute;
  top: 40px;
  right: 0;
  z-index: 1;
  overflow: hidden;
}
#footer.index .footerTop .wrap {
  margin: 0;
}
#footer.index .footerTop .footerNav li {
  margin: 0 0 0 15px;
}
#footer.index .footerTop .footerNav li:first-child {
  margin: 0 0 0 185px;
}
.footerRecruit {
  background: #334d7b;
  position: relative;
}
.footerRecruit:before {
  content: "";
  width: 50%;
  height: 100%;
  background: rgb(228,99,14);
  background: linear-gradient(0deg, rgba(228,99,14,1) 0%, rgba(244,157,22,1) 100%, rgba(9,9,121,1) 5044%);
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.footerRecruit:after {
  content:"";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 55px 55px 0;
  border-color: transparent #334d7b transparent transparent;
  position: absolute;
  top: 0;
  right: 50%;
}
.footerRecruit .wrap {
  position: relative;
  z-index: 1;
}
.footerRecruit a {
  color: #FFF;
  font-size: 12px;
  width: 45%;
  height: 100%;
  padding: 15px 0 15px 65px;
  position: relative;
  display: block;
}
.footerRecruit a:before {
  content: "";
  width: 58px;
  height: 38px;
  background: url("../../img/index_icon01.png") no-repeat 0 0 / cover;
  position: absolute;
  bottom: 0;
  left: 0;
}
.footerRecruit a span {
  padding: 0 0 0 15px;
  position: relative;
  display: inline-block;
}
.footerRecruit a span:before {
  content: "";
  width: 10px;
  height: 10px;
  background: url(/common/img/cmn_icon_arrow03.png) no-repeat 0 0 / cover;
  position: absolute;
  top: 8px;
  left: 0;
}
.footerRecruit a b {
  font-size: 16px;
  font-weight: 400;
  margin: 0 15px 0 0;
}
@media screen and (max-width: 750px) {
#footer.index {
  padding-top: 0;
}
#footer.index .footerTop {
  width: 100%;
  position: static;
}
#footer.index .footerTop .wrap {
  margin: 0;
}
#footer.index .footerTop .footerNav li,
#footer.index .footerTop .footerNav li:first-child {
  margin: 0 0 15px;
}
#footer.index .footerTop .footerNav li:nth-child(3) {
  margin: 0;
}
.footerRecruit {
  background: rgb(228,99,14);
  background: linear-gradient(0deg, rgba(228,99,14,1) 0%, rgba(244,157,22,1) 100%, rgba(9,9,121,1) 5044%);
}
.footerRecruit:before,
.footerRecruit:after {
  content: none;
}
.footerRecruit a {
  width: auto;
}
}

/* footer（下層ページ用）
------------------------------------------ */
#footer .footerTop {
  background: #334d7b;
  padding: 5px 0;
}
#footer .footerTop .footerNav:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
#footer .footerTop .footerNav li {
  float: left;
  margin: 0 0 0 45px;
}
#footer .footerTop .footerNav li:first-child {
  margin: 0;
}
#footer .footerTop .footerNav li a {
  font-size: 12px;
  color: #fff;
  padding: 0 0 0 15px;
  position: relative;
}
#footer .footerTop .footerNav li a:before {
  content:"";
  width: 10px;
  height: 10px;
  background: url(/common/img/cmn_icon_arrow04.png) no-repeat 0 0 / cover;
  position: absolute;
  top: 4px;
  left: 0;
  margin: 0 5px 0 0;
}
#footer .footerTop .footerNav li a:hover {
  filter: alpha(opacity=70); /* IE7以下用 */
  -ms-filter: "alpha(opacity=70)"; /* IE8用 */
  -moz-opacity: 0.7; /* Firefox 1.5未満, Netscape用 */
  -khtml-opacity: 0.7; /* Safari 1.x, 他khtmlに対応したブラウザ用  */
  opacity: 0.7; /* Firefox 1.5以上, Opera, Safari用 */
}
#footer .footerBottom {
  background: #e8e8e8;
  padding: 20px 0 40px;
}
#footer .footerBottom .footerNav {
  float: right;
}
#footer .footerBottom .footerNav:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
#footer .footerBottom .footerNav li {
  float: left;
  margin: 0 0 0 15px;
}
#footer .footerBottom .footerNav li:first-child {
  margin: 0;
}
#footer .footerBottom .footerNav li a {
  font-size: 12px;
  padding: 0 0 0 15px;
  position: relative;
}
#footer .footerBottom .footerNav li a:before {
  content:"";
  width: 10px;
  height: 10px;
  background: url(/common/img/cmn_icon_arrow05.png) no-repeat 0 0 / cover;
  position: absolute;
  top: 4px;
  left: 0;
  margin: 0 5px 0 0;
}
#footer .footerBottom .footerNav li a:hover {
  filter: alpha(opacity=70); /* IE7以下用 */
  -ms-filter: "alpha(opacity=70)"; /* IE8用 */
  -moz-opacity: 0.7; /* Firefox 1.5未満, Netscape用 */
  -khtml-opacity: 0.7; /* Safari 1.x, 他khtmlに対応したブラウザ用  */
  opacity: 0.7; /* Firefox 1.5以上, Opera, Safari用 */
}
#footer .footerBottom .companyInfo {
  font-weight: 400;
  font-size: 16px;
}
#footer .footerBottom .companyInfo span {
  font-weight: normal;
  font-size: 12px;
}
#footer .footerBottom .copy {
  text-align: right;
  font-size: 12px;
}
@media screen and (max-width: 750px) {
#footer .footerTop {
  padding: 20px 0;
}
#footer .footerTop .footerNav li {
  width: 50%;
  margin: 0 0 15px;
}
#footer .footerTop .footerNav li:first-child {
  margin: 0 0 15px;
}
#footer .footerTop .footerNav li:nth-child(7),
#footer .footerTop .footerNav li:nth-child(8){
  margin: 0;
}
#footer .footerBottom {
  padding: 20px 0;
}
#footer .footerBottom .footerNav {
  float: none;
  margin: 0 0 20px;
}
#footer .footerBottom .footerNav li {
  width: 50%;
  margin: 0;
}
#footer .footerBottom .footerNav li:first-child {
  margin: 0;
}
#footer .footerBottom .copy {
  text-align: center;
  margin: 20px 0 0;
}
}

/* breadcrumb
------------------------------------------ */
#breadCrumb {
  width: 100%;
  padding: 10px 0;
  text-align: center;
  overflow: hidden;
  margin: 0 0 30px;
}
#breadCrumb ul li {
  font-size: 92%;
  float: left;
  display: inline !important;
  padding: 0;
  list-style: none;
}
#breadCrumb a {
  text-decoration: none;
  color: #515457;
}
#breadCrumb a:hover, #BreadCrumb a:active {
  color: #0087af;
  text-decoration: none;
}
/*フォーム関連*/
/*------------------------------------------*/
.required {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #f58e7e;
  padding: 2px 5px;
  margin: 0 5px 0 0;
  color: #FFFFFF;
  font-size: 75%;
  font-style: normal;
  font-weight: normal;
  float: left;
  display: block;
}
/* pagetop（固定）
------------------------------------------ */
.pagetop {
  position: fixed;
  bottom: 220px;
  right: 120px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  z-index: 9999;
}
.pagetop a {
  display: block;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
  color: #666;
}
.pagetop.show {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  border: none;
  z-index: 9999;
}
@media screen and (max-width: 750px) {
.pagetop {
  width: 44px;
  height: 44px;
  bottom: 20px;
  right: 20px;
}
}