/* LESS Document */
body {
  position: relative;
}
@media screen and (max-width: 767px) {
  body {
    overflow-x: hidden!important;
  }
}
body .plane {
  pointer-events: none;
  position: absolute;
  left: -62px;
  bottom: 85%;
  z-index: 3;
  animation: planeScroll 30s ease-in-out forwards;
  animation-delay: 1s;
}
@media screen and (max-width: 767px) {
  body .plane {
    width: 250px;
    max-width: none;
    left: -14px;
    bottom: calc(100% - 50vh - 40px);
    animation: planeScrollsp 9s ease-in-out forwards;
    animation-delay: 1s;
  }
}
@keyframes planeScroll {
  0% {
    bottom: 85%;
  }
  100% {
    bottom: 10px;
  }
}
@keyframes planeScrollsp {
  0% {
    bottom: calc(100% - 50vh - 40px);
  }
  100% {
    bottom: 10px;
  }
}
/* -------------------------------- ヘッダー */
header {
  height: 100vh;
}
@media screen and (max-width: 767px) {
  header {
    height: 50vh;
  }
}
/* -------------------------------- メインビジュアル */
.mv {
  overflow: hidden;
  width: 100%;
  min-width: 1040px;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #8fd8f5;
}
@media screen and (max-width: 767px) {
  .mv {
    min-width: 320px;
    height: 50vh;
  }
}
.mv video {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.mv h1 {
  padding: 0 15px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 2;
  transform: translate(0, -50%);
}
.mv .scroll {
  text-align: center;
  color: #1E94D4;
  font-size: 1.8rem;
  font-weight: bold;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.mv .scroll::after {
  content: '';
  display: block;
  width: 1px;
  height: 64px;
  margin: auto;
  background: #1E94D4;
  position: absolute;
  left: 0;
  right: 0;
  top: -64px;
  animation: scrollAnim 1.5s ease 0s infinite normal;
}
@media screen and (max-width: 767px) {
  .mv .scroll {
    display: none;
  }
}
@keyframes scrollAnim {
  0% {
    height: 0px;
    top: -64px;
  }
  50% {
    height: 64px;
    top: -64px;
  }
  100% {
    height: 0px;
    top: 0;
  }
}
/* -------------------------------- hgroup */
@media screen and (max-width: 767px) {
  .hgroup {
    text-align: center;
  }
}
.hgroup h2 {
  display: inline-block;
  line-height: 1;
  font-family: "Times New Roman", Times, "serif";
  font-weight: normal;
  font-size: 10rem;
  border-bottom: #000 2px solid;
}
@media screen and (max-width: 767px) {
  .hgroup h2 {
    font-size: 9.6vw;
  }
}
.hgroup p {
  font-size: 2rem;
  font-weight: bold;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
}
@media screen and (max-width: 767px) {
  .hgroup p {
    font-size: 3.8vw;
  }
}
/* -------------------------------- section */
.bg1 {
  background: url("/images/moji/bg_works.jpg") no-repeat center bottom;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .bg1 {
    background: url("/images/moji/bg_works.jpg") no-repeat, linear-gradient(to bottom, #0168CF 0, #0068CF 100%);
    background-size: contain;
    background-position: center top;
  }
}
.bg2 {
  background: url("/images/imggazou/bg_recruit.png") no-repeat, linear-gradient(to bottom, #0068CF 0%, #00137D 50%, #000836 100%);
  background-size: 100% auto;
  background-position: center bottom;
}
section {
  width: 1040px;
  margin: 0 auto;
  padding: 85px 0;
}
@media screen and (max-width: 767px) {
  section {
    width: 100%;
    padding: 10vw 12px;
  }
}
/* -------------------------------- topicsArea */
.topicsArea {
  padding-top: 55px;
}
.topicsArea .columnBox > * {
  max-width: 320px;
  margin: 55px 0 0;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .topicsArea .columnBox > * {
    max-width: none;
    width: 100%;
    margin: 30px 0 0;
  }
  .topicsArea .columnBox > * img {
    width: 100%;
  }
}
.topicsArea .columnBox > *:hover {
  color: #1E94D4;
}
.topicsArea .columnBox > *:hover img {
  opacity: 1;
}
.topicsArea .columnBox > * .topics_img {
  position: relative;
}
.topicsArea .columnBox > * .topics_img img {
  min-width: 320px;
}
.topicsArea .columnBox > * .tagList {
  display: flex;
  line-height: 1;
  font-family: 'Oswald', sans-serif;
  color: #FFF;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.topicsArea .columnBox > * .tagList time {
  padding: 2px 7px;
  background: #000;
  font-size: 1.4rem;
}
.topicsArea .columnBox > * .tagList .new {
  padding: 4px 5px;
  background: #F00;
  font-size: 1.2rem;
  font-weight: 400;
}
.topicsArea .columnBox > * .tagList .tag {
  min-width: 70px;
  padding: 2px 5px;
  margin-left: auto;
  font-weight: 400;
  background: #1E94D4;
}
.topicsArea .columnBox > * .tagList .tag.recruit {
  background: #88D300;
}
.topicsArea .columnBox > * .tagList .tag.info {
  background: #1E94D4;
}
.topicsArea .columnBox > * .comment {
  margin-top: 7px;
  line-height: 1.6;
}
.topicsArea .btnArea {
  margin-top: 50px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .topicsArea .btnArea {
    margin-top: 20px;
  }
}
.topicsArea .btnArea .btn {
  max-width: 380px;
  width: 100%;
  padding: 15px;
  font-size: 2.4rem;
}
/* -------------------------------- worksArea */
@media screen and (max-width: 767px) {
  .worksArea {
    margin-top: 30px;
  }
}
.worksArea .flex {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .worksArea .flex {
    display: block;
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .worksArea .flex .text {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .worksArea h3 {
    margin-top: 15px;
  }
}
.worksArea .btn {
  max-width: 240px;
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .worksArea .btn {
    max-width: 100%;
    font-size: 4vw;
  }
}
/* -------------------------------- companyArea */
.companyArea {
  color: #FFF;
}
.companyArea .hgroup {
  margin-top: -100px;
}
@media screen and (max-width: 767px) {
  .companyArea .hgroup {
    margin-top: 0;
  }
}
.companyArea h2 {
  border-color: #FFF;
}
.companyArea .columnBox {
  margin: 40px 0 0;
}
.companyArea .columnBox > a {
  width: 500px;
  height: 300px;
  transition: .2s;
  position: relative;
  overflow: hidden;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .companyArea .columnBox > a {
    width: 100%;
    height: auto;
  }
  .companyArea .columnBox > a img {
    width: 100%;
  }
}
.companyArea .columnBox > a:hover img {
  transform: scale(1.1);
}
.companyArea .columnBox > a:nth-of-type(2) {
  margin-top: 86px;
}
@media screen and (max-width: 767px) {
  .companyArea .columnBox > a:nth-of-type(2) {
    margin-top: 30px;
  }
}
.companyArea .columnBox > a:nth-of-type(2) p {
  text-align: right;
}
.companyArea .columnBox > a p {
  padding: 0 15px;
  line-height: 1.2;
  font-size: 2.8rem;
  font-weight: bold;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  position: absolute;
  bottom: 13px;
  left: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .companyArea .columnBox > a p {
    font-size: 5.6vw;
  }
}
.companyArea article {
  margin: 70px 0 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .companyArea article h3 {
    font-size: 9.6vw;
  }
}
.companyArea article h3 + p {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .companyArea article h3 + p {
    font-size: 3.6vw;
  }
}
.companyArea article ul {
  display: flex;
  justify-content: center;
}
.companyArea article ul li {
  margin: 0 5px;
}
.companyArea article .btn {
  max-width: 380px;
  width: 100%;
  margin: 38px 0 0;
  padding: 15px;
  font-size: 2.4rem;
}
/* -------------------------------- recruitArea */
.recruitArea {
  padding-bottom: 365px;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .recruitArea {
    padding-bottom: 150px;
  }
}
.recruitArea h2 {
  border-color: #FFF;
}
.recruitArea article {
  height: 275px;
  margin: 32px 0 0;
  padding: 35px 30px;
  background: url("/images/syainngazou/img_recruit_01.png") no-repeat right center rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 767px) {
  .recruitArea article {
    height: auto;
    padding: 25px 15px;
    background-size: cover;
    position: relative;
    font-size: 4vw;
  }
  .recruitArea article::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .recruitArea article > * {
    position: relative;
    z-index: 2;
  }
}
.recruitArea article h3 {
  font-size: 2.6rem;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
@media screen and (max-width: 767px) {
  .recruitArea article h3 {
    font-size: 4.6vw;
  }
}
.recruitArea article p {
  margin: 15px 0 0;
}
.recruitArea article .btn {
  max-width: 240px;
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .recruitArea article .btn {
    max-width: none;
  }
}
