/**------------------------------------
* override global setting */
/*
@btn_10: #92Cf10;
@btn_sub_10: #7DB209;
@btn_11: #AB4CFE;
@btn_sub_11: #8000FF;
*/
body {
  background-color: #fff;
  margin: 0 auto;
  overflow-x: hidden;
  width: 100%;
}
@media screen and (max-width: 667px) {
  body {
    width: 100%;
  }
}
#top-head {
  width: 100%;
  border-top: 7px solid #00a89c;
  margin: 0 auto;
}
#top-head .header-01 {
  width: 980px;
  margin: 10px auto;
  display: flex;
}
#top-head .header-01 .header-title .logo .pc {
  display: block;
}
#top-head .header-01 .header-title .logo .sp {
  display: none;
}
@media screen and (max-width: 667px) {
  #top-head .header-01 .header-title .logo .pc {
    display: none;
  }
  #top-head .header-01 .header-title .logo .sp {
    display: block;
    margin: 0 auto 20px;
    padding-top: 5px;
    width: 95%;
  }
}
@media screen and (max-width: 667px) {
  #top-head .header-01 .header-title {
    flex-basis: 100%;
  }
}
#top-head .header-01 .nav {
  display: block;
}
@media screen and (max-width: 667px) {
  #top-head .header-01 .nav {
    display: none;
  }
}
#top-head .header-01 .nav ul {
  display: flex;
  list-style: none;
  font-size: 12px;
}
#top-head .header-01 .nav ul li {
  border-left: 1px solid #00a89c;
  border-right: 1px solid #00a89c;
  width: 80px;
  padding: 5px;
  text-align: center;
  margin-top: 10px;
}
#top-head .header-01 .nav ul li:nth-child(2) {
  border: none;
}
#top-head .header-01 .nav ul li a {
  color: #00a89c;
  text-decoration: none;
}
@media screen and (max-width: 667px) {
  #top-head .header-01 {
    width: 100%;
  }
}
#top-head .mobile-header {
  display: none;
}
@media screen and (max-width: 667px) {
  #top-head .mobile-header {
    background-color: #f5f5f5;
    border-bottom: solid 1px #888;
    border-top: solid 1px #888;
    display: block;
    margin-top: 15px;
    height: 56px;
    position: relative;
    width: 100%;
    z-index: 999;
  }
  #top-head .mobile-header #nav-toggle {
    left: 50%;
  }
}
#top-head .global-nav {
  display: none;
}
@media screen and (max-width: 667px) {
  #top-head .global-nav {
    display: block;
  }
}
@media screen and (max-width: 667px) {
  #top-head {
    width: 100%;
  }
}
h2 {
  background-color: #92A3AF;
  color: #fff;
  height: 100px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  width: 980px;
}
h2 .line01 {
  font-size: 22px;
  font-weight: bold;
  left: 50%;
  letter-spacing: 0.1em;
  position: absolute;
  top: 25%;
  transform: translateX(-50%);
  width: 100%;
}
@media screen and (max-width: 667px) {
  h2 .line01 {
    font-size: 20px;
  }
}
h2 .line02 {
  font-size: 22px;
  font-weight: bold;
  left: 50%;
  position: absolute;
  top: 55%;
  transform: translateX(-50%);
  width: 100%;
}
@media screen and (max-width: 667px) {
  h2 .line02 {
    font-size: 20px;
  }
}
@media screen and (max-width: 667px) {
  h2 {
    width: 100%;
  }
}
.main {
  margin: 0 auto;
  width: 980px;
}
.main .list {
  margin: 50px 0;
}
.main .list h3 {
  font-size: 22px;
  line-height: 1.4;
  margin: 40px 0 0 10px;
}
@media screen and (max-width: 667px) {
  .main .list h3 {
    font-size: 18px;
  }
}
.main .list ul li {
  border-bottom: 1px solid #00a89c;
  font-size: 20px;
  line-height: 1.6;
  margin-top: 1em;
  padding-left: .5em;
}
@media screen and (max-width: 667px) {
  .main .list ul li {
    font-size: 16px;
    margin: 1em 5px 0;
    text-indent: -1em;
    padding-left: 1em;
  }
}
.main .list ul li::before {
  color: #00a89c;
  content: "●";
  font-size: 20px;
}
.main .move-next-message {
  display: inline-block;
  font-weight: bold;
  padding: 10px 20px;
}
.main .move-next-message a {
  color: rgba(255, 102, 153, 0.7);
  text-decoration: none;
}
.main .move-next-message:hover {
  opacity: .75;
}
.main .link-results {
  background-color: #00a89c;
  box-shadow: 1px 2px 2px 1px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  color: #fff;
  margin: 0 auto;
  padding: 10px;
  position: relative;
  text-align: center;
  width: 180px;
}
.main .link-results a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.main .link-results:hover {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3), 0 1px 4px 0 rgba(0, 0, 0, 0.22);
}
.main .link-results:active {
  box-shadow: 0 0 0 0;
  transform: translateY(2px);
}
.main .copyright {
  background-color: #00a89c;
  color: #fff;
  text-align: center;
  font-size: 12px;
  line-height: 1.4;
  padding-top: 10px;
  width: 100%;
  height: 4px;
  margin: 40px -8vw 0;
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
  padding: 12px calc((100vw - 100%) / 2) 20px;
}
@media screen and (max-width: 667px) {
  .main .copyright {
    height: 35px;
  }
}
@media screen and (max-width: 667px) {
  .main {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 77%;
}
#page-top a {
  background: #4d4d4d;
  opacity: 0.6;
  text-decoration: none;
  color: #fff;
  width: 50px;
  padding: 25px 0;
  text-align: center;
  display: block;
  border-radius: 5px;
}
#page-top .arrow {
  position: relative;
  display: inline-block;
}
#page-top .arrow:before {
  content: url("../../img/special_recruit/page-top.png");
  width: 15px;
  height: 15px;
  position: absolute;
  top: 12px;
  left: 12px;
}
@media screen and (max-width: 667px) {
  .mobile-header {
    background-color: #f5f5f5;
    border-bottom: solid 1px #888;
    border-top: solid 1px #888;
    height: 56px;
    margin-top: 15px;
    position: relative;
    width: 100%;
    z-index: 999;
  }
  .mobile-header #nav-toggle {
    display: block;
  }
  .global-nav {
    background-color: #f5f5f5;
    display: block;
    left: -670px;
    position: absolute;
    text-align: center;
    transition: 0.5s ease-in-out;
    width: 100%;
    z-index: 999;
  }
  .global-nav ul {
    background-color: #B2E5E1;
    bottom: 0;
    font-size: 14px;
    list-style: none;
    position: static;
    right: 0;
  }
  .global-nav ul li {
    border-bottom: 1px solid #fff;
    float: none;
  }
  .global-nav ul li a {
    display: block;
    color: #4d4d4d;
    padding: 15px 0 15px 10px;
    text-decoration: none;
    text-align: left;
    width: 100%;
  }
  /* Toggle Button */
  #nav-toggle {
    cursor: pointer;
    display: none;
    height: 36px;
    left: 20px;
    position: absolute;
    top: 14px;
    width: 34px;
    z-index: 101;
  }
  #nav-toggle div {
    left: -50%;
    position: relative;
  }
  #nav-toggle span {
    background-color: #C5C5C5;
    display: block;
    height: 4px;
    left: 0;
    position: absolute;
    transition: 0.35s ease-in-out;
    width: 100%;
  }
  #nav-toggle span:nth-child(1) {
    top: 0;
  }
  #nav-toggle span:nth-child(2) {
    top: 11px;
  }
  #nav-toggle span:nth-child(3) {
    top: 22px;
  }
  .open #nav-toggle {
    display: block;
  }
  .open #nav-toggle span:nth-child(1) {
    top: 11px;
    transform: rotate(315deg);
  }
  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 11px;
    transform: rotate(-315deg);
  }
  .open .global-nav {
    transform: translateX(670px);
  }
  nav .global-menu li[class^="category-"] {
    position: relative;
    text-align: left;
  }
  nav .global-menu li[class^="category-"]:after {
    content: '';
    width: 14px;
    height: 14px;
    border: 0px;
    border-top: solid 2px #00a89c;
    border-right: solid 2px #00a89c;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 28%;
    left: 90%;
  }
  nav .global-menu li[class^="category-"]:hover {
    background-color: #00a89c;
    color: #fff;
  }
  nav .global-menu li[class^="category-"]:hover:after {
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
  }
  nav .global-menu li p {
    font-weight: bold;
  }
}
/*# sourceMappingURL=./supervisor.css.map */