@charset "UTF-8";
/* A Modern CSS Reset */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
ol {
  margin: 0;
  padding: 0;
  font-size: 100%;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ul,
ol {
  list-style: none;
}

html {
  scroll-behavior: auto;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img,
picture {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
table {
  width: 100%;
  border-collapse: collapse;
}

summary {
  display: block;
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

/* contact form ハック */
div.wpcf7 .wpcf7-spinner {
  display: block;
}

/*--------------------------------
	HTML
--------------------------------*/
html {
  font-size: 62.5%;
  margin-top: 0 !important;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.05rem;
  font-weight: 500;
  font-style: normal;
  height: 100%;
}

a {
  text-decoration: none;
  outline: none;
  color: inherit;
}
a:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

p {
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  p {
    font-size: 1.6rem;
  }
}

/*--------------------------------
	main
--------------------------------*/
.ly-mainContent {
  display: block;
  margin: 0 auto;
  padding: 0;
  min-height: 100vh;
  width: 100%;
  overflow: hidden;
}

.cont-inner {
  position: relative;
  margin: 0 auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media screen and (min-width: 1280px) {
  .cont-inner {
    max-width: 1280px;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 1600px) {
  .cont-inner {
    max-width: 100%;
    width: auto;
    padding-left: 13.1616161616vw;
    padding-right: 13.1616161616vw;
  }
}

.bl-cont {
  padding: 4rem 0;
}
@media screen and (min-width: 768px) {
  .bl-cont {
    padding-top: 7.2rem;
    margin-bottom: 10rem;
  }
}

.page-in {
  padding-top: 7.5rem;
}

.bl-slider.swiper {
  padding-bottom: 4rem;
}
.bl-slider.swiper .button-prevNext-wrap {
  position: absolute;
  top: auto;
  bottom: 0;
  left: auto;
  right: 1.3rem;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bl-slider.swiper .swiper-button-prev,
.bl-slider.swiper .swiper-button-next {
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
  left: auto;
  right: auto;
}
.bl-slider.swiper .swiper-button-prev::before, .bl-slider.swiper .swiper-button-prev::after,
.bl-slider.swiper .swiper-button-next::before,
.bl-slider.swiper .swiper-button-next::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.bl-slider.swiper .swiper-button-prev {
  margin-right: 5rem;
}
.bl-slider.swiper .swiper-button-prev::before {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: #e9e9f3;
}
.bl-slider.swiper .swiper-button-prev::after {
  left: 0.2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 2rem;
  height: 2rem;
  border: 10px solid transparent;
  border-right: 13px solid #262787;
}
.bl-slider.swiper .swiper-button-prev.page-button::before {
  background: #262787;
}
.bl-slider.swiper .swiper-button-prev.page-button::after {
  border-right: 13px solid #e9e9f3;
}
.bl-slider.swiper .swiper-button-next::before {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: #e9e9f3;
}
.bl-slider.swiper .swiper-button-next::after {
  left: 1.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 2rem;
  height: 2rem;
  border: 10px solid transparent;
  border-left: 13px solid #262787;
}
.bl-slider.swiper .swiper-button-next.page-button::before {
  background: #262787;
}
.bl-slider.swiper .swiper-button-next.page-button::after {
  border-left: 13px solid #e9e9f3;
}

.service-slide .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.service-slide .swiper-slide {
  height: 15rem !important;
  width: auto !important;
}
@media screen and (min-width: 1280px) {
  .service-slide .swiper-slide {
    height: 22rem !important;
  }
}
.service-slide .swiper-slide img {
  width: auto;
  height: 100%;
}

.case-img-wrap .swiper-button-prev::before, .case-img-wrap .swiper-button-prev::after,
.case-img-wrap .swiper-button-next::before,
.case-img-wrap .swiper-button-next::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.case-img-wrap .swiper-button-prev {
  left: 1rem;
}
.case-img-wrap .swiper-button-prev::before {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: #e9e9f3;
}
.case-img-wrap .swiper-button-prev::after {
  left: 0.2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 2rem;
  height: 2rem;
  border: 10px solid transparent;
  border-right: 13px solid #262787;
}
.case-img-wrap .swiper-button-prev.page-button::before {
  background: #262787;
}
.case-img-wrap .swiper-button-prev.page-button::after {
  border-right: 13px solid #e9e9f3;
}
.case-img-wrap .swiper-button-next {
  right: 2.5rem;
}
.case-img-wrap .swiper-button-next::before {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: #e9e9f3;
}
.case-img-wrap .swiper-button-next::after {
  left: 1.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 2rem;
  height: 2rem;
  border: 10px solid transparent;
  border-left: 13px solid #262787;
}
.case-img-wrap .swiper-button-next.page-button::before {
  background: #262787;
}
.case-img-wrap .swiper-button-next.page-button::after {
  border-left: 13px solid #e9e9f3;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  text-rendering: initial;
}

.content-in {
  position: relative;
  margin: 0 auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media screen and (min-width: 1280px) {
  .content-in {
    max-width: 1280px;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 1600px) {
  .content-in {
    max-width: 100%;
    width: auto;
    padding-left: 13.1616161616vw;
    padding-right: 13.1616161616vw;
  }
}

/* ---  loader  --- */
#loading {
  width: 100vw;
  height: 100vh;
  -webkit-transition: all 1s;
  transition: all 1s;
  background-color: #262787;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
}

.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation: loadanime 1.8s infinite ease-in-out;
          animation: loadanime 1.8s infinite ease-in-out;
}

.loading-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh;
  width: 100%;
}

.loading-logo {
  width: 13rem;
  margin: 0 auto 2rem;
}

.loader {
  color: #fff;
  font-size: 5px;
  margin: 0 auto;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
          animation-delay: -0.16s;
  position: relative;
}
.loader:before, .loader:after {
  content: "";
  position: absolute;
  top: 0;
}
.loader::before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 3.5em;
}

@-webkit-keyframes loadanime {
  0%, 80%, 100% {
    -webkit-box-shadow: 0 2.5em 0 -1.3em;
            box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    -webkit-box-shadow: 0 2.5em 0 0;
            box-shadow: 0 2.5em 0 0;
  }
}
@keyframes loadanime {
  0%, 80%, 100% {
    -webkit-box-shadow: 0 2.5em 0 -1.3em;
            box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    -webkit-box-shadow: 0 2.5em 0 0;
            box-shadow: 0 2.5em 0 0;
  }
}
.loaded {
  opacity: 0;
  visibility: hidden;
}

/* ---  ブロック位置  --- */
.bl-r {
  text-align: right;
}

.bl-c {
  text-align: center;
}

/* ---  テキスト位置  --- */
.txt-r {
  text-align: right;
}

.txt-c {
  text-align: center;
}

/* ---  マージン調整  --- */
.mgt10 {
  margin-top: 2rem;
}

.mgt20 {
  margin-top: 2rem;
}

.mgt30 {
  margin-top: 3rem;
}

.mgt40 {
  margin-top: 4rem;
}

.mgb20 {
  margin-bottom: 2rem;
}

.mgb30 {
  margin-bottom: 3rem;
}

.mgb40 {
  margin-bottom: 4rem;
}

/* ---  SP/PCのみ  --- */
.sp-only {
  display: block;
}
@media screen and (min-width: 768px) {
  .sp-only {
    display: none;
  }
}

.pc-only {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc-only {
    display: block;
  }
}

/* ---  メインビジュアル  --- */
.mainVisual-fix {
  position: relative;
}
.mainVisual-fix::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: cover;
}
.mainVisual-fix._civil::before {
  background-image: url(../../img/mainvisual_civil.jpg);
}
.mainVisual-fix._security::before {
  background-image: url(../../img/mainvisual_security.jpg);
}
.mainVisual-fix._const::before {
  background-image: url(../../img/mainvisual_const.jpg);
}
.mainVisual-fix._building::before {
  background-image: url(../../img/mainvisual_building.jpg);
}
.mainVisual-fix._house::before {
  background-image: url(../../img/mainvisual_house.jpg);
}
.mainVisual-fix._corp::before {
  background-image: url(../../img/mainvisual_corp.jpg);
}
.mainVisual-fix._recruit::before, .mainVisual-fix._recruit_civil::before, .mainVisual-fix._recruit_security::before, .mainVisual-fix._recruit_const::before, .mainVisual-fix._recruit_building::before {
  background-image: url(../../img/mainvisual_recruit.jpg);
  background-position: 50% 0%;
}
.mainVisual-fix._contact::before, .mainVisual-fix._contact_confirm::before, .mainVisual-fix._contact_thanks::before {
  background-image: url(../../img/mainvisual_contact.jpg);
  height: 300px;
  background-position: top center;
  background-size: auto 100%;
}
@media screen and (min-width: 768px) {
  .mainVisual-fix._contact::before, .mainVisual-fix._contact_confirm::before, .mainVisual-fix._contact_thanks::before {
    height: 100%;
    background-size: 100%;
  }
}
.mainVisual-fix._news::before {
  background-image: url(../../img/mainvisual_corp.jpg);
}
.mainVisual-fix._case::before {
  background-image: url(../../img/mainvisual_case.jpg);
  height: 300px;
  background-position: top center;
  background-size: auto 100%;
}
@media screen and (min-width: 768px) {
  .mainVisual-fix._case::before {
    height: 100%;
    background-size: 100%;
  }
}

/* ---  レイアウト  --- */
.page-content {
  padding-top: 15rem;
}
@media screen and (min-width: 768px) {
  .page-content {
    padding-top: 18vw;
  }
}

.bg-color_gray {
  background: #e9e9f3;
}

.bg-cont-wrap {
  margin: 5rem auto 0;
  padding-bottom: 10rem;
}
@media screen and (min-width: 768px) {
  .bg-cont-wrap {
    margin: auto;
  }
}

/* ---  見出し  --- */
.top-tl {
  font-size: 5rem;
  -webkit-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.8));
          filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.8));
}
@media screen and (min-width: 768px) {
  .top-tl {
    font-size: 10rem;
    line-height: 1;
  }
}
.top-tl .top-tl_s {
  font-size: 2rem;
  margin-left: 1rem;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .top-tl .top-tl_s {
    font-size: 3rem;
  }
}
.top-tl-c {
  text-align: center;
  line-height: 1.3;
  margin-bottom: 7rem;
}
.top-tl-c .top-tl_s {
  display: block;
}
.top-tl_blue {
  color: #262787;
  -webkit-filter: none;
          filter: none;
}
.top-tl_blue .top-tl_s {
  color: #000;
}

.h-m_bk {
  color: #000;
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
}
.h-m_bk span {
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .h-m_bk {
    font-size: 4rem;
  }
}

.h-m_wh {
  color: #fff;
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
}
.h-m_wh span {
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .h-m_wh {
    font-size: 4rem;
  }
}

/* ---  page-tl  --- */
.page-tl-wrap {
  font-weight: 700;
  color: #fff;
  text-align: center;
  -webkit-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.8));
          filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.8));
}
.page-tl-wrap .page-tl {
  font-size: 3.5rem;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .page-tl-wrap .page-tl {
    font-size: 5rem;
  }
}
.page-tl-wrap .page-tl-en {
  font-size: 1.8rem;
  display: block;
  line-height: 1;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .page-tl-wrap .page-tl-en {
    font-size: 2rem;
  }
}
.page-tl-wrap.page-tl-pad {
  padding-bottom: 8vw;
}
@media screen and (min-width: 1000px) {
  .page-tl-wrap.page-tl-pad {
    padding-bottom: 10vw;
  }
}

.page-copy {
  font-weight: 700;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  position: relative;
  margin: 0 auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin: 2rem auto 0;
  -webkit-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.8));
          filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.8));
}
@media screen and (min-width: 1280px) {
  .page-copy {
    max-width: 1280px;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 1600px) {
  .page-copy {
    max-width: 100%;
    width: auto;
    padding-left: 13.1616161616vw;
    padding-right: 13.1616161616vw;
  }
}
@media screen and (min-width: 768px) {
  .page-copy {
    margin-top: 3rem;
    width: 72%;
  }
}
@media screen and (min-width: 1600px) {
  .page-copy {
    margin-top: 3rem;
    width: 88%;
  }
}
.page-copy .page-copy-h {
  color: #fff;
  font-size: 2rem;
  margin: 2rem auto;
}
@media screen and (min-width: 768px) {
  .page-copy .page-copy-h {
    font-size: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .page-copy .page-copy-h br {
    display: none;
  }
}
.page-copy .page-copy-txt {
  font-size: 1.6rem;
  text-align: left;
}
.page-copy .page-copy-txt .txt-c {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page-copy .page-copy-txt {
    font-size: 2.2rem;
    margin: auto;
  }
}

/* ---  ボタン  --- */
.btn-round {
  background: #fff;
  border-radius: 5rem;
  color: #000;
  font-weight: 700;
  padding: 1rem 10rem 1rem 6rem;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  -webkit-transition: 0.5s cubic-bezier(0.5, 1, 0.89, 1);
  transition: 0.5s cubic-bezier(0.5, 1, 0.89, 1);
  min-width: 23rem;
}
@media screen and (min-width: 768px) {
  .btn-round {
    min-width: 35rem;
  }
}
.btn-round::before, .btn-round::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5rem;
  margin: auto;
  content: "";
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .btn-round::before, .btn-round::after {
    right: 5rem;
  }
}
.btn-round::before {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: #000;
}
@media screen and (min-width: 768px) {
  .btn-round::before {
    width: 3rem;
    height: 3rem;
  }
}
.btn-round::after {
  right: 5.3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 0.5rem;
  height: 0.5rem;
  border: 6px solid transparent;
  border-left: 6px solid #fff;
}
@media screen and (min-width: 768px) {
  .btn-round::after {
    right: 5.3rem;
    width: 1rem;
    height: 1rem;
    border: 7px solid transparent;
    border-left: 8px solid #fff;
  }
}
.btn-round:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media screen and (min-width: 768px) {
  .btn-round {
    font-size: 2.5rem;
  }
}

.btn-round_blue {
  background: #262787;
  border-radius: 5rem;
  color: #fff;
  font-weight: 700;
  padding: 1rem 5.5rem;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  -webkit-transition: 0.5s cubic-bezier(0.5, 1, 0.89, 1);
  transition: 0.5s cubic-bezier(0.5, 1, 0.89, 1);
  min-width: 23rem;
}
@media screen and (min-width: 768px) {
  .btn-round_blue {
    min-width: 35rem;
    font-size: 2rem;
  }
}
.btn-round_blue:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.btn-round_gray {
  background: #cccccc;
  border-radius: 5rem;
  color: #000;
  font-weight: 700;
  padding: 1rem 5.5rem;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  -webkit-transition: 0.5s cubic-bezier(0.5, 1, 0.89, 1);
  transition: 0.5s cubic-bezier(0.5, 1, 0.89, 1);
  min-width: 23rem;
}
@media screen and (min-width: 768px) {
  .btn-round_gray {
    min-width: 35rem;
    font-size: 2rem;
  }
}
.btn-round_gray:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.btn-arrow-shadow {
  position: relative;
  font-size: 1.5rem;
  font-weight: 700;
  border-radius: 5rem;
  padding: 0.5rem 5rem 0.5rem 2.2rem;
  color: #fff;
}
.btn-arrow-shadow::before, .btn-arrow-shadow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5rem;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.btn-arrow-shadow::before {
  right: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 1rem;
  height: 1rem;
  border: 7px solid transparent;
  border-left: 10px solid #fff;
}
.btn-arrow-shadow::after {
  right: 2rem;
  width: 10px;
  height: 5px;
  border-left: 20px solid #fff;
}

.bl-table-line {
  border-bottom: 1px solid #000;
}
.bl-table-line th, .bl-table-line td {
  display: block;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .bl-table-line th, .bl-table-line td {
    border-top: 1px solid #000;
    font-size: 2rem;
    padding: 3.5rem 0;
    display: table-cell;
  }
}
.bl-table-line th {
  border-top: 1px solid #000;
  width: 100%;
  vertical-align: top;
  text-align: left;
  padding: 2rem 0 0;
}
@media screen and (min-width: 768px) {
  .bl-table-line th {
    width: 30%;
    padding: 3.5rem 2rem;
  }
}
.bl-table-line td {
  width: 100%;
  padding: 0 0 2rem;
}
@media screen and (min-width: 768px) {
  .bl-table-line td {
    width: auto;
    padding: 3.5rem 2rem;
  }
}

/*----------------------------
pagenation
----------------------------*/
.pagination {
  width: 100%;
  margin-top: 5rem;
}
.pagination .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination .page-numbers .page-numbers {
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
  left: auto;
  right: auto;
  margin: 0 1.5rem;
  z-index: 0;
  color: #fff;
}
.pagination .page-numbers .page-numbers::before, .pagination .page-numbers .page-numbers::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  z-index: -1;
}
.pagination .page-numbers .page-numbers::before {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: #262787;
}
.pagination .page-numbers .page-numbers.next {
  font-size: 0;
}
.pagination .page-numbers .page-numbers.next:after {
  left: 1.6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 1rem;
  height: 1rem;
  border: 7px solid transparent;
  border-left: 10px solid #fff;
}
.pagination .page-numbers .page-numbers.prev {
  font-size: 0;
}
.pagination .page-numbers .page-numbers.prev:after {
  left: 0.6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 1rem;
  height: 1rem;
  border: 7px solid transparent;
  border-right: 10px solid #fff;
}
.pagination .page-numbers .page-numbers:hover, .pagination .page-numbers .page-numbers.current {
  color: #262787;
}
.pagination .page-numbers .page-numbers:hover::before, .pagination .page-numbers .page-numbers.current::before {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: #fff;
}
.pagination .page-numbers .page-numbers:hover.next:after, .pagination .page-numbers .page-numbers.current.next:after {
  border-left: 10px solid #262787;
}
.pagination .page-numbers .page-numbers:hover.next, .pagination .page-numbers .page-numbers.current.next {
  font-size: 0;
}
.pagination .page-numbers .page-numbers:hover.next:prev, .pagination .page-numbers .page-numbers.current.next:prev {
  border-right: 10px solid #262787;
}

/*----------------------------
scroll_up ｜下から上へ出現
----------------------------*/
.fadeIn_up {
  -webkit-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
}

.fadeIn_up.on {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.fadeBox {
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

/*  スマホ用　バーガーメニュー　*/
.nav-icon,
.nav-check {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 1rem;
  top: 1.5rem;
  -webkit-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.8));
          filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.8));
}

.nav-check {
  opacity: 0;
  z-index: 100;
}

.nav-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 90;
}
@media screen and (min-width: 1000px) {
  .nav-icon {
    display: none;
  }
}

.nav-icon span {
  width: 100%;
  height: 3px;
  background: #fff;
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}

.nav-check:checked ~ .nav-icon span:nth-last-child(1) {
  -webkit-transform: rotate(-45deg) translate(-1px, 0px);
          transform: rotate(-45deg) translate(-1px, 0px);
  background: #fff;
}

.nav-check:checked ~ .nav-icon span:nth-last-child(2) {
  -webkit-transform: rotate(0deg) scale(0.2, 0.2);
          transform: rotate(0deg) scale(0.2, 0.2);
  opacity: 0;
}

.nav-check:checked ~ .nav-icon span:nth-last-child(3) {
  -webkit-transform: rotate(45deg) translate(0px, -1px);
          transform: rotate(45deg) translate(0px, -1px);
  background: #fff;
}

.nav-check:checked ~ .nav-list {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

/*  メインナビ　*/
@media screen and (min-width: 1000px) {
  .main-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
  }
}

.nav-list {
  position: absolute;
  top: 0;
  left: 0;
  background: #262787;
  width: 100vw;
  height: 100vh;
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  -webkit-transform: translateX(150%);
          transform: translateX(150%);
  padding-top: 5rem;
}
@media screen and (min-width: 1000px) {
  .nav-list {
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-items: center;
    padding: 0;
    max-width: 1280px;
    margin: auto;
    -webkit-transform: none;
            transform: none;
    background: none;
    width: auto;
    height: auto;
    position: static;
  }
}
.nav-list li {
  font-weight: 500;
}
.nav-list li:last-child a {
  border-bottom: 1px solid #fff;
}
@media screen and (min-width: 1000px) {
  .nav-list li:last-child a {
    border-bottom: none;
  }
}
@media screen and (min-width: 1000px) {
  .nav-list li.nav-sp {
    display: none;
  }
}
.nav-list .nav-item-en {
  display: none;
  -webkit-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.8));
          filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.8));
}
@media screen and (min-width: 1000px) {
  .nav-list .nav-item-en {
    display: block;
    text-align: center;
    font-size: 1.5rem;
    margin-top: 1.3rem;
    line-height: 1;
  }
}
.nav-list .nav-item-ja {
  -webkit-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.8));
          filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.8));
}

.nav-list-item {
  color: #fff;
  display: block;
  padding: 2rem 2rem;
  border-top: 1px solid #fff;
  position: relative;
}
.nav-list-item::before {
  content: "";
  width: 12px;
  height: 12px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  right: 2.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
@media screen and (min-width: 1000px) {
  .nav-list-item::before {
    display: none;
  }
}
@media screen and (min-width: 1000px) {
  .nav-list-item {
    font-size: 1.9rem;
    padding: 1rem 1rem 0 1rem;
    border-top: none;
  }
}
@media screen and (min-width: 1280px) {
  .nav-list-item {
    font-size: 2rem;
    padding: 1rem 2.5rem 0 2.5rem;
    border-top: none;
  }
}

.nav-list-item {
  display: block;
}
.nav-list-item:hover {
  cursor: pointer;
}
@media screen and (min-width: 1000px) {
  .nav-list-item:hover .nav-item-ja::before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  .nav-list-item:hover .nav-item-ja:hover::before {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
.nav-list-item.is-active .nav-item-ja::before {
  display: none;
}

/*  アコーディオンメニュー(SP)  */
.acd-toggle {
  display: none;
}

.acd-toggle,
.nav-list-child {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.nav-list-child {
  height: 0;
  overflow: hidden;
}

.acd-toggle:checked + .nav-list-parent + .nav-list-child {
  height: auto;
  padding: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 1000px) {
  .acd-toggle:checked + .nav-list-parent + .nav-list-child {
    height: 12rem;
  }
}

.acd-toggle:checked + .nav-list-parent {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.acd-toggle:checked + .nav-list-parent::before {
  opacity: 0;
}

.acd-toggle:checked + .nav-list-parent::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.nav-list-item.nav-list-parent {
  position: relative;
  padding: 2rem 2rem;
}
@media screen and (min-width: 1000px) {
  .nav-list-item.nav-list-parent {
    padding: 1rem 2.5rem 0 2.5rem;
  }
}
.nav-list-item.nav-list-parent::before, .nav-list-item.nav-list-parent::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.nav-list-item.nav-list-parent::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}

.nav-list-child ul a {
  background: #51529f;
  color: #fff;
  display: block;
  padding: 2rem 2rem 2rem 4rem;
  border-top: 1px solid #fff;
  cursor: pointer;
}
@media screen and (min-width: 1000px) {
  .nav-list-child ul a {
    font-size: 1.8rem;
  }
}
.nav-list-child ul a span {
  position: relative;
  display: inline-block;
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .nav-list-child ul a span {
    width: auto;
  }
}
.nav-list-child ul a span::before {
  content: "";
  width: 12px;
  height: 12px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  right: 2.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
@media screen and (min-width: 1000px) {
  .nav-list-child ul a span::before {
    border-top: solid 2px #262787;
    border-right: solid 2px #262787;
    right: auto;
    left: -2.5rem;
  }
}

/*  アコーディオンメニュー(PC)  */
@media screen and (min-width: 1000px) {
  .nav-list li {
    margin: 0;
    cursor: pointer;
  }
  .nav-list li .nav-list-item {
    cursor: pointer;
  }
  .nav-list-item.nav-list-parent {
    position: static;
  }
  .nav-list-item.nav-list-parent::before, .nav-list-item.nav-list-parent::after {
    display: none;
  }
  .nav-list-item.nav-list-parent:hover .nav-item-ja::before {
    display: none;
  }
  .nav-item-wrap.is-active .nav-list-item .nav-bg {
    position: relative;
    display: block;
  }
  .nav-item-wrap.is-active .nav-list-item .nav-bg::after {
    content: "";
    width: 135px;
    height: 85px;
    border-radius: 5px 5px 0 0;
    position: absolute;
    top: -10px;
    left: -22px;
    background: #e9e9f3;
    -webkit-transition: 0s;
    transition: 0s;
    z-index: -99;
  }
  .nav-item-wrap.is-active .nav-list-item .nav-item-en,
  .nav-item-wrap.is-active .nav-list-item .nav-item-ja {
    -webkit-filter: none;
            filter: none;
    z-index: 100;
    position: static;
    color: #262787;
  }
  .nav-list-child {
    position: absolute;
    top: 95px;
    left: 0;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    height: 0;
    min-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color: #e9e9f3;
    display: block;
  }
  .nav-list-child.is-active {
    -webkit-animation: fadeIn 0.7s cubic-bezier(0.33, 1, 0.68, 1) forwards;
            animation: fadeIn 0.7s cubic-bezier(0.33, 1, 0.68, 1) forwards;
    height: 13rem;
  }
  @-webkit-keyframes fadeIn {
    10% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes fadeIn {
    10% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  .nav-list-child ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: top;
        -ms-flex-align: top;
            align-items: top;
    height: 100%;
    padding-top: 3rem;
    position: relative;
    z-index: 1000;
  }
  .nav-list-child ul li {
    margin: 0 2.5rem;
  }
}
@media screen and (min-width: 1000px) and (min-width: 1000px) {
  .nav-list-child ul li {
    margin: 0 4.5rem;
  }
}
@media screen and (min-width: 1000px) {
  .nav-list-child ul li.last-child a {
    border-bottom: none;
  }
  .nav-list-child ul li a {
    padding: 0;
    background: none;
    color: #262787;
    border: none;
    display: inline-block;
  }
  .nav-list-child ul li a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #262787;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  .nav-list-child ul li .nav-list-child-s {
    padding-top: 0;
  }
}
@media screen and (min-width: 1000px) and (min-width: 1000px) {
  .nav-list-child ul li .nav-list-child-s li {
    margin: 0;
  }
}
@media screen and (min-width: 1000px) {
  .nav-list-child ul li .nav-list-child-s li a {
    border-top: 1px dotted #9c9ddc;
    padding-left: 3.5rem;
  }
}
@media screen and (min-width: 1000px) and (min-width: 1000px) {
  .nav-list-child ul li .nav-list-child-s li a {
    border: none;
    padding-left: 0;
    font-size: 1.4rem;
  }
  .nav-list-child ul li .nav-list-child-s li a::before {
    display: none;
  }
}
@media screen and (min-width: 1000px) {
  .nav-list-child ul li .nav-list-child-s li a:last-child {
    border-bottom: none;
  }
}
.nav-contact {
  line-height: 1rem;
  height: 3rem;
  display: none;
}
@media screen and (min-width: 1000px) {
  .nav-contact {
    display: block;
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media screen and (min-width: 1000px) {
  .nav-contact {
    margin-right: 0;
  }
}
.nav-contact .nav-contact-btn {
  display: block;
  background: #fff;
  color: #000;
  padding: 1.2rem 1.2rem 1.2rem 3.4rem;
  font-size: 1.5rem;
  border-radius: 0.5rem;
  font-weight: 700;
  position: relative;
  -webkit-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.8));
          filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.8));
}
.nav-contact .nav-contact-btn::before {
  content: "";
  background: url(../../img/ic_mail.png) no-repeat;
  background-position: 0 0;
  background-size: 100%;
  width: 1.7rem;
  height: 100%;
  position: absolute;
  top: 1.1rem;
  left: 1rem;
}
.nav-contact .nav-contact-btn:hover {
  opacity: 0.7;
}

/*--------------------------------
	ヘッダー
--------------------------------*/
.headerWrap {
  height: 6rem;
  background-color: rgba(255, 255, 255, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .headerWrap {
    height: auto;
    background: none;
  }
}

.headerWrap.scr-header {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (min-width: 1000px) {
  .headerWrap.scr-header {
    background: #262787;
    height: 12rem;
  }
}

.ly-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  padding: 0;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 1000px) {
  .ly-header {
    padding: 2.5rem 0 4rem;
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.ly-header .header-in {
  position: relative;
  margin: 0 auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1280px) {
  .ly-header .header-in {
    max-width: 1280px;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 1600px) {
  .ly-header .header-in {
    max-width: 100%;
    width: auto;
    padding-left: 13.1616161616vw;
    padding-right: 13.1616161616vw;
  }
}
.bl-logo {
  width: 18rem;
  position: fixed;
  top: 2rem;
  left: 1.5rem;
}
@media screen and (min-width: 1000px) {
  .bl-logo {
    width: 24%;
    position: relative;
    top: auto;
    lefte: auto;
  }
}

/*--------------------------------
	フッター
--------------------------------*/
.ly-footer {
  background: #262787;
  padding: 2rem 3.5rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .ly-footer {
    background: #262787;
    padding: 0;
  }
}

@media screen and (min-width: 768px) {
  .footer-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .footer-nav-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    width: 50%;
    padding: 2rem;
    background: url(../../img/footer_bg_gray.png) #e9e9f3;
  }
}
@media screen and (min-width: 1280px) {
  .footer-nav-wrap {
    padding: 10rem 20rem 10rem 7%;
  }
}

@media screen and (min-width: 768px) {
  .footer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 50rem;
  }
}
.footer-nav ul.footer-nav-left {
  margin-right: 8rem;
}
@media screen and (min-width: 768px) {
  .footer-nav ul.footer-nav-left {
    margin-right: 2rem;
  }
}
@media screen and (min-width: 1280px) {
  .footer-nav ul.footer-nav-left {
    margin-right: 8rem;
  }
}
.footer-nav li {
  color: #fff;
  font-weight: 700;
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .footer-nav li {
    color: #262787;
  }
}
@media screen and (min-width: 1000px) {
  .footer-nav li {
    font-size: 2rem;
  }
}
.footer-nav li a {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .footer-nav li a {
    color: #262787;
  }
}
.footer-nav .footer-nav-s li {
  position: relative;
}
.footer-nav .footer-nav-s li::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  position: absolute;
  left: 0rem;
  top: 2rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  .footer-nav .footer-nav-s li::before {
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    position: absolute;
    left: 1rem;
    top: 2rem;
  }
}
.footer-nav .footer-nav-s li a {
  color: #fff;
  font-weight: 500;
  font-size: 1.5rem;
  margin-left: 2rem;
}
@media screen and (min-width: 768px) {
  .footer-nav .footer-nav-s li a {
    color: #000;
    margin-left: 3rem;
  }
}
.footer-nav .footer-nav-s .footer-nav-s-child li {
  margin-left: 2rem;
}
.footer-nav .footer-nav-s .footer-nav-s-child li::before {
  width: 7px;
  height: 7px;
}
.footer-nav .footer-nav-s .footer-nav-s-child li a {
  font-size: 1.3rem;
  margin-left: 2.5rem;
}

.footer-company {
  text-align: center;
  margin-top: 8rem;
}
@media screen and (min-width: 768px) {
  .footer-company {
    text-align: center;
    margin-top: 0;
    background: url(../../img/footer_bg_gray.png) #262787;
    background-repeat: repeat;
    padding: 2rem;
    width: 50%;
    text-align: right;
  }
}
@media screen and (min-width: 1280px) {
  .footer-company {
    width: 50%;
    padding-top: 10rem;
    padding-left: 25rem;
  }
}
.footer-company p {
  clear: both;
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .footer-company p {
    font-size: 1.3rem;
    text-align: right;
  }
}
@media screen and (min-width: 1280px) {
  .footer-company p {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 1280px) {
  .footer-company-in {
    width: 85%;
  }
}

.footer-logo {
  padding: 0 2rem;
}
@media screen and (min-width: 768px) {
  .footer-logo {
    max-width: 30rem;
    padding: 0;
    text-align: right;
    float: right;
  }
}
@media screen and (min-width: 1280px) {
  .footer-logo {
    max-width: 37rem;
  }
}

/*  access  */
.bl-access {
  background: #e9e9f3;
  color: #000;
  font-size: 2.5rem;
  padding-top: 6rem;
}
@media screen and (min-width: 768px) {
  .bl-access {
    padding-top: 0;
  }
}
.bl-access p {
  margin-bottom: 2rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .bl-access p {
    margin-top: 3rem;
    font-size: 2rem;
  }
}
.bl-access .top-tl {
  margin-bottom: 0;
}

.bl-access-inner {
  position: relative;
  margin: 0 auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 3rem;
}
@media screen and (min-width: 1280px) {
  .bl-access-inner {
    max-width: 1280px;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 1600px) {
  .bl-access-inner {
    max-width: 100%;
    width: auto;
    padding-left: 13.1616161616vw;
    padding-right: 13.1616161616vw;
  }
}
@media screen and (min-width: 1000px) {
  .bl-access-inner {
    padding-top: 5rem;
    padding-bottom: 5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 1600px) {
  .bl-access-inner {
    width: 1280px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 1000px) {
  .bl-access-inner .bl-access-desc {
    width: 50%;
  }
}
.bl-access-inner .bl-access-map {
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .bl-access-inner .bl-access-map {
    width: 48%;
    max-width: 64rem;
  }
}

/*  contact  */
.bl-contact {
  background: url(../../img/top_works_bg.jpg) #000 no-repeat;
  background-position: center bottom;
  background-size: contain;
  position: relative;
  padding: 5rem 0 5rem;
}
@media screen and (min-width: 1000px) {
  .bl-contact {
    padding: 9rem 0 10rem;
  }
}
.bl-contact::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.9);
}

.bl-contact-inner {
  position: relative;
  margin: 0 auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1280px) {
  .bl-contact-inner {
    max-width: 1280px;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 1600px) {
  .bl-contact-inner {
    max-width: 100%;
    width: auto;
    padding-left: 13.1616161616vw;
    padding-right: 13.1616161616vw;
  }
}
@media screen and (min-width: 768px) {
  .bl-contact-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.bl-contact-inner .bl-contact-box {
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .bl-contact-inner .bl-contact-box {
    width: 48%;
  }
}
.bl-contact-inner .bl-contact-btn {
  display: block;
  background: #e8a515;
  padding: 1rem 0;
  text-align: center;
  color: #000;
  font-weight: 700;
  font-size: 2rem;
  -webkit-transform: 0.5s;
          transform: 0.5s;
}
@media screen and (min-width: 768px) {
  .bl-contact-inner .bl-contact-btn {
    font-size: 2.4rem;
    padding: 2rem 0;
    width: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .bl-contact-inner .bl-contact-btn {
    font-size: 3rem;
    min-width: 58rem;
  }
}
.bl-contact-inner .bl-contact-btn:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.bl-contact-inner .bl-contact-tl {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  position: relative;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .bl-contact-inner .bl-contact-tl {
    margin-bottom: 2.5rem;
  }
}
.bl-contact-inner .bl-contact-tl span::before {
  content: "";
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  top: 1.1rem;
  left: -3rem;
}
.bl-contact-inner .bl-contact-tl._phone span {
  display: inline-block;
  position: relative;
}
.bl-contact-inner .bl-contact-tl._phone span::before {
  background: url(../../img/ic_phone.png) no-repeat;
  background-position: 0 0;
  background-size: 100%;
}
.bl-contact-inner .bl-contact-tl._mail span {
  display: inline-block;
  position: relative;
}
.bl-contact-inner .bl-contact-tl._mail span::before {
  background: url(../../img/ic_mail_wh.png) no-repeat;
  background-position: 0 0;
  background-size: 100%;
}

.bl-banner {
  background: #e9e9f3;
  color: #000;
  padding-top: 7.5rem;
  padding-bottom: 9rem;
}
@media screen and (min-width: 768px) {
  .bl-banner {
    padding-top: 5.5rem;
  }
}
.bl-banner .bl-banner-txt {
  font-weight: 700;
  text-align: center;
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .bl-banner .bl-banner-txt {
    font-size: 3rem;
  }
}
.bl-banner .bl-banner-list {
  position: relative;
  margin: 0 auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-top: 2.8rem;
}
@media screen and (min-width: 1280px) {
  .bl-banner .bl-banner-list {
    max-width: 1280px;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 1600px) {
  .bl-banner .bl-banner-list {
    max-width: 100%;
    width: auto;
    padding-left: 13.1616161616vw;
    padding-right: 13.1616161616vw;
  }
}
@media screen and (min-width: 768px) {
  .bl-banner .bl-banner-list {
    margin-top: 4.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.bl-banner .bl-banner-list li {
  margin: 0 auto 2rem;
  width: 85%;
}
@media screen and (min-width: 768px) {
  .bl-banner .bl-banner-list li {
    max-width: 67rem;
    margin: 0 2.5rem;
  }
}
.bl-banner .bl-banner-list li a:hover img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

/*--------------------------------
	フォーム周り
--------------------------------*/
input[type=text] {
  padding: 1rem;
  border: 1px solid #ddd;
}
input[type=text]:focus {
  outline: 0;
  border: 2px solid #2196f3;
}

select {
  padding: 1rem;
  border: 1px solid #ddd;
}
select:focus {
  outline: 0;
  border: 2px solid #2196f3;
}

/**----------------
  TOP
----------------**/
/* ---  mainMovie  --- */
.top-main-video {
  position: fixed;
  top: 0;
  left: 0;
  margin: auto;
  min-width: 100vw;
  min-height: 100vh;
  width: 100vw;
  height: 100vh;
  z-index: -100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1280px) {
  .top-main-video {
    height: auto;
  }
}

#mainMovie {
  position: absolute;
  top: 0;
  margin: auto;
  height: 100vh;
}
@media screen and (min-width: 1280px) {
  #mainMovie {
    height: auto;
    width: 100vw;
  }
}

.top-content {
  color: #fff;
  margin-top: 22rem;
}

.bl-top-section {
  padding-top: 7rem;
  padding-bottom: 10rem;
}
.bl-top-section:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (min-width: 768px) {
  .bl-top-section {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
}

/*  メインコピー  */
.top-mainCopy {
  position: relative;
  margin: 0 auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  color: #fff;
  font-weight: 700;
  -webkit-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.8));
          filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.8));
  padding-bottom: 17rem;
}
@media screen and (min-width: 1280px) {
  .top-mainCopy {
    max-width: 1280px;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 1600px) {
  .top-mainCopy {
    max-width: 100%;
    width: auto;
    padding-left: 13.1616161616vw;
    padding-right: 13.1616161616vw;
  }
}
.top-mainCopy .mainCopy-en {
  display: block;
  font-size: 5.4rem;
  line-height: 1.2;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .top-mainCopy .mainCopy-en {
    font-size: 10.4rem;
    margin-bottom: 0;
  }
}
.top-mainCopy .mainCopy-en br {
  display: block;
}
@media screen and (min-width: 768px) {
  .top-mainCopy .mainCopy-en br {
    display: none;
  }
}
.top-mainCopy .mainCopy-ja {
  display: block;
  font-size: 4rem;
  line-height: 1.2;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .top-mainCopy .mainCopy-ja {
    font-size: 9rem;
  }
}
.top-mainCopy .mainCopy-txt {
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .top-mainCopy .mainCopy-txt {
    font-size: 4.9rem;
    line-height: 1.2;
  }
}

/*  about  */
.top-about {
  position: relative;
  margin: 0 auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  -webkit-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.8));
          filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.8));
  padding-top: 15rem;
}
@media screen and (min-width: 1280px) {
  .top-about {
    max-width: 1280px;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 1600px) {
  .top-about {
    max-width: 100%;
    width: auto;
    padding-left: 13.1616161616vw;
    padding-right: 13.1616161616vw;
  }
}
@media screen and (min-width: 1000px) {
  .top-about .top-about-desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-top: 2rem;
  }
}
@media screen and (min-width: 1000px) {
  .top-about .top-about-desc p {
    width: 64rem;
    font-size: 2.2rem;
    font-weight: 700;
    margin-right: 20rem;
  }
}
.top-about .top-about-btn {
  text-align: center;
  margin-top: 5rem;
}
@media screen and (min-width: 1000px) {
  .top-about .top-about-btn {
    margin-top: 0;
  }
}

/*  service  */
.top-service {
  -webkit-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.8));
          filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.8));
}
@media screen and (min-width: 768px) {
  .top-service-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.top-service-list a {
  display: block;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top-service-list a:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.service-list-item {
  position: relative;
  background: rgba(255, 255, 255, 0.8);
  height: 60rem;
  margin-bottom: 3rem;
  padding: 2rem;
}
@media screen and (min-width: 768px) {
  .service-list-item {
    height: 58rem;
    padding: 1.2rem;
    width: 48%;
  }
}
@media screen and (min-width: 1000px) {
  .service-list-item {
    height: 50rem;
    width: 24.5%;
  }
}
@media screen and (min-width: 1280px) {
  .service-list-item {
    height: 55rem;
  }
}
.service-list-item:last-child {
  margin-bottom: 0;
}

.service-item-tl {
  text-align: center;
  color: #000;
  font-weight: 700;
  font-size: 2.4rem;
  margin: 1rem 0 2.5rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .service-item-tl {
    font-size: 2.2rem;
    margin: 1rem 0 1.5rem;
  }
}
@media screen and (min-width: 1000px) {
  .service-item-tl {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1280px) {
  .service-item-tl {
    font-size: 2rem;
  }
}
.service-item-tl .service-tl-en {
  font-size: 1.4rem;
  display: block;
}
@media screen and (min-width: 1000px) {
  .service-item-tl .service-tl-en {
    font-size: 1.2rem;
  }
}
.service-item-tl .service-tl-en._civil {
  color: #262787;
}
.service-item-tl .service-tl-en._security {
  color: #cc121b;
}
.service-item-tl .service-tl-en._const {
  color: #027940;
}
.service-item-tl .service-tl-en._house {
  color: #845da2;
}

.service-item-case {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.service-item-case li {
  color: #fff;
  border-radius: 0.3rem;
  font-weight: 700;
  padding: 0;
  font-size: 1.4rem;
  min-width: 10.5rem;
  text-align: center;
  width: 46%;
  margin: 0 0.5rem 1rem 0.5rem;
}
@media screen and (min-width: 768px) {
  .service-item-case li {
    width: 48%;
    min-width: auto;
    font-size: 1.2rem;
    margin: 0.5rem 0;
  }
}
.service-item-case li.cate-wide {
  width: 100%;
}
.service-item-case._civil li {
  background: #262787;
}
.service-item-case._security li {
  background: #cc121b;
}
.service-item-case._const li {
  background: #027940;
}
.service-item-case._house li {
  background: #845da2;
}

.service-item-btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 3rem;
  margin: auto;
  text-align: center;
}
.service-item-btn span {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.service-item-btn span._civil {
  background: #262787;
}
.service-item-btn span._security {
  background: #cc121b;
}
.service-item-btn span._const {
  background: #027940;
}
.service-item-btn span._house {
  background: #845da2;
}

.top-case {
  background: url(../../img/top_works_bg.jpg) #000 no-repeat;
  background-position: 0 0;
  background-size: cover;
  position: relative;
  overflow: hidden;
  padding-left: 1rem;
}
.top-case::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-color: rgba(38, 39, 135, 0.9);
}
.top-case .content-in {
  overflow: visible;
}
.top-case .top-tl,
.top-case .top-case-list {
  position: relative;
  z-index: 1;
}

.top-case-list {
  margin-top: 6rem;
}
@media screen and (min-width: 768px) {
  .top-case-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.top-case-btn {
  text-align: center;
  margin: 8rem auto 0;
}

/*  topics  */
.top-topics {
  background: url(../../img/top_topics_bg.jpg) #000 no-repeat;
  background-position: center top;
  background-size: cover;
}
@media screen and (min-width: 1280px) {
  .top-topics {
    background-position: 0 0;
    background-size: 100%;
  }
}

.top-topics-list {
  margin-top: 6rem;
}
.top-topics-list .topics-list-item a {
  display: inline-block;
  background: #fff;
  padding: 2rem 5rem 2rem 2rem;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  color: #000;
  font-weight: 500;
  width: 100%;
  position: relative;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .top-topics-list .topics-list-item a {
    font-size: 1.8rem;
  }
}
.top-topics-list .topics-list-item a:before, .top-topics-list .topics-list-item a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1rem;
  margin: auto;
  content: "";
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .top-topics-list .topics-list-item a:before, .top-topics-list .topics-list-item a::after {
    right: 5rem;
  }
}
.top-topics-list .topics-list-item a::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 2.4rem;
  height: 2.4rem;
  border: 1px solid #000;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .top-topics-list .topics-list-item a::before {
    width: 4rem;
    height: 4rem;
  }
}
.top-topics-list .topics-list-item a::after {
  right: 2rem;
  width: 0.7rem;
  height: 0.7rem;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  .top-topics-list .topics-list-item a::after {
    right: 6.8rem;
    width: 1rem;
    height: 1rem;
  }
}
.top-topics-list .topics-list-item a:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}
.top-topics-list .topics-list-item a time {
  color: #262787;
  margin-right: 2rem;
  display: block;
  list-style: 1;
}
@media screen and (min-width: 768px) {
  .top-topics-list .topics-list-item a time {
    display: inline-block;
  }
}

/*  recruit  */
.top-recruit {
  background: url(../../img/top_recruit_bg_sp.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  height: 50rem;
}
@media screen and (min-width: 768px) {
  .top-recruit {
    height: 60rem;
    background: url(../../img/top_recruit_bg.jpg) no-repeat;
    background-position: center;
    background-size: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .top-recruit {
    background: url(../../img/top_recruit_bg.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    height: 50rem;
  }
}
.top-recruit .top-tl {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.top-recruit-wrap {
  display: block;
  height: 100%;
  cursor: pointer;
}
.top-recruit-wrap:hover {
  position: relative;
}
.top-recruit-wrap:hover::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.top-recruit-wrap:hover .top-tl {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.top-recruit-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  vertical-align: middle;
}

/**----------------
  service
----------------**/
.bl-service-wrap {
  margin-top: 10rem;
}
.bl-service-wrap:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (min-width: 1280px) {
  .bl-service-wrap {
    margin-top: 33rem;
  }
}

/**  見出し **/
.house-h {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 3rem;
  color: #fff;
  -webkit-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.8));
          filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.8));
}
@media screen and (min-width: 1280px) {
  .house-h {
    font-size: 4.4rem;
  }
}

/**  センター寄せ　**/
.service-txt-center .bl-service-box {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media screen and (min-width: 768px) {
  .service-txt-center .bl-service-box {
    width: 85%;
    padding-left: 0;
    padding-right: 0;
  }
}
.service-txt-center .bl-service-box:nth-child(odd), .service-txt-center .bl-service-box:nth-child(even) {
  float: none;
}
.service-txt-center .bl-service-box .page-box-desc {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .service-txt-center .bl-service-box .page-box-desc {
    text-align: center;
  }
}

.bl-service-box {
  margin-bottom: 10rem;
  padding: 2rem;
  width: 82%;
  color: #fff;
  -webkit-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.8));
          filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.8));
}
@media screen and (min-width: 768px) {
  .bl-service-box {
    width: 60%;
  }
}
@media screen and (min-width: 1280px) {
  .bl-service-box {
    margin-bottom: 23rem;
    padding: 6rem 10rem;
    width: 60%;
  }
}
.bl-service-box:nth-child(odd) {
  float: left;
  border-radius: 0 1rem 1rem 0;
}
.bl-service-box:nth-child(even) {
  float: right;
  border-radius: 1rem 0 0 1rem;
}
.bl-service-box .page-box-s {
  margin-bottom: 5rem;
}
.bl-service-box .page-box-s .page-box-s-h {
  font-size: 1.8rem;
}
@media screen and (min-width: 1280px) {
  .bl-service-box .page-box-s .page-box-s-h {
    font-size: 2.2rem;
  }
}
.bl-service-box .page-box-h {
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 3rem;
}
@media screen and (min-width: 1280px) {
  .bl-service-box .page-box-h {
    font-size: 3rem;
  }
}
.bl-service-box .page-box-desc p {
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (min-width: 1280px) {
  .bl-service-box .page-box-desc p {
    font-size: 2.2rem;
  }
}

.service-btn {
  text-align: center;
  margin-top: 5rem;
}

.service-cate-list {
  position: relative;
  margin: 0 auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-top: 5rem;
  padding-bottom: 10rem;
}
@media screen and (min-width: 1280px) {
  .service-cate-list {
    max-width: 1280px;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 1600px) {
  .service-cate-list {
    max-width: 100%;
    width: auto;
    padding-left: 13.1616161616vw;
    padding-right: 13.1616161616vw;
  }
}
.service-cate-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.service-cate-list ul li {
  width: 47.66%;
  font-weight: 700;
  margin-bottom: 2rem;
}
@media screen and (min-width: 1000px) {
  .service-cate-list ul li {
    width: 24.66%;
  }
}
.service-cate-list ul li a {
  background: #fff;
  display: block;
  border-radius: 1rem;
  text-align: center;
  padding: 1.5rem 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.service-cate-list ul li a:hover {
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
}
.service-cate-list ul li img {
  height: 4rem;
  width: auto;
  margin: auto;
}
@media screen and (min-width: 1280px) {
  .service-cate-list ul li img {
    height: 6rem;
  }
}
.service-cate-list ul li .service-cate-name {
  font-size: 1.3rem;
  margin-top: 1rem;
}
@media screen and (min-width: 1280px) {
  .service-cate-list ul li .service-cate-name {
    font-size: 2rem;
    margin-top: 2rem;
  }
}
.service-cate-list ul li .service-cate-name span {
  font-size: 1rem;
  display: block;
  line-height: 1;
}
@media screen and (min-width: 1280px) {
  .service-cate-list ul li .service-cate-name span {
    font-size: 1.4rem;
  }
}

.service-slide ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bl-house-box {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  text-align: center;
  min-height: 30rem;
  display: grid;
  place-items: center;
  text-align: center;
}
@media screen and (min-width: 1280px) {
  .bl-house-box {
    background-position: top center;
    height: 60rem;
  }
}
.bl-house-box._brooklyn {
  background-image: url(../../img/house_brooklyn_bg.jpg);
}
.bl-house-box._european {
  background-image: url(../../img/house_european_bg.jpg);
}
.bl-house-box._californian {
  background-image: url(../../img/house_californian_bg.jpg);
}
.bl-house-box._urban {
  background-image: url(../../img/house_urban_bg.jpg);
}
.bl-house-box._wa {
  background-image: url(../../img/house_wa_bg.jpg);
}
.bl-house-box .bl-house-box-inner {
  position: relative;
  margin: 0 auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media screen and (min-width: 1280px) {
  .bl-house-box .bl-house-box-inner {
    max-width: 1280px;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 1600px) {
  .bl-house-box .bl-house-box-inner {
    max-width: 100%;
    width: auto;
    padding-left: 13.1616161616vw;
    padding-right: 13.1616161616vw;
  }
}
.bl-house-box p {
  color: #fff;
  font-weight: 700;
  -webkit-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.8));
          filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.8));
}
@media screen and (min-width: 1280px) {
  .bl-house-box p {
    padding: 0;
    font-size: 2.2rem;
    width: 70%;
    margin: auto;
  }
}

.house-menu-bg {
  background: #e9e9f3;
  padding-top: 5rem;
}
@media screen and (min-width: 1280px) {
  .house-menu-bg {
    padding-top: 10rem;
  }
}
.house-menu-bg .service-btn {
  margin-top: 0;
}

._security .page-tl br {
  display: block;
}
@media screen and (min-width: 1280px) {
  ._security .page-tl br {
    display: none;
  }
}

.bl-house-closeup {
  background: #e9e9f3;
  padding: 5rem 0 0;
}
@media screen and (min-width: 1280px) {
  .bl-house-closeup {
    padding: 10rem 0 0;
  }
}
.bl-house-closeup .house-close-txt {
  text-align: center;
  position: relative;
  margin: 0 auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-top: 5rem;
}
@media screen and (min-width: 1280px) {
  .bl-house-closeup .house-close-txt {
    max-width: 1280px;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 1600px) {
  .bl-house-closeup .house-close-txt {
    max-width: 100%;
    width: auto;
    padding-left: 13.1616161616vw;
    padding-right: 13.1616161616vw;
  }
}
.bl-house-closeup .house-close-img {
  margin: 2rem auto;
}
@media screen and (min-width: 1000px) {
  .bl-house-closeup .house-close-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    width: 60%;
  }
}
@media screen and (min-width: 1280px) {
  .bl-house-closeup .house-close-img {
    margin: 5rem auto;
  }
}
.bl-house-closeup .house-close-img li {
  margin: 1rem;
}

.bn-list-row {
  text-align: center;
  margin-bottom: 10rem;
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .bn-list-row {
    max-width: 50rem;
    margin: 5rem auto;
  }
}
@media screen and (min-width: 768px) {
  .bn-list-row ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.bn-list-row li {
  margin: 2rem auto;
  max-width: 23rem;
}
@media screen and (min-width: 768px) {
  .bn-list-row li {
    margin: 0 1rem 0;
  }
}
.bn-list-row li a {
  text-align: center;
}

.page-in-logo {
  max-width: 15rem;
  margin: 3rem auto;
}
@media screen and (min-width: 768px) {
  .page-in-logo {
    max-width: 20rem;
  }
}

.service-movie {
  position: relative;
  margin: 0 auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-bottom: 5rem;
}
@media screen and (min-width: 1280px) {
  .service-movie {
    max-width: 1280px;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 1600px) {
  .service-movie {
    max-width: 100%;
    width: auto;
    padding-left: 13.1616161616vw;
    padding-right: 13.1616161616vw;
  }
}
@media screen and (min-width: 768px) {
  .service-movie .service-movie-list {
    margin-top: 5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.service-movie .service-movie-item {
  margin: 2rem 0;
}
@media screen and (min-width: 768px) {
  .service-movie .service-movie-item {
    margin: 0 3rem;
  }
}
.service-movie .service-movie-item .youtube-video iframe {
  width: 100%;
  aspect-ratio: 16/9;
}

.popup-box {
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  text-align: center;
  padding-top: 10rem;
  z-index: 100;
}
.popup-box .popup-box-in {
  position: relative;
  max-width: 25rem;
  max-height: 25rem;
  margin: 15rem auto;
}
@media screen and (min-width: 1000px) {
  .popup-box .popup-box-in {
    width: 100%;
    height: 100%;
    max-width: 60rem;
    max-height: 60rem;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1000px) {
  .popup-box .popup-box-in #popup-box-img {
    max-width: 60rem;
    max-height: 60rem;
    height: 100%;
    width: 100%;
    margin: auto;
  }
}
.popup-box .popup-box-in #popup-box-img img {
  width: auto;
  height: auto;
  max-height: 60rem;
  margin: auto;
}
.popup-box #btnClose {
  position: absolute;
  right: 0;
  top: -4.5rem;
  cursor: pointer;
  display: block;
}
.popup-box #btnClose span {
  display: inline-block;
  position: relative;
  width: 3rem;
  height: 0rem;
}
.popup-box #btnClose span::before, .popup-box #btnClose span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.5rem;
  height: 3rem;
  background: #fff;
}
.popup-box #btnClose span::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.popup-box #btnClose span::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

/**----------------
  corporation
----------------**/
.bl-corp-wrap {
  margin: 5rem 2rem 5rem;
  background: #fff;
  padding: 2rem;
}
@media screen and (min-width: 1280px) {
  .bl-corp-wrap {
    width: 1280px;
    padding: 15rem 13rem;
    margin: 15rem auto;
  }
}
.bl-corp-wrap .bl-motto {
  text-align: center;
  margin-bottom: 5rem;
}
@media screen and (min-width: 1280px) {
  .bl-corp-wrap .bl-motto {
    margin-bottom: 10rem;
  }
}
.bl-corp-wrap .bl-motto-h {
  width: 12rem;
  margin: 2rem auto 5rem;
}
@media screen and (min-width: 1280px) {
  .bl-corp-wrap .bl-motto-h {
    width: 20rem;
    margin: 2rem auto 12rem;
  }
}
.bl-corp-wrap .bl-motto-copy {
  width: 10rem;
  margin: 0 auto 5rem;
}
@media screen and (min-width: 1280px) {
  .bl-corp-wrap .bl-motto-copy {
    width: 23rem;
    margin: 0 auto 3rem;
  }
}
.bl-corp-wrap .bl-motto-txt {
  font-size: 1.5rem;
  text-align: left;
}
@media screen and (min-width: 1280px) {
  .bl-corp-wrap .bl-motto-txt {
    font-size: 2rem;
    text-align: center;
  }
}
.bl-corp-wrap .bl-motto-txt br {
  display: none;
}
@media screen and (min-width: 1280px) {
  .bl-corp-wrap .bl-motto-txt br {
    display: block;
  }
}
.bl-corp-wrap .bl-motto-list {
  margin-top: 3rem;
}
@media screen and (min-width: 1280px) {
  .bl-corp-wrap .bl-motto-list {
    width: 75%;
    margin: 8rem auto 5rem;
  }
}
.bl-corp-wrap .bl-table-wrap {
  margin-top: 10rem;
}
@media screen and (min-width: 1280px) {
  .bl-corp-wrap .bl-table-wrap {
    margin-top: 18rem;
  }
}
.bl-corp-wrap .bl-corp-h {
  font-size: 2.2rem;
  font-weight: 700;
  color: #262787;
  text-align: center;
}
@media screen and (min-width: 1280px) {
  .bl-corp-wrap .bl-corp-h {
    margin-bottom: 2rem;
  }
}

.corp-number-img {
  width: 50%;
  margin: 2rem auto;
}

/**----------------
  case
----------------**/
.ly-clm {
  position: relative;
  margin: 0 auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media screen and (min-width: 1280px) {
  .ly-clm {
    max-width: 1280px;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 1600px) {
  .ly-clm {
    max-width: 100%;
    width: auto;
    padding-left: 13.1616161616vw;
    padding-right: 13.1616161616vw;
  }
}
@media screen and (min-width: 768px) {
  .ly-clm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .ly-clm .ly-clm-main {
    width: 74%;
    margin-right: 2rem;
  }
}
@media screen and (min-width: 1280px) {
  .ly-clm .ly-clm-main {
    max-width: 953px;
    margin-right: 3rem;
  }
}

.ly-clm-side {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .ly-clm-side {
    padding: 0;
    margin-top: 0;
    width: 25%;
  }
}

/*  サイドナビ  */
.side-box-wrap {
  margin-bottom: 4rem;
}
.side-box-wrap .side-tl {
  background: #262787;
  font-weight: 700;
  color: #fff;
  padding: 1rem 2rem;
  text-align: center;
}
.side-box-wrap li {
  border-bottom: 1px dotted #000;
}
.side-box-wrap li a {
  display: inline-block;
  width: 100%;
  padding: 1.5rem;
}

.archive-tl {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 2rem;
}

.case-cate-nav {
  width: 100%;
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .case-cate-nav {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.case-cate-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.case-cate-nav ul li {
  width: 32%;
  margin-bottom: 1rem;
}
.case-cate-nav ul a {
  display: inline-block;
  padding: 1rem 0;
  width: 100%;
  text-align: center;
  color: #fff;
  font-weight: 700;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.case-cate-nav ul a._civil, .case-cate-nav ul a._case_civil {
  background: #262787;
}
.case-cate-nav ul a._security, .case-cate-nav ul a._case_security {
  background: #cc121b;
}
.case-cate-nav ul a._const, .case-cate-nav ul a._case_const {
  background: #027940;
}
.case-cate-nav ul a._building, .case-cate-nav ul a._case_building {
  background: #845da2;
}
.case-cate-nav ul a:hover {
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
}
@media screen and (min-width: 1000px) {
  .case-cate-nav ul a {
    font-size: 1.3rem;
    padding: 1rem 0;
  }
}
@media screen and (min-width: 1000px) {
  .case-cate-nav ul a {
    font-size: 1.7rem;
  }
}
.case-cate-nav ul a.is-active {
  position: relative;
}
.case-cate-nav ul a.is-active::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}
.case-cate-nav ul ._case_building {
  display: none;
}

.bl-case-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2rem;
}
@media screen and (min-width: 1000px) {
  .bl-case-list:after {
    content: "";
    display: block;
    width: 32%;
    height: 0;
  }
}

.case-list-item {
  width: 100%;
  padding: 2rem 1rem;
  background: #fff;
  color: #000;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .case-list-item {
    width: 49%;
    padding: 2rem 1rem;
  }
}
@media screen and (min-width: 1000px) {
  .case-list-item {
    width: 32%;
    padding: 2rem 1rem;
  }
}

.case-cate {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 0 2rem;
  border-radius: 5rem;
  font-weight: 700;
  color: #fff;
}
.case-cate._civil, .case-cate._case_civil {
  background: #262787;
}
.case-cate._security, .case-cate._case_security {
  background: #cc121b;
}
.case-cate._const, .case-cate._case_const {
  background: #027940;
}
.case-cate._building, .case-cate._case_building {
  background: #845da2;
}

.case-item-img {
  margin: 1rem 0 2rem;
}
.case-item-img img {
  width: 100%;
  aspect-ratio: 1.5/1;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 768px) {
  .case-item-txt {
    margin-bottom: 1.5rem;
  }
}
.case-item-txt p {
  font-size: 1.5rem;
}

.item-box-flex {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.item-box-flex .case-item-date {
  font-weight: 700;
  color: #939393;
  display: inline-block;
  margin-left: 1rem;
}
@media screen and (min-width: 768px) {
  .item-box-flex .case-item-date {
    margin-left: 0;
    margin-right: 1rem;
  }
}

.case-item-cate {
  margin-right: 1rem;
}

.case-item-btn {
  display: inline-block;
  border: 1px solid #939393;
  border-radius: 0.2rem;
  position: relative;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 0.3rem 5rem 0.3rem 2.2rem;
  color: #939393;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .case-item-btn {
    font-size: 1.3rem;
    padding: 0.3rem 3.5rem 0.3rem 1.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .case-item-btn {
    font-size: 1.5rem;
    padding: 0.3rem 5rem 0.3rem 2.2rem;
  }
}
.case-item-btn::before, .case-item-btn::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5rem;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.case-item-btn::before {
  right: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 1rem;
  height: 1rem;
  border: 7px solid transparent;
  border-left: 10px solid #939393;
}
@media screen and (min-width: 768px) {
  .case-item-btn::before {
    right: 0rem;
  }
}
.case-item-btn::after {
  right: 2rem;
  width: 10px;
  height: 5px;
  border-left: 20px solid #939393;
}
@media screen and (min-width: 768px) {
  .case-item-btn::after {
    right: 1rem;
  }
}

a:hover .case-item-btn {
  background-color: #939393;
  color: #fff;
}
a:hover .case-item-btn::before {
  border-left: 10px solid #fff;
}
a:hover .case-item-btn::after {
  border-left: 20px solid #fff;
}

/*  case詳細  */
.bl-case-cont {
  background: #fff;
  padding: 2rem;
}
@media screen and (min-width: 1000px) {
  .bl-case-cont {
    padding: 7rem;
  }
}
.bl-case-cont .item-box-flex {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 2rem;
}

.case-img-wrap .case-img-large {
  margin-bottom: 1rem;
}
@media screen and (min-width: 1000px) {
  .case-img-wrap .case-img-large {
    height: 60.5rem;
    width: auto;
  }
}
.case-img-wrap .case-img-large img {
  width: auto;
  margin: auto;
  max-height: 100%;
}
.case-img-wrap .case-img-thum img {
  width: 100%;
  aspect-ratio: 1.9/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.case-img-wrap .thumbnail .swiper-slide {
  opacity: 0.5;
}
.case-img-wrap .thumbnail .swiper-slide-thumb-active {
  opacity: 1;
}

.case-img-wrap .caption {
    position: absolute;
    color: #fff;
    left: 50%;
    transform: translate(-50%, -22%);
    bottom: -5px;
    background: #0d2870;
    width: 100%;
    height: 30px;
    text-align: center;
}

.case-tl {
  text-align: left;
  font-size: 2.4rem;
  font-weight: 700;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .case-tl {
    text-align: center;
  }
}

.case-comment {
  background: #d6ebf9;
  padding: 1.5rem;
  margin-top: 4rem;
}

.case-recommend-list {
  margin-top: 8rem;
}
@media screen and (min-width: 768px) {
  .case-recommend-list {
    margin-top: 10rem;
  }
}

.case-recommend-tl {
  text-align: center;
  font-weight: 700;
  font-size: 2.2rem;
  margin-bottom: 2rem;
}

/**----------------
  contact
----------------**/
.page-content .page-in {
  margin: auto;
}

.contact-txt {
  text-align: left;
  position: relative;
  margin: 0 auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media screen and (min-width: 1280px) {
  .contact-txt {
    max-width: 1280px;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 1600px) {
  .contact-txt {
    max-width: 100%;
    width: auto;
    padding-left: 13.1616161616vw;
    padding-right: 13.1616161616vw;
  }
}
.contact-txt br {
  display: none;
}
@media screen and (min-width: 768px) {
  .contact-txt br {
    display: inline-block;
  }
}
@media screen and (min-width: 768px) {
  .contact-txt {
    text-align: center;
  }
}

.bl-form-wrap {
  position: relative;
  margin: 0 auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-top: 5rem;
  margin-bottom: 5rem;
}
@media screen and (min-width: 1280px) {
  .bl-form-wrap {
    max-width: 1280px;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 1600px) {
  .bl-form-wrap {
    max-width: 100%;
    width: auto;
    padding-left: 13.1616161616vw;
    padding-right: 13.1616161616vw;
  }
}
@media screen and (min-width: 1000px) {
  .bl-form-wrap {
    margin-top: 10rem;
    width: 80rem;
  }
}
@media screen and (min-width: 1600px) {
  .bl-form-wrap {
    padding: 0;
  }
}

.bl-form {
  border: none;
}
.bl-form .form-heading {
  width: 100%;
  font-size: 700;
  padding-top: 2rem;
}
@media screen and (min-width: 1280px) {
  .bl-form .form-heading {
    width: 20%;
    vertical-align: middle;
    padding: 0 0 4rem 0;
  }
}
.bl-form .form-heading._top {
  vertical-align: top;
}
.bl-form .form-heading span {
  background: red;
  color: #fff;
  padding: 0 0.6rem;
  font-size: 1rem;
  border-radius: 0.4rem;
  display: inline-block;
  margin-left: 0.4rem;
  top: -2px;
  position: relative;
}
.bl-form th, .bl-form td {
  display: block;
  text-align: left;
  margin-bottom: 2rem;
  font-size: 1.6rem;
}
@media screen and (min-width: 1280px) {
  .bl-form th, .bl-form td {
    display: table-cell;
    margin-bottom: 0;
    padding: 0 0 4rem 0;
  }
}
@media screen and (min-width: 1280px) {
  .bl-form .form-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.bl-form label {
  display: block;
  width: 100%;
  margin-bottom: 2rem;
}
@media screen and (min-width: 1280px) {
  .bl-form label {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 16px;
    margin-bottom: 0;
  }
}
.bl-form label span {
  width: 3em;
}
.bl-form label span.wpcf7-not-valid-tip {
  width: auto;
}
@media screen and (min-width: 1000px) {
  .bl-form label span.wpcf7-not-valid-tip {
    width: 15rem;
  }
}
.bl-form label input {
  margin-left: 1rem;
  width: 80%;
}
@media screen and (min-width: 1280px) {
  .bl-form label input {
    width: auto;
  }
}
.bl-form .form-wide input {
  width: 100%;
}
.bl-form .form-wide textarea {
  width: 100%;
}

input, textarea {
  border: none;
  padding: 1rem;
}

.contact-btn {
  text-align: center;
}
.contact-btn li {
  margin-bottom: 5rem;
}

._contact_confirm .bl-form {
  margin-top: 5rem;
}
@media screen and (min-width: 1000px) {
  ._contact_confirm .bl-form {
    margin-top: 10rem;
  }
}

.wpcf7 p {
  display: inline;
}

/**----------------
  news
----------------**/
.news-cont {
  position: relative;
  margin: 0 auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-bottom: 10rem;
}
@media screen and (min-width: 1280px) {
  .news-cont {
    max-width: 1280px;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 1600px) {
  .news-cont {
    max-width: 100%;
    width: auto;
    padding-left: 13.1616161616vw;
    padding-right: 13.1616161616vw;
  }
}
.news-cont .news-tl {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 5rem;
}
@media screen and (min-width: 1280px) {
  .news-cont .news-tl {
    font-size: 3rem;
  }
}
.news-cont p {
  margin-bottom: 1.5rem;
}

.news-list-cont {
  margin-bottom: 10rem;
}

/**----------------
  recruit
----------------**/
#recruitMovie-wrap {
  -webkit-animation: fadeIn 0.5s ease;
          animation: fadeIn 0.5s ease;
}

video#recruitMovie {
  position: fixed;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100vw;
  height: 100vh;
  vertical-align: bottom;
}

#recruitCont-wrap {
  overflow-y: hidden;
  opacity: 0;
}

#recruitCont-wrap.startView {
  opacity: 1;
  -webkit-animation: fadeIn 2s ease;
          animation: fadeIn 2s ease;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(200px);
            transform: translateY(200px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(200px);
            transform: translateY(200px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.recruit-h {
  margin: 8rem auto 4rem;
  text-align: center;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media screen and (min-width: 768px) {
  .recruit-h {
    width: 60rem;
  }
}
@media screen and (min-width: 1000px) {
  .recruit-h {
    width: 90rem;
  }
}

.recruit-copy {
  position: relative;
  margin: 0 auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: relative;
  margin-bottom: 3rem;
}
@media screen and (min-width: 1280px) {
  .recruit-copy {
    max-width: 1280px;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 1600px) {
  .recruit-copy {
    max-width: 100%;
    width: auto;
    padding-left: 13.1616161616vw;
    padding-right: 13.1616161616vw;
  }
}
@media screen and (min-width: 768px) {
  .recruit-copy {
    text-align: center;
    margin: 5rem auto;
  }
}
.recruit-copy p {
  color: #fff;
  font-weight: 700;
}

.recruit-service-list {
  padding-bottom: 10rem;
}
.recruit-service-list .service-list-item {
  height: 45rem;
}
@media screen and (min-width: 500px) {
  .recruit-service-list .service-list-item {
    height: 50rem;
  }
}
@media screen and (min-width: 1000px) {
  .recruit-service-list .service-list-item {
    height: 40rem;
  }
}

.rec-box {
  background: #fff;
  padding: 2rem;
  margin-bottom: 10rem;
}
@media screen and (min-width: 1000px) {
  .rec-box {
    padding: 10rem;
  }
}
@media screen and (min-width: 768px) {
  .rec-box .rec-box-head-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .rec-box .rec-box-head-wrap .rec-box-head {
    width: 49%;
  }
}
@media screen and (min-width: 1000px) {
  .rec-box .rec-box-head-wrap .rec-box-head {
    width: 60%;
  }
}
@media screen and (min-width: 768px) {
  .rec-box .rec-box-head-wrap .rec-box-img {
    width: 49%;
  }
}
@media screen and (min-width: 1000px) {
  .rec-box .rec-box-head-wrap .rec-box-img {
    width: 38%;
  }
}
.rec-box .rec-box-cat {
  font-weight: 700;
  font-size: 1.8rem;
  padding: 0.5rem 3rem;
  color: #fff;
  display: inline-block;
}
.rec-box .rec-box-cat._civil, .rec-box .rec-box-cat._case_civil {
  background: #262787;
}
.rec-box .rec-box-cat._security, .rec-box .rec-box-cat._case_security {
  background: #cc121b;
}
.rec-box .rec-box-cat._const, .rec-box .rec-box-cat._case_const {
  background: #027940;
}
.rec-box .rec-box-cat._building, .rec-box .rec-box-cat._case_building {
  background: #845da2;
}
@media screen and (min-width: 768px) {
  .rec-box .rec-box-cat {
    min-width: 20rem;
    text-align: center;
  }
}
.rec-box .rec-box-tl {
  margin: 1.5rem 0;
  font-weight: 700;
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .rec-box .rec-box-tl {
    font-size: 2.2rem;
  }
}
.rec-box .rec-box-txt {
  margin-bottom: 2rem;
}
.rec-box .rec-box-table {
  margin-top: 4rem;
}
@media screen and (min-width: 1000px) {
  .rec-box .rec-box-table {
    margin-top: 8rem;
  }
}
.rec-box .rec-box-table table {
  width: 100%;
  border-top: 1px solid #999;
}
.rec-box .rec-box-table table th, .rec-box .rec-box-table table td {
  padding: 0.5rem 0.7rem;
  border-bottom: 1px solid #999;
}
@media screen and (min-width: 1000px) {
  .rec-box .rec-box-table table th, .rec-box .rec-box-table table td {
    padding: 1.5rem;
  }
}
.rec-box .rec-box-table table th {
  width: 30%;
  background: #cfcfcf;
}/*# sourceMappingURL=styles.css.map */