@charset "UTF-8";
.PC {
  display: inherit;
}

.SP {
  display: none;
}

#Hd {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  background: rgba(255, 255, 255, 0.6);
  z-index: 10000;
  font-weight: 600;
  font-size: 1.5rem;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
}

#Hd .menu-sp {
  display: none;
}

#Hd .menu-pc {
  line-height: 80px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  align-items: center;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#Hd .menu-pc .hd-log {
  margin: 0 auto 0 15px;
  width: 15%;
  max-width: 240px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#Hd .menu-pc .hd-log h1 {
  font-size: 1rem;
  line-height: 0;
  text-align: left;
  height: 100%;
  position: relative;
}

#Hd .menu-pc .hd-log h1 img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

#Hd .menu-pc .hd-nav {
  width: 65%;
  height: 25px;
}

#Hd .menu-pc .hd-nav ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  flex-wrap: nowrap;
}

#Hd .menu-pc .hd-nav ul li {
  font-size: 1.6rem;
  line-height: 25px;
  width: 25%;
  max-width: 210px;
  color: #244372;
  border-left: 1px solid #244372;
}

#Hd .menu-pc .hd-nav ul li a {
  display: block;
  padding: 0 10px;
}

#Hd .menu-pc .hd-apl {
  width: 16.666%;
  background: linear-gradient(#244372, #3a558e);
  color: #fff;
  display: inline-block;
  font-size: 2rem;
}

#Hd .menu-pc .hd-apl a {
  display: block;
  padding: 0 15px;
}

#Hd .menu-pc .hd-apl a::after {
  content: '＞';
  font-weight: normal;
  font-size: 75%;
  font-family: 'Icons';
  margin-left: 10px;
  vertical-align: 2px;
}

@media screen and (max-width: 1200px) {
  #Hd .menu-pc {
    line-height: 60px;
  }
  #Hd .menu-pc .hd-nav {
    width: 66.666%;
  }
  #Hd .menu-pc .hd-nav ul li {
    font-size: 1.4rem;
    width: auto;
  }
  #Hd .menu-pc .hd-apl {
    width: auto;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 1000px) {
  #Hd .menu-pc .hd-apl span {
    display: none;
  }
}

body.opn #Hd {
  background: rgba(255, 255, 255, 0.95);
}

body.opn #Hd .menu-pc {
  line-height: 50px;
}

body.opn #Hd .menu-pc .hd-log {
  max-width: 180px;
}

#Ft {
  background: #6177a6;
  color: #fff;
  text-align: left;
  position: relative;
  padding: 0 3%;
}

#Ft .ft-log {
  margin: 0 300px 30px 0;
  text-align: left;
}

#Ft .ft-log h1 {
  padding: 30px 0 45px 0;
}

#Ft .ft-log h1 img {
  width: 270px;
}

#Ft .ft-log address {
  font-size: 1.6rem;
  font-feature-settings: "palt";
}

#Ft .ft-log p {
  font-size: 1.4rem;
  margin: 30px 0 0 0;
}

#Ft .ft-log dl .staffing {
  margin-top: 16px;
}

#Ft .ft-tel {
  position: absolute;
  right: 3%;
  top: 0px;
  min-width: 274px;
  text-align: left;
  padding: 15px 30px;
  background: linear-gradient(#244372, #3a558e);
}

#Ft .ft-tel dl dd address {
  font-weight: bold;
  font-size: 2.6rem;
  display: block;
}

#Ft .ft-mg {
  position: absolute;
  right: 3%;
  bottom: 45px;
  width: 270px;
  text-align: center;
}

#Ft .ft-mg img {
  height: 120px;
}

#Ft .ft-nav {
  display: inline-block;
  margin: 30px 300px 0 auto;
}

#Ft .ft-nav ul {
  *zoom: 1;
  display: inline-block;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  padding: 15px 0;
}

#Ft .ft-nav ul::before {
  content: " ";
  display: table;
}

#Ft .ft-nav ul::after {
  content: " ";
  display: table;
  clear: both;
}

#Ft .ft-nav ul li {
  float: left;
  margin: 5px 20px 5px 0;
  font-size: 1.5rem;
}

#Ft .ft-cop {
  padding: 30px 0 45px 0;
  font-size: 1.2rem;
}

#Ent {
  display: none;
}
