@charset "UTF-8";
.nolink{
  pointer-events: none;
}
/* -----------------------------------------------

	 base

----------------------------------------------- */
.sp{
  display: none;
}
.btn {
  display: block;
  position: relative;
  text-align: center;
  margin: auto;
  max-width: 300px;
  min-width: 300px;
  width: 100%;
  transition: 0.5s;
  border-radius: 50vh;
}
.btn a{
  position: relative;
  display: inline-block;
  color: #222;
  background-color: #fff;
  border-radius: 50vh;
  width: 100%;
  font-weight: 700;
  padding: 20px;
  line-height: 1.5;
}
.arrow{
  position: relative;
}
.arrow::after{
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: calc(100% - 40px);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url('../images/arrow.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
}
.arrow2::after{
  background-image: url('../images/arrow2.png');
}
.btn:hover{
  opacity: 0.7;
  transition: 0.5s;
}
.container {
  max-width: 1200px;
  width: 100%;
  margin: auto;
}
.sechead{
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 20px;
  margin-bottom: 30px;
}
.sechead .en {
  font-size: 32px;
  font-weight: 700;
}
.sechead .ja {
  font-size: 18px;
  font-weight: 700;
}
.sechead_lead{
  margin-bottom: 90px;
}
.shadow{
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.bgwrap{
  padding: 180px 0;
  background: #f2f2f2;
}
.corners{
  border-radius: 7px;
}
  @media only screen and (max-width: 1024px) {
    .bgwrap{
      padding: 120px 0;
    }
  }
  @media only screen and (max-width: 768px) {
    .bgwrap{
      padding: 90px 0;
    }
    .sechead .en{
      font-size: 28px;
    }
    .sechead .ja {
      font-size: 16px;
    }
    .sechead_lead{
      margin-bottom: 60px;
    }
  }
  @media only screen and (max-width: 479px) {
    .sp{
      display: block;
    }
    .bgwrap{
      padding: 60px 0;
    }
    .arrow::after{
      left: calc(100% - 30px);
      width: 25px;
      height: 25px;
    }
    .sechead{
      flex-direction: column;
      align-items: center;
      line-height: 1;
      gap: 10px;
      margin-bottom: 30px;
    }
    .sechead .en {
      font-size: 25px;
    }
    .sechead .ja {
      font-size: 12px;
    }
  }
  @media only screen and (max-width: 350px) {
    .btn{
      max-width: 260px;
      min-width: 260px;
    }
  }


/* -----------------------------------------------
	 top_mvslider
----------------------------------------------- */
.top_mvslider{
  padding: 0 60px;
  margin-bottom: 240px;
}
.sliderwrap{
  position: relative;
} 
.top_mvslider .txt-notslider{
  font-size: 70px;
  font-weight: 900;
  position: absolute;
  top: calc(50% - 30px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  letter-spacing: 0.5rem;
  width: calc(100% - 60px);
  min-width: 650px;
  text-align: center;
  color: #fff;
  text-shadow: 0 0 10px #000;
}

.top_mvslider .slick-slide{
  padding: 0;
}
.top_mvslider .slick-slide img{
  min-height: 580px;
  max-height: 750px;
  object-fit: cover;
}

.top_mvslider .slick-list{
  border-radius: 15px;
}
/* --- Hero LCP 改善用：slick 初期化前は 1枚だけ表示 --- */
#main-slider > li { display: none; }
#main-slider > li:first-child { display: block; }

/* slick 初期化後（.slick-initializedが付く）に通常表示へ */
#main-slider.slick-initialized > li { display: block; }

/* 画像の計算を早める（縦揺れ防止）*/
#main-slider img { display:block; height:40vw; aspect-ratio: 1200 / 700; }


/* スライダー初期化前の状態を隠す */
#text-slider {
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* Slick初期化後に表示 */
#text-slider.slick-initialized {
  opacity: 1;
}

/* 初期化前は最初の1つだけ表示（オプション） */
#text-slider:not(.slick-initialized) .txt:not(:first-child) {
  display: none;
}

/* メインスライダーも同様に */
#main-slider {
  opacity: 0;
  transition: opacity 0.3s ease;
}

#main-slider.slick-initialized {
  opacity: 1;
}

/* 初期化前は最初の画像だけ表示 */
#main-slider:not(.slick-initialized) li:not(:first-child) {
  display: none;
}


.scroll_down {
  position: relative;
  width: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.scroll_down .txt{
  font-size: 16px;
  color: #fff;
  font-weight: 200;
  letter-spacing: 0.25rem;
  position: absolute;
  left: 50%;
  bottom: 70px;
  -webkit-transform : translateX(-50%);
  transform : translateX(-50%);
}

.scroll_down:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background: linear-gradient(180deg,rgba(#000, 0) 0, rgba(#000, .8) 80%, rgba(#000, .8) 100%);
  }

.scroll_down a {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 13px;
  padding: 10px 10px 110px;
  color: #000;
  font-size: 14px;
  font-family: 'Josefin Sans', sans-serif;
  line-height: 1;
  letter-spacing: .2em;
  text-transform: uppercase;
  text-decoration: none;
  writing-mode: vertical-lr;
  transition: .2s;
  overflow: hidden;
  margin: auto;
}

.scroll_down a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 2px;
  height: 60px;
  background: #ddd;
}

.scroll_down a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 2px;
  height: 60px;
  background: #555;
}

.scroll_down a:hover {
  opacity: .5;
}

#type01 a:after {
  animation: sdl01 2s cubic-bezier(1, 0, 0, 1) infinite;
}

@keyframes sdl01 {
  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%;
  }
}



@media only screen and (max-width: 1024px) {
    .top_mvslider {
      padding: 0 40px;
      margin-bottom: 210px;
    }
    .top_mvslider .txt-notslider{
      font-size: 50px;
    }
    .top_mvslider .slick-slide img{
      min-height: 500px;
    }
    .scroll_down .txt{
      bottom: 60px;
    }
    .scroll_down a:before,
    .scroll_down a:after{
      height: 50px;
    }
  }
  @media only screen and (max-width: 768px) {
    .top_mvslider{
      padding: 0 30px;
      margin-bottom: 180px;
    }
    .top_mvslider .txt-notslider{
      font-size: 6vw;
      top: calc(50% - 20px);
    }
    .top_mvslider .slick-slide img{
      min-height: 350px;
    }
    .scroll_down .txt{
      font-size: 14px;
      bottom: 45px;
    }
    .scroll_down a:before,
    .scroll_down a:after{
      height: 35px;
    }
  }
  @media only screen and (max-width: 479px) {
    .top_mvslider{
      padding: 0;
      margin-bottom: 120px;
    }
    .top_mvslider .txt-notslider{
      min-width: 90%;
      font-size: 6.5vw;
      letter-spacing: 0.25rem;
      line-height: 1.5;
      top: calc(50% - 15px);
    }
    .top_mvslider .slick-slide img{
      min-height: 280px;
    }
    .scroll_down .txt {
      font-size: 10px;
      bottom: 30px;
    }
    .scroll_down a:before, .scroll_down a:after {
      width: 1px;
      height: 25px;
    }
    .top_mvslider .slick-list{
      border-radius: 0;
    }
  }

/* -----------------------------------------------
	 tsec_about
----------------------------------------------- */
.tsec_about .intro_txt{
  font-size: 30px;
  writing-mode: vertical-rl;
  margin: 0 auto 240px;
  line-height: 2.5;
  letter-spacing: 0.5rem;
}
.tsec_about .intro_box{
  gap: 40px;
  padding: 0 20px;
  margin: 0 auto 180px;
}
.tsec_about .intro_box img{
  border-radius: 7px 7px 0 0;
}
.tsec_about .intro_box .inner{
  padding: 20px 20px 20px 50px;
}
.tsec_about .intro_box .inner .txt{
  font-size: 16px;
}
.tsec_about .intro_box .inner .ttl{
  font-size: 30px;
  font-weight: 700;
}

  @media only screen and (max-width: 1600px) {
    .tsec_about .intro_box {
      gap: 30px;
    }
    .tsec_about .intro_box .inner{
      padding: 20px 20px 20px 30px;
    }
  }
  @media only screen and (max-width: 1024px) {
    .tsec_about .intro_txt p{
      font-size: 26px;
    }
    .tsec_about .intro_box .inner{
      padding: 20px 20px 20px 30px;
    }
    .tsec_about .intro_box{
      flex-wrap: wrap;
      gap: 30px;
    }
    .tsec_about .intro_box .box{
      width: calc(100% / 2 - 15px);
    }
  }
  @media only screen and (max-width: 768px) {
    .tsec_about .intro_txt{
      letter-spacing: 0.35rem;
      line-height: 2.3;
      margin: 0 auto 180px;
    }
    .tsec_about .intro_txt p{
      font-size: 22px;
    }
    .tsec_about .intro_box{
      margin: 0 auto 150px;
    }
    .tsec_about .intro_box .inner .ttl {
      font-size: 25px;
    }
  }
  @media only screen and (max-width: 479px) {
    .tsec_about .intro_txt{
      line-height: 1.6;
      letter-spacing: 0.25rem;
      margin: 0 auto 120px;
    }
    .tsec_about .intro_txt p{
      font-size: 17px;
    }
    .tsec_about .intro_box{
      flex-direction: column;
      gap: 40px;
      margin: 0 auto 120px;
    }
    .tsec_about .intro_box .inner {
        padding: 15px 20px;
    }
    .tsec_about .intro_box .inner .ttl{
      font-size: 20px;
    }
    .tsec_about .intro_box .inner .txt {
      font-size: 14px;
    }
    .tsec_about .intro_box .box{
      width: 100%;
    }
  }
  @media only screen and (max-width: 479px) {
    .tsec_about .intro_txt p{
      font-size: 15px;
    }
  }

/* -----------------------------------------------
	 tsec_brands
----------------------------------------------- */
.tsec_brands .brandswrap{
  gap: 20px;
}
.tsec_brands .brandswrap .brand{
  padding: 30px;
  display: flex;
  background: #fff;
  width: calc(100% / 4 - 15px);
}
.tsec_brands .brandswrap .brand:hover{
  opacity: 1;
}

/* ── ブランドロゴ：グレー → カラー + ツールチップ ── */

.brand {
  position: relative;
  display: inline-block;
}

/* 通常：モノクロ */
.brand img {
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}

/* ホバー：カラーに戻す */
.brand:hover img {
  filter: grayscale(0);
}

/* ツールチップ */
.brand-tooltip {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 8px;
  padding: 6px 14px;
  background: #333;
  color: #fff;
  font-size: 13px;
  white-space: nowrap;
  border-radius: 4px;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  pointer-events: none;
  z-index: 10;
}

/* ツールチップの三角矢印 */
.brand-tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-top-color: #333;
}

/* ホバーで表示 */
.brand:hover .brand-tooltip {
  visibility: visible;
  opacity: 1;
}

  @media only screen and (max-width: 1024px) {
  }
  @media only screen and (max-width: 768px) {
    .tsec_brands .brandswrap .brand{
      padding: 20px;
    }
  }
  @media only screen and (max-width: 479px) {
    .tsec_brands.bgwrap{
      padding: 60px 0 90px;
    }
    .tsec_brands .brandswrap .brand {
      width: calc(100% / 2 - 10px);
    }
    .brand img {
      filter: grayscale(0);
    }
    .brand-tooltip {
      display: none;
    }
  }

/* -----------------------------------------------
	 tsec_mvv
----------------------------------------------- */
.tsec_mvv .head{
  font-weight: 700;
  margin-bottom: 60px;
}
.tsec_mvv .head p,
.tsec_mvv .head h2{
  font-size: 25px;
}
.tsec_mvv .head .en{
  position: relative;
  margin-right: 40px;
}
.tsec_mvv .head .en::after{
  content: "";
  display: inline-block;
  position: absolute;
  width: 1px;
  height: 30px;
  background: #000;
  top: 50%;
  -webkit-transform : translateY(-50%);
  transform : translateY(-50%);
  left: calc(100% + 20px);
}
.tsec_mvv .mission{
  text-align: center;
  color: #fff;
  padding: 150px 30px;
  position: relative;
  background-image: url('../images//bg_mission.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}
.tsec_mvv .mission::after{
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-image: linear-gradient(#11111180, #111111 90%);
  z-index: -1;
}
.tsec_mvv .mission .en::after{
  background: #fff;
}
.tsec_mvv .mission .txt{
  font-size: 50px;
  font-weight: 700;
}
.tsec_mvv .vision{
  padding: 180px 0;
  text-align: center;
}
.tsec_mvv .vision .imgwrap{
  gap: 30px;
}
.tsec_mvv .vision .txt{
  font-size: 48px;
  margin-bottom: 60px;
  font-weight: 900;
}
.tsec_mvv .value{
  padding-bottom: 180px;
  text-align: center;
}
.tsec_mvv .value .boxwrap{
  gap: 80px;
  display: block;
}
.tsec_mvv .value .box{
  margin: 0 30px;
  padding: 60px 30px;
  width: calc(100% / 3);
  background: #f2f2f2;
}
.tsec_mvv .value .box .ttl{
  font-weight: 900;
  margin-bottom: 45px;
  font-size: 22px;
}

/* VALUE slider */
.value .boxwrap .slick-dots {
  bottom: -30px;
}
.value-slider .box {
  margin: 0 10px;
}
.value-slider .slick-dots {
  bottom: -30px;
}
.value-slider .slick-prev,
.value-slider .slick-next {
  z-index: 1;
}

  @media only screen and (max-width: 1024px) {
    .tsec_mvv .vision .txt {
      font-size: 38px;
    }
    .tsec_mvv .value .box{
      margin: 0 20px;
      padding: 60px 20px;
    }
    .tsec_mvv .value .box .ttl{
      font-size: 20px;
      margin-bottom: 35px;
    }
  }
  @media only screen and (max-width: 768px) {
    .tsec_mvv .mission{
      padding: 120px 30px;
    }
    .tsec_mvv .head {
      margin-bottom: 45px;
    }
    .tsec_mvv .head .en{
      margin-right: 30px;
    }
    .tsec_mvv .head .en::after{
      left: calc(100% + 15px);
      height: 20px;
    }
    .tsec_mvv .head p,
    .tsec_mvv .head h2{
      font-size: 20px;
    }
    .tsec_mvv .mission .txt{
      font-size: 40px;
    }
    .tsec_mvv .vision {
      padding: 150px 0;
    }
    .tsec_mvv .vision .txt{
      font-size: 35px;
    }
    .tsec_mvv .vision .txt .sp{
      display: block;
    }
    .tsec_mvv .vision .imgwrap {
      gap: 20px;
    }
    .tsec_mvv .value {
      padding-bottom: 120px;
    }
  }
  @media only screen and (max-width: 479px) {
    .tsec_mvv .head {
      margin-bottom: 30px;
    }
    .tsec_mvv .head p,
    .tsec_mvv .head h2{
      font-size: 16px;
    }
    .tsec_mvv .mission {
      padding: 90px 25px;
    }
    .tsec_mvv .vision {
      padding: 90px 0;
    }
    .tsec_mvv .mission .txt{
      font-size: 30px;
    }
    .tsec_mvv .vision .txt{
      font-size: 6vw;
    }
    .tsec_mvv .vision .imgwrap{
      gap: 5px;
    }
    .tsec_mvv .value {
      padding-bottom: 120px;
    }
    .tsec_mvv .value .box{
      margin: 0 10px;
      padding: 40px 20px;
    }
    .tsec_mvv .value .box .ttl{
      margin-bottom: 30px;
    }
  }
  @media only screen and (max-width: 350px) {
    .tsec_mvv .mission .txt ,
    .tsec_mvv .vision .txt{
        font-size: 26px;
    }
  }
  
/* -----------------------------------------------
	 tsec_recruit
----------------------------------------------- */
.tsec_recruit{
  padding: 150px 0;
  margin-bottom: 180px;
  color: #fff;
  background-image: url('../images/bg_recruit.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.tsec_recruit .container{
  max-width: 900px;
}
.tsec_recruit .txts{
  max-width: 600px;
  text-align: center;
  line-height: 2.5;
  margin: 0 auto 90px;
}
.tsec_recruit .head{
  margin-bottom: 90px;
}
.tsec_recruit .head img{
  display: block;
  max-width: 500px;
  margin: 0 auto 30px;
}
.tsec_recruit .txts p:not(:last-child){
  margin-bottom: 45px;
}
.tsec_recruit .btnwrap{
  gap: 40px;
}
.tsec_recruit .btn {
  margin: auto;
  display: block;
}
.tsec_recruit .btn.company a{
  background: #000;
  color: #fff;
  font-weight: 400;
  border:  solid 2px #fff;
}

  @media only screen and (max-width: 1024px) {
    
  }
  @media only screen and (max-width: 768px) {
    .tsec_recruit {
      margin-bottom: 120px;
    }
    .tsec_recruit .head .img{
      padding: 0 30px;
    }
    .tsec_recruit .txts{
      padding: 0 30px;
    }
  }
  @media only screen and (max-width: 479px) {
    .tsec_recruit {
      margin-bottom: 90px;
      padding: 120px 0 100px;
    }
    .tsec_recruit .head {
      margin-bottom: 60px;
    }
    .tsec_recruit .txts{
      margin: 0 auto 60px;
      padding: 0;
      text-align: left;
    }
    .tsec_recruit .txts p br{
      display: none;
    }
    .tsec_recruit .txts p:not(:last-child) {
      margin-bottom: 30px;
    }
  }

/* -----------------------------------------------
	 tsec_news
----------------------------------------------- */
.tsec_news {
  margin-bottom: 180px;
}
.tsec_news .newswrap{
  margin-bottom: 45px;
}
.tsec_news .sechead{
  justify-content: flex-start;
  margin: 0 0 15px;
}
.tsec_news .news{
  display: block;
  padding: 30px 60px 30px 0;
  border-bottom: solid 1px #adadad;
}
.tsec_news .news:first-child{
  border-top: solid 1px #adadad;
}
.tsec_news .news .newshead{
  margin-bottom: 10px;
}
.tsec_news .news .time{
  margin-right: 20px;
  font-size: 16px;
}
.tsec_news .news .cate{
  font-size: 15px;
  color: #adadad;
  border: solid 1px #adadad;
  display: inline-block;
  padding: 5px 25px 3px 25px;
  line-height: 1.3;
  position: relative;
}
.tsec_news .btn a{
  background: #000;
  color: #fff;
  font-weight: 400;
}

  @media only screen and (max-width: 1024px) {
  }
  @media only screen and (max-width: 768px) {
    .tsec_news .news .cate {
      font-size: 13px;
      padding: 6px 20px 3px 20px;
    }
  }
  @media only screen and (max-width: 479px) {
    .tsec_news {
      margin-bottom: 150px;
    }
    .tsec_news .sechead{
      margin: 0 0 45px;
    }
    .tsec_news .news .cate {
      font-size: 12px;
      padding: 6px 15px 0 15px;
    }
    .tsec_news .news .time {
      margin-right: 10px;
      font-size: 15px;
    }
    .tsec_news .btn {
      max-width: 240px;
      min-width: 240px;
    }
  }

/* -----------------------------------------------
	 tsec_xxxxxxxxx
----------------------------------------------- */
.tsec_xxxxxxxxx{
}

  @media only screen and (max-width: 1024px) {
  }
  @media only screen and (max-width: 768px) {
  }
  @media only screen and (max-width: 479px) {
  }
