@charset "UTF-8";
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W8);
  font-weight: 900;
}
/*========= 背景動画設定のCSS ===============*/
/*header設定*/
/* ローディングアイコン設定 */
body {
  background-color: white;
}

.movie-box {
  position: relative;
  width: 100%;
  height: auto;
  background-color: white;
}

#loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
}

/*jQueryで付与されたdisappearクラスがついたらロゴエリアを非表示*/
/*
#loading.disappear {
    display: none;
}

#youtube.disappear {
    display: none;
}*/
#mov.disappear {
  opacity: 0;
}

/* youtube設定 */
#youtube-area {
  margin-top: 50px;
  z-index: 2; /*最背面に設定*/
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  overflow: hidden;
  background-color: #d60011;
}

/*jQueryで付与されたappearクラスがついたらYoutubeエリアをふわっと表示*/
#youtube-area.appear {
  animation-name: PageAnimeAppear;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}

@keyframes PageAnimeAppear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#youtube {
  /*天地中央配置*/
  position: absolute;
  top: 0%;
  left: 0%;
  /*縦横幅指定*/
  width: 177.77777778vh; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
  height: 56.25vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
  width: 100%;
  height: 100%;
}

/*youtubeがクリックされないためのマスク*/
#youtube-mask {
  position: absolute;
  z-index: -1; /*下から2番目に表示*/
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #d60011;
}

/*youtube 上のロゴ */
/*
h1 {
    position: absolute;
    z-index: 2; //下から2番目に表示

    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    //色指定
    color: #fff;
    text-shadow: 0 0 15px #666;
}
*/
/*下のコンテンツ*/
.video {
  top: 0%;
  left: 0%;
  /*縦横幅指定*/
  width: 100%; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
  height: auto; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
  width: 100%;
  height: 100%;
  margin: 0% 0;
}

#container {
  position: relative; /*relativeを指定してfixed指定をした#youtube-areaの上に表示*/
  z-index: 3; /*一番上に表示*/
  /*見た目の調整*/
  background: #333;
  color: #fff;
  padding: 300px 0;
  text-align: center;
}

.metal-hr.bottom {
  position: absolute;
  top: auto;
  left: 0;
  bottom: 0;
}

/**************************************
top
***************************************/
.real-top {
  display: none;
  width: 100%;
}
.real-top .top-text-box {
  position: absolute;
  top: 0;
  right: 2%;
  width: 60%;
  z-index: 20;
  margin-top: 13%;
  text-align: right;
}
.real-top .top-text-box hr {
  width: 70%;
  margin-left: auto;
}
.real-top .top-text-box .logo {
  width: 47%;
  margin: 5% 0% 8% auto;
}
.real-top .top-text-box .eng {
  background: #d60011;
  background: linear-gradient(45deg, #d60011 30%, rgb(222, 78, 154) 100%);
  padding: 1.3% 3%;
  color: white;
  margin: 10% 5% 5% auto;
  font-size: max(1.1vw, 13px);
}
.real-top .top-text-box h1 {
  font-size: 4vw;
  margin: 5% 0% 3% auto;
  white-space: nowrap;
  text-align: right;
  letter-spacing: 0.05em;
  line-height: 120%;
  color: white;
  font-weight: 900;
}
.real-top .top-text-box h1 span {
  font-family: "Hiragino Sans";
  font-size: 20pt;
  line-height: 1.5em;
  font-weight: 900;
  font-size: 3.3vw;
}
.real-top .top-text-box .sub-title {
  margin: 3% 5% 5% auto;
  font-family: "Hiragino Sans";
  font-size: 20pt;
  line-height: 1.5em;
  font-weight: 900;
  font-size: 2.7vw;
  line-height: 130%;
}
.real-top .top-text-box .sub-title span {
  color: #999999;
}
.real-top .top-text-box .start span {
  background: #d60011;
  background: linear-gradient(45deg, #d60011 30%, rgb(222, 78, 154) 100%);
  padding: 1.7% 3%;
  color: white;
  margin: 5% 5% 5% auto;
  font-size: max(1.1vw, 13px);
}
.real-top .recruit-url {
  position: absolute;
  left: 5%;
  bottom: 19%;
  z-index: 10;
}
.real-top .recruit-url a {
  background-color: black;
  color: white;
  padding: 8% 15%;
  display: inline !important;
  font-size: max(1.3vw, 13px);
  white-space: nowrap;
}

.real-top.appear {
  display: block;
}

.back1 {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: block;
}

@keyframes slideshow {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  28% {
    opacity: 1;
  }
  38% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.back2 {
  position: absolute;
  top: 0%;
  left: 0%;
  opacity: 0;
  animation: slideshow 24s linear infinite;
  z-index: 3;
  width: 65%;
  margin: 0% 0;
  margin-top: -50px;
}

.back1 {
  opacity: 1 !important;
}

.back2:nth-child(2) {
  z-index: 4;
  animation-delay: -2s;
}

.back2:nth-child(3) {
  animation-delay: 6s;
  z-index: 5;
}

.back2:nth-child(4) {
  animation-delay: 14s;
  z-index: 6;
}

.light {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
  width: 65%;
  margin: 0% 0;
  margin-top: -50px;
}

/**********************************
境界線
**********************************/
.metal-border {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 50px;
  box-shadow: 0.3em 0.3em 0.7em rgba(0, 0, 0, 0.405), 0.2em 0.2em 0.5em rgba(0, 0, 0, 0.3);
  background-color: white;
}

.eng-word {
  position: absolute;
  bottom: 0%;
}
.eng-word h4 {
  position: relative;
  font-size: max(11vw, 70px);
  z-index: 30;
  margin: 0;
  padding: 0;
  line-height: 150%;
  background-color: white;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "kozuka-mincho-pr6n", serif;
  font-weight: 700;
  font-style: normal;
}
.eng-word h4.shadow {
  left: 0;
  top: 0;
  z-index: 20;
  position: absolute;
  color: white;
  text-shadow: 0.02em 0.02em 0.05em rgba(0, 0, 0, 0.7803921569);
}

.eng-word2 h4 {
  background: rgb(84, 80, 82);
  background: linear-gradient(45deg, #c9c9c9, 50%, rgb(255, 255, 255), #c9c9c9);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "kozuka-mincho-pr6n", serif;
  font-weight: 700;
  font-style: normal;
}

.eng-word.left {
  left: 3%;
}

.eng-word.right {
  right: 3%;
}

.eng-word.under {
  bottom: 42.65%;
}

/**************************************
Entryリンク
***************************************/
.below-btn {
  width: 500px;
  margin: 50px auto 0 auto;
  cursor: pointer;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.471);
  max-width: 90%;
}

.entry {
  padding-top: 70px;
  margin-top: -50px;
}

/**************************************
News
***************************************/
.card-box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.card-box .card {
  width: 270px;
  background-color: white;
  margin: 30px;
  margin-top: 0;
  text-align: left;
  border-radius: 25px;
  overflow: hidden;
  margin-bottom: 50px;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.642);
}
.card-box .card h4 {
  font-weight: 400;
  margin: 5px 3px 0 3px;
}
.card-box .card-info {
  padding: 10px;
  padding-bottom: 80px;
  height: 150px;
}
.card-box .tag {
  display: inline-block;
  background-color: #191919;
  color: white;
  font-size: 12px;
  padding: 5px 10px;
  border-radius: 8px;
}
.card-box .date {
  display: inline-block;
  font-size: 12px;
  margin-left: auto;
  margin-right: 0;
}

/**************************************
SNS
***************************************/
section.sns,
section.news-area {
  padding-bottom: 70px;
  position: relative;
  padding-top: 70px;
  z-index: 1;
  overflow: hidden;
}
section.sns .ig-title,
section.news-area .ig-title {
  display: flex;
  margin-left: auto;
  margin-right: 5%;
  position: relative;
  z-index: 2;
  flex-wrap: nowrap;
  margin: 0 auto;
  justify-content: center;
  margin-bottom: 50px;
}
section.sns .ig-title h2,
section.news-area .ig-title h2 {
  width: 200px;
}
section.sns .entry-box,
section.news-area .entry-box {
  margin-top: 70px;
}

.container2 {
  background-image: none;
  padding-top: 0px;
}
.container2 .swiper-pagination {
  bottom: -30px;
}
.container2 .card-image > a {
  mask-image: none; /*マスクレイヤーとして使用する画像*/
  mask-repeat: no-repeat;
  mask-position: top;
  mask-size: auto;
  -webkit-mask-image: none;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: top;
  -webkit-mask-size: auto;
  margin-top: 0%;
  width: 250px !important;
}
.container2 .swiper-slide-prev .card-image > a {
  mask-image: none; /*マスクレイヤーとして使用する画像*/
  mask-repeat: no-repeat;
  mask-position: top;
  mask-size: auto;
  -webkit-mask-image: none;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: top;
  -webkit-mask-size: auto;
  margin-top: 0%;
}
.container2 .card-image {
  filter: none;
}

/**************************************
infographic
***************************************/
section.infographic {
  padding-bottom: 100px;
  position: relative;
}
section.infographic .ig-title-box {
  display: flex;
}
section.infographic .ig-catch {
  width: 50%;
  font-weight: 800;
  padding: 10% 0 0 8%;
  z-index: 5;
}
section.infographic .ig-catch .numbers {
  font-family: "Hiragino Sans";
  font-size: 20pt;
  line-height: 1.5em;
  font-weight: 900;
  transform: rotate(-10deg);
  font-size: 3.5vw;
  line-height: 140%;
  font-weight: 900;
  margin-right: -10%;
  text-align: left;
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
section.infographic .ig-catch .numbers span {
  font-size: 4.5vw;
}
section.infographic .ig-catch .numbers .n2 {
  font-size: 6vw;
  padding-left: 15%;
}
section.infographic .ig-title {
  width: 100%;
  text-align: center;
  padding: 10% 0%;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
  flex-wrap: nowrap;
  margin: 0 auto;
  justify-content: center;
}
section.infographic .ig-title .lozenge h2 {
  width: 230px;
}

.lozenge {
  position: relative;
  font-family: "mochiy-pop", sans-serif;
  font-weight: 400;
  font-style: normal;
  width: 300px !important;
  height: -moz-min-content;
  height: min-content;
}
.lozenge .display-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  font-size: 30px;
  color: white;
  font-weight: 800;
  line-height: 150%;
}

.ig-title {
  width: 90% !important;
}
.ig-title .ig-title {
  justify-content: left !important;
}

.ig-text {
  width: 700px;
  font-size: 18px;
  text-align: left;
  padding-top: 20px;
  max-width: 80%;
  margin-right: 50px;
  margin-left: 50px;
}

h2 {
  margin: 0 auto 0 auto;
  transform: rotate(-15deg) skew(15deg, 15deg);
  background: #d60011;
  background: linear-gradient(45deg, #d60011 30%, rgb(222, 78, 154) 100%);
  padding: 1% 6%;
}
h2 span {
  font-size: 2.7vw;
  display: block;
  color: white;
  font-size: 30px;
  opacity: 0;
  font-family: "mochiy-pop", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding: 8px 0%;
}

.ig-data {
  display: flex;
  align-items: center;
  border-bottom: solid 0.3em #4e4e4e;
  margin: 5% auto;
  width: 90%;
  padding: 0 0 5% 0;
  box-shadow: 0em 0.6em 0.3em -0.3em rgba(255, 255, 255, 0.495);
  position: relative;
}
.ig-data .ig-word {
  width: 50%;
  padding: 5% 3% 5% 7%;
}
.ig-data .ig-word h3 {
  font-family: "Hiragino Sans";
  font-size: 20pt;
  line-height: 1.5em;
  font-weight: 900;
  font-size: 5vw;
  color: white;
  line-height: 120%;
  text-shadow: 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.72), -0.02em -0.02em 0.3em rgba(0, 0, 0, 0.334);
  text-align: right;
}
.ig-data .ig-word .date3 {
  font-size: 2.4vw;
}
.ig-data .ig-word p {
  font-size: max(1.1vw, 13px);
  margin-top: 5%;
}
.ig-data .ig-img {
  width: 50%;
}
.ig-data .ig-img img {
  width: 70%;
  margin: 0 auto;
  border-radius: 2.5em;
  box-shadow: 0.2em 0.2em 1em rgb(0, 0, 0);
  margin-left: 10%;
  padding: 2%;
  background-color: white;
}

.ig-data:nth-child(even) {
  flex-direction: row-reverse;
}
.ig-data:nth-child(even) .ig-word {
  padding: 5% 7% 5% 3%;
}
.ig-data:nth-child(even) .ig-word h3 {
  text-align: left;
}
.ig-data:nth-child(even) .ig-img img {
  margin-right: 10%;
  margin-left: auto;
}

.back-info {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 140%;
  z-index: -4;
  opacity: 0;
}

.back-info.opacity {
  animation: opa 1s ease forwards;
}

@keyframes opa {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 100%;
  }
}
/**********************************
職種紹介
**********************************/
section.jobs {
  padding-bottom: 70px;
  position: relative;
  padding-top: 70px;
  z-index: 9;
}
section.jobs .jobs-white {
  padding: 0% 7%;
  position: relative;
  z-index: 2;
}
section.jobs .jobs-white .jobs-title {
  width: 100%;
}
section.jobs .jobs-white .jobs-title .ul {
  position: relative;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1000px;
  justify-content: center;
  /*
                  li:first-child {
                      border-top: 0.1em solid transparent;
                  }
  */
  /*
  a {
      background-image: url(../../src/home/li.webp);
      background-position: 1.7% 45px;
      background-repeat: no-repeat;
      background-size: 5%;
      padding-left: 5%;
      //line-height: 2;
  }*/
}
section.jobs .jobs-white .jobs-title .ul .border-line {
  width: 400px;
}
section.jobs .jobs-white .jobs-title .ul .border-line:nth-child(1),
section.jobs .jobs-white .jobs-title .ul .border-line:nth-child(2) {
  border-bottom: solid 1px #191919;
}
section.jobs .jobs-white .jobs-title .ul .border-line:nth-child(1),
section.jobs .jobs-white .jobs-title .ul .border-line:nth-child(3) {
  border-right: solid 1px #191919;
}
section.jobs .jobs-white .jobs-title .ul .border-line:nth-child(3) a .job-bg img,
section.jobs .jobs-white .jobs-title .ul .border-line:nth-child(4) a .job-bg img {
  transform: translate(-200px, -50px);
}
section.jobs .jobs-white .jobs-title .ul a {
  width: 80%;
  margin: 10%;
  box-shadow: 0.2em 0.2em 0.4em rgba(0, 0, 0, 0.48);
  border-radius: 2em;
  padding: 2%;
  position: relative;
  overflow: hidden;
  /*
  a {
      padding: 20px 5% 27px 0;
  }*/
}
section.jobs .jobs-white .jobs-title .ul a .bg0 {
  opacity: 0;
}
section.jobs .jobs-white .jobs-title .ul a .job-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
section.jobs .jobs-white .jobs-title .ul a .job-bg img {
  opacity: 0.2;
  width: 700px;
  transform: translate(-200px, 0);
}
section.jobs .jobs-white .jobs-title .ul a .h5-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  width: 80%;
  text-align: center;
}
section.jobs .jobs-white .jobs-title .ul a .h5-text h5 {
  font-size: 30px;
  color: rgb(69, 69, 69);
}
section.jobs .jobs-white .jobs-title .ul a h5 {
  font-family: "vdl-pengentle", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
}
section.jobs .jobs-white .jobs-title .ul a p {
  font-size: 16px;
  font-family: "vdl-pengentle", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 140%;
  padding-bottom: 3%;
}
section.jobs .jobs-white .jobs-title .ul a .description {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0%);
  z-index: 3;
  pointer-events: none;
  width: 100%;
  opacity: 0;
  background-color: white;
  padding: 3% 10%;
  height: 150px;
}
section.jobs .jobs-white .jobs-title .ul a:hover .job-bg img {
  opacity: 1;
  transition: 1s ease;
}
section.jobs .jobs-white .jobs-title .ul a:hover .description {
  opacity: 1;
  transition: 1s;
  animation-timing-function: ease-in;
  pointer-events: auto;
}
section.jobs .jobs-white .jobs-title .ul a:hover .h5-text {
  opacity: 0;
  z-index: -1;
  transition: 1s;
}
section.jobs .jobs-white .jobs-img {
  width: 0%;
}
section.jobs .jobs-white .jobs-img .job-img {
  width: 70%;
  margin: 20% 5% 20% auto;
  position: relative;
  /*
  .display-top {
      display: block !important;
  }*/
  /*
                  @keyframes fade {
                      0% {
                          opacity: 0;
                      }
                      8% {
                          opacity: 1;
                      }
                      17% {
                          opacity: 1;
                      }
                      25% {
                          opacity: 0;
                          z-index: 0;
                      }
                      100% {
                          opacity: 0;
                      }
                  }

                  @keyframes mov {
                      0% {
                          transform: translate(-50%, 0);
                          opacity: 0;
                      }
                      8% {
                          transform: translate(0%, 0);
                          opacity: 1;
                      }
                      17% {
                          transform: translate(0%, 0);
                          opacity: 1;
                      }
                      18% {
                          opacity: 0;
                      }
                      25% {
                          transform: translate(-50%, 0);
                          opacity: 0;
                      }
                      100% {
                          transform: translate(-50%, 0);
                          opacity: 0;
                      }
                  }
  */
}
section.jobs .jobs-white .jobs-img .job-img img {
  border-radius: 2em;
}
section.jobs .jobs-white .jobs-img .job-img .job-i {
  position: absolute;
  opacity: 0;
  animation: fade 16s linear infinite;
  z-index: 1;
}
section.jobs .jobs-white .jobs-img .job-img .job-i img {
  box-shadow: 0.2em 0.2em 0.5em rgba(0, 0, 0, 0.513);
}
section.jobs .jobs-white .jobs-img .job-img .display-none {
  display: none !important;
}
section.jobs .jobs-white .jobs-img .job-img .text1 {
  font-family: "Hiragino Sans";
  font-size: 20pt;
  line-height: 1.5em;
  font-weight: 900;
  font-size: 2.5vw;
  position: absolute;
  top: -5%;
  left: -2%;
  color: white;
  text-shadow: 0.1em 0.1em 0.2em black;
  letter-spacing: 0.05em;
  z-index: 40;
  animation: mov 16s ease infinite;
}
section.jobs .jobs-white .jobs-img .job-img .text2 {
  width: 100%;
  font-family: "Hiragino Sans";
  font-size: 20pt;
  line-height: 1.5em;
  font-weight: 900;
  font-size: 2.2vw;
  position: absolute;
  top: 77%;
  left: 0%;
  color: white;
  letter-spacing: 0.05em;
  z-index: 50;
  transform: rotate(-25deg);
  line-height: 130%;
  text-align: right;
}
section.jobs .jobs-white .jobs-img .job-img .text2 span {
  font-size: 2vw;
}
section.jobs .jobs-white .jobs-img .job-img .job-i:nth-child(1) {
  animation-delay: 0s;
  z-index: 2 !important;
}
section.jobs .jobs-white .jobs-img .job-img .job-i:nth-child(1) .text1 {
  animation-delay: 0s;
}
section.jobs .jobs-white .jobs-img .job-img .job-i:nth-child(2) {
  animation-delay: 4s;
  z-index: 4 !important;
}
section.jobs .jobs-white .jobs-img .job-img .job-i:nth-child(2) .text1 {
  animation-delay: 4s;
}
section.jobs .jobs-white .jobs-img .job-img .job-i:nth-child(3) {
  animation-delay: 8s;
  z-index: 6 !important;
}
section.jobs .jobs-white .jobs-img .job-img .job-i:nth-child(3) .text1 {
  animation-delay: 8s;
}
section.jobs .jobs-white .jobs-img .job-img .job-i:nth-child(4) {
  animation-delay: 12s;
  z-index: 8 !important;
}
section.jobs .jobs-white .jobs-img .job-img .job-i:nth-child(4) .text1 {
  animation-delay: 12s;
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  6% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  31% {
    opacity: 0;
    z-index: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes mov {
  0% {
    transform: translate(-50%, 0);
    opacity: 0;
  }
  6% {
    transform: translate(0%, 0);
    opacity: 1;
  }
  25% {
    transform: translate(0%, 0);
    opacity: 1;
  }
  26% {
    opacity: 0;
  }
  31% {
    transform: translate(-50%, 0);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, 0);
    opacity: 0;
  }
}
section.jobs .jobs-white .jobs-img .job-img .job-ab {
  position: absolute;
  top: 0;
  left: 0;
}
section.jobs .jobs-white .jobs-img .job-img .cover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 12;
}
section.jobs .ig-title {
  display: flex;
  margin-left: auto;
  margin-right: 5%;
  position: relative;
  z-index: 2;
  flex-wrap: nowrap;
  margin: 0 auto;
  justify-content: center;
  margin-bottom: 50px;
}
section.jobs .lozenge .display-title {
  width: 100%;
  text-align: center;
}
section.jobs .lozenge h2 {
  width: 170px;
}
section.jobs .jobs {
  position: absolute;
  width: 160%;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.jobs-white:has(li:nth-child(1) a:hover) .job-i {
  display: none !important;
  transition: 0.3s;
}
.jobs-white:has(li:nth-child(1) a:hover) .job-i:nth-child(1) {
  display: block !important;
  opacity: 1 !important;
  animation: none !important;
  transition: 0.3s;
}
.jobs-white:has(li:nth-child(1) a:hover) .job-i:nth-child(1) .text1 {
  animation: mov2 1s ease forwards !important;
}
@keyframes mov2 {
  0% {
    transform: translate(-50%, 0);
    opacity: 0;
  }
  100% {
    transform: translate(0%, 0);
    opacity: 1;
  }
}

.jobs-white:has(li:nth-child(2) a:hover) .job-i {
  display: none !important;
  transition: 0.3s;
}
.jobs-white:has(li:nth-child(2) a:hover) .job-i:nth-child(2) {
  display: block !important;
  opacity: 1 !important;
  animation: none !important;
  transition: 0.3s;
}
.jobs-white:has(li:nth-child(2) a:hover) .job-i:nth-child(2) .text1 {
  animation: mov2 1s ease forwards !important;
}
@keyframes mov2 {
  0% {
    transform: translate(-50%, 0);
    opacity: 0;
  }
  100% {
    transform: translate(0%, 0);
    opacity: 1;
  }
}

.jobs-white:has(li:nth-child(3) a:hover) .job-i {
  display: none !important;
  transition: 0.3s;
}
.jobs-white:has(li:nth-child(3) a:hover) .job-i:nth-child(3) {
  display: block !important;
  opacity: 1 !important;
  animation: none !important;
  transition: 0.3s;
}
.jobs-white:has(li:nth-child(3) a:hover) .job-i:nth-child(3) .text1 {
  animation: mov2 1s ease forwards !important;
}
@keyframes mov2 {
  0% {
    transform: translate(-50%, 0);
    opacity: 0;
  }
  100% {
    transform: translate(0%, 0);
    opacity: 1;
  }
}

.jobs-white:has(li:nth-child(4) a:hover) .job-i {
  display: none !important;
  transition: 0.3s;
}
.jobs-white:has(li:nth-child(4) a:hover) .job-i:nth-child(4) {
  display: block !important;
  opacity: 1 !important;
  animation: none !important;
  transition: 0.3s;
}
.jobs-white:has(li:nth-child(4) a:hover) .job-i:nth-child(4) .text1 {
  animation: mov2 1s ease forwards !important;
}
@keyframes mov2 {
  0% {
    transform: translate(-50%, 0);
    opacity: 0;
  }
  100% {
    transform: translate(0%, 0);
    opacity: 1;
  }
}

/**********************************
company
**********************************/
section.company {
  padding-bottom: 70px;
  position: relative;
  padding-top: 70px;
  z-index: 1;
  overflow: hidden;
}
section.company .ig-title {
  margin: 0 auto;
  margin-right: auto;
  position: relative;
  flex-wrap: nowrap;
  z-index: 2;
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
  /*
  .ig-text {
      padding-right: 10%;
  }*/
}
section.company .lozenge {
  width: 50%;
}
section.company .lozenge .display-title {
  width: 500px;
  text-align: center;
}
section.company .lozenge h2 {
  width: 200px;
  height: 50px;
}
section.company .co-box {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  justify-content: center;
}
section.company .co-box .co-left {
  width: 500px;
  text-align: center;
  white-space: nowrap;
}
section.company .co-box .co-left h4 {
  font-family: "Hiragino Sans";
  font-size: 20pt;
  line-height: 1.5em;
  font-weight: 900;
  font-size: 48px;
  color: #d60011;
  line-height: 180%;
  letter-spacing: 0.05em;
}
section.company .co-box .co-left h4 span {
  font-size: 70px;
}
section.company .co-box .co-right {
  width: 600px;
}
section.company .co-box .co-right img {
  width: 80%;
  margin-left: auto;
}
section.company .fujico {
  position: absolute;
  width: 1300px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 0.3;
  max-width: 95%;
}
section.company section.company ul {
  width: 90%;
  margin: 0 auto;
  margin-top: 50px;
}
section.company ul {
  width: 70%;
  margin: 0 auto;
  margin-top: 50px;
}
section.company ul li {
  padding: 1% 3% 1% 5%;
  border-image-source: linear-gradient(45deg, #d60011 30%, rgb(222, 78, 154) 100%);
  border-image-slice: 1;
  border-bottom: 0.07em solid transparent;
  margin: 0 auto;
  list-style: none;
  font-family: "vdl-pengentle", sans-serif;
  font-weight: 700;
  font-style: normal;
  width: 700px;
  max-width: 90%;
}
section.company ul li a {
  display: flex !important;
  align-items: center;
}
section.company ul li a h5 {
  width: 90%;
  font-size: 20px;
}
section.company ul li a .arrow {
  width: 40px;
}
section.company ul li a .arrow img {
  width: 25%;
  margin-left: auto;
  margin-right: 0%;
}
section.company ul li:first-child {
  border-top: 0.07em solid transparent;
}

.co-flex {
  display: flex;
  margin-top: 50px;
  position: relative;
  z-index: -10;
  justify-content: center;
  flex-wrap: wrap;
}
.co-flex .co-left {
  margin: 2%;
}
.co-flex .co-left a {
  width: 450px;
}
.co-flex .co-right {
  margin: 2%;
}
.co-flex .co-right a {
  width: 450px;
}
.co-flex .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 0.25em 0.3em rgba(0, 0, 0, 0.3) inset;
  border-radius: 1em;
}
.co-flex .cover img {
  width: 100%;
}
.co-flex a {
  width: 80%;
  position: relative;
  display: block !important;
  color: black;
  z-index: 3;
}
.co-flex img {
  position: relative;
  z-index: -6;
  box-shadow: 0.2em 0.2em 0.4em rgba(0, 0, 0, 0.48);
  border-radius: 8px;
}
.co-flex .text {
  position: absolute;
  left: auto;
  color: white;
  transform: rotate(13deg);
  font-family: "Hiragino Sans";
  font-size: 20pt;
  line-height: 1.5em;
  font-weight: 900;
  z-index: 10;
}
.co-flex .text1 {
  top: 25px;
  right: 18px;
  font-size: 35px;
}
.co-flex .text2 {
  top: 30px;
  right: 5px;
  font-size: 30px;
}

.infogra-box .infogra {
  display: flex;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: center;
}
.infogra-box .infogra img {
  margin: 10px;
  background-color: #f7f7f7;
  box-shadow: 0.2em 0.2em 0.4em rgba(0, 0, 0, 0.408);
  border-radius: 10px;
}
.infogra-box .infogra .infogra1-left img {
  width: 626px;
}
.infogra-box .infogra .infogra1-right img {
  width: 374px;
}
.infogra-box .infogra .infogra2-left img {
  width: 404px;
}
.infogra-box .infogra .infogra2-right img {
  width: 596px;
}
.infogra-box .infogra .infogra3-left img {
  width: 582px;
}
.infogra-box .infogra .infogra3-right img {
  width: 418px;
}

.video,
.light,
.back2 {
  margin: 44px 0;
  margin-top: 0;
}

.entry.this {
  padding-top: 100px;
}
.entry.this a {
  padding: 10px;
}

.entry {
  flex-wrap: wrap;
  justify-content: center;
  width: 900px;
  margin: 0 auto;
  max-width: 90%;
  margin-top: -50px;
  margin-bottom: 30px;
}
.entry .navi0 {
  margin-left: 40px;
}
.entry .navi0,
.entry .navi {
  margin: 10px auto !important;
}
.entry .middle-school {
  width: 800px;
  position: relative;
  background: #d60011;
  height: 150px;
  display: flex !important;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-size: 27px;
  border-radius: 30px;
  max-width: 90%;
  margin: 0 auto;
  color: white;
  margin-top: 30px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
  /*
  &::before {
      content: "";
      position: absolute;
      z-index: -5 !important;
      width: 100%;
      height: 100%;
      top: 5px;
      left: 5px;
      background: #e06c09;
      border-radius: 15px;
  }
      */
}
.entry .middle-school div {
  font-weight: 600;
}
.entry .middle-school:hover .arrow {
  transition: 0.5s;
  right: 3%;
}
.entry .middle-school .arrow {
  position: absolute;
  width: 70px;
  top: 50%;
  right: 5%;
  transform: translate(0%, -50%);
}
.entry .middle-school .arrow img {
  background: transparent;
  box-shadow: none;
}
.entry .right {
  padding-top: 100px;
  margin-top: -100px;
}
.entry .right .middle-school {
  height: 100px;
  background: #d60012;
}
.entry .right .middle-school:nth-child(3) {
  background: #fabdbd;
  color: #262626;
}
.entry .right .middle-school:nth-child(3) .arrow {
  color: #4e4e4e;
}
.entry .left,
.entry .right {
  margin-bottom: 30px;
}

.entry2 {
  width: 1200px;
  max-width: 90%;
  padding-top: 0;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: 50px;
}
.entry2 .middle-school {
  width: 400px;
  margin: 20px auto;
  max-width: 80%;
}
.entry2 .middle-school2 {
  background: #1632ad;
}
.entry2 .middle-school2::before {
  background: #09164c;
}
.entry2 .right,
.entry2 .left {
  width: 500px;
  max-width: 100%;
}

.entry-title {
  font-size: 55px;
  font-weight: 700;
}

.entry-sub {
  font-size: 16px;
  margin-bottom: 20px;
}

.entry .left .illust {
  width: 600px;
  box-shadow: none;
  max-width: 90%;
}
.entry .left .illust:hover {
  transform: translate(0);
}

section.infographic {
  padding-bottom: 0;
}

section.home-entry {
  padding-top: 70px;
}
section.home-entry .ig-title {
  padding-bottom: 50px;
}
section.home-entry .ig-title .ig-text {
  margin-bottom: 50px;
}

.table-box {
  width: 630px;
  margin: 0 auto;
  margin-top: 30px;
  max-width: 90%;
}
.table-box h3 {
  margin: 0 auto;
  width: 250px;
  text-align: left;
  margin-top: 60px;
  margin-bottom: 10px;
}
.table-box table {
  border-collapse: collapse;
  width: 250px;
  margin: 0 auto;
}
.table-box table th,
.table-box table td {
  border: 1px solid;
  padding: 10px 10px;
  font-weight: 400;
}
.table-box .show-date {
  margin: 0 auto;
  text-align: right;
  margin-top: 5px;
  width: 250px;
}

.tel {
  margin-top: 150px;
  padding-bottom: 100px;
}

.new-recruit {
  display: flex;
  width: 1000px;
  max-width: 90%;
  margin: 150px auto 50px auto;
  flex-wrap: wrap;
}
.new-recruit h2 {
  background: transparent;
  color: #d70c11;
  transform: none;
  font-family: "mochiy-pop", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 50px;
  letter-spacing: 0.1em;
}
.new-recruit h2 span {
  opacity: 1;
  color: #d60c11;
  font-family: "Hiragino Kaku Gothic StdN", sans-serif;
}
.new-recruit .left {
  width: 400px;
}
.new-recruit .right {
  flex-grow: 1;
  min-width: 380px;
}
.new-recruit .right ul {
  list-style: none;
}
.new-recruit .right ul a {
  display: flex !important;
  align-items: center;
  padding: 20px 0;
  border-bottom: solid 1px #d60011;
  position: relative;
}
.new-recruit .right ul a img {
  width: 60px;
  margin-right: 30px;
}
.new-recruit .right ul li:first-child a {
  border-top: solid 1px #d60011;
}
.new-recruit .right ul .text {
  font-size: 23px;
  color: #d60c11;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.new-recruit .right ul .right-arrow {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translate(0, -50%);
  font-size: 23px;
  color: #d60c11;
}

/**********************************
sns
**********************************/
.blog .container2 .card-image > a {
  width: auto !important;
}
.blog .swiper-container3 {
  width: 1200px;
  max-width: 90%;
  margin: 0 auto;
  margin-bottom: 50px;
}
.blog .container2 .title {
  color: #454545;
  font-family: "MS PGothic", sans-serif;
  font-size: 18px;
  width: auto;
}
.blog .container2 .text-box {
  margin-top: 5px;
}

/**********************************
レスポンシブ
**********************************/
@media (max-width: 1039px) {
  .infogra-box .infogra {
    display: block;
  }
  .infogra-box .infogra img {
    width: 500px !important;
    max-width: 90%;
    margin: 20px auto;
  }
  section.infographic .ig-title {
    padding-bottom: 0;
  }
}
@media (max-width: 1015px) {
  .lozenge {
    width: 300px !important;
    margin-right: 200px;
  }
}
@media (max-width: 946px) {
  section.jobs .jobs-white .jobs-title .ul .border-line:nth-child(1),
  section.jobs .jobs-white .jobs-title .ul .border-line:nth-child(2),
  section.jobs .jobs-white .jobs-title .ul .border-line:nth-child(3) {
    border: 0;
    border-bottom: solid 1px #191919;
  }
}
@media (max-width: 866px) {
  .entry .right {
    padding-top: 20px;
  }
}
@media (max-width: 1200px) {
  .ig-title {
    justify-content: left !important;
    width: 80% !important;
    margin: 0 auto;
    flex-wrap: wrap !important;
  }
  .ig-title .ig-text {
    margin: 0px auto;
    margin-bottom: 20px !important;
  }
}
@media (max-width: 700px) {
  .metal-hr {
    height: 50px;
  }
  .video,
  .light,
  .back2 {
    margin: 44px 0;
    margin-top: 0;
  }
  /*
      .real-top .top-text-box {
          margin-top: 60px;
      }

  */
  .metal-hr.bottom {
    position: absolute;
    top: auto;
    left: 0;
  }
  .real-top .top-text-box {
    margin-top: 9%;
    width: 80%;
  }
  .real-top .top-text-box h1 {
    font-size: 5vw;
  }
  .real-top .top-text-box h1 span {
    font-size: 4.5vw;
  }
  .real-top .recruit-url a {
    font-size: 10px;
  }
  section.news-area .ig-title h2 {
    width: 120px;
  }
  section.infographic .ig-title-box {
    display: block;
  }
  section.infographic .ig-catch {
    width: 100%;
  }
  section.infographic .ig-catch .numbers {
    font-size: 7vw;
  }
  section.infographic .ig-catch .numbers span {
    font-size: 8vw;
  }
  section.infographic .ig-catch .numbers .n2 {
    font-size: 10vw;
  }
  .infogra-box .infogra img {
    max-width: 80%;
    margin: 10px auto;
  }
  .lozenge .display-title {
    font-size: 20px;
  }
  section.infographic .ig-title {
    padding-top: 70px;
    width: 100%;
    margin: 7% 10% 5% auto;
  }
  .ig-data {
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: wrap;
    margin-top: 15%;
  }
  .ig-data .ig-word {
    width: 100%;
  }
  .ig-data .ig-word h3 {
    font-size: 9vw;
  }
  .ig-data .ig-word .date3 {
    font-size: 6vw;
  }
  .ig-data .ig-img {
    width: 100%;
  }
  .ig-data .ig-img img {
    width: 60%;
    margin-left: 5%;
  }
  .ig-data:nth-child(even) {
    flex-direction: column-reverse;
  }
  .ig-data:nth-child(even) .ig-img img {
    margin-right: 5%;
  }
  .back-info {
    left: 58%;
    width: 180%;
  }
  .staff .lozenge h2 {
    width: 230px !important;
  }
  section.staff .ig-title {
    display: flex !important;
    margin-left: auto;
    margin-right: 5%;
    position: relative;
    z-index: 2;
    flex-wrap: nowrap;
    margin: 0 auto;
    justify-content: center !important;
    margin-bottom: 50px;
  }
  section.staff .ig-title {
    width: 100%;
  }
  section.staff {
    padding: 10% 0 0 0;
  }
  section.staff .lozenge {
    margin-right: 50px;
  }
  section.sns .ig-title h2 {
    width: 120px;
  }
  section.jobs .lozenge {
    width: 90%;
  }
  section.jobs .ig-title {
    width: 100%;
  }
  h2 span {
    font-size: 20px;
  }
  section.jobs .jobs-white .jobs-img .job-img {
    margin: 10% auto 20% auto;
  }
  /*
      section.jobs .jobs-white {
          display: flex;
          flex-direction: column-reverse;

          .jobs-img {
              //width: 100%;
              padding-bottom: 10%;
          }

          .jobs-title {
              width: 100%;
          }
      }
  */
  .container2 .swiper-slide-active .card-image > a {
    mask-image: none; /*マスクレイヤーとして使用する画像*/
    mask-repeat: no-repeat;
    mask-position: top;
    mask-size: auto;
    -webkit-mask-image: none;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: top;
    -webkit-mask-size: auto;
    margin-top: 0%;
    width: 200px !important;
  }
  .container2 .card-image > a {
    width: 200px !important;
  }
  section.company .ig-title {
    width: 100%;
  }
  section.company ul {
    width: 80%;
  }
  section.company .co-box {
    display: block;
  }
  section.company .co-box .co-left {
    width: 100%;
    margin-left: -7%;
  }
  section.company .co-box .co-left h4 {
    font-size: 25px;
  }
  section.company .co-box .co-left h4 span {
    font-size: 50px;
  }
  section.company .co-box .co-right {
    width: 100%;
    padding: 5%;
  }
  section.company .co-box .co-right ul {
    width: 100%;
  }
  section.company .co-box .co-right ul li {
    font-size: 20px;
    width: 100%;
  }
  section.company .fujico {
    top: 25%;
  }
  .co-flex {
    margin: 0 auto;
    margin-top: 5%;
    display: block;
  }
  .co-flex .co-left {
    width: 100%;
    margin: 0 auto;
  }
  .co-flex .co-left a {
    width: 300px;
    margin: 0 auto;
  }
  .co-flex .co-right {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5%;
  }
  .co-flex .co-right a {
    width: 300px;
    margin: 0 auto;
  }
  section.company .co-box .co-right img {
    width: 90%;
  }
  section.jobs .jobs-white .jobs-img .job-img .text1 {
    font-size: 7vw;
  }
  section.jobs .jobs-white .jobs-img .job-img .text2 {
    font-size: 6vw;
  }
  .co-flex .text1 {
    top: 18px;
    right: 5px;
    font-size: 24px;
  }
  .co-flex .text2 {
    top: 20px;
    right: 3px;
    font-size: 20px;
  }
  .container .interview-text {
    display: none !important;
  }
  .metal-border {
    height: 50px;
  }
  .eng-word.under {
    bottom: 24px;
  }
  .ig-title {
    margin-bottom: 30px !important;
  }
  section.jobs .jobs-white .jobs-title .ul a:hover .job-bg img {
    opacity: 1;
    transition: 1s;
  }
  section.jobs .jobs-white .jobs-title .ul a:hover .description {
    opacity: 1;
    transition: 1s;
    animation-timing-function: ease-in;
    pointer-events: auto;
  }
  section.jobs .jobs-white .jobs-title .ul a:hover .h5-text {
    opacity: 0;
    z-index: -1;
    transition: 1s;
  }
  section.jobs .jobs-white .jobs-title .ul a h5 {
    font-size: 18px;
  }
  section.jobs .jobs-white .jobs-title .ul a p {
    font-size: 14px;
  }
  section.infographic {
    padding-bottom: 0;
  }
  /*
  .entry {
      background: #d60011;
      max-width: 100%;
      padding: 30px 0;
  }

  .entry2 {
      margin-top: 0;

      .left {
          background: white;
          width: 90%;
          margin: 0 auto;
          padding-top: 30px;

          img {
              margin-bottom: 0;
          }
      }

      .right {
          .entry-title {
              padding-top: 30px;
          }
      }

      .table-box {
          background: white;
          width: 90%;
          padding: 20px 0;

          h3 {
              margin-top: 0;
          }
      }
  }

  .entry-btn {
      display: block !important;
      width: 270px;
      max-width: 90%;
      margin: 5% auto 0 auto;
      padding: 5px 10px;
  }

  .entry .middle-school {
      font-size: 18px;
  }

  .entry .navi0,
  .entry .navi {
      margin: 20px auto;
  }

  .table-box {
      margin-top: 50px;
      width: 250px;
  }*/
  .entry img {
    max-width: 80%;
  }
  .entry .navi {
    max-width: 80%;
  }
  .entry .middle-school {
    font-size: 18px;
    min-height: 100px;
    height: 100px;
  }
  .tel {
    margin-top: 50px;
  }
  section.home-entry .ig-title .lozenge h2 {
    width: 130px;
  }
  section.home-entry .ig-title .ig-text {
    margin-bottom: 0 !important;
  }
  .entry-title {
    font-size: 40px;
  }
  /*

  .entry .middle-school {
      height: 100px;
  }

  .entry:nth-child(3) {
      .left {
          .entry-title {
              color: white;
          }

          .entry-sub {
              color: white;
          }
      }

      .right {
          .entry-title {
              color: #d60011;
          }
      }
  }

  .entry:nth-child(3) .left {
      width: 90%;
      margin: 0 auto;
      padding-bottom: 30px;
  }

  .entry:nth-child(3) {
      .right {
          background: #ffb1b7;
          width: 90%;
          margin: 0 auto;
          padding: 30px 0;
      }
  }

  .entry2 {
      .right {
          .entry-title {
              color: white;
          }

          .middle-school {
              background: white;
              color: #262626;
          }
      }
  }
      */
}
@media (max-width: 500px) {
  .new-recruit .right {
    min-width: auto !important;
  }
  .new-recruit .right ul .text {
    font-size: 20px;
  }
  .new-recruit .right ul a img {
    width: 50px;
    margin-right: 10px;
  }
  .new-recruit .right ul .right-arrow {
    font-size: 20px;
    right: 10px;
  }
  .new-recruit {
    margin: 50px auto;
  }
  .new-recruit h2 {
    font-size: 35px;
  }
}
@media (max-width: 300px) {
  .metal-hr .recruit-site {
    font-size: 10px;
  }
  .real-top .recruit-url {
    bottom: 25%;
  }
}/*# sourceMappingURL=home.css.map */