html {
  height: 100%;
  overflow-y: scroll;
}
body {
  height: 100%;
  font: 14.5px/1.231 "Lato", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
  font-feature-settings: "palt";
  line-height: 1.7;
  letter-spacing: 0.08em;
  *font-size: small;
  *font: x-small;
  color: #222;
  line-height: 2;
  -webkit-font-smoothing: antialiased;
}
@media all and (-ms-high-contrast: none) {
  body {
    font-family: "メイリオ", Meiryo, "Lato", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
      "ＭＳ Ｐゴシック", sans-serif;
  }
}
*,
*:after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
ul,
ol {
  list-style: none;
}
small {
  font-size: 86%;
}
p,
td,
th {
  line-height: 1.75em;
}
h1,
h2,
h3,
h4,
h5 {
  line-height: 1.5em;
}
a {
  color: #222;
  text-decoration: none;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
}
a:hover {
  text-decoration: none;
}
a:focus,
input:focus,
button:focus {
  outline: none;
}
img {
  vertical-align: bottom;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.mgn-btm8 {
  margin-bottom: 8px;
}
.mgn-btm16 {
  margin-bottom: 16px;
}
.mgn-btm24 {
  margin-bottom: 24px;
}
.mgn-btm32 {
  margin-bottom: 32px;
}
.mgn-btm40 {
  margin-bottom: 40px;
}
.mgn-btm48 {
  margin-bottom: 48px;
}
.mgn-btm56 {
  margin-bottom: 56px;
}
.mgn-btm64 {
  margin-bottom: 64px;
}
.mgn-btm72 {
  margin-bottom: 72px;
}
.mgn-btm80 {
  margin-bottom: 80px;
}
.mgn-btm88 {
  margin-bottom: 88px;
}
.mgn-btm96 {
  margin-bottom: 96px;
}

.flt-rgt {
  float: right;
}
.flt-lft {
  float: left;
}
.txt-ctr {
  text-align: center;
}
.txt-rgt {
  text-align: right;
}

.c-wht {
  color: #fff;
}
.c-nvy {
  color: #1b295a;
}
.c-orng {
  color: #e58f28;
}
.bg-wht {
  background: #fff;
}
.bg-nvy {
  background: #1b295a;
}
.bg-gry {
  background: #f5f5f5;
}
.bg-orng {
  background: #e58f28;
}
.bg-blk {
  background: #222;
}
.pt-gry {
  background: url("../images/common/pt_gry.jpg");
}
.pt-ble {
  background: url("../images/common/pt_gry.jpg");
  position: relative;
}
.pt-ble::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(228, 246, 255, 0.4);
}

.brdr {
  position: relative;
}
.brdr::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #222;
  z-index: 1;
}

.sp {
  display: none;
}

.flex {
  display: flex;
  display: -webkit-flex;
}
.round {
  border-radius: 50%;
}

.a1mincho {
  font-family: A1明朝, A1 Mincho;
  transform: rotate(0.05deg);
  letter-spacing: 0.15em;
}
.a1mincho small {
  font-family: "Libre Baskerville", serif;
}
.baskerville {
  font-family: "Libre Baskerville", serif;
}

@media (min-width: 768px) {
  @-moz-document url-prefix() {
    * {
      font-feature-settings: "palt";
    }
  }
  @media screen and (-webkit-min-device-pixel-ratio: 0) {
    * {
      font-feature-settings: "palt";
    }
  }
}
@media (max-width: 768px) {
  body {
    font-size: 13px;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  .mgn-btm16 {
    margin-bottom: 8px;
  }
  .mgn-btm24 {
    margin-bottom: 16px;
  }
  .mgn-btm32 {
    margin-bottom: 16px;
  }
  .mgn-btm40 {
    margin-bottom: 24px;
  }
  .mgn-btm48 {
    margin-bottom: 24px;
  }
  .mgn-btm56 {
    margin-bottom: 32px;
  }
  .mgn-btm64 {
    margin-bottom: 32px;
  }
  .mgn-btm72 {
    margin-bottom: 40px;
  }
  .mgn-btm80 {
    margin-bottom: 40px;
  }
  .mgn-btm88 {
    margin-bottom: 64px;
  }
  .mgn-btm96 {
    margin-bottom: 64px;
  }

  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .flex-sp-block {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .flex-sp-block > * {
    max-width: 100% !important;
    width: 100% !important;
  }
}

/* =====================================================================================

    COMMON

===================================================================================== */

/* layout
 **************************************** */
.inner {
  width: 1080px;
  margin: 0 auto;
  position: relative;
}
.inner-s {
  width: 960px;
  margin: 0 auto;
  position: relative;
}
.inner-xs {
  width: 880px;
  margin: 0 auto;
  position: relative;
}
.inner-xxs {
  width: 740px;
  margin: 0 auto;
  position: relative;
}
.section_pdg {
  padding: 80px 0;
}
.section_pdg-s {
  padding: 56px 0;
}

@media (max-width: 1216px) {
  .inner,
  .inner-s,
  .inner-xs,
  .inner-xxs {
    width: 90%;
  }
  .home_management .inner {
    overflow: hidden;
  }
}

@media (max-width: 768px) {
  .inner,
  .inner-s,
  .inner-xs,
  .inner-xxs {
    overflow: visible;
  }
  .section_pdg {
    padding: 72px 0;
  }
  .section_pdg-s {
    padding: 48px 0;
  }
}

/* ttl
 **************************************** */
.page_ttl {
  background: #eee;
  font-size: 290%;
  font-family: A1明朝, A1 Mincho;
  transform: rotate(0.05deg);
  margin: 125px 0 0; /*header control*/
  padding: 64px 0 72px;
  text-align: center;
  color: #fff;
}
.page_ttl h1 {
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}
.page-cleaning .page_ttl {
  background: url("../images/title/ttl_cleaning.jpg") no-repeat center/cover;
}
.page-security .page_ttl {
  background: url("../images/title/ttl_security.jpg") no-repeat center/cover;
}
.page-service .page_ttl {
  background: url("../images/title/ttl_service.jpg") no-repeat center/cover;
}
.page-manage .page_ttl {
  background: url("../images/title/ttl_manage.jpg") no-repeat center/cover;
}
.archive-recruit .page_ttl,
.single-recruit .page_ttl {
  background: url("../images/title/ttl_recruit.jpg") no-repeat center/cover;
}
.page-company .page_ttl {
  background: url("../images/title/ttl_company.jpg") no-repeat center/cover;
}
.archive-news .page_ttl,
.single-news .page_ttl {
  background: url("../images/title/ttl_news.jpg") no-repeat center/cover;
}
.page-thanks .page_ttl,
.page-recruit-thanks .page_ttl {
  background: url("../images/title/ttl_thanks.jpg") no-repeat center/cover;
}
.section_ttl {
  text-align: center;
  font-size: 260%;
  font-family: A1明朝, A1 Mincho;
  transform: rotate(0.05deg);
  letter-spacing: 0.15em;
}
.section_ttl.txt-lft {
  text-align: left;
}
.section_ttl small {
  display: table;
  margin: 0 auto;
  font-weight: normal;
  font-size: 43%;
  line-height: 2em;
  position: relative;
  padding: 0 32px;
  letter-spacing: 0.05em;
  font-family: "Libre Baskerville", serif;
}
.section_ttl small::before,
.section_ttl small::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 24px;
  height: 1px;
  background: #000;
}
.section_ttl small::before {
  left: 0;
}
.section_ttl small::after {
  right: 0;
}
.section_ttl.txt-lft small {
  padding-left: 0;
  margin-left: 0;
}
.section_ttl.txt-lft small::before {
  display: none;
}
.section_ttl-s {
  text-align: center;
  font-size: 200%;
  font-family: A1明朝, A1 Mincho;
  transform: rotate(0.05deg);
  letter-spacing: 0.15em;
}
.section_ttl-s.txt-lft {
  text-align: left;
}
.section_ttl-s small {
  display: block;
  font-size: 49%;
  letter-spacing: 0.05em;
}
.section_ttl-xs {
  text-align: center;
  font-size: 180%;
  font-family: A1明朝, A1 Mincho;
  transform: rotate(0.05deg);
  letter-spacing: 0.15em;
}
@media (max-width: 768px) {
  .page_ttl {
    font-size: 260%;
    margin: 72px 0 0;
  }
  .page-cleaning .page_ttl {
    background: url("../images/title/ttl_cleaning_sp.jpg") no-repeat center/cover;
  }
  .page-security .page_ttl {
    background: url("../images/title/ttl_security_sp.jpg") no-repeat center/cover;
  }
  .page-service .page_ttl {
    background: url("../images/title/ttl_service_sp.jpg") no-repeat center/cover;
  }
  .page-manage .page_ttl {
    background: url("../images/title/ttl_manage_sp.jpg") no-repeat center/cover;
  }
  .archive-recruit .page_ttl,
  .single-recruit .page_ttl {
    background: url("../images/title/ttl_recruit_sp.jpg") no-repeat center/cover;
  }
  .page-company .page_ttl {
    background: url("../images/title/ttl_company_sp.jpg") no-repeat center/cover;
  }
  .archive-news .page_ttl,
  .single-news .page_ttl {
    background: url("../images/title/ttl_news_sp.jpg") no-repeat center/cover;
  }
  .page-thanks .page_ttl,
  .page-recruit-thanks .page_ttl {
    background: url("../images/title/ttl_thanks_sp.jpg") no-repeat center/cover;
  }
  .section_ttl {
    font-size: 220%;
  }
  .section_ttl-s {
    font-size: 180%;
  }
  .section_ttl-xs {
    font-size: 150%;
  }
}

/* btn
 **************************************** */
.btn-detail {
  padding: 4px 0;
  display: block;
  text-align: center;
  color: #e58f28;
  border: 1px solid #e58f28;
  font-size: 115%;
  font-weight: bold;
  position: absolute;
  bottom: 32px;
  left: 0;
  right: 0;
  margin: auto;
  width: calc(100% - 64px);
}
.btn-detail:hover {
  color: #fff;
  background: #e58f28;
}
.btn-entry {
  padding: 4px 0;
  display: block;
  text-align: center;
  color: #fff;
  background: #e53028;
  border: 1px solid #e53028;
  font-size: 115%;
  font-weight: bold;
  position: absolute;
  bottom: 32px;
  left: 0;
  right: 0;
  margin: auto;
  width: calc(100% - 64px);
}
.btn-entry:hover {
  opacity: 0.7;
}
.btn-more {
  text-align: center;
  padding: 10px 0;
  display: block;
  margin: 0 auto;
  width: 500px;
  background: #1b295a;
  color: #fff;
  font-size: 120%;
  position: relative;
  border: 2px solid #1b295a;
}
.btn-more::before,
.btn-more::after {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.btn-more::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 40px;
  margin: auto;
  width: 32px;
  height: 1px;
  background: #fff;
}
.btn-more::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 40px;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btn-more:hover {
  background: #fff;
  color: #1b295a;
}
.btn-more:hover::before {
  width: 48px;
  right: 24px;
  background: #1b295a;
}
.btn-more:hover::after {
  right: 24px;
  border-top: 1px solid #1b295a;
  border-right: 1px solid #1b295a;
}
.home_post .btn-more {
  width: 140px;
  font-size: 75%;
  margin: 0;
  padding: 2px 0 1px 0;
  float: right;
}
.home_post .btn-more:hover {
  border: solid 1px #1b295a;
}
.home_post .btn-more::before {
  right: 15px;
  width: 15px;
}
.home_post .btn-more::after {
  right: 15px;
}
.home_post .btn-more:hover::before {
  width: 18px;
  right: 10px;
}
.home_post .btn-more:hover::after {
  right: 10px;
}

@media (max-width: 768px) {
  .btn-detail {
    position: relative;
    bottom: auto;
    width: 100%;
  }
  .btn-detail:hover {
    color: #e58f28;
    background: #fff;
  }
  .btn-more {
    width: 100%;
    font-size: 100%;
  }
  .btn-entry:hover {
    opacity: 1;
  }
  .btn-more:hover {
    background: #1b295a;
    color: #fff;
  }
  .btn-more:hover::before {
    width: 32px;
    right: 40px;
    background: #fff;
  }
  .btn-more:hover::after {
    right: 40px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }
  .home_post .btn-more {
    margin-bottom: 40px;
    float: none;
    margin: 0 auto;
  }
}

/* table
 **************************************** */
table {
  width: 700px;
  margin: 0 auto;
}
th,
td {
  padding: 16px;
  border-top: none;
}
tr + tr th,
tr + tr td {
  border-top: 1px solid #bbb;
}
th {
  width: 20%;
  background: #1b295a;
  color: #fff;
  font-weight: normal;
  border-right: 1px solid #bbb;
}
td {
  background: #fff;
}
td dt {
  float: left;
  width: 10.5em;
}

@media (max-width: 768px) {
  table {
    width: 100%;
  }
  th,
  td {
    display: block;
    padding: 8px 16px;
    width: 100% !important;
  }
  th {
    border-right: none;
  }
  td {
    border-top: 1px solid #bbb;
  }
}

/* animation
 **************************************** */
.effect {
  position: relative;
}

/*to-btm*/
.effect.to-btm {
  overflow: hidden;
}
.effect.to-btm::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.effect.to-btm.active::before {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: 0.8s cubic-bezier(0.5, 0.05, 0.3, 1) 0.2s;
  transition: 0.8s cubic-bezier(0.5, 0.05, 0.3, 1) 0.2s;
}
.effect.to-btm * {
  opacity: 0;
}
.effect.to-btm.active * {
  -webkit-transition: 0.8s cubic-bezier(0.5, 0.05, 0.3, 1) 0.8s;
  transition: 0.8s cubic-bezier(0.5, 0.05, 0.3, 1) 0.8s;
  opacity: 1;
}

/*line*/
.effect.line span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.effect.line .hr::before,
.effect.line .hr::after,
.effect.line .vr::before,
.effect.line .vr::after {
  content: "";
  position: absolute;
  background: #bbb;
  -webkit-transition: 0.8s cubic-bezier(0.5, 0.05, 0.3, 1) 0.6s;
  transition: 0.8s cubic-bezier(0.5, 0.05, 0.3, 1) 0.6s;
}
.effect.line .hr::before,
.effect.line .hr::after {
  width: 0%;
  height: 1px;
}
.effect.line .hr::before {
  top: 0;
  left: 0;
}
.effect.line .hr::after {
  bottom: 0;
  right: 0;
}
.effect.line.active .hr::before,
.effect.line.active .hr::after {
  width: 100%;
}
.effect.line .vr::before,
.effect.line .vr::after {
  width: 1px;
  height: 0%;
}
.effect.line .vr::before {
  bottom: 0;
  left: 0;
}
.effect.line .vr::after {
  top: 0;
  right: 0;
}
.effect.line.active .vr::before,
.effect.line.active .vr::after {
  height: 100%;
}
.effect.line h3,
.effect.line p {
  opacity: 0;
}
.effect.line.active h3,
.effect.line.active p {
  -webkit-transition: 0.8s cubic-bezier(0.5, 0.05, 0.3, 1) 0.8s;
  transition: 0.8s cubic-bezier(0.5, 0.05, 0.3, 1) 0.8s;
  opacity: 1;
}

/*to-lft, to-rgt*/
.effect.to-lft,
.effect.to-rgt {
  overflow: hidden;
}
.effect.to-lft::before,
.effect.to-rgt::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: #bbb;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transition: 0.8s cubic-bezier(0.5, 0.05, 0.3, 1) 0.2s;
  transition: 0.8s cubic-bezier(0.5, 0.05, 0.3, 1) 0.2s;
}
.effect.to-lft::before {
  right: 0;
}
.effect.to-rgt::before {
  left: 0;
}
.effect.to-lft.active::before {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
.effect.to-rgt.active::before {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

/*zoom*/
.effect.zoom {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.effect.zoom.active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.effect.zoom.active:nth-child(1) {
  -webkit-transition: 0.4s cubic-bezier(0.5, 0.05, 0.3, 1) 0.2s;
  transition: 0.4s cubic-bezier(0.5, 0.05, 0.3, 1) 0.2s;
}
.effect.zoom.active:nth-child(2) {
  -webkit-transition: 0.4s cubic-bezier(0.5, 0.05, 0.3, 1) 0.4s;
  transition: 0.4s cubic-bezier(0.5, 0.05, 0.3, 1) 0.4s;
}
.effect.zoom.active:nth-child(3) {
  -webkit-transition: 0.4s cubic-bezier(0.5, 0.05, 0.3, 1) 0.6s;
  transition: 0.4s cubic-bezier(0.5, 0.05, 0.3, 1) 0.6s;
}

/*fade*/
.effect.fade-to-top,
.effect.fade-to-btm,
.effect.fade-to-lft,
.effect.fade-to-rgt {
  opacity: 0;
}
.effect.fade-to-top {
  -webkit-transform: translateY(10%);
  -ms-transform: translateY(10%);
  transform: translateY(10%);
}
.effect.fade-to-btm {
  -webkit-transform: translateY(-10%);
  -ms-transform: translateY(-10%);
  transform: translateY(-10%);
}
.effect.fade-to-lft {
  -webkit-transform: translateX(10%);
  -ms-transform: translateX(10%);
  transform: translateX(10%);
}
.effect.fade-to-rgt {
  -webkit-transform: translateX(-10%);
  -ms-transform: translateX(-10%);
  transform: translateX(-10%);
}
.effect.fade-to-top.active,
.effect.fade-to-btm.active,
.effect.fade-to-lft.active,
.effect.fade-to-rgt.active {
  -webkit-transition: 0.6s cubic-bezier(0.5, 0.05, 0.3, 1) 0.2s;
  transition: 0.6s cubic-bezier(0.5, 0.05, 0.3, 1) 0.2s;
  opacity: 1;
  -webkit-transform: translate(0%);
  -ms-transform: translate(0%);
  transform: translate(0%);
}
li.effect.fade-to-top.active:nth-child(1) {
  -webkit-transition: 0.6s cubic-bezier(0.5, 0.05, 0.3, 1) 0.1s;
  transition: 0.6s cubic-bezier(0.5, 0.05, 0.3, 1) 0.1s;
}
li.effect.fade-to-top.active:nth-child(2) {
  -webkit-transition: 0.6s cubic-bezier(0.5, 0.05, 0.3, 1) 0.2s;
  transition: 0.6s cubic-bezier(0.5, 0.05, 0.3, 1) 0.2s;
}
li.effect.fade-to-top.active:nth-child(3) {
  -webkit-transition: 0.6s cubic-bezier(0.5, 0.05, 0.3, 1) 0.3s;
  transition: 0.6s cubic-bezier(0.5, 0.05, 0.3, 1) 0.3s;
}
li.effect.fade-to-top.active:nth-child(4) {
  -webkit-transition: 0.6s cubic-bezier(0.5, 0.05, 0.3, 1) 0.4s;
  transition: 0.6s cubic-bezier(0.5, 0.05, 0.3, 1) 0.4s;
}
li.effect.fade-to-top.active:nth-child(5) {
  -webkit-transition: 0.6s cubic-bezier(0.5, 0.05, 0.3, 1) 0.5s;
  transition: 0.6s cubic-bezier(0.5, 0.05, 0.3, 1) 0.5s;
}

/* =====================================================================================

    HEADER

===================================================================================== */

/* header--top
 **************************************** */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 125px; /*header control*/
  z-index: 9999;
}
header .inner {
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  max-width: 1280px;
  width: calc(100% - 24px);
}
.gnav_btn {
  display: none;
}
.header--top {
  background: #fff;
}
.header--top .inner,
.header--logo {
  align-items: center;
  -webkit-align-items: center;
}
.header--top .inner {
  padding: 10px 0;
}
.header--logo img {
  padding: 0 16px 0 0;
}
.header--logo small {
  line-height: 1.5em;
}
.header--tel {
  font-size: 185%;
  letter-spacing: 0.05em;
  background: #fff;
}
.header--tel p {
  line-height: 1em;
}
.header--tel p:first-child {
  margin: 0 24px 0 0;
}
.header--tel span {
  font-size: 65%;
  margin: 0 8px 0 0;
}
.header--contact {
  color: #fff;
  background: #e58f28;
  padding: 10px 86px;
  text-align: center;
  font-weight: bold;
}
.header--contact:hover {
  opacity: 0.7;
}
.header--num {
  color: #1b295a;
  font-size: 95%;
}
.header--num small {
  font-size: 65%;
}

@media (max-width: 768px) {
  header {
    height: auto;
  }
  .header--top {
    height: 72px;
  }
  .header--top .inner {
    width: 90%;
    height: 72px;
    padding: 12px 0;
  }
  .gnav_btn,
  .gnav_btn span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }
  .gnav_btn {
    position: fixed;
    width: 56px;
    height: 40px;
    top: 24px;
    right: 16px;
    z-index: 9999;
    display: block;
  }
  .gnav_btn span {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 32px;
    height: 1px;
    background: #222;
  }
  .gnav_btn.active span {
    background: #222;
  }
  .gnav_btn span:nth-of-type(1) {
    top: 0;
  }
  .gnav_btn span:nth-of-type(2) {
    top: 6px;
  }
  .gnav_btn span:nth-of-type(3) {
    top: 12px;
  }
  .gnav_btn.active span:nth-of-type(1) {
    -webkit-transform: translateY(6px) rotate(-35deg);
    transform: translateY(6px) rotate(-35deg);
  }
  .gnav_btn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .gnav_btn.active span:nth-of-type(3) {
    -webkit-transform: translateY(-6px) rotate(35deg);
    transform: translateY(-6px) rotate(35deg);
  }
  .gnav_btn small {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .gnav_close,
  .gnav_btn.active .gnav_menu {
    display: none;
  }
  .gnav_btn.active .gnav_close {
    display: block;
  }
  .header--logo {
    margin: 0 56px 0 0;
    float: none;
  }
  .header--logo img {
    padding: 0 8px 0 0;
    width: 285px;
  }
  .header--contact {
    width: 90%;
    margin: 0 auto 8px;
  }
  .header--contact:hover {
    opacity: 1;
  }
  .header--tel {
    width: 90%;
    padding: 2.5vw;
    margin: 0 auto 64px;
    font-size: 5.5vw;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    display: none;
  }
  .header--tel p:first-child {
    margin: 0;
  }
  .header--nav .header--tel {
    display: flex;
    display: -webkit-flex;
  }
  .header--num {
    display: block;
    margin: 4px 0 0;
  }
}

/* header--nav
 **************************************** */
.header--nav {
  border-bottom: 1px solid #1b295a;
}
.gnav--item {
  float: left;
}
.gnav a {
  display: block;
  padding: 10px 24px;
  text-align: center;
  font-weight: bold;
}
.gnav a:hover,
.gnav a.current {
  color: #fff;
  background: #1b295a;
}
.gnav a.current {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

@media (min-width: 769px) and (max-width: 1148px) {
  .header--top .inner {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .header--tel {
    width: 100%;
  }
  .gnav {
    display: table;
    margin: 0 auto;
  }
  .gnav a {
    padding: 10px 1.5vw;
  }
  .header--contact {
    position: fixed;
    top: 10px;
    right: 10px;
  }
}

@media (max-width: 768px) {
  .header--nav {
    height: calc(100vh - 72px);
    overflow: auto;
    border: none;
    display: none;
  }
  .header--nav .inner {
    width: 100%;
  }
  .gnav {
    margin: 0 0 16px;
    width: 100%;
  }
  .gnav--item {
    float: none;
  }
  .gnav a {
    padding: 12px 0;
    font-size: 105%;
  }
  .gnav a:hover {
    color: #222;
    background: none;
  }
  .header--contact {
    font-size: 105%;
  }
}

/* =====================================================================================

    FOOTER

===================================================================================== */

/* footer--contact
 **************************************** */
footer #contact {
  margin: -125px 0 0; /*header control*/
  padding: 203px 0 80px;
}
.footer--contact {
  width: 540px;
  margin: 0 auto 64px;
  padding: 32px 0;
  border: 1px solid #1b295a;
  position: relative;
}
.footer--contact::before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  margin: auto;
  width: 27px;
  height: 27px;
  border-top: 1px solid #1b295a;
  border-right: 1px solid #1b295a;
  -webkit-transform: rotate(186.5deg) skewX(30deg) skewY(-48deg);
  transform: rotate(186.5deg) skewX(30deg) skewY(-48deg);
}
.footer--contact::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  margin: auto;
  width: 25px;
  height: 1px;
  background: #fff;
}
.footer--num {
  font-size: 260%;
  padding: 0 0 0 40px;
  background: url("../images/common/icon_tel.png") no-repeat left;
  line-height: 1em;
}
.footer--num span {
  font-size: 45%;
  letter-spacing: 0em;
  padding: 0 0 0 8px;
}
.footer--contact p {
  font-size: 125%;
  letter-spacing: 0em;
}

@media (max-width: 768px) {
  footer #contact {
    margin: 0;
    margin: -72px 0 0;
    padding: 144px 0 72px; /*header control*/
  }
  .footer--contact {
    width: 100%;
    padding: 24px 0;
  }
  .footer--num {
    font-size: 220%;
    padding: 0 0 0 28px;
    line-height: 0.75em;
    background: url("../images/common/icon_tel_sp.png") no-repeat left/auto 1em;
  }
  .footer--num span {
    font-size: 55%;
    text-align: center;
    padding: 0;
  }
}

/* formy
 **************************************** */
#formy_form table {
  width: 100%;
}
#formy_form th,
#formy_form td {
  padding: 16px;
  vertical-align: middle;
  border: none;
  border-bottom: solid 1px #eee;
}
#formy_form th {
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
  width: 34%;
  background: inherit;
  color: inherit;
}
#formy_form table input[type="text"],
#formy_form table input[type="email"],
#formy_form table input[type="tel"],
#formy_form table input[type="date"],
#formy_form table input[type="password"],
#formy_form table textarea {
  width: 100%;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  vertical-align: bottom;
}
#formy_form table input[type="text"],
#formy_form table input[type="email"],
#formy_form table input[type="tel"],
#formy_form table input[type="date"],
#formy_form table input[type="password"],
#formy_form select,
#formy_form textarea {
  margin: 0;
  padding: 5px 15px;
  border: 1px solid #ccc;
  font: inherit;
  font-size: 100%;
}
#formy_form textarea {
  height: 100px;
}
#formy_form select {
  height: 40px;
}
#formy_form ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#formy_form input:hover {
  opacity: 0.7;
}
#formy_form textarea:hover {
  opacity: 0.7;
}

#formy_form input:focus {
  background-color: #fff;
}
#formy_form .parsley-validated {
  background-color: #eee;
}
#formy_form .parsley-error {
  background-color: #fee;
}
#formy_form .parsley-success {
  background-color: #fff;
}

.help_text {
  font-size: 85%;
  color: #999;
}
.hidden_help {
  display: none;
}

.formy_privacy div {
  overflow-y: scroll;
  height: 140px;
  border: solid 1px #ccc;
  font-size: 85%;
  padding: 8px 16px;
}
.requiredIcon {
  background: #f55;
  color: #fff;
  margin: 0 0 0 1em;
  font-size: 70%;
  padding: 0 6px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  float: right;
}
#formy_btn {
  margin: 32px 0 16px;
  text-align: center;
}
#formy_btn input {
  font-size: inherit;
  border: none;
  cursor: pointer;
  color: #fff;
  border-radius: 3px;
  padding: 16px 32px;
  -webkit-appearance: none;
  appearance: none;
  font-family: "メイリオ", Meiryo, "Lato", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    "ＭＳ Ｐゴシック", sans-serif;
}
#formy_form ul li {
  vertical-align: middle;
  margin-right: 8px;
}
#formy_form ul li input[type="radio"],
#formy_form ul li input[type="checkbox"] {
  display: none !important;
}
#formy_form ul li label {
  height: 40px;
  line-height: 40px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 0px 8px 0px 40px;
  cursor: pointer;
}
#formy_form ul li label:hover {
  opacity: 0.7;
}
#formy_form ul li label::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border: 2px solid #788b93;
  left: 16px;
  top: 12px;
}
#formy_form ul li input[type="radio"] + label::before {
  border-radius: 10px;
}
#formy_form ul li input[type="radio"]:checked + label,
#formy_form ul li input[type="checkbox"]:checked + label {
  color: #e75f5f;
  font-weight: bold;
}
#formy_form ul li input[type="radio"]:checked + label::before,
#formy_form ul li input[type="checkbox"]:checked + label::before {
  border-color: #e75f5f;
}
#formy_form ul li input[type="radio"]:checked + label::after,
#formy_form ul li input[type="checkbox"]:checked + label::after {
  content: "";
  width: 10px;
  height: 18px;
  top: 4px;
  left: 20px;
  border-right: 2px solid #e75f5f;
  border-bottom: 2px solid #e75f5f;
  display: block;
  position: absolute;
  z-index: 10;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.formy_confirm {
  background-color: #4dbaff;
}
.formy_submit_disabled {
  background-color: #ccc;
}
#formy_btn .formy_submit_disabled:hover {
  opacity: 1;
  cursor: default;
}
.autoConfirmBack {
  background-color: #aaa;
}
.formy_send {
  background-color: #ff6600;
}
#total_required {
  padding: 16px;
  color: #f55555;
  text-align: center;
}

/*recruit*/
.formy-recruit tr:first-child {
  display: none;
}

@media (max-width: 768px) {
  #formy_form {
    padding: 0 16px;
  }
  #formy_form th,
  #formy_form td {
    display: block;
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }
  #formy_form th {
    border-bottom: none;
    padding-bottom: 0;
    white-space: normal;
    font-weight: bold;
    margin: 0 0 4px;
  }
  #formy_form td {
    padding-top: 0;
  }
  #formy_btn {
    margin: 24px 0 8px;
  }
  #formy_btn input {
    width: 100%;
    background-size: contain;
    background-position: center;
  }
  #formy_form table input {
    font-size: 16px !important; /*for iPhone*/
  }
  .autoConfirmBack {
    margin: 0 0 8px;
  }
}

/* map
 **************************************** */
.map {
  padding: 40px 0;
}
.map--item {
  padding: 24px 32px;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
}
.map--info {
  margin: 0 24px 0 0;
}
.map--ttl {
  font-size: 150%;
  font-weight: normal;
}
.map--ttl img {
  margin: 0 16px 0 0;
}
#map_canvas01,
#map_canvas02 {
  width: 660px;
  height: 200px;
}
.map .gm-style-pbt {
  font-size: 115%;
  font-family: "メイリオ", Meiryo, "Lato", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    "ＭＳ Ｐゴシック", sans-serif;
}
.pagetop {
  position: absolute;
  bottom: 0;
  right: -56px;
  padding: 156px 0 0;
  z-index: 1;
}
.pagetop::before,
.pagetop::after {
  content: "";
  position: absolute;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.pagetop::before {
  bottom: 28px;
  left: 0;
  right: 0;
  margin: auto;
  width: 1px;
  height: 156px;
  background: #222;
}
.pagetop::after {
  bottom: 156px;
  left: 0;
  right: 0;
  margin: auto;
  width: 24px;
  height: 24px;
  border-top: 1px solid #222;
  border-right: 1px solid #222;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.pagetop:hover::before {
  height: 172px;
}
.pagetop:hover::after {
  bottom: 172px;
}

@media (max-width: 1216px) {
  .map .inner {
    overflow: visible;
  }
  .map--ttl img {
    display: block;
    margin: 0 0 8px;
  }
  .pagetop {
    right: -40px;
  }
}

@media (max-width: 768px) {
  .map--item {
    padding: 16px 24px;
    display: block;
  }
  .map--info {
    margin: 0 0 16px;
  }
  .map--ttl {
    font-size: 130%;
  }
  .map--ttl img {
    display: inline;
    margin: 0 8px 0 0;
  }
  #map_canvas01,
  #map_canvas02 {
    width: 100%;
    height: 50vw;
  }
  .pagetop {
    right: 0;
    padding: 40px 0 0;
    bottom: -260px;
    color: #fff;
  }
  .pagetop::before {
    height: 40px;
    background: #fff;
  }
  .pagetop::after {
    bottom: 50px;
    width: 16px;
    height: 16px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }
  .pagetop:hover::before {
    height: 40px;
  }
  .pagetop:hover::after {
    bottom: 50px;
  }
}

/* footer--nav
 **************************************** */
.footer--nav {
  padding: 24px 0;
  font-size: 95%;
}
.fnav--item {
  float: left;
}
.fnav--item a {
  display: block;
  padding: 0 16px;
  position: relative;
}
.fnav--item a:hover {
  opacity: 0.7;
}
.fnav--item a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1px;
  height: 1em;
  background: #fff;
}
.fnav--item:first-child a::before {
  display: none;
}
.footer--nav img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.pbl {
  padding: 8px 0;
  text-align: center;
  opacity: 0.5;
}
.pbl img {
  display: block;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .footer--nav {
    text-align: center;
  }
  .fnav--item {
    width: 50%;
  }
  .fnav--item a {
    padding: 0 12px;
    text-align: left;
  }
  .fnav--item a::before {
    width: 0.5em;
    height: 1px;
  }
  .footer--nav img {
    position: relative;
    width: 80px;
  }
  .footer--copyright {
    margin: 0 0 8px;
  }
}

/* =====================================================================================

    INDEX

===================================================================================== */

/* mainvisual
 **************************************** */
.mainvisual::before {
  content: "";
  width: 1600px;
  height: 600px;
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0 0 0 -800px;
  background: linear-gradient(to right, #fff, transparent 15%, transparent 85%, #fff);
  background: -webkit-linear-gradient(left, #fff, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0) 85%, #fff);
  background: -moz-linear-gradient(left, #fff, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0) 85%, #fff);
  z-index: 9998;
}

@media (max-width: 768px) {
  .mainvisual::before {
    display: none;
  }
}

/* お知らせ home_post
 **************************************** */
.home_post {
  padding: 32px 0 56px 0;
}
.home_post--ttl {
  width: 196px;
  font-size: 180%;
  color: #1b295a;
  position: relative;
  margin: 0 40px 0 0;
  line-height: 1em;
}
.home_post--ttl small {
  font-weight: normal;
  color: #000;
  padding: 0 0 0 40px;
  font-size: 50%;
  position: relative;
  color: #1b295a;
  letter-spacing: 0.1em;
  bottom: 2px;
}
.home_post--ttl small::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: -2px;
  left: 12px;
  margin: auto;
  width: 16px;
  height: 1px;
  background: #000;
}
.home_post--list {
  width: calc(100% - 196px - 40px);
}
.home_post--item {
  position: relative;
  font-size: 90%;
}
.home_post--item:last-child {
  margin: 0;
}
.home_post--item p {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.home_post--item:hover p {
  color: #e58f28;
}
.home_post--item.no_post {
  width: calc(100% - 196px - 40px);
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
.home_post .post-info,
.home_post .date {
  margin: 0 16px 0 0;
}
.home_post .post-info {
  float: left;
}
.home_post .post-cats li:nth-child(n + 2) {
  display: none;
}
.home_post .post-cats a {
  width: 116px;
  padding: 0;
  text-align: center;
  margin: 0;
  color: #fff;
  background: #1b295a;
  font-size: 85%;
}
.home_post .post-cats a:hover {
  color: #1b295a;
  background: #fff;
}
.home_post .post-txt {
  padding: 0;
  overflow: hidden;
}
.home_post--box {
  padding-top: 32px;
  padding-bottom: 16px;
}

@media (max-width: 1032px) {
  .home_post .post-info {
    width: 100%;
    margin: 0 0 4px;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    float: none;
  }
}

@media (max-width: 768px) {
  .home_post {
    padding: 24px 0;
  }
  .home_post .inner {
    display: block;
  }
  .home_post--box,
  .home_post--item {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    width: 100%;
  }
  .home_post--ttl {
    width: 100%;
    margin: 0 0 16px;
    font-size: 160%;
  }
  .home_post--ttl::before {
    left: -24px;
  }
  .home_post--list {
    width: 100%;
  }
  .home_post--item:hover p {
    color: #222;
  }
  .home_post--item.no_post {
    width: 100%;
  }
  .home_post .date {
    margin: 0;
  }
  .home_post .post-cats a:hover {
    color: #fff;
    background: #1b295a;
  }
}

/* CM放映中 home_vid
 **************************************** */
.home_vid--ttl {
  max-width: 440px;
  width: 40%;
}
.home_vid--wrap {
  flex: 1;
  overflow: hidden;
}
.home_vid--video {
  width: calc(100% + 2px);
  margin-left: -1px;
  height: calc(100% - 6px);
}

@media screen and (max-width: 767px) {
  .home_vid--ttl {
    margin-bottom: 40px;
  }
}

/* 求人情報 home_recruit
 **************************************** */
.home_recruit {
  background: url("../images/index/bg_recruit.jpg") no-repeat center/cover;
}
.recruit--list {
  justify-content: center;
  -webkit-justify-content: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.recruit--item {
  background: #fff;
  padding: 32px;
  width: calc(100% / 3 - 27px);
  height: 340px;
  margin: 0 40px 0 0;
  position: relative;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
}
.recruit--item:last-child {
  margin: 0;
}
.recruit--area {
  color: #1b295a;
  font-size: 110%;
  padding: 0 0 8px;
  font-weight: bold;
  position: relative;
}
.recruit--area::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: -moz-linear-gradient(left, #bbb, #bbb 20%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(left, #bbb, #bbb 20%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(left, #bbb, #bbb 20%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, #bbb, #bbb 20%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%);
  background-size: 4px 4px;
  width: 100%;
  height: 2px;
}
.recruit--item dt {
  float: left;
  padding: 0 0 0 18px;
  width: 5.5em;
}
.recruit--area dt {
  background: url("../images/common/icon_area.png") no-repeat left;
}
.recruit--area dd {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.recruit--info {
  font-size: 110%;
  padding: 16px 0;
  position: relative;
}
.recruit--info::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: -moz-linear-gradient(left, #bbb, #bbb 20%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(left, #bbb, #bbb 20%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(left, #bbb, #bbb 20%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, #bbb, #bbb 20%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%);
  background-size: 4px 4px;
  width: 100%;
  height: 2px;
}
.recruit--info dt:nth-of-type(1) {
  background: url("../images/common/icon_job.png") no-repeat left;
}
.recruit--info dt:nth-of-type(2) {
  background: url("../images/common/icon_salary.png") no-repeat left;
}
.recruit--info dd {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.recruit--content {
  margin: 16px 0;
}

@media (max-width: 1072px) {
  .recruit--item {
    height: auto;
  }
  .home_recruit .btn-detail {
    position: relative;
    bottom: auto;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .recruit--list {
    display: block;
  }
  .recruit--item {
    width: 100%;
    padding: 24px;
    margin: 0 0 24px;
  }
  .recruit--item:last-child {
    margin: 0;
  }
  .recruit--area dt {
    background: url("../images/common/icon_area_sp.png") no-repeat left/10px;
  }
  .recruit--info dt:nth-of-type(1) {
    background: url("../images/common/icon_job_sp.png") no-repeat left/14px;
  }
  .recruit--info dt:nth-of-type(2) {
    background: url("../images/common/icon_salary_sp.png") no-repeat left/13px;
  }
}

/* 一棟まるごとお任せください works
 **************************************** */
.home_works {
  border-image: url("../images/common/pt_gry.jpg") 48 repeat;
  border-style: solid;
  border-width: 48px;
  background: url("../images/index/bg_works.jpg") no-repeat center/cover;
}
.home_works--ttl {
  margin: -8px 0 0;
  padding: 32px;
}
.home_works--box {
  margin: 56px 0;
  padding: 40px 20px;
  width: 460px;
}
.home_works h3 {
  font-size: 200%;
}
.home_works--img {
  position: relative;
  margin: 40px auto 24px;
  width: 240px;
  height: 240px;
  border: 1px solid #ddd;
  border-radius: 50%;
}
.home_works--img a {
  position: absolute;
  width: 148px;
  height: 148px;
  border: 1px solid #898989;
  border-radius: 50%;
  padding: 88px 0 0;
  text-align: center;
  font-size: 140%;
}
.home_works--img a:nth-child(1) {
  background: url("../images/index/icon_management.png") no-repeat center bottom 64px, #fff;
  top: -24px;
  left: 50%;
  margin: 0 0 0 -74px;
}
.home_works--img a:nth-child(2) {
  background: url("../images/index/icon_cleaning.png") no-repeat center bottom 64px, #fff;
  bottom: -24px;
  left: -34px;
}
.home_works--img a:nth-child(3) {
  background: url("../images/index/icon_service.png") no-repeat center bottom 64px, #fff;
  bottom: -24px;
  right: -34px;
}
.home_works--img a:nth-child(1):hover {
  background: url("../images/index/icon_management_h.png") no-repeat center bottom 64px, #fff;
}
.home_works--img a:nth-child(2):hover {
  background: url("../images/index/icon_cleaning_h.png") no-repeat center bottom 64px, #fff;
}
.home_works--img a:nth-child(3):hover {
  background: url("../images/index/icon_service_h.png") no-repeat center bottom 64px, #fff;
}
.home_works--list {
  clear: both;
}
.home_works--item {
  width: calc(100% / 3 - 48px);
  margin: 0 48px 0 0;
}
.home_works--item .flex {
  align-items: center;
  -webkit-align-items: center;
  margin: 0 0 8px;
  height: 4.5em;
}
.home_works--item img {
  margin: 0 16px 0 0;
}
.home_works--item h4 {
  font-size: 120%;
  line-height: 1.25em;
}
.home_works--item ul {
  list-style-type: square;
  padding: 0 0 0 2em;
}

@media (max-width: 768px) {
  .home_works {
    border-image: url("../images/common/pt_gry.jpg") 24 repeat;
    border-width: 24px;
    background: url(../images/index/bg_works.jpg) no-repeat 80% 32px/585px, url("../images/common/pt_gry.jpg");
  }
  .home_works .inner {
    width: 100%;
  }
  .home_works--ttl {
    padding: 16px;
    margin: 0 16px 0 0;
  }
  .home_works--box {
    width: 100%;
    margin: 64px 0 32px;
    padding: 24px 20px;
  }
  .home_works h3 {
    font-size: 180%;
  }
  .home_works--img {
    width: 60vw;
    height: 60vw;
    margin: 10vw auto 6vw;
  }
  .home_works--img a {
    width: 36vw;
    height: 36vw;
    padding: 22vw 0 0;
    font-size: 4.5vw;
  }
  .home_works--img a:nth-child(1) {
    background: url("../images/index/icon_management_sp.png") no-repeat center bottom 14vw/20vw, #fff;
    top: -6vw;
    left: 50%;
    margin: 0 0 0 -18vw;
  }
  .home_works--img a:nth-child(2) {
    background: url("../images/index/icon_cleaning_sp.png") no-repeat center bottom 14vw/15vw, #fff;
    bottom: -6vw;
    left: -8.5vw;
  }
  .home_works--img a:nth-child(3) {
    background: url("../images/index/icon_service_sp.png") no-repeat center bottom 14vw/14vw, #fff;
    bottom: -6vw;
    right: -8.5vw;
  }
  .home_works--img a:nth-child(1):hover {
    background: url("../images/index/icon_management_h_sp.png") no-repeat center bottom 14vw/35%, #fff;
  }
  .home_works--img a:nth-child(2):hover {
    background: url("../images/index/icon_cleaning_h_sp.png") no-repeat center bottom 14vw/35%, #fff;
  }
  .home_works--img a:nth-child(3):hover {
    background: url("../images/index/icon_service_h_sp.png") no-repeat center bottom 14vw/35%, #fff;
  }
  .home_works--item {
    width: 100%;
    float: none;
    margin: 0 0 24px;
  }
  .home_works--item:last-child {
    margin: 0;
  }
  .home_works--item .flex {
    height: auto;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin: 0 0 16px;
  }
  .home_works--item img {
    display: block;
    margin: 0 auto 8px;
  }
  .home_works--item h4 {
    width: 100%;
    text-align: center;
  }
}

/* 指定管理 management
 **************************************** */
.home_management--item {
  position: relative;
}
.home_management--item {
  margin: 0 0 116px;
}
.home_management--box {
  width: 350px;
  height: 468px;
  padding: 48px 56px;
}
.home_management--box::before {
  content: "";
  position: absolute;
  width: 700px;
  height: 200px;
  background: #f5f5f5;
  z-index: -1;
}
.home_management--item:nth-of-type(1) .home_management--box {
  margin: -16px 0 0 -24px;
}
.home_management--item:nth-of-type(2) .home_management--box {
  margin: 56px -24px 0 0;
}
.home_management--item:nth-of-type(3) .home_management--box {
  margin: -32px 0 0 -24px;
}
.home_management--item:nth-of-type(1) .home_management--box::before {
  bottom: 0;
  right: 440px;
}
.home_management--item:nth-of-type(2) .home_management--box::before {
  bottom: 0;
  left: 440px;
}
.home_management--item:nth-of-type(3) .home_management--box::before {
  bottom: -64px;
  right: 440px;
}
.home_management--item:nth-of-type(2) .home_management--img {
  position: relative;
  z-index: -1;
}
.home_management--ttl {
  margin: 0 42px 0 0;
}
.home_management--item:nth-of-type(2) .home_management--ttl {
  margin: 0 0 0 24px;
}
.home_management--item:nth-of-type(3) .home_management--ttl {
  margin: 0 24px 0 0;
}
.home_management--img {
  height: 400px;
}
.home_management--box h3 {
  font-size: 200%;
}
.home_management--box h3 small {
  display: table;
  font-size: 50%;
  letter-spacing: 0.05em;
  line-height: 2em;
}
.home_management--box p {
  line-height: 1.8em;
}

@media (max-width: 768px) {
  .home_management--item {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin: 0 0 56px;
  }
  .home_management--box {
    padding: 24px;
    width: calc(100% - 64px);
    height: auto;
  }
  .home_management--box::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 200px;
    background: #f5f5f5;
    z-index: -1;
  }
  .home_management--box::before {
    display: none;
  }
  .home_management--img {
    -webkit-flex-order: 1;
    -moz-flex-order: 1;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    margin: 0 0 24px;
    height: auto;
  }
  .home_management--ttl {
    -webkit-flex-order: 2;
    -moz-flex-order: 2;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .home_management--box {
    -webkit-flex-order: 3;
    -moz-flex-order: 3;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
  }
  .home_management--item:nth-of-type(2) .home_management--ttl {
    -webkit-flex-order: 3;
    -moz-flex-order: 3;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
  }
  .home_management--item:nth-of-type(2) .home_management--box {
    -webkit-flex-order: 2;
    -moz-flex-order: 2;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .home_management--box h3 {
    font-size: 160%;
  }
  .home_management--item:nth-of-type(1) .home_management--box,
  .home_management--item:nth-of-type(2) .home_management--box,
  .home_management--item:nth-of-type(3) .home_management--box {
    margin: 0;
  }
  .home_management--item:nth-of-type(2) .home_management--box,
  .home_management--item:nth-of-type(3) .home_management--box {
    width: calc(100% - 76px);
  }
  .home_management--ttl {
    margin: 0 23px 0 0;
  }
  .home_management--item:nth-of-type(2) .home_management--ttl {
    margin: 0 0 0 12px;
  }
  .home_management--item:nth-of-type(3) .home_management--ttl {
    margin: 0 12px 0 0;
  }
}

/* 世界水準のビルマネジメント about us
 **************************************** */
.home_aboutus {
  background: url("../images/index/bg_about.jpg") no-repeat center/cover;
  position: relative;
}
.home_aboutus .inner-xxs,
.home_aboutus table {
  margin: 0 auto 40px;
}

@media (max-width: 768px) {
  .home_aboutus .inner-xxs,
  .home_aboutus table {
    margin: 0 auto 32px;
  }
}

/* =====================================================================================

    PAGE

===================================================================================== */

/* layout
 **************************************** */
.first p {
  text-align: center;
  font-size: 115%;
}
.cols {
  padding: 80px 0 148px;
}
.cols1--img {
  display: table;
  margin: 0 auto 24px;
}
.cols1--img img {
  display: block;
  float: left;
  margin: 0 24px 0 0;
}
.cols1--img img:last-child {
  margin: 0;
}
.cols1--img img:only-child {
  margin: 0 auto;
  float: none;
}
.cols2--item {
  position: relative;
  overflow: hidden;
  margin: 0 0 124px;
}
.cols2--item .flex {
  align-items: center;
  -webkit-align-items: center;
}
.cols2--box.lft {
  padding: 0 48px 0 0;
  margin: 0 calc(50% - 48px) 0 0;
}
.cols2--box.rgt {
  padding: 0 0 0 48px;
  margin: 0 0 0 calc(50% - 48px);
}
.cols2--img {
  position: absolute;
  top: 0;
}
.cols2--img.rgt {
  left: calc(50% + 48px);
}
.cols2--img.lft {
  right: calc(50% + 48px);
}
.cols3--item {
  position: relative;
  margin: 0 0 180px;
}
.cols3--item:last-of-type,
.cols2--item:last-of-type {
  margin: 0;
}
.cols3--item::before {
  content: "";
  position: absolute;
  bottom: -48px;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/common/pt_gry.jpg");
}
.cols3--ttl.lft {
  margin: 0 42px 0 0;
}
.cols3--ttl.rgt {
  margin: 0 0 0 42px;
}
.cols3--box {
  align-items: flex-end;
  -webkit-align-items: flex-end;
}
.cols3--box.lft {
  padding: 0 48px 48px 0;
}
.cols3--box.rgt {
  padding: 0 0 48px 48px;
}
.cols3--ttl-s {
  font-size: 180%;
}

@media (max-width: 768px) {
  .first p {
    font-size: 110%;
    text-align: left;
  }
  .cols {
    padding: 72px 0;
  }
  .cols .flex {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .cols1--img {
    margin: 0 auto 16px;
  }
  .cols1--img img {
    margin: 0 8px 0 0;
    width: calc(50% - 4px);
  }
  .cols1--img img:only-child {
    width: 100%;
  }
  .cols2--item {
    margin: 0 0 80px;
  }
  .cols2--img,
  .cols2--img.lft,
  .cols2--img.rgt {
    -webkit-flex-order: 1;
    -moz-flex-order: 1;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    position: relative;
    left: 0;
    margin: 0 0 16px;
  }
  .cols2--box,
  .cols2--box.lft,
  .cols2--box.rgt {
    -webkit-flex-order: 2;
    -moz-flex-order: 2;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    margin: 0;
    padding: 0;
  }
  .cols3--item {
    margin: 0 0 80px;
  }
  .cols3--item::before {
    bottom: -40px;
  }
  .cols3--ttl.lft {
    -webkit-flex-order: 1;
    -moz-flex-order: 1;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .cols3--ttl.rgt {
    -webkit-flex-order: 3;
    -moz-flex-order: 3;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
  }
  .cols3--ttl.lft {
    margin: 0 24px 0 0;
  }
  .cols3--ttl.rgt {
    margin: 0 0 0 24px;
  }
  .cols3--img {
    -webkit-flex-order: 2;
    -moz-flex-order: 2;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    width: calc(100% - 64px);
    margin: 0 0 16px;
  }
  .cols3--img img {
    width: 100%;
  }
  .cols3--box,
  .cols3--box.lft,
  .cols3--box.rgt {
    -webkit-flex-order: 4;
    -moz-flex-order: 4;
    -webkit-order: 4;
    -moz-order: 4;
    order: 4;
    padding: 0;
  }
  .cols3--ttl-s {
    font-size: 160%;
  }
}

/* height
 **************************************** */
.clean .cols2--item .flex {
  height: 450px;
}
.building .cols2--item:nth-of-type(2) .flex {
  height: 400px;
}
.building .cols2--item:nth-of-type(4) .flex {
  height: 356px;
}
.service .cols2--item:nth-of-type(2) .flex {
  height: 400px;
}
.service .cols2--item:nth-of-type(4) .flex {
  height: 356px;
}
.leaskin .cols2--item .flex {
  height: 356px;
}

@media (max-width: 768px) {
  .cols2--item .flex {
    height: auto !important;
  }
}

/* =====================================================================================

    CLEANING 清掃・衛生業務

===================================================================================== */

/* 清掃管理業務 clean
 **************************************** */
.clean .cols3--item:nth-of-type(3)::before {
  content: "";
  position: absolute;
  bottom: -148px;
  left: 0;
  width: 100%;
  height: calc(100% + 72px);
  background: url("../images/common/pt_gry.jpg");
}
.clean .cols3--item:nth-of-type(3) .cols3--box {
  padding: 124px 48px 0 48px;
}

@media (max-width: 768px) {
  .clean .cols3--item:nth-of-type(3) .cols3--box {
    padding: 0;
  }
  .clean .cols3--item:nth-of-type(3)::before {
    height: calc(100% + 116px);
    bottom: -72px;
  }
}

/* 衛生管理業務 sanitation
 **************************************** */
.sanitation {
  background: url("../images/cleaning/bg_sanitation.jpg") no-repeat center/cover;
  position: relative;
}
.sanitation::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
}
.sanitation--list {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.sanitation--item {
  width: calc(100% / 3 - 32px);
  margin: 0 48px 72px 0;
}
.sanitation--item:nth-last-child(-n + 3) {
  margin: 0 48px 0 0;
}
.sanitation--item:nth-child(3n) {
  margin: 0 0 72px;
}
.sanitation--item:last-child {
  margin: 0 !important;
}
.sanitation--item .round {
  width: 100%;
  height: 328px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid #bbb;
  padding: 56px 0 0;
}
.sanitation--ttl {
  font-size: 180%;
}
.sanitation--ttl small {
  display: table;
  margin: 0 auto;
  font-size: 50%;
  letter-spacing: 0.05em;
  line-height: 2em;
}
.sanitation--ttl span {
  font-size: 90%;
}
.sanitation--item p {
  padding: 0 40px;
  text-shadow: 0 0 4px rgba(255, 255, 255, 0.7);
}

@media (max-width: 768px) {
  .sanitation--item,
  .sanitation--item:nth-last-child(-n + 3),
  .sanitation--item:nth-child(3n) {
    width: 100%;
    margin: 0 0 32px;
  }
  .sanitation--item .round {
    width: 240px;
    height: 240px;
    padding: 40px 0 0;
    margin: 0 auto 16px;
  }
  .sanitation--item p {
    padding: 0;
    clear: both;
  }
  .sanitation--ttl {
    font-size: 160%;
  }
}

/* 実例 example
 **************************************** */
.example .section_ttl-s {
  position: relative;
  color: #1b295a;
}
.example .section_ttl-s::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-image: -moz-linear-gradient(left, #1b295a, #1b295a 30%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -o-linear-gradient(left, #1b295a, #1b295a 30%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -webkit-linear-gradient(left, #1b295a, #1b295a 30%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(to right, #1b295a, #1b295a 30%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background-size: 5px 5px;
  width: 100%;
  height: 2px;
  z-index: -1;
}
.example .section_ttl-s span {
  background: url("../images/common/pt_gry.jpg");
  padding: 0 40px;
}
.example--box:first-of-type h4 {
  width: calc(100% - 368px);
  margin: 0 auto 24px;
}
.example--box:first-of-type table {
  margin: 0 auto !important;
}
.example--ttl {
  padding: 0 0 0 1.75em;
  background: url("../images/common/icon_sheet.png") no-repeat left/1em;
  font-size: 150%;
  font-weight: normal;
}
.example .flex {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.example table {
  width: calc(50% - 16px);
  margin: 0 32px 32px 0;
}
.example table:only-of-type {
  width: calc(100% - 368px);
}
.example table:nth-last-child(-n + 2) {
  margin: 0 32px 0 0;
}
.example table:nth-child(2n) {
  margin: 0 0 32px;
}
.example table:last-child {
  margin: 0;
}
.example th,
.example td {
  padding: 8px 16px;
}
.example th {
  background: #f5f5f5;
  color: #222;
  width: 30%;
}

@media (max-width: 768px) {
  .example .section_ttl {
    margin: 0 0 64px;
  }
  .example--box {
  }
  .example--ttl {
    padding: 0 0 0 32px;
    font-size: 160%;
    background: url("../images/common/icon_sheet_sp.png") no-repeat left/18px;
  }
  .example .section_ttl-s span {
    padding: 0 16px;
  }
  .example--box:first-of-type h4 {
    width: 100%;
    margin: 0 0 calc(24px * 0.8);
  }
  .example table,
  .example table:only-of-type,
  .example table:nth-last-child(-n + 2),
  .example table:nth-child(2n),
  .example table:last-child {
    width: 100%;
    margin: 0 0 24px;
  }
}

/* =====================================================================================

    SECURITY 管理・警備業務

===================================================================================== */

/* first
 **************************************** */
@media (max-width: 768px) {
  .page-security .first p:last-child {
    text-align: center;
  }
}

/* 駐車場管理業務 parking, 施設警備業務 security
 **************************************** */
@media (max-width: 768px) {
  .parking p,
  .security p {
    text-align: left;
  }
}

/* =====================================================================================

    SERVICE サービス業務

===================================================================================== */

/* サービス事業 service
 **************************************** */

/* リースキン事業 leaskin
 **************************************** */

/* =====================================================================================

    MANAGE 指定管理者業務

===================================================================================== */

/* 指定管理期間 term
 **************************************** */
.term th,
.term td {
  vertical-align: middle;
}
.term th {
  width: 50%;
}

/* 施設 facility
 **************************************** */
.facility--item:nth-child(odd) {
  background: url("../images/common/pt_gry.jpg");
}
.facility .inner.flex {
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.facility--box {
  width: 508px;
}
.facility table {
  width: 100%;
}
.facility--item:nth-child(even) th,
.facility--item:nth-child(even) td {
  border: 1px solid #bbb;
}
.facility th {
  width: 30%;
  background: #94662f;
}
.facility--box ul {
  background: #fff;
  padding: 40px 48px 40px 64px;
  list-style-type: square;
}
.facility--item:nth-child(even) ul {
  border: 1px solid #bbb;
}
.facility--box li {
  line-height: 1.75em;
  margin: 0 0 0.5em;
}
.facility--box li:last-child {
  margin: 0;
}
.facility--img {
  display: table;
  margin: 0 auto 32px;
}
.facility--item:last-child img:first-child {
  margin: 0 32px 0 0;
}

@media (max-width: 1216px) {
  .facility--box {
    width: calc(50% - 20px);
  }
  .facility--item img {
    width: calc(50% - 16px);
    height: auto;
  }
}

@media (max-width: 768px) {
  .facility .inner-xxs {
    width: 100%;
  }
  .facility .inner.flex {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .facility--item {
    width: 100%;
  }
  .facility--item:nth-child(even) th {
    border: none;
  }
  .facility--item:nth-child(even) tr:first-child th {
    border-top: 1px solid #bbb;
  }
  .facility--item:nth-child(even) tr + tr td {
    border-top: 1px solid #bbb;
  }
  .facility--box {
    width: 100%;
    margin: 0 auto 32px;
  }
  .facility--box:last-child {
    margin: 0 auto;
  }
  .facility--box ul {
    padding: 24px 32px 24px 40px;
  }
  .facility--img {
    margin: 0 auto 16px;
  }
  .facility--item img {
    width: 100%;
  }
  .facility--item:last-child img {
    float: none;
  }
  .facility--item:last-child img:first-child {
    margin: 0 0 24px;
  }
  .facility--item p {
    text-align: left;
  }
}

/* =====================================================================================

    COMPANY 会社案内

===================================================================================== */

/* 企業理念 philosophy
 **************************************** */
.greeting {
  background: url("../images/company/bg_greeting.jpg") no-repeat center/cover;
}
.greeting h3 {
  font-size: 160%;
}
.greeting p {
  font-size: 120%;
}

@media (max-width: 768px) {
  .greeting p.txt-ctr {
    text-align: left;
  }
}

/* 代表挨拶 greeting
 **************************************** */
.philosophy p {
  font-size: 160%;
}

@media (max-width: 768px) {
  .philosophy p {
    font-size: 140%;
  }
}

/* 会社概要 profile
 **************************************** */
.profile th {
  width: 25%;
}
.profile strong {
  font-size: 110%;
}

/* 沿革 history
 **************************************** */
.history dl {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.history dt,
.history dd {
  padding: 8px 16px;
}
.history dt {
  width: 30%;
  position: relative;
  font-size: 140%;
}
.history dd {
  width: 70%;
  position: relative;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.history dt::before,
.history dd::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
}
.history dt::before {
  background: #1b295a;
}
.history dd::before {
  background: #bbb;
}
.company-img01 {
  width: 100%;
}
.company-img01 img {
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .history dl {
    display: block;
  }
  .history dt {
    display: table-cell;
    width: auto;
    font-size: 120%;
    padding: 4px 0;
  }
  .history dd {
    width: 100%;
    margin: 0 0 8px;
    padding: 4px 0 4px 1em;
  }
  .history dd:last-child {
    margin: 0;
  }
  .history dd::before {
    display: none;
  }
}

/* 従業員 employee
 **************************************** */
.employee dl {
  width: 616px;
  margin: 0 auto;
  font-size: 130%;
  background: #fff;
  padding: 32px 40px;
  position: relative;
}
.employee dl::before {
  content: "";
  position: absolute;
  top: -8px;
  left: -8px;
  width: 100%;
  height: 100%;
  border: 1px solid #ddd;
}
.employee dt {
  float: left;
  width: calc(50% + 0.75em);
  margin: 0 1em 0 0;
  position: relative;
}
.employee dt::after {
  content: "…";
  position: absolute;
  top: 0;
  right: 0;
}
.employee dd {
  text-align: center;
}

@media (max-width: 768px) {
  .employee dl {
    width: 100%;
    font-size: 105%;
    padding: 20px 12px;
  }
  .employee dt {
    width: calc(70% + 0.5em);
  }
}

/* 主要資格 license
 **************************************** */
.license ul {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.license li {
  width: calc(100% / 3);
  padding: 16px 0;
  border-top: 1px solid #bbb;
  border-left: 1px solid #bbb;
  line-height: 1.75em;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
.license li:nth-last-child(-n + 3) {
  border-bottom: 1px solid #bbb;
}
.license li:nth-child(3n) {
  border-right: 1px solid #bbb;
}
.license li:nth-child(even) {
  background: #fdf9f4;
}

@media (max-width: 768px) {
  .license li {
    width: 100%;
    padding: 8px 0;
    border-right: 1px solid #bbb;
  }
  .license li:nth-last-child(-n + 3) {
    border-bottom: none;
  }
  .license li:nth-last-child(-n + 2) {
    display: none;
  }
  .license li:nth-last-child(3) {
    border-bottom: 1px solid #bbb;
  }
}

/* 系列会社 group
 **************************************** */
.group li {
  width: calc(100% / 3.001);
  float: left;
  line-height: 1.75em;
}
.group img {
  display: block;
  margin: 0 auto 16px;
}
.group a {
  text-decoration: underline;
}
.group a:hover {
  color: #e58f28;
}

@media (max-width: 768px) {
  .group li {
    width: 100%;
    margin: 0 0 24px;
  }
  .group li:last-child {
    margin: 0;
  }
  .group img {
    margin: 0 auto 8px;
  }
  .group a:hover {
    color: #222;
  }
}

/* =====================================================================================

    RECRUIT 求人案内

===================================================================================== */

/* 募集要項 requirement
 **************************************** */

/* =====================================================================================

    COMPANY 会社案内

===================================================================================== */
@media (max-width: 768px) {
  .thanks--content {
    text-align: left;
  }
}

/* =====================================================================================

    ARCHIVE

===================================================================================== */

/* main-column
 **************************************** */
.main-column {
  float: left;
  width: 760px;
}
.main-column.no_post {
  float: none;
  width: 100%;
}
.post-list {
  position: relative;
  margin: 0 0 32px;
  padding: 32px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.post-list:hover {
  opacity: 0.7;
}
.post-list.no_post:hover {
  opacity: 1;
}
.post-list:last-of-type {
  margin: 0;
}
.linkarea {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.post-ttl {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 180%;
  margin: 0 0 16px;
  font-family: A1明朝, A1 Mincho;
  transform: rotate(0.05deg);
  letter-spacing: 0.15em;
}
.post-info {
  text-align: right;
  margin: 0 0 16px;
}
.post-eyecatch {
  width: 240px;
  height: 240px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  color: #fff;
  float: left;
  margin: 0 24px 0 0;
}
.post-txt {
  padding: 20px 0;
}
.post-cats a {
  float: left;
  display: block;
  padding: 2px 16px;
  margin: 0 4px 4px 0;
  border: 1px solid #1b295a;
  color: #1b295a;
  position: relative;
  z-index: 1;
}
.post-cats a:hover {
  background: #1b295a;
  color: #fff;
}
.date {
  display: block;
}

/*recruit*/
.archive-recruit .main-column,
.single-recruit .main-column {
  width: 800px;
  float: none;
  margin: 0 auto;
}
.archive-recruit .post-ttl {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.archive-recruit .recruit--item {
  width: 100%;
  height: inherit;
  padding: 0;
  box-shadow: none;
}
.archive-recruit .recruit--list {
  overflow: hidden;
}
.archive-recruit .recruit--content {
  margin: 16px 0 24px;
}
.archive-recruit .post-list {
  height: 418px;
}
.archive-recruit .post-list:hover {
  opacity: 1;
}
.archive-recruit .post-eyecatch {
  float: right;
  margin: 0 0 0 24px;
}
.archive-recruit .post-txt {
  padding: 24px 0 0;
}
.archive-recruit .recruit--item dt {
  width: 7.5em;
}
.archive-recruit .btn-detail,
.archive-recruit .btn-entry {
  width: calc(50% - 40px);
  margin: 0;
}
.archive-recruit .btn-detail {
  left: 32px;
  right: auto;
  background: #fff;
  border: 1px solid #1b295a;
  color: #1b295a;
}
.archive-recruit .btn-detail:hover {
  background: #1b295a;
  color: #fff;
}
.archive-recruit .btn-entry {
  left: auto;
  right: 32px;
  color: #e53028;
  background: #fff;
  border: 1px solid #e53028;
}
.archive-recruit .btn-entry:hover {
  background: #e53028;
  color: #fff;
  opacity: 1;
}

@media (max-width: 768px) {
  .main-column {
    float: none;
    width: 100%;
  }
  .post-list {
    padding: 24px;
  }
  .post-list:hover {
    opacity: 1;
  }
  .post-ttl {
    font-size: 160%;
  }
  .post-info {
    margin: 0 0 8px;
  }
  .post-eyecatch {
    width: 100%;
    height: 50vw;
    margin: 0 0 16px;
    float: none;
  }
  .post-txt {
    padding: 0;
  }
  .post-cats a {
    padding: 0 8px;
  }
  .post-cats a:hover {
    color: #1b295a;
    background: none;
  }

  /*recruit*/
  .archive-recruit .main-column,
  .single-recruit .main-column {
    width: 100%;
  }
  .archive-recruit .recruit--list {
    overflow: visible;
  }
  .archive-recruit .recruit--content {
    margin: 16px 0;
  }
  .archive-recruit .post-list {
    height: auto;
  }
  .archive-recruit .post-eyecatch {
    float: none;
    margin: 0 0 16px;
  }
  .archive-recruit .recruit--item dt,
  .single-recruit .recruit--item dt {
    width: 5.5em;
  }
  .archive-recruit .btn-detail,
  .archive-recruit .btn-entry {
    position: relative;
    width: 100%;
    left: auto;
    right: auto;
    bottom: auto;
  }
  .archive-recruit .btn-detail {
    margin: 0 0 8px;
  }
  .archive-recruit .btn-detail:hover {
    background: #fff;
    color: #1b295a;
  }
  .archive-recruit .btn-entry:hover {
    background: #fff;
    color: #e53028;
  }
}

/* side-column
 **************************************** */
.side-column {
  float: right;
  width: 240px;
}
.side-section {
  margin: 0 0 32px;
}
.side-section:last-child {
  margin: 0;
}
.side-ttl {
  font-size: 140%;
  padding: 8px 0;
  color: #fff;
  background: #e58f28;
  font-weight: normal;
}
.sidebar-cats,
.sidebar-years {
  padding: 16px;
}
.sidebar-cat a,
.sidebar-years a {
  display: block;
  padding: 4px 16px;
  margin: 0 0 4px;
  position: relative;
}
.sidebar-cat a {
  text-align: center;
  border: 1px solid #1b295a;
  color: #1b295a;
  margin: 0 0 8px;
}
.sidebar-cat a:hover {
  background: #1b295a;
  color: #fff;
}
.sidebar-years a {
  text-align: center;
}
.sidebar-years a:hover {
  opacity: 0.7;
}
.sidebar-years a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: -moz-linear-gradient(left, #bbb, #bbb 20%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(left, #bbb, #bbb 20%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(left, #bbb, #bbb 20%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, #bbb, #bbb 20%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%);
  background-size: 4px 4px;
  width: 100%;
  height: 2px;
}
.sidebar-years li:last-child a::before {
  display: none;
}
.sidebar-child_cat a {
  padding: 4px 16px 4px 32px;
  position: relative;
}
.sidebar-child_cat a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 6px;
  left: 1.5em;
  margin: auto;
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
}

@media (min-width: 769px) and (max-width: 1148px) {
  .side-column {
    margin: 40px 0 0;
    float: left;
    width: 760px;
  }
}

@media (max-width: 768px) {
  .side-column {
    margin: 40px 0 0;
    float: none;
    width: 100%;
  }
}

/* wp-pagenavi
 **************************************** */
.wp-pagenavi {
  text-align: center;
  padding: 56px 0 0;
}
.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi a,
.wp-pagenavi .current {
  padding: 2px 20px;
  display: inline-block;
  background: #1b295a;
  color: #fff;
  margin: 0 2px;
  text-decoration: none;
  font-weight: 300;
  font-size: 107%;
  border: 1px solid #1b295a;
}
.wp-pagenavi .current {
  border: 1px solid #bbb;
  color: #bbb;
}
.wp-pagenavi .extend {
  color: #1b295a;
  margin: 0 8px;
}
.wp-pagenavi .current {
  background: transparent;
}
.nextpostslink,
.previouspostslink {
  position: relative;
  background: none !important;
  border: none !important;
  padding: 2px 16px !important;
}
.previouspostslink::before,
.nextpostslink::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 1px solid #1b295a;
  border-right: 1px solid #1b295a;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.previouspostslink::before {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.previouspostslink::before {
  left: 14px;
}
.nextpostslink::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.nextpostslink::before {
  right: 14px;
}
.previouspostslink:hover::before {
  left: 0;
}
.nextpostslink:hover::before {
  right: 0;
}
.previouspostslink::after,
.nextpostslink::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 16px;
  height: 1px;
  background: #1b295a;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.previouspostslink:hover::after,
.nextpostslink:hover::after {
  width: 32px;
}
.previouspostslink:hover::after {
  left: -16px;
}
.nextpostslink:hover::after {
  right: -16px;
}

@media (max-width: 768px) {
  .wp-pagenavi {
    padding: 40px 0 0;
    font-size: 90%;
  }
  .wp-pagenavi a,
  .wp-pagenavi .current {
    padding: 2px 8px;
  }
  .previouspostslink::before,
  .nextpostslink::before {
    width: 8px;
    height: 8px;
  }
  .previouspostslink::before,
  .previouspostslink:hover::before {
    left: 8px;
  }
  .nextpostslink::before,
  .nextpostslink:hover::before {
    right: 8px;
  }
  .previouspostslink:hover::after,
  .nextpostslink:hover::after {
    width: 16px;
  }
  .previouspostslink:hover::after {
    left: 0;
  }
  .nextpostslink:hover::after {
    right: 0;
  }
  .nextpostslink,
  .previouspostslink {
    padding: 2px 12px !important;
  }
}

@media (max-width: 640px) {
  #mainContent .container-mini .wp-pagenavi a {
    display: block;
    margin: 2px;
    line-height: 1.2;
    padding: 8px 15px;
  }
}

/* =====================================================================================

    SINGLE

===================================================================================== */

/* main-column
 **************************************** */
.post-detail {
  padding: 32px;
}
.eyecatch img {
  max-width: 100%;
}

/*recruit*/
.single-recruit .recruit--item {
  width: 100%;
  height: inherit;
  padding: 0;
  margin: 0 0 24px;
}
.single-recruit .recruit--item dt {
  width: 10.5em;
}
.recruit--table {
  width: 100%;
}
.recruit--table th,
.recruit--table td {
  padding: 8px 16px;
  border: 1px solid #bbb;
}
.recruit--table th {
  vertical-align: middle;
  width: 124px;
  background: #fcf3e9;
  color: #1b295a;
}
.single-recruit .btn-entry {
  position: relative;
  width: 100%;
  left: auto;
  right: auto;
  bottom: auto;
  padding: 8px 0;
}

@media (max-width: 768px) {
  .post-detail {
    padding: 24px;
  }

  /*recruit*/
  .recruit--table th,
  .recruit--table td {
    padding: 4px 8px;
    border-bottom: none;
  }
  .recruit--table tr:last-child td {
    border-bottom: 1px solid #bbb;
  }
}

/* Wysiwyg editor
 **************************************** */
.wysiwyg {
  text-align: justify;
  text-justify: inter-ideograph;
  -ms-text-justify: inter-ideograph;
}
.wysiwyg ul,
.wysiwyg ol {
  margin: 1em 0;
}
.wysiwyg ul li,
.wysiwyg ol li {
  position: relative;
  margin: 0;
  border-bottom: none;
  padding: 0;
  margin-left: 2em;
  padding-top: 8px;
  line-height: 1.65;
}
.wysiwyg ul li {
  margin: 0;
  padding-left: 2em;
}
.wysiwyg ul li:before {
  content: "\f185";
  position: absolute;
  left: 4px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  padding-top: 6px;
  font-weight: normal;
}
.wysiwyg ol li {
  list-style-type: decimal;
}
.wysiwyg img {
  margin: 20px 0;
  max-width: 100%;
  height: auto;
}
.wysiwyg hr {
  border-top: 3px double #ccc;
  background: transparent;
}
.wysiwyg .alignleft {
  float: left;
  clear: left;
  margin: 0 30px 30px 0;
}
.wysiwyg .alignright {
  float: right;
  clear: right;
  margin: 0 0 30px 30px;
}
.wysiwyg .aligncenter {
  display: block;
  margin: 30px auto;
}
.wysiwyg table {
  border: 2px solid #ccc;
  max-width: 100%;
  margin: 20px 0;
  line-height: 1.6;
}
.wysiwyg a,
.text-link {
  text-decoration: underline;
  color: #d00a23;
}
.wysiwyg table th,
.wysiwyg table td {
  padding: 8px 16px;
  border: 1px solid #ccc;
  font-size: 93%;
  vertical-align: middle;
  display: table-cell;
}
.wysiwyg table th {
  white-space: nowrap;
}
.wysiwyg h1,
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg h5 {
  font-weight: normal;
  border-left: 5px solid;
  padding-left: 10px;
  line-height: 1;
  margin-bottom: 20px;
}
.wysiwyg h1 {
  font-size: 172%;
}
.wysiwyg h2 {
  font-size: 158%;
}
.wysiwyg h3 {
  font-size: 143%;
}
.wysiwyg h4 {
  font-size: 129%;
}
.wysiwyg h5 {
  font-size: 115%;
}

.wysiwyg p {
  margin-bottom: 1em;
  letter-spacing: 0.1em;
}
.wysiwyg p:last-child {
  margin-bottom: 0;
}
.wysiwyg blockquote {
  margin: 1em 0;
  padding: 15px 40px;
  border-radius: 3px;
  position: relative;
  display: inline-block;
  font-style: oblique;
  color: #666;
}
.wysiwyg blockquote p {
  margin-bottom: 0;
}
.wysiwyg blockquote:before,
.wysiwyg blockquote:after {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  font-size: 100%;
  position: absolute;
  width: 1em;
  height: 1em;
}
.wysiwyg blockquote:before {
  content: "\f10d";
  top: 13px;
  left: 10px;
}
.wysiwyg blockquote:after {
  content: "\f10e";
  bottom: 13px;
  right: 10px;
}

/*table scroll*/
.scroll--cap {
  display: none;
}

@media (max-width: 768px) {
  .wysiwyg {
    font-size: 100%;
  }
  .wysiwyg .alignright,
  .wysiwyg .alignleft {
    float: none;
    margin: 20px auto;
    display: block;
  }
  .wysiwyg blockquote {
    padding: 15px;
  }
  .wysiwyg blockquote:before {
    top: 0;
    left: 0;
  }
  .wysiwyg blockquote:after {
    bottom: 0;
    right: 0;
  }
  .wysiwyg ul li,
  .wysiwyg ol li {
    margin-left: 1em;
  }
  .wysiwyg ul li {
    padding-left: 0;
  }
  .wysiwyg ul li:before {
    left: -14px;
    padding-top: 6px;
    font-size: 12px;
  }
  div.box-graybg,
  div.box-line {
    padding: 25px;
  }

  /*table scroll*/
  .scroll {
    overflow-x: scroll;
    margin: 0 0 20px;
  }
  .scroll table {
    margin: 0;
  }
  .scroll--cap {
    display: block;
    text-align: right;
    margin: 20px 0 0 !important;
    color: #ddd;
  }
}

/* pageNav
 **************************************** */
#pageNav {
  text-align: center;
  width: 760px;
  padding: 40px 0 0;
}
.pageNav--item {
  display: inline-block;
  vertical-align: top;
  color: #eee;
}
.pageNav--item:nth-child(1),
.pageNav--item:nth-child(3) {
  width: 40%;
}
.pageNav--item:nth-child(2) {
  width: 20%;
}
.pageNav--item a {
  display: block;
  padding: 8px 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #1b295a;
  position: relative;
}
.pageNav--item:nth-child(2) a {
  border: 1px solid #1b295a;
}
.pageNav--item a:hover {
  opacity: 1;
}
.pageNav--item:nth-child(1) a::before,
.pageNav--item:nth-child(3) a::before,
.pageNav--item:nth-child(1) a::after,
.pageNav--item:nth-child(3) a::after {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.pageNav--item:nth-child(1) a::before,
.pageNav--item:nth-child(3) a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 1px solid #1b295a;
  border-right: 1px solid #1b295a;
}
.pageNav--item:nth-child(1) a::before {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.pageNav--item:nth-child(1) a::before {
  left: 16px;
}
.pageNav--item:nth-child(3) a::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.pageNav--item:nth-child(3) a::before {
  right: 16px;
}
.pageNav--item:nth-child(1) a:hover::before {
  left: 4px;
}
.pageNav--item:nth-child(3) a:hover::before {
  right: 4px;
}
.pageNav--item:nth-child(1) a::after,
.pageNav--item:nth-child(3) a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 16px;
  height: 1px;
  background: #1b295a;
}
.pageNav--item:nth-child(1) a::after {
  left: 16px;
}
.pageNav--item:nth-child(3) a::after {
  right: 16px;
}
.pageNav--item:nth-child(1) a:hover::after,
.pageNav--item:nth-child(3) a:hover::after {
  width: 28px;
}
.pageNav--item:nth-child(1) a:hover::after {
  left: 4px;
}
.pageNav--item:nth-child(3) a:hover::after {
  right: 4px;
}
.pageNav--item:nth-child(2) a:hover {
  background: #1b295a;
  color: #fff;
}

@media (max-width: 768px) {
  #pageNav {
    width: 100%;
    padding: 24px 0 0;
    font-size: 90%;
  }
  .pageNav--item a {
    padding: 2px 13px;
  }
  .pageNav--item:nth-child(1) a {
    padding: 2px 4px 2px 24px;
  }
  .pageNav--item:nth-child(3) a {
    padding: 2px 24px 2px 4px;
  }
  .pageNav--item:nth-child(1) a:hover::after,
  .pageNav--item:nth-child(3) a:hover::after {
    width: 16px;
  }
  .pageNav--item:nth-child(1) a::before,
  .pageNav--item:nth-child(1) a::after,
  .pageNav--item:nth-child(1) a:hover::before,
  .pageNav--item:nth-child(1) a:hover::after {
    left: 2px;
  }
  .pageNav--item:nth-child(3) a::before,
  .pageNav--item:nth-child(3) a::after,
  .pageNav--item:nth-child(3) a:hover::before,
  .pageNav--item:nth-child(3) a:hover::after {
    right: 2px;
  }
  .pageNav--item:nth-child(2) a:hover {
    background: none;
    color: #1b295a;
  }
}
