/*(c)*/
.SP {
  display: inherit;
}

.PC {
  display: none;
}

html, body {
  overflow-x: hidden;
  width: 100%;
}

img {
  max-width: 100%;
}

.hum {
  position: fixed;
  right: 10px;
  top: 10px;
  padding: 16px;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.2);
}

.burger {
  padding: 0.25em 0;
  width: 27px;
  font-size: 12px;
}

.burger span, .burger::before, .burger::after {
  content: '';
  display: block;
  width: 100%;
  height: .25em;
  border-radius: .25em;
  -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;
  background: #fff;
}

.burger::before {
  margin-bottom: 0.5em;
}

.burger::after {
  margin-top: 0.5em;
}

.burger.open span {
  opacity: 0;
}

.burger.open::before {
  transform: rotate(45deg) translate(0.5em, 0.555em);
}

.burger.open::after {
  transform: rotate(-45deg) translate(0.5em, -0.555em);
}

#Hd .menu-pc .hd-log {
  position: absolute;
  z-index: 2;
  width: 240px;
  max-width: 66.666%;
  display: none;
}

#Hd .menu-pc .hd-log h1 {
  margin: 10px;
  height: 60px;
  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 {
  display: none;
}

#Hd .menu-pc .hd-apl {
  display: none;
}

#Hd .menu-sp {
  opacity: 0;
  z-index: -1;
  position: fixed;
  right: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: #244372;
  -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;
  padding: 80px 4%;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
}

#Hd .menu-sp a {
  display: block;
}

#Hd .menu-sp p {
  line-height: 50px;
}

#Hd .menu-sp .sm-job {
  line-height: 50px;
  background: rgba(255, 255, 255, 0.5);
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  -o-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  margin-bottom: 10px;
}

#Hd .menu-sp .sm-job a::before {
  content: 's';
  font-family: 'Icons';
  margin-right: 5px;
}

#Hd .menu-sp .sm-nav {
  margin-top: 30px;
}

#Hd .menu-sp .sm-nav li {
  line-height: 40px;
  float: left;
  width: 46%;
  margin: 0 2%;
  border-bottom: 1px solid white;
}

#Hd .menu-sp .sm-nav li:first-child, #Hd .menu-sp .sm-nav li:nth-child(2) {
  border-top: 1px solid white;
}

#Hd .menu-sp .sm-btn {
  margin: 10px -2% 0 -2%;
}

#Hd .menu-sp .sm-btn li {
  line-height: 50px;
  float: left;
  width: 46%;
  margin: 0 2%;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  -o-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  background: #e62846;
  font-size: 1.6rem;
}

#Hd .menu-sp .sm-btn li + li {
  background: #ffaa28;
}

#Hd .menu-sp address {
  text-align: left;
  display: block;
  padding: 15px 5px 5px;
  clear: both;
}

#Hd .menu-sp address dl {
  font-size: 1.4rem;
}

#Hd .menu-sp address dl dd a {
  font-size: 3.5rem;
  font-family: 'Oswald', sans-serif;
  display: inline-block;
  margin-right: 5px;
}

#Hd .menu-sp address dl dd a::before {
  content: 't';
  font-family: 'Icons';
  font-size: 1.7rem;
  margin-right: 3px;
}

#Hd .menu-sp address dl dd span {
  white-space: nowrap;
}

body.open #Hd .menu-sp {
  opacity: 1;
  z-index: 100;
}

#Ft {
  background: #6177a6;
  color: #fff;
  text-align: left;
  padding: 15px 15px 50px 15px;
  position: relative;
}

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

#Ft .ft-log h1 img {
  width: 240px;
  max-width: 66.666%;
}

#Ft .ft-log address {
  font-size: 1.4rem;
}

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

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

#Ft .ft-tel {
  font-size: 1.4rem;
}

#Ft .ft-tel address {
  font-size: 2.4rem;
  font-weight: bold;
}

#Ft .ft-nav {
  display: none;
}

#Ft .ft-cop {
  height: 60px;
  font-size: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  margin-top: 15px;
  padding: 15px 0;
}

#Ft .ft-mg {
  position: absolute;
  right: 15px;
  bottom: 128px;
}

#Ft .ft-mg img {
  width: 60px;
}

#Ent {
  position: fixed;
  left: 0px;
  bottom: 0px;
  z-index: 10;
  opacity: 0;
  -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;
  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;
  width: 100%;
}

#Ent > div {
  width: 50%;
  background: rgba(230, 40, 70, 0.8);
  height: 50px;
  text-align: center;
}

#Ent > div img {
  max-height: 50px;
}

#Ent > div + div {
  background: rgba(255, 170, 40, 0.8);
}

body.opn #Ent {
  opacity: 1;
}
