@charset "utf-8";

/*----------------------------------------------------------------------
★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
index.html ホーム・。・゜★・。・。☆・゜・。・゜。・。・゜★・。・。☆
★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
------------------------------------------------------------------------*/
/*----------------------------------------------------------------------
bg・。・゜★・。・。☆・゜・。・゜。・。・゜★・。・。☆
------------------------------------------------------------------------*/
.bg{
  height: 100vh;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  position: fixed;
  top: 0;
  width: 100%;
}
.bg video{
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  object-fit: cover;
}
.bg_wrapper{
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
/*----------------------------------------------------------------------
mv・。・゜★・。・。☆・゜・。・゜。・。・゜★・。・。☆
------------------------------------------------------------------------*/
.mv{
  position: relative;
  height: 100vh;
}
.mv_layout{

  margin-inline: auto;
  padding-inline: 4%;
}
.mv_main{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.mv h1{
    font-size: 4rem;
    font-weight: 700;
    letter-spacing: .02em;
    line-height: 1.5;
}

/*新たなる出発*/

/**/
.mv h2{
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: .02em;
    line-height: 1.5;
    margin-bottom: 25px;
}

.mv_bottom{
  display: flex;
  align-items: flex-end;
  position: absolute;
  bottom: 4%;
  width: 90%;
  left: 50%;
  transform: translateX(-50%);
}
.mv_bottom p{
  width: 20%;
}
.mv_day{
  width: 60%;
}
.mv_image{
  width: 20%;
}
.mv_bottom img{
  margin-left: 40%;
    width: 60%;
}
@media screen and (max-width:600px) {
  .mv h1{
    font-size: 3.2rem;
}
.mv h2{
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: .02em;
  line-height: 1.5;
  margin-bottom: 25px;
}
.mv_bottom p{
  width: 50%;
}
.mv_day{
  width: 0;
}
.mv_image{
  width: 50%;
}
}
/*------------------mv news---------------------*/
.bx-wrapper {
  margin-bottom: 0 !important;
  border-radius: 400px;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  background-color:rgba(0,0,0,0.1)!important;
  border: none !important;
  -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.bx-viewport{
  height: 42px;
}
/*ニュース1行の周りの余白*/
.slider a{
  display: block;
  padding:16px;
  text-align: center;
  
}
/*日付*/
.slider span {
  display:inline-block;
  font-size:0.8rem;
  margin-right:10px;
  color:#777;
}

/*768px以下の見た目 ※1行のままにしたい場合は不要　*/
@media screen and (max-width:600px) {
  .slider {
      padding:20px;
      background:#fff;
  }

  .slider li {
      border-bottom:1px dashed #ccc;
  }

  .slider li:last-child {
      border-bottom:none;
  }
  .slider span {
      display:block;
  padding-bottom:10px;
  }
}
/*----------------------------------------------------------------------
丸動き・。・゜★・。・。☆・゜・。・゜。・。・゜★・。・。☆
------------------------------------------------------------------------*/
/*=== 9-1-2 丸が動いてスクロールを促す ====*/

/*スクロールダウン全体の場所*/
.scrolldown2{
  /*描画位置※位置は適宜調整してください*/
position:absolute;
bottom:10px;
right:17%;
}

/*Scrollテキストの描写*/
.scrolldown2 span{
  /*描画位置*/
position: absolute;
left:10px;
bottom:10px;
  /*テキストの形状*/
color: #222;
font-size: 0.7rem;
letter-spacing: 0.05em;
/*縦書き設定*/
}

/* 丸の描写 */
.scrolldown2:before {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom:-4px;
  left:-4px;
  /*丸の形状*/
width:10px;
height:10px;
border-radius: 50%;
background:#135fe3;
  /*丸の動き1.6秒かけて透過し、永遠にループ*/
animation:
  circlemove 1.6s ease-in-out infinite,
  cirlemovehide 1.6s ease-out infinite;
  z-index: 1;
}

/*下からの距離が変化して丸の全体が上から下に動く*/
@keyframes circlemove{
    0%{left:-5px;}
   100%{left:75px;}
}

/*上から下にかけて丸が透過→不透明→透過する*/
@keyframes cirlemovehide{
    0%{opacity:0}
   50%{opacity:1;}
  80%{opacity:0.9;}
100%{opacity:0;}
}

/* 線の描写 */
.scrolldown2:after{
content:"";
  /*描画位置*/
position: absolute;
bottom:0;
left:0;
  /*線の形状*/
width:80px;
height: 1px;
background:#222;
}
@media screen and (max-width:600px) {
  .scrolldown2{
    /*描画位置※位置は適宜調整してください*/
  position:absolute;
  bottom:6%;
  right:30%;
  }
}
/*----------------------------------------------------------------------
about・。・゜★・。・。☆・゜・。・゜。・。・゜★・。・。☆
------------------------------------------------------------------------*/
.about{
  position: relative;
  padding: 12.2254758419vw 11.420204978vw 12.3718887262vw 12.1522693997vw;
  background:rgba(255,255,255,0.8);
  overflow: hidden;
}
.about p{
  width: 70%;
  margin-left: 30%;
  margin-top: 6%;
  line-height: 2.66;
  font-size: 16px;
}
@media screen and (max-width:1000px) {
  .about{
    padding: 24vw 8vw 24vw 8vw;
  }
  .about p{
    width: 100%;
    margin-left: 0%;
    margin-top: 6%;
    line-height: 2.0;
    font-size: 14px;
    font-weight: 400;
  }
}
@media screen and (max-width:600px) {
  .about{
    padding: 24vw 8vw 24vw 8vw;
  }
  .about p{
    width: 100%;
    margin-left: 0%;
    margin-top: 6%;
    line-height: 2.0;
    font-size: 14px;
    font-weight: 400;
  }
}
/*----------------------------------------------------------------------
survice・。・゜★・。・。☆・゜・。・゜。・。・゜★・。・。☆
------------------------------------------------------------------------*/
.survice{
  position: relative;
  padding: 4.2767203514vw 11.420204978vw 10.934114202vw 11.2005856515vw;
  background:#ffffff;
  overflow: hidden;
}
svg.test2{
  position: absolute;
  opacity: 0.03;
  width: 160%;
  margin:0 auto;
  display:block;
  font-size:52px;
  letter-spacing:-2.5px;
  bottom: -20%;
  left: -72%;
  animation: spin 5s linear infinite;
  -webkit-animation: spin 30s linear infinite;
  -moz-animation: spin 30s linear infinite;
  font-weight: 700;
  z-index: 0;
}
@keyframes spin{
  0%   { transform: rotate(360deg); }
  100% { transform: rotate(0deg); }
}
@-webkit-keyframes spin{
  0%   { -webkit-transform: rotate(360deg); }
  100% { -webkit-transform: rotate(0deg); }
}
@-moz-keyframes spin{
  0%   { -moz-transform: rotate(360deg); }
  100% { -moz-transform: rotate(0deg); }
}
.survice h5{
  margin-bottom: 4%;
}
.survice li{
  display: flex;
  padding: 4% 0;
}
.survice_text{
  width: 60%;
}
.survice_image{
  width: 30%;
  margin-left: 10%;
}
.survice_image img{
  width: 100%;
}
.survice p{
  line-height: 2.66;
}
@media screen and (max-width:600px) {
  .survice{
    position: relative;
    background:#f7f7f7;
    padding: 24vw 8vw 12vw 8vw;
  }
  .survice li{
    display: block;
    padding: 0 0 8% 0;
  }
  .survice_text{
    width: 100%;
    margin-bottom: 4%;
  }
  .survice_image{
    width: 100%;
    margin-left: 0%;
  }
  .survice p{
    line-height: 2.0;
    font-size: 14px;
    font-weight: 400;
  }
}
/*----------------------------------------------------------------------
works・。・゜★・。・。☆・゜・。・゜。・。・゜★・。・。☆
------------------------------------------------------------------------*/
.works{
  position: relative;
  background:#f7f7f7;
  padding: 12.2767203514vw 11.420204978vw 12.934114202vw 11.2005856515vw;
}
.works li h6{
  margin: 4% 6% 4% 6%;
}
.works_down{
  /*描画位置※位置は適宜調整してください*/
position:absolute;
top:16%;
bottom: unset;
right:18%;
}
.works ul{
  display: flex;
  flex-wrap: wrap;
  margin-top: 4%;
}
.works li{
  width: 48%;
  background: #ffffff;
  filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.1));
  transition:transform 0.8s;
}
.works li:hover {
  transform:scale(0.96);
}
.works li:nth-child(odd){
  margin-right: 4%;
  margin-bottom: 4%;
}
.works li:nth-child(even){
  margin-top: 4%;
}
.works li img{
  width: 100%;
}
.works p{
  text-align: center;
  padding: 4% 0;
  font-size: 1.0980966325vw;
}
@media screen and (max-width:600px) {
  .works{
    position: relative;
    background:#f7f7f7;
    padding: 24vw 8vw 24vw 8vw;
  }
  .works_down{
    /*描画位置※位置は適宜調整してください*/
  position:absolute;
  top:8%;
  bottom: unset;
  right:30%;
  }
  .works ul{
    display: block;
    flex-wrap: wrap;
    margin-top: 4%;
  }

  .works li h6{
    margin: 0;
    padding: 2% 0% 2% 6%;
  }
  .works li:nth-child(odd){
    margin-right: 0%;
  }
  .works p{
    text-align: center;
    font-size: 13px;
    padding: 6%;
  }
  .works li{
    width: 100%;
    background: #ffffff;
    filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.1));
    transition:transform 0.8s;
  }
  .works li:nth-child(odd){
    margin-top: 16%;
  }
  .works li:nth-child(even){
    margin-top: 16%;
  }
}

/*----------------------------------------------------------------------
news・。・゜★・。・。☆・゜・。・゜。・。・゜★・。・。☆
------------------------------------------------------------------------*/
.news{
  position: relative;
  background:#ffffff;
  padding: 12.2767203514vw 11.420204978vw 10.934114202vw 11.2005856515vw;
}
.news li{
  align-content: flex-start;
    align-items: flex-start;
    border-bottom: 1px solid #e1e1e1;
    border-left: 0px solid #e1e1e1;
    border-right: 0px solid #e1e1e1;
    border-top: 0px solid #e1e1e1;
    flex: 1;
    gap: 16px;
    margin: 0px 0px 0px 0px;
    padding: 32px 0px;
    --gap-h-3581e819-ba9d-4fdc-afba-15e4a1e3ae1f: 0px;
    --gap-v-3581e819-ba9d-4fdc-afba-15e4a1e3ae1f: 16px;
    --gap-uuid: 3581e819 -ba9d-4fdc-afba-15e4a1e3ae1f;
    max-width: 100%;
}
.news li p{
  align-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 16px;
    height: auto;
    justify-content: center;
    --gap-h-481d1e0f-61c8-4072-a5a2-4b6aa03a607d: 16px;
    --gap-v-481d1e0f-61c8-4072-a5a2-4b6aa03a607d: 0px;
    --gap-uuid: 481d 1e0f -61c 8 -4072 -a5a2-4b6aa03a607d;
    max-width: 100%;
}
.news_box{
  display: flex;
}
.news_day{
  font-size: 12px;
  color: #838383;
  display: inline-block;
  padding-right: 2%;
}
.news_tag{
  font-size: 12px;
  background: #e1e1e1;
  color: #838383;
  display: inline-block;
  padding: 0.1% 2%;
  border-radius: 40px;

}
.news_text{
  padding-top: 2%;
  font-size: 16px;
  transition: 0.5s ;
}
.news_text:hover{
  opacity: 0.5 ;
}
@media screen and (max-width:600px) {
  .news{
    padding: 24vw 8vw 24vw 8vw;
  }
  .news_text{
    padding-top: 2%;
    font-size: 14px;
    font-weight: 400;
  }
}

/*----------------------------------------------------------------------
recruit・。・゜★・。・。☆・゜・。・゜。・。・゜★・。・。☆
------------------------------------------------------------------------*/
.recruit{
  position: relative;
  padding: 12.2767203514vw 11.420204978vw 10.934114202vw 11.2005856515vw;
}
.recruit h4{
  padding-bottom: 2%;
}
.recruit h5{
  padding-bottom: 2%;
}
.recruit p{
  padding-bottom: 2%;
  line-height: 2.66;
}
.nav_0{
  display:inline-block;
  z-index:1;
  position:relative;
  font-size:inherit;
  font-family:inherit;
  color:#fff;
  padding:.5em 1em;
  outline:0;
  border:none;
  background-color:#222222;
  overflow:hidden;
  transition:color .4s ease-in-out;
  padding: 2%!important;
}
  .nav_0::before{
    content:'';
    z-index:-1;
    position:absolute;
    top:100%;
    right:100%;
    width:1em;
    height:1em;
    border-radius:50%;
    background-color:#135fe3;
    transform-origin:center;
    transform:translate3d(50%,-50%,0) scale3d(0,0,0);
    transition:transform .45s ease-in-out
  }
  .nav_0:hover{
    cursor:pointer;color:#fff
  }
  .nav_0:hover::before{
    transform:translate3d(50%,-50%,0) scale3d(20,20,20)
  }
  @media screen and (max-width:600px) {
    .recruit{
      position: relative;
      padding: 12vw 8vw 24vw 8vw;
    }
    .recruit p{
      line-height: 2.0;
      font-size: 14px;
      font-weight: 400;
    }
  }
/*----------------------------------------------------------------------
別ページ・。・゜★・。・。☆・゜・。・゜。・。・゜★・。・。☆
------------------------------------------------------------------------*/
.title{
  height: 360px;
  position: relative;
  padding-top: 146px;
  padding-left: 4%;

}
.title h4{
  font-size: 3.6vw;
}
.subtitle{
  font-size: 16px;
  font-weight: 400;
  padding-top: 1%;
}
.company{
  position: relative;
  background: #ffffff;
  padding: 12.2767203514vw 11.420204978vw 10.934114202vw 11.2005856515vw;
}
.company ul {
  padding-top: 8%;
}
.company li {
  display: flex;

}
.news_inc li{
  border-bottom: solid 1px #e1e1e1;
    padding: 4% 2%;
}
.company_title{
  border-top: 1px solid #c4c4c4;
  padding: 20px 0 20px 24px;
    width: 26.1020881671%;
}
.company_title_f{
  border-top: 1px solid #135fe3;
  padding: 20px 0 20px 24px;
    width: 26.1020881671%;
}
.company_text{
  border-top: 1px solid #c4c4c4;
  line-height: 32px;
  padding: 20px 0 20px 24px;
  width: 73.8979118329%;
}
@media screen and (max-width:600px) {
  .title h4{
    font-size: 8vw;
  }
  .company{
    padding: 24vw 8vw 24vw 8vw;
  }
  .company_title{
    border-top: 1px solid #c4c4c4;
    padding: 20px 0 20px 24px;
      width: 40%;
  }
  .company_title_f{
    border-top: 1px solid #135fe3;
    padding: 20px 0 20px 24px;
      width: 40%;
  }
  .company_text{
    border-top: 1px solid #c4c4c4;
    line-height: 32px;
    padding: 20px 0 20px 24px;
    width: 60%;
  }
}
.works_box{
  position: relative;
  background: #ffffff;
  padding: 12.2767203514vw 11.420204978vw 10.934114202vw 11.2005856515vw;
}
@media screen and (max-width:600px) {
  .title h4{
    font-size: 8vw;
  }
}
.works_inc{
  position: relative;
}

.works_down{
  /*描画位置※位置は適宜調整してください*/
position:absolute;
top:16%;
bottom: unset;
right:18%;
}
.works_inc ul{
  flex-wrap: wrap;
  margin-top: 4%;
}
.works_inc li{
  background: #ffffff;
  filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.1));
  transition:transform 0.8s;
}
.works_inc li:hover {
  transform:scale(0.96);
}
.works_inc li{
  margin-bottom: 4%;
}
.works_inc li img{
  width: 100%;
}
.works_inc p{
  text-align: center;
  padding: 4% 0;
  font-size: 1.0980966325vw;
}
.works_inc h6 {
  font-size: 24px;
  color: #135fe3;
  margin: 0;
  padding: 2% 4%;
}
@media screen and (max-width:600px) {
  .works_inc{
    position: relative;
  }
  .works_inc h6 {
    font-size: 14px;
    color: #135fe3;
    margin: 0;
    padding: 2% 4%;
  }
  .works_down{
    /*描画位置※位置は適宜調整してください*/
  position:absolute;
  top:8%;
  bottom: unset;
  right:30%;
  }
  .works_inc ul{
    display: block;
    flex-wrap: wrap;
    margin-top: 4%;
  }
  .works_inc li:nth-child(odd){
    margin-right: 0%;
  }
  .works_inc p{
    text-align: center;
    font-size: 13px;
    padding: 6%;
  }
  .works_inc li{
    width: 100%;
    background: #ffffff;
    filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.1));
    transition:transform 0.8s;
  }
  .works_inc li:nth-child(odd){
    margin-top: 16%;
  }
  .works_inc li:nth-child(even){
    margin-top: 16%;
  }
}