@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Khula:700);
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1:wght@100..900&family=Zen+Kaku+Gothic+New&display=swap');
@import url('https://fonts.googleapis.com/css?family=Mukta:700');

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}


/* 動画 */
video {
  position: fixed;
  top: 0;
  left: 0;
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
  overflow-x: hidden;
}

.mainvisual {
  position: relative;
  z-index : 0;
  width: 100vw;
  height: 150vh;
  overflow: hidden;
}

.mainvisual_text {
  position: absolute;
  color: #fff;
  font-size: 60px;
  z-index: 10;
  top: 30%;
  left: 30%;
  margin: -25px 0 0 -25px;
  display: flex;
}

.top_img_rec {
  border-radius: 6px;
  margin-left: 500px;
  transition: transform .6s ease;
}

.top_img_rec:hover {
  transform: scale(1.1);
  opacity: 0.7;
}

.p1 {
  text-align: justify;
}

.top-img {
  opacity: 0.5;
  border-radius: 6px;
  transition: transform .6s ease;
}

.top-img:hover {
  transform: scale(1.1);
}

.top_item {
  font-family: 'Mv Boli';
}

.top-img_parent {
  margin-top: 800px;
}

.top-img_child1 {
  position: absolute;
  z-index : 15;
}

.top-img_child2 {
  position: absolute;
  width: 1000px;
  height: 500px;
  opacity: 0.7;
  border-radius: 6px;
  background-color: #FFF;
  margin: 0 auto;
  z-index : 20;
  margin: 0;
  top: 75%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%)
}

.top_item_sub {
  font-family:'Noto Sans Japanese';
  font-weight: 700;
  font-style: normal;
  font-size: 90px;
}

.top_item_subjp {
  font-family:'Noto Sans Japanese';
  font-weight: 900;
  font-style: normal;
  font-size: 60px
}

/* トップ文字 */
.sample_text17 {
  position: relative;
  display: inline-block;
  font-weight:bold;
  border-bottom: solid 3px #d5d5d5;
  margin: 0 auto 50px;
  padding: 5px 0 5px 0;
}
.sample_text17::after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #77bcff;
  bottom: -3px;
  width: 30%;
}

.top_text_box {
  --x-gradient: linear-gradient(90deg, #FFF 0 30px, transparent 0 calc(100% - 30px), #FFF calc(100% - 30px));
  --y-gradient: linear-gradient(#FFF 0 30px, transparent 0 calc(100% - 30px), #FFF calc(100% - 30px));
  position: relative;
  padding: 1rem;
  margin-bottom: 0.2rem;
  background-image:
      var(--x-gradient),
      var(--y-gradient),
      var(--x-gradient),
      var(--y-gradient);
  background-repeat: no-repeat;
  background-size: 100% 3px, 3px 100%, 100% 3px, 3px 100%;
  background-position: top, right, bottom, left;
  font-weight: bold;
  font-size: 80px;
  text-align: center;
}

.top_text {
  font-family:'HGS創英角ｺﾞｼｯｸUB';
  font-size: 50px;
  font-weight: 500;
  color: #FFF;
}

/* トップ採用サイト */
button {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
 }
 
 button.learn-more {
  width: 13rem;
  height: auto;
 }
 
 button.learn-more .circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 3rem;
  height: 3rem;
  background: #282936;
  border-radius: 1.625rem;
 }
 
 button.learn-more .circle .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
 }
 
 button.learn-more .circle .icon.arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.625rem;
  width: 1.125rem;
  height: 0.125rem;
  background: none;
 }
 
 button.learn-more .circle .icon.arrow::before {
  position: absolute;
  content: "";
  top: -0.29rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  transform: rotate(45deg);
 }
 
 button.learn-more .button-text {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.8rem 0;
  margin: 0 0 0 1.85rem;
  color: #282936;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  text-transform: uppercase;
 }
 
 button:hover .circle {
  width: 100%;
 }
 
 button:hover .circle .icon.arrow {
  background: #fff;
  transform: translate(1rem, 0);
 }
 
 button:hover .button-text {
  color: #fff;
 }

.rec {
  text-align: center;
}

.rec_text {
  font-family:'Noto Sans Japanese';
  font-size: 16px;
}


/* 会社名 */
#company_name {
  font-family:'Noto Sans Japanese';
}

/* ナビ　*/
.nav_item {
  font-family:'Noto Sans Japanese',sans-serif;
  color: #FFF;
}

.nav_item:hover {
  text-decoration: none;
  color: #6c6c6c;
}

.nav-box {
  margin: 30px;
  border-bottom: 1px solid #c1c1c1;
}

/* メイン */
.container{
  width: 100vw;
  height: 360vh;
  position: relative;
  background: #fff;
}

/* service部分 */
.service {
  margin: 30px;
}

.service_box {
  display: flex;
}

.scroll_right {
  -webkit-transition: 0.8s ease-in-out;
  -moz-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  transform: translateX(30px);
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}
.scroll_right.on {
  opacity: 1.0;
  filter: alpha(opacity=100);
  -moz-opacity: 1.0;
  transform: translateX(0);
}

.service_text_box {
  overflow: hidden;
  padding: 10px 150px 10px 150px;
  text-align: right;
}

.service_detail {
  cursor: pointer;
  overflow: hidden;
  width: 100%;
}

.uk-card {
  border-radius: 10px;
  margin: 10px;
}

.service_img {
  border-radius: 10px;
}
.service_detail:hover {
  background-color: #363636; /* ホバー時の背景色 */
}

.service_detail .service_img {
  height: auto;
  transition: transform .6s ease; /* ゆっくり変化させる */
}

.service_detail:hover .service_img {
  filter: brightness(50%); /* ホバー時に画像を暗くする効果 */
  transform: scale(1.1); /* 拡大 */
}

.service_detail .detail-link {
  display: none; /* 初期状態では非表示 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.service_detail:hover .detail-link {
  display: block; /* ホバー時に表示 */
  opacity: 1;
}

.detail-link_btn {
  color: #FFF;
  font-size: 20px;
  font-weight: bold;
  background: transparent;
  padding: 18px 30px;
  font-family:'Noto Sans Japanese';
  position: relative;
  z-index: 1;
  transition: .3s;
}

.detail-link_btn::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #333; 
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease .3s;
  opacity: 0.7;
}

.detail-link_btn:hover {
  color: #fff;
  opacity: 0.7;
}

.detail-link_btn:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}


/* client部分 */
.client {
  margin :200px;
}

.client_text_box {
  overflow: hidden;
  padding: 10px 150px 10px 150px;
  text-align: center;
}

.client_container {
  display: flex;
}

.client_img {
  padding-right: 30px;
}

.client_slider img {
  margin: 5px 5px;
}

.client_slider-container {
  overflow: hidden;
}
.client_slider {
  position: relative;
}
.client_slides {
  display: flex;
  width: 200%;
  animation: slide var(--duration, 5s) linear infinite;
 
}
.client_slide {
  flex-basis: 50%;
  display:flex;
  align-items: center;
  margin: 30px;
}

@keyframes slide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* news部分 */
.news_column {
  display: flex;
}

.scroll_right {
  -webkit-transition: 0.8s ease-in-out;
  -moz-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  transform: translateX(30px);
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}
.scroll_right.on {
  opacity: 1.0;
  filter: alpha(opacity=100);
  -moz-opacity: 1.0;
  transform: translateX(0);
}

.text_box {
  display: flex;
  overflow: hidden;
  padding: 0px 150px 0px 150px;
}

.section_title {
  display: inline-block;
  color: rgb(71, 76, 76);
  font-size: 100px;
  font-weight: bold;
  margin: 0;
  font-family: "Barlow", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.scroll_left {
  -webkit-transition: 0.8s ease-in-out;
  -moz-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  transform: translateX(-30px);
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}
.scroll_left.on {
  opacity: 1.0;
  filter: alpha(opacity=100);
  -moz-opacity: 1.0;
  transform: translateX(0);
}


.news_articles {
  cursor: pointer;
}

.news_articles img {
  transition: transform .5s ease;
}
.news_articles:hover img {
  transform: scale(1.3);
}

.tag_area07 {
  position: relative;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0 2em 0 2em;
  background-color: #889098;
  border-radius: 30px;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  -webkit-transition: .2s;
  transition: .2s;
}

.news_date {
  font-size: 15px;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  color: #5a5a5a;
}

/* フッター */

.footer {
  background-color: #393a40;
  height: 50vh;
  position: relative;
  width: auto;
}

.footer_logo {
  padding: 10px;
  border-bottom: 1px solid #c1c1c1;
}

.footer_menu {
  display: flex;
}

.footer_menu_sub {
  padding: 50px;
}

.footer_menu_text {
  font-family:'Noto Sans Japanese';
  font-size: 16px;
  font-weight: 600;
  color: #FFF;
}

.menu_text {
  color: #FFF;
}

ul {
  padding-left:0
}

li {
  list-style:none;
  padding:10px;
}

/* 各コンテンツのフェードインアニメーション */
.fadeIn500ms {
  animation-name: fadeIn500ms;
  animation-delay: 500ms;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  transform: translateY(50px);
  opacity: 0;
}
@keyframes fadeIn500ms {
  0% {
  }
  100% {
      transform: translateY(0);
      opacity: 1;
  }
}

.fadeIn1000ms {
  animation-name: fadeIn1000ms;
  animation-delay: 1000ms;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  transform: translateY(50px);
  opacity: 0;
}
@keyframes fadeIn1000ms {
  0% {
  }
  100% {
      transform: translateY(0);
      opacity: 1;
  }
}

.fadeIn1500ms {
  animation-name: fadeIn1500ms;
  animation-delay: 1500ms;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  transform: translateY(50px);
  opacity: 0;
}
@keyframes fadeIn1500ms {
  0% {
  }
  100% {
      transform: translateY(0);
      opacity: 1;
  }
}