@charset "UTF-8";
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
a {
  outline: none;
  opacity: 1;
  transition: all .3s;
}
a:hover {
  opacity: 0.7;
}
*:hover {
  transition: all .3s;
}
figure {
  margin: 0;
}
figure img {
  width: 100%;
  vertical-align: bottom;
}
html {
  visibility: hidden;
}
html.wf-active {
  visibility: visible;
}
body {
  margin: 0;
  padding: 0;
  background-color: #ad000e;
  color: #fff;
  font-size: 14px;
  -webkit-text-size-adjust: 100%;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}
body.fixed {
  overflow: hidden;
}
.index {
  opacity: 0;
  transition: all 1s;
}
.index.is-fadein {
  opacity: 1
}
/*ローディング画面*/
.loading {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #ad000e;
  z-index: 10000;
  display: none;
}
.loading .bg_txt {
  width: 100%;
  height: 300px;
  background-image: url("../img/bg_txt01.png");
  background-size: 3500px auto;
  background-position: center;
  background-repeat: repeat-x;
  animation: bgscroll 40s linear infinite;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
}
.loading p.jpn {
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 40px;
  letter-spacing: 2px;
  margin: 0;
  text-align: center;
  position: absolute;
  top: 47%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.loading p.jpn .jpn-move {
  display: inline-block;
  opacity: 0;
  will-change: transform;
}
.loading p.jpn .jpn-move:nth-child(odd) {
  transform: translate3d(30px, -50px, 0) rotateY(45deg) skewX(-35deg);
}
.loading p.jpn .jpn-move:nth-child(even) {
  transform: translate3d(-30px, 50px, 0) rotateY(45deg) skewX(-35deg);
}
.loading p.jpn.active .jpn-move:nth-child(1) {
  transform: translate3d(0, 0, 0) rotateY(0deg) skewX(0deg);
  transition: transform 1s 1.2s cubic-bezier(.08, .92, .35, 1), opacity 1s 1.25s;
}
.loading p.jpn.active .jpn-move:nth-child(2) {
  transform: translate3d(0, 0, 0) rotateY(0deg) skewX(0deg);
  transition: transform 1s 1.4s cubic-bezier(.08, .92, .35, 1), opacity 1s 1.45s;
}
.loading p.jpn.active .jpn-move:nth-child(3) {
  transform: translate3d(0, 0, 0) rotateY(0deg) skewX(0deg);
  transition: transform 1s 1.6s cubic-bezier(.08, .92, .35, 1), opacity 1s 1.65s;
}
.loading p.jpn.active .jpn-move:nth-child(4) {
  transform: translate3d(0, 0, 0) rotateY(0deg) skewX(0deg);
  transition: transform 1s 1.8s cubic-bezier(.08, .92, .35, 1), opacity 1s 1.85s;
}
.loading p.jpn.active .jpn-move:nth-child(5) {
  transform: translate3d(0, 0, 0) rotateY(0deg) skewX(0deg);
  transition: transform 1s 2s cubic-bezier(.08, .92, .35, 1), opacity 1s 2.05s;
}
.loading p.jpn.active .jpn-move {
  opacity: 1;
  transform: translate(0);
}
.loading p.eng {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 54%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.loading p.eng span {
  font-family: trajan-pro-3, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 50px;
  letter-spacing: 3px;
  margin: 0;
  position: relative;
  display: inline-block;
  color: rgba(0, 0, 0, .2);
}
.loading p.eng span:after {
  position: absolute;
  top: 0;
  left: 0;
  content: attr(data-text);
  color: #fff;
  opacity: 0;
  transform: rotateY(-90deg);
  animation: loading 4s infinite;
}
.loading p.eng span:nth-child(2):after {
  animation-delay: .2s;
}
.loading p.eng span:nth-child(3):after {
  animation-delay: .4s;
}
.loading p.eng span:nth-child(4):after {
  animation-delay: .6s;
}
.loading p.eng span:nth-child(5):after {
  animation-delay: .8s;
}
.loading p.eng span:nth-child(6):after {
  animation-delay: 1s;
}
.loading p.eng span:nth-child(7):after {
  animation-delay: 1.2s;
}
.loading p.eng span:nth-child(8):after {
  animation-delay: 1.4s;
}
.loading p.eng span:nth-child(9):after {
  animation-delay: 1.6s;
}
.loading p.eng span:nth-child(10):after {
  animation-delay: 1.8s;
}
.loading p.eng span:nth-child(11):after {
  animation-delay: 2s;
}
.loading p.eng span:nth-child(12):after {
  animation-delay: 2.2s;
}
.loading p.eng span:nth-child(13):after {
  animation-delay: 2.4s;
}
.loading p.eng span:nth-child(14):after {
  animation-delay: 2.6s;
}
.loading p.eng span:nth-child(15):after {
  animation-delay: 2.8s;
}
@keyframes loading {
  0%, 75%, 100% {
    transform: rotateY(-90deg);
    opacity: 0;
  }
  25%, 50% {
    transform: rotateY(0);
    opacity: 1;
  }
}
/*トップ*/
.top {
  width: 100%;
  height: 100vh;
  min-height: 800px;
  position: relative;
}
/*バナー*/
.banner a {
  width: 550px;
  position: absolute;
  right: 5%;
  bottom: 100px;
}
.banner a img {
  width: 100%;
}
.banner a:hover {
  opacity: 0.8;
}
/*トップ動画*/
.video_box {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 95%;
}
.video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.top h2 {
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  letter-spacing: 2px;
  position: absolute;
  left: 10%;
  top: 20%;
  z-index: 10;
}
.top h2 .eng {
  display: block;
  font-family: trajan-pro-3, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 70px;
  line-height: 100px;
  letter-spacing: 5px;
  margin-bottom: 40px;
}
/*スクロールダウン　トップ*/
.top .scroll a {
  font-family: trajan-pro-3, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  letter-spacing: 2px;
  display: inline-block;
  position: absolute;
  left: 10%;
  bottom: 0;
  z-index: 2;
  padding: 0 10px 100px;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
  writing-mode: vertical-lr;
}
.scroll a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 10%;
  width: 1px;
  height: 200px;
  background: #fff;
}
.scroll a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 10%;
  width: 1px;
  height: 200px;
  background: rgba(255, 255, 255, .3);
}
.scroll a:after {
  animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}
@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
/*トップ以下*/
.contents h3 {
  font-family: trajan-pro-3, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 50px;
  letter-spacing: 5px;
}
.contents h3 span.sub {
  display: block;
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  letter-spacing: 2px;
}
.contents .btn a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-family: trajan-pro-3, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  letter-spacing: 2px;
  position: relative;
}
.contents .btn a span {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50px;
  margin-left: 15px;
  position: absolute;
  top: -7px;
  transition: all .3s;
}
.contents .btn a span:before, .contents .btn a span:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 25px;
  height: 1px;
  background: #ad000e;
}
.contents .btn a span:before {
  width: 30px;
  transform: translate(15px, 0px);
}
.contents .btn a span:after {
  width: 10px;
  transform-origin: right center;
  transform: translate(15px, 0px) rotate(30deg);
}
.contents .btn a:hover {
  opacity: 1;
}
.contents .btn a:hover span {
  background-color: #730009;
}
.contents .btn a:hover span:before, .contents .btn a:hover span:after {
  background: #fff;
}
.bg {
  transition-property: background-position;
  transition-duration: .7s;
  transition-delay: .035s;
}
/*私たちについて*/
.about_top {
  padding: 100px 0 50px;
  position: relative;
}
.about_top h3 {
  text-align: right;
  margin-top: -70px;
}
.about_top .bg {
  width: 40%;
  height: 750px;
  background-image: url("../img/bg_about.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  float: left;
  position: relative;
}
.about_top .inner02 {
  width: 50%;
  margin-right: 10%;
  float: right;
}
.about_top p {
  width: 450px;
  font-size: 14px;
  line-height: 40px;
  text-align: justify;
  text-justify: inter-ideograph;
  margin: 0 auto;
}
.about_top .right {
  display: block;
  text-align: right;
}
.about_top .btn {
  margin-top: 50px;
}
/*業務内容*/
.service_top {
  padding: 50px 0;
  position: relative;
}
.service_top .bg_txt {
  width: 100%;
  height: 300px;
  background-image: url("../img/bg_txt01.png");
  background-size: 3500px auto;
  background-position: center;
  background-repeat: repeat-x;
  animation: bgscroll 100s linear infinite;
  position: absolute;
  bottom: 250px;
  margin: auto;
  z-index: -1;
}
@-webkit-keyframes bgscroll {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -3500px 0;
  }
}
@keyframes bgscroll {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -3500px 0;
  }
}
.service_top .bg {
  height: 400px;
  background-image: url("../img/bg_service.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.service_top h3 {
  text-align: center;
}
.service_top ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.service_top ul li {
  width: 33.25%;
  padding: 30px 0;
  margin: 0 0 50px;
  float: left;
  text-align: center;
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  letter-spacing: 2px;
  border-right: solid 1px #b0353e;
}
.service_top ul li:nth-child(3), .service_top ul li:nth-child(6) {
  border-right: none;
}
.service_top ul li .no {
  display: block;
  font-family: trajan-pro-3, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 5px;
  font-size: 36px;
  margin: 0;
  margin-bottom: 10px;
}
.service_top .btn {
  text-align: center;
}
/*採用情報*/
.recruit_top {
  padding: 50px 0 100px;
  position: relative;
}
.recruit_top h3 {
  text-align: left;
}
.recruit_top h3 span.sub {
  margin-right: 5px;
}
.recruit_top .bg {
  width: 65%;
  height: 600px;
  background-image: url("../img/bg_recruit.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  float: right;
  position: relative;
}
.recruit_top .inner02 {
  width: 50%;
  position: absolute;
  left: 10%;
}
.recruit_top h4.eng {
  font-family: trajan-pro-3, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 40px;
  line-height: 70px;
  letter-spacing: 5px;
  margin: 0 0 0 15%;
}
.recruit_top .btn {
  margin-top: 70px;
}
/*お知らせ*/
.news_top {
  padding: 30px 0 100px;
}
.news_top .inner {
  width: 80%;
  margin: 0 auto;
}
.news_top h3 {
  text-align: right;
  margin-right: 10%;
}
.news_top h3 span.sub {
  margin-right: 5px;
}
.news_top .dl_box {
  width: 90%;
  border-top: solid 1px #b0353e;
  border-bottom: solid 1px #b0353e;
  margin: 0 auto 50px;
}
.news_top .dl_box dl {
  margin: 0;
  padding: 30px 0;
  border-bottom: solid 1px #b0353e;
}
.news_top .dl_box dl a {
  color: #fff;
}
.news_top .dl_box dl:last-child {
  border: none;
}
.news_top .dl_box dl dt {
  width: 150px;
  text-align: center;
  float: left;
  border-right: solid 1px #b0353e;
}
.news_top .dl_box dl dd {
  margin: 0 0 0 200px;
}
.news_top .btn {
  text-align: right;
  margin-top: 70px;
  margin-right: 100px;
  display: none;
}
.news_top .comingsoon {
  font-family: trajan-pro-3, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  text-align: center;
}
/*アニメーション*/
/*タイトルカーテン*/
.curtain {
  position: relative;
  display: inline-block;
  z-index: 9999;
}
.curtain span {
  transition: all 0s 1s ease;
  opacity: 0;
}
.curtain.active span {
  opacity: 1;
  color: #fff;
}
.curtain:after {
  display: inline;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  background: #ad000e;
}
.curtain.curtain02:after {
  background: #fff;
}
.curtain.active:after {
  animation: curtainEffect 1s ease-in-out 0.5s 1 normal both running;
}
@keyframes curtainEffect {
  0% {
    transform-origin: left center;
    transform: scaleX(0);
  }
  49.999% {
    transform-origin: left center;
    transform: scaleX(1);
  }
  50% {
    transform-origin: right center;
    transform: scaleX(1);
  }
  100% {
    transform-origin: right center;
    transform: scaleX(0);
  }
}
@media screen and (max-width:1050px) {
  /*ローディング画面*/
  .loading .bg_txt {
    width: 100%;
    height: 270px;
    background-image: url("../img/bg_txt01.png");
    background-size: 3500px auto;
    background-position: center;
    background-repeat: repeat-x;
    animation: bgscroll 30s linear infinite;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
  }
  .loading p.jpn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .loading p.eng {
    position: absolute;
    top: 57%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .loading p.eng span {
    font-size: 30px;
  }
  /*トップ*/
  .top {
    width: 100%;
    height: 100vh;
    min-height: 600px;
    position: relative;
  }
  /*バナー*/
  .banner a {
    width: 400px;
    position: absolute;
    right: 5%;
    bottom: 200px;
  }
  /*トップ動画*/
  .video_box {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 85%;
  }
  .top h2 {
    font-family: yu-mincho-pr6n, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
    letter-spacing: 2px;
    position: absolute;
    left: 10%;
    top: 20%;
    z-index: 10;
  }
  .top h2 .eng {
    display: block;
    font-family: trajan-pro-3, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 70px;
    line-height: 100px;
    letter-spacing: 5px;
    margin-bottom: 40px;
  }
  /*トップ以下*/
  .contents h3 {
    font-family: trajan-pro-3, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
    letter-spacing: 3px;
  }
  .contents h3 span.sub {
    display: block;
    font-family: yu-mincho-pr6n, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    letter-spacing: 2px;
  }
  .contents .btn a {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-family: trajan-pro-3, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    letter-spacing: 2px;
    position: relative;
  }
  .contents .btn a span {
    display: inline-block;
    width: 35px;
    height: 35px;
    background-color: #fff;
    border-radius: 50px;
    margin-left: 15px;
    position: absolute;
    top: -7px;
  }
  .contents .btn a span:before, .contents .btn a span:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 22px;
    height: 1px;
    background: #ad000e;
  }
  .contents .btn a span:before {
    width: 20px;
    transform: translate(15px, 0px);
  }
  .contents .btn a span:after {
    width: 8px;
    transform-origin: right center;
    transform: translate(15px, 0px) rotate(30deg);
  }
  /*私たちについて*/
  .about_top {
    padding: 70px 0 50px;
    position: relative;
  }
  .about_top h3 {
    text-align: right;
    margin-top: 30px;
  }
  .about_top .bg {
    width: 80%;
    height: 150px;
    background-image: url("../img/bg_about.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    float: none;
    position: relative;
  }
  .about_top .inner02 {
    width: 80%;
    margin: 0 auto;
    float: none;
  }
  .about_top p {
    width: 100%;
    font-size: 14px;
    line-height: 30px;
    text-align: justify;
    text-justify: inter-ideograph;
    margin: 0 auto;
  }
  .about_top .btn {
    margin-top: 40px;
    line-height: normal;
  }
  /*業務内容*/
  .service_top {
    padding: 30px 0;
    position: relative;
  }
  .service_top .bg_txt {
    width: 100%;
    height: 270px;
    background-image: url("../img/bg_txt01.png");
    background-size: 3500px auto;
    background-position: center;
    background-repeat: repeat-x;
    animation: bgscroll 50s linear infinite;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
  }
  .service_top .bg {
    height: 150px;
    background-image: url("../img/bg_service.jpg");
    background-size: 150%;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
  }
  .service_top h3 {
    text-align: center;
    margin-bottom: 0;
  }
  .service_top ul {
    width: 80%;
    margin: 0 auto;
    padding: 0;
    list-style: none;
  }
  .service_top ul li {
    width: 100%;
    padding: 10px 0;
    margin: 0;
    float: none;
    text-align: center;
    font-family: yu-mincho-pr6n, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    letter-spacing: 2px;
    border: none;
    border-bottom: solid 1px #b0353e;
  }
  .service_top ul li:nth-child(3), .service_top ul li:nth-child(6) {
    border-right: none;
  }
  .service_top ul li .no {
    display: block;
    font-family: trajan-pro-3, serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 5px;
    font-size: 30px;
    margin: 0;
    margin-bottom: 10px;
  }
  .service_top .btn {
    text-align: center;
    margin-top: 40px;
  }
  /*採用情報*/
  .recruit_top {
    padding: 30px 0;
    position: relative;
  }
  .recruit_top h3 {
    text-align: left;
  }
  .recruit_top h3 span.sub {
    margin-right: 5px;
  }
  .recruit_top .bg {
    width: 65%;
    height: 420px;
    background-image: url("../img/bg_recruit.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    float: right;
    position: relative;
  }
  .recruit_top .inner02 {
    width: 70%;
    position: absolute;
    left: 10%;
  }
  .recruit_top h4.eng {
    font-family: trajan-pro-3, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    line-height: 40px;
    letter-spacing: 3px;
    margin: 0 0 0 10%;
  }
  .recruit_top .btn {
    margin-top: 40px;
  }
  /*お知らせ*/
  .news_top {
    padding: 10px 0 50px;
  }
  .news_top .inner {
    width: 80%;
    margin: 0 auto;
  }
  .news_top h3 {
    text-align: right;
    margin-right: 10%;
  }
  .news_top h3 span.sub {
    margin-right: 5px;
  }
  .news_top .dl_box {
    width: 100%;
    border-top: solid 1px #b0353e;
    border-bottom: solid 1px #b0353e;
    margin: 0 auto 50px;
  }
  .news_top .dl_box dl {
    margin: 0;
    padding: 20px 5%;
    border-bottom: solid 1px #b0353e;
  }
  .news_top .dl_box dl:last-child {
    border: none;
  }
  .news_top .dl_box dl dt {
    width: 100%;
    text-align: left;
    float: none;
    border: none;
  }
  .news_top .dl_box dl dd {
    margin: 0;
  }
  .news_top .btn {
    text-align: right;
    margin-top: 40px;
    margin-right: 100px;
  }
  .news_top .comingsoon {
    font-family: trajan-pro-3, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    text-align: center;
  }
}
@media screen and (max-width:700px) {
  .loading p.jpn {
    font-size: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .loading p.eng {
    position: absolute;
    top: 57%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .loading p.eng span {
    font-size: 20px;
  }
  /*バナー*/
  .banner a {
    width: 80%;
    max-width: 350px;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    bottom: 170px;
  }
  /*トップ動画*/
  .video_box {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 85%;
  }
  .top h2 {
    font-size: 20px;
    letter-spacing: 2px;
    position: absolute;
    left: 10%;
    top: 20%;
  }
  .top h2 .eng {
    font-size: 40px;
    line-height: 60px;
    letter-spacing: 3px;
    margin-bottom: 10px;
  }
}