/* LESS Document */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTUQjIg1_i6t8kCHKm459Wxhzg.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTUPjIg1_i6t8kCHKm459WxZOg3D-w.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTUPjIg1_i6t8kCHKm459WxZFgrD-w.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTUPjIg1_i6t8kCHKm459WxZcgvD-w.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTUPjIg1_i6t8kCHKm459WxZbgjD-w.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTUPjIg1_i6t8kCHKm459WxZSgnD-w.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTUSjIg1_i6t8kCHKm45xW4.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTURjIg1_i6t8kCHKm45_ZpC7g4.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTURjIg1_i6t8kCHKm45_bZF7g4.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTURjIg1_i6t8kCHKm45_dJE7g4.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTURjIg1_i6t8kCHKm45_c5H7g4.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTURjIg1_i6t8kCHKm45_epG7g4.ttf) format('truetype');
}
@keyframes mv {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.mv {
  width: 100%;
  height: 770px;
  padding: 100px 0 0;
  text-align: center;
  background: url("../img/kv.jpg") no-repeat center center / cover;
  position: relative;
}
@media screen and (max-width: 767px) {
  .mv {
    height: auto;
    min-height: 85vh;
    padding: 5vh 10px;
  }
}
.mv::after {
  content: '';
  display: block;
  width: 100%;
  height: 174px;
  background: linear-gradient(to top, #FFF 0, #FFF 40%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  left: 0;
  bottom: 0;
}
.mv h2 {
  margin: 0 0 18px;
  line-height: 1.2;
  font-family: 'Montserrat', sans-serif;
  font-size: 4.8rem;
  font-weight: 800;
  font-style: italic;
  color: #0066B2;
}
@media screen and (max-width: 767px) {
  .mv h2 {
    font-size: 9.6vw;
  }
}
.mv p {
  margin: 0 0 25px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .mv p {
    font-size: 3.6vw;
  }
}
.mv ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  max-width: 1243px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .mv ul {
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    height: 52vw;
  }
}
.mv ul.fadeScroll li:nth-of-type(1) img {
  animation: 2s 1s mv forwards;
}
.mv ul.fadeScroll li:nth-of-type(2) img {
  animation: 2s 2s mv forwards;
}
.mv ul.fadeScroll li:nth-of-type(3) img {
  animation: 2s 3s mv forwards;
}
.mv ul.fadeScroll li:nth-of-type(4) img {
  animation: 2s 4s mv forwards;
}
.mv ul.fadeScroll li:nth-of-type(5) img {
  animation: 2s 5s mv forwards;
}
.mv ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  width: 19.5%;
  max-width: 208px;
  height: 208px;
}
@media screen and (max-width: 767px) {
  .mv ul li {
    height: auto;
    width: 28%;
    margin: 0 2%;
  }
}
.mv ul li img {
  width: 0;
}
.infoArea {
  margin: 0 0 50px;
}
.infoArea dl {
  margin: 0 0 30px;
}
@media screen and (max-width: 767px) {
  .infoArea dl {
    margin-bottom: 10px;
  }
}
.infoArea dt {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  width: 278px;
  padding: 0 0 0 40px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-style: italic;
}
@media screen and (max-width: 767px) {
  .infoArea dt {
    width: 100%;
    padding: 0;
  }
}
.infoArea dd {
  padding: 0 0 0 30px;
}
@media screen and (max-width: 767px) {
  .infoArea dd {
    padding: 0;
  }
}
.infoArea dd a {
  display: block;
}
.infoArea .tag {
  display: inline-block;
  min-width: 84px;
  margin: 0 0 0 auto;
  padding: 2px 5px;
  background: #FEF200;
  text-align: center;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .infoArea .tag {
    min-width: 16vw;
    font-size: 2.8vw;
  }
}
.infoArea .new {
  display: inline-block;
  color: #F00;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .infoArea .new {
    font-size: 2.8vw;
  }
}
.infoArea a {
  color: #000;
  text-decoration: none;
}
.infoArea a:hover {
  color: #0066B2;
}
.infoArea a i {
  color: #0066B2;
}
.serviceArea {
  margin: 0 0 125px;
}
@media screen and (max-width: 767px) {
  .serviceArea {
    margin-bottom: 50px;
  }
}
.serviceArea .hgroup {
  margin-bottom: 0;
}
.serviceArea .columnBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.serviceArea .columnBox  > * {
  display: block;
  width: 25%;
}
.serviceArea .columnBox::before,
.serviceArea .columnBox::after {
  content: '';
  order: 1;
  display: block;
  width: 25%;
}
@media screen and (max-width: 767px) {
  .serviceArea .columnBox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .serviceArea .columnBox  > * {
    display: block;
    width: 49.5%;
  }
  .serviceArea .columnBox::before,
  .serviceArea .columnBox::after {
    content: '';
    order: 1;
    display: block;
    width: 49.5%;
  }
}
.serviceArea .columnBox a {
  height: 540px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .serviceArea .columnBox a {
    height: 50vw;
    margin-bottom: 1vw;
  }
}
.serviceArea .columnBox a.service_01 {
  background: url("../../top_img/bg_service_01.jpg") no-repeat center center / cover;
}
.serviceArea .columnBox a.service_02 {
  background: url("../../top_img/bg_service_02.jpg") no-repeat center center / cover;
}
.serviceArea .columnBox a.service_03 {
  background: url("../../top_img/bg_service_03.jpg") no-repeat center center / cover;
}
.serviceArea .columnBox a.service_04 {
  background: url("../../top_img/bg_service_04.jpg") no-repeat center center / cover;
}
.serviceArea .columnBox a::before {
  content: '';
  display: block;
  width: 100%;
  max-width: 260px;
  height: 64px;
  background: #0066B2;
  mix-blend-mode: multiply;
  position: absolute;
  bottom: 37px;
  right: 0;
  transition: 0.2s;
}
@media screen and (max-width: 767px) {
  .serviceArea .columnBox a::before {
    max-width: none;
    height: 12vw;
    bottom: 0;
  }
}
.serviceArea .columnBox a:hover {
  opacity: 0.7;
}
.serviceArea .columnBox a:hover::before {
  mix-blend-mode: normal;
}
.serviceArea .columnBox a mark {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: nowrap;
  max-width: 260px;
  width: 100%;
  min-height: 64px;
  padding: 0 10px 0 0;
  text-align: right;
  color: #FFF;
  background: none;
  line-height: 1.2;
  font-size: 2.4rem;
  font-weight: bold;
  position: absolute;
  bottom: 37px;
  right: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .serviceArea .columnBox a mark {
    max-width: none;
    min-height: 12vw;
    font-size: 4.8vw;
    bottom: 0;
  }
}
.featuresArea {
  margin: 0 0 125px;
}
@media screen and (max-width: 767px) {
  .featuresArea {
    margin-bottom: 50px;
  }
}
.recruitArea,
.securityArea {
  max-width: 1240px;
  margin: 0 0 45px;
  background: url("../../top_img/bg_recruit.jpg") no-repeat left top / cover;
  transition: 0.2s;
}
@media screen and (max-width: 1290px) {
  .recruitArea,
  .securityArea {
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .recruitArea,
  .securityArea {
    margin-bottom: 10px;
  }
}
.recruitArea:hover,
.securityArea:hover {
  opacity: 0.7;
}
.recruitArea .inner,
.securityArea .inner {
  display: block;
  max-width: 1240px;
  height: 540px;
  margin: 0 auto 0 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .recruitArea .inner,
  .securityArea .inner {
    height: auto;
    padding-top: 50vw;
  }
}
.recruitArea .text,
.securityArea .text {
  width: 582px;
  height: 160px;
  padding: 5px 0 0;
  background: #0066B2;
  color: #FFF;
  text-align: center;
  position: absolute;
  bottom: 50px;
  right: -50px;
}
@media screen and (max-width: 1290px) {
  .recruitArea .text,
  .securityArea .text {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .recruitArea .text,
  .securityArea .text {
    width: auto;
    height: auto;
    margin: 0 -10px;
    padding: 10px 5px;
    bottom: 0;
    right: 0;
    position: static;
  }
}
.recruitArea .text .hgroup,
.securityArea .text .hgroup {
  margin: 0;
}
.recruitArea .text .hgroup h2,
.securityArea .text .hgroup h2 {
  margin: 0;
  color: #FFF;
}
.recruitArea .text .hgroup p,
.securityArea .text .hgroup p {
  padding: 2px 28px;
  background: #FFF;
  color: #0066B2;
}
.securityArea {
  margin: 0 0 90px auto;
  background: url("../../top_img/bg_security.jpg") no-repeat right top;
}
@media screen and (max-width: 767px) {
  .securityArea {
    margin: 0 0 50px;
  }
}
.securityArea .inner {
  margin: 0 0 0 auto;
}
.securityArea .text {
  right: auto;
  left: -50px;
}
@media screen and (max-width: 1290px) {
  .securityArea .text {
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .securityArea .text {
    right: 0;
    left: 0;
  }
}
.companyArea .columnBox > a {
  max-width: 520px;
  height: 320px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .companyArea .columnBox > a {
    margin: 0 auto;
  }
}
.companyArea .columnBox > a:hover {
  opacity: 0.7;
}
.companyArea .columnBox > a strong {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  width: 260px;
  height: 64px;
  text-align: center;
  background: #0066B2;
  color: #FFF;
  font-size: 2.4rem;
  position: absolute;
  left: -10px;
  bottom: 20px;
}
@media screen and (max-width: 767px) {
  .companyArea .columnBox > a strong {
    height: auto;
    padding: 5px;
    font-size: 4.8vw;
  }
}
.companyArea .columnBox .greeting {
  background: url("../../top_img/bg_corporate_01.jpg") no-repeat center center / contain;
  border: #DDD 1px solid;
}
.companyArea .columnBox .company {
  background: url("../../top_img/bg_corporate_02.jpg") no-repeat center center / cover;
}
