@charset "UTF-8";




main {
  position: relative;
}


main::before {
  content: "";
  background: var(--top-mv-illust) center no-repeat;
  background-size: cover;
  width: 45.364583333333336vw;
  height: 45.364583333333336vw;
  position: absolute;
  z-index: -1;
  top: -0.26041666666666663vw;
  left: -2.4479166666666665vw; 
  
  
}

.txt-a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  gap: 1.0416666667vw;
  transition: 0.5s;
  width: 12.34375vw;
  height: 3.3854166666666665vw;
  border: solid 1px #131313;
  background: #131313;
  border-radius: 0;
  box-sizing: border-box;
  position: relative;
  border-radius: 0.5208333333333333vw;
}
.txt-a svg {
  width: 0.8854166666666666vw;
  height: 0.78125vw;
  display: flex;
  position: absolute;
  right: 1.40625vw;
  top: 50%;
  transform: translateY(-50%);
}
.txt-a svg path {
  transition: 0.5s;
  fill: #ffffff;
}
.txt-a:hover {
  background: #ffffff;
  color: #131313;
}
.txt-a:hover svg path {
  fill: #131313;
}

@media screen and (max-width: 767px) {
  main#hero {
    margin-top: 60px;
  }
  main::before {
    top: 59vw;
    left: initial;
    right: -100px;
    width: 280px;
    height: 261px;
}


  .txt-a {
    gap: 5px;
    width: 170px;
    height: 55px;
    border-radius: 8px;
    font-size: 14px;
    gap: 15px;
    box-sizing: border-box;
  }
  .txt-a svg {
        width: 12px;
        height: 10px;

    right: 14px;


  }
}


/*==========================================================================
section#mv_area
========================================================================== */
section#mv_area {
  position: relative;
}
section#mv_area .box {
  position: relative;
  justify-content: flex-end;
}
section#mv_area .swiper-box {
  width: 60%;
  height: 98svh;
  margin: 0;
}
section#mv_area .swiper-box .swiper-slide a {
  display: flex;
  width: 100%;
  height: 100%;
}
section#mv_area .swiper-box .swiper-slide .slide-img {
  width: 100%;
  height: 100%;
}
section#mv_area .swiper-box .swiper-slide .slide-img img {
  border-bottom-left-radius: 1.05vw;
}
section#mv_area .txt-box {
  position: absolute;
  left: 12.5%;
  top: 55%;
  transform: translateY(-50%);
  z-index: 1;
  box-sizing: border-box;
}
section#mv_area .txt-box .txt-h1 {
  color: #000000;
  margin-bottom: 2.604166666666667vw;
}
section#mv_area .txt-box .txt-p {
  color: #000000;
  margin-bottom: 0;
  line-height: 2em;
}
section#mv_area .scroll-line {
  display: block;
  position: absolute;
  left: 6vw;
  bottom: 0;
  padding: 0 0 3.5vw 0;
  writing-mode: vertical-rl;
  vertical-align: top;
  color: #000000;
}
section#mv_area .scroll-line::before {
  display: block;
  content: "";
  position: absolute;
  bottom: calc(1.5vw / 2);
  left: 0.34vw;
  width: 0.38333333333333336vw;
  height: 2.0833333333vw;
  background: url(../img/download-1.svg) bottom no-repeat;
  background-size: cover;
}


section#mv_area .scroll-line::after {
  position: relative;
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: -0.23vw;
  width: 1.5vw;
  height: 1.5vw;
  background-color: #F4F4F4;
  border-radius: 100px;
  z-index: -10;
  transition: all 0.3s;


}
section#mv_area .scroll-line:hover {
  color: #666;
}
section#mv_area .scroll-line:hover::after {
  transform: scale(1.4, 1.4);
  background-color: #CADAEA;
}
section#mv_area .txt-box .txt-h1.anime-up {
  overflow: hidden;
}
section#mv_area .txt-box .anime-up > span {
  display: inline-block;
  overflow: hidden;
}
section#mv_area .txt-box .anime-up > span > span {
  display: inline-block;
  transform: translateY(100%);
}
section#mv_area .txt-box .anime-up.displayed > span > span {
  -webkit-animation: showTextFromBottom 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
          animation: showTextFromBottom 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
section#mv_area .txt-box .txt-p {
  opacity: 0;
  transform: translateY(30px);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
section#mv_area .txt-box .txt-p:nth-of-type(1) {
  -webkit-animation: fadeInUp 1.2s ease-out 0.8s forwards;
          animation: fadeInUp 1.2s ease-out 0.8s forwards;
}
section#mv_area .txt-box .txt-p:nth-of-type(2) {
  -webkit-animation: fadeInUp 1.2s ease-out 1.3s forwards;
          animation: fadeInUp 1.2s ease-out 1.3s forwards;
}


/* ローディング中のmv_areaアニメーション制御 */
body.loading #mv_area .txt-h1.anime-up.displayed > span > span {
    animation: none !important;
    transform: translateY(100%) !important;
}

body.loading #mv_area .blur2Trigger.blur2 {
    animation: none !important;
    filter: blur(10px) !important;
    transform: scale(1.02) !important;
    opacity: 0 !important;
}

body.loading #mv_area .blur2Trigger {
    opacity: 0 !important;
}

body.loading #mv_area .txt-p {
    animation: none !important;
    opacity: 0 !important;
    transform: translateY(30px) !important;
}
body:not(.loading) #mv_area.loading-completed .txt-p:nth-of-type(1) {
    animation: fadeInUp 1.2s ease-out 0.3s forwards !important;
}

body:not(.loading) #mv_area.loading-completed .txt-p:nth-of-type(2) {
    animation: fadeInUp 1.2s ease-out 0.8s forwards !important;
}
/* 弾むアニメーション（h1用） */
@-webkit-keyframes showTextFromBottom {
  0% {
    transform: translateY(100%);
  }
  50% {
    transform: translateY(-20%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes showTextFromBottom {
  0% {
    transform: translateY(100%);
  }
  50% {
    transform: translateY(-20%);
  }
  100% {
    transform: translateY(0%);
  }
}
/* フェードアップ（p用） */
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}



@media screen and (max-width: 767px) {
  section#mv_area .swiper-box {
    width: 95%;
    height: 68vw;
    margin: 0 auto;
    left: -47.5%;
  }
  section#mv_area .swiper-box .swiper-slide .slide-img {
    width: 100%;
    height: 100%;
  }
  section#mv_area .swiper-box .swiper-slide .slide-img img {
    border-radius: 10px;
  }
  section#mv_area .txt-box {
    position: relative;
    left: initial;
    top: initial;
    transform: initial;
    padding: 0;
    margin-top: -60px;
    width: 95%;
  }
  section#mv_area .txt-box .txt-h1 {
    font-size: 24px;
    margin-bottom: 0;
    padding: 30px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background: #ffffff;
    border-top-right-radius: 10px;
        border-bottom-right-radius: 60px;

        
  }
  section#mv_area .txt-box .txt-p {
    font-size: 14px;
    margin-bottom: 25px;
    padding: 0 20px;
    line-height: 2em;
  }
  section#mv_area .txt-box .txt-p:last-child {
    margin-bottom: 0;
  }
  section#mv_area .scroll-line {
    display: none;
  }
}


/*==========================================================================
section#company_area

========================================================================== */
/* 流れるアニメーション */
@-webkit-keyframes flowText {
  0% { -webkit-transform: translateX(0); transform: translateX(0); }
  100% { -webkit-transform: translateX(-50%); transform: translateX(-50%); }
}
@keyframes flowText {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

section#company_area {
  position: relative;
  overflow: hidden; /* はみ出た部分を隠す */
}
section#company_area .bg {
  display: flex;            /* 2つのspanを横並びに */
  width: max-content;       /* 中身の合計幅ぶん確保 */
  white-space: nowrap;
  font-size: 23.958333333333336vw;
  font-family: "font-Gotr";
  line-height: 1;
  position: absolute;
  bottom: -5.5vw;
  left: 0;
  z-index: -1;
  -webkit-animation: flowText 20s linear infinite;
  animation: flowText 20s linear infinite;
  color: #F4F4F4;
}

section#company_area .bg span {
  flex-shrink: 0;         /* 潰れないように */
  padding-right: 2vw;     /* 文字と文字の間の余白（お好みで） */
    line-height: 1;
    letter-spacing: -1vw;

}


section#company_area .inner {
  padding: 7.8125vw 0;



}
section#company_area .box {
  align-items: center;
  justify-content: space-between;
}
section#company_area .img-box {
  width: 50%; 
  height: 30.85vw;
}
section#company_area .img-box img {
  border-radius: 1.05vw;
}
section#company_area .txt-box {
  width: 43%;
}
section#company_area .txt-h2 {
  color: #000000;
  margin-bottom: 2.4479166666666665vw;
  position: relative;
    line-height: 1;
}
section#company_area .txt-h2:before {
  content: "";
  background: var(--top-mv-illust) center no-repeat;
  background-size: cover;
  width: 5.104166666666667vw;
  height: 5.104166666666667vw;
  position: absolute;
  z-index: -1;
  left: -1.7187500000000002vw;
  bottom: .3vw;
}
section#company_area .txt-h2s {
  display: block;
  margin-bottom: 0.5vw;
  color: #131313;
    line-height: 1;


}
section#company_area .txt-h3 {
  margin-bottom: 2.083333333333333vw;



}
section#company_area .txt-p {
  line-height: 2em;
}


section#company_area .txt-a {
  margin-top: 3.6458333333333335vw;
}

@media screen and (max-width: 767px) {
  section#company_area .bg {
    font-size: 130px;
  }

  section#company_area .bg span {
    flex-shrink: 0;         /* 潰れないように */
    padding-right: 20px; 
    /* 文字と文字の間の余白（お好みで） */
      line-height: 1;
      letter-spacing: -9px;
    }
  section#company_area .inner {
    padding: 100px 0;
  }
  section#company_area .box {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  section#company_area .img-box {
    width: 95%;
    height: 68vw;
    margin: 0 auto;
  }
  section#company_area .img-box img {
    border-radius: 10px;
  }
  section#company_area .txt-box {
    width: 85%;
    order: 2;
    margin: 0 auto;
    margin-top: 50px;
  }
  section#company_area .txt-h2 {
    font-size: 16px;
    margin-bottom: 30px;
  }
  section#company_area .txt-h2:before {
    width: 96px;
    height: 96px;
    left: -5%;
    top: -20px;
  }
  section#company_area .txt-h2s {
    font-size: 36px;
    margin: 0;
  }
  section#company_area .txt-h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  section#company_area .txt-p {
    font-size: 14px;
  }
  section#company_area .txt-a {
    margin-top: 30px;
    margin-left: auto;
  }
}



/*==========================================================================
section#product_area
========================================================================== */
section#product_area {
  position: relative;
  background: #131313;
    overflow: clip;

}
section#product_area::before {
  content: "";
  background: var(--top-mv-illust) center no-repeat;
  background-size: cover;
  width: 50.31250000000001vw;
  height: 50.31250000000001vw;
  position: absolute;
  right: -5.78125vw;

  bottom: -3.854166666666667vw;
  z-index: 1;
    opacity: .2;


}
section#product_area .inner {
  padding: 7.8125vw 0;
}
section#product_area .box {
  position: relative;
  width: 65.38%;
  margin: 0 auto;
  z-index: 1;
}
section#product_area .txt-box {
  box-sizing: border-box;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5.2083333333vw;
}
section#product_area .txt-box .txt-h2 {
  color: #ffffff;
  position: relative;
  z-index: 1;
}
section#product_area .txt-box .txt-h2:before {
  content: "";
  background: var(--top-mv-illust) center no-repeat;
  background-size: cover;
  width: 5.104166666666667vw;
  height: 5.104166666666667vw;
  position: absolute;
  z-index: -1;
  left: -1.6vw;
  top: 0;
      opacity: .2;
}
section#product_area .txt-box .txt-h2s {
  display: block;
  margin-bottom: 0.5vw;
  color: #ffffff;
}
section#product_area .txt-box .txt-p {
  color: #ffffff;
  line-height: 2em;
  width: 50%;
}
section#product_area .txt-box .txt-a {
  color: #131313;
  background: #ffffff;
  border-color: #ffffff;
}
section#product_area .txt-box .txt-a svg path {
  fill: #131313;
}
section#product_area .txt-box .txt-a:hover {
  background: #131313;


  color: #ffffff;
}
section#product_area .txt-box .txt-a:hover svg path {
  fill: #ffffff;
}
section#product_area .product-box {
  justify-content: space-between;
}
section#product_area .product-box .swiper {
  width: 48.5%;
  height: 25vw;
  margin: 0;
  background: #F4F4F4;

  
  padding: 2vw;
  box-sizing: border-box;
  border-radius: 1.05vw;
  /* 前へ次への矢印カスタマイズ */
  /* 前への矢印カスタマイズ */
  /* 次への矢印カスタマイズ */
}
section#product_area .product-box .swiper .swiper-slide {
  border-radius: 1.05vw;
  opacity: 1;
  transition: 1s;
}
section#product_area .product-box .swiper .swiper-slide a {
  display: flex;
  width: 100%;
  height: 100%;
}
section#product_area .product-box .swiper .swiper-slide .slide-img {
  width: 100%;
  height: 100%;
}
section#product_area .product-box .swiper .swiper-slide .slide-img img {
  border-radius: 1.05vw;
}
section#product_area .product-box .swiper .swiper-slide.swiper-slide-prev, section#product_area .product-box .swiper .swiper-slide.swiper-slide-next {
  opacity: 0;
}
section#product_area .product-box .swiper .swiper-button-prev, section#product_area .product-box .swiper .swiper-button-next {
  width: 2.1875vw;
  height: 2.1875vw;
}
section#product_area .product-box .swiper .swiper-button-prev::after, section#product_area .product-box .swiper .swiper-button-next::after {
  content: "";
  height: 2.1875vw;
  width: 2.1875vw;
  margin: auto;
  background-repeat: no-repeat;
  background-size: contain;
}
section#product_area .product-box .swiper .swiper-button-prev {
  left: 2.5vw;
  right: initial;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
}
section#product_area .product-box .swiper .swiper-button-prev::after {
  background-image: url(../img/prev_arrow.svg);
}
section#product_area .product-box .swiper .swiper-button-next {
  right: 2.5vw;
  left: initial;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
}
section#product_area .product-box .swiper .swiper-button-next::after {
  background-image: url(../img/next_arrow.svg);
}

@media screen and (max-width: 767px) {
  section#product_area::before {
    width: 97vw;
    height: 90.36vw;
    right: -29vw;
    bottom: -25.5vw;
  }
  section#product_area .inner {
    padding: 75px 0 120px;
  }
  section#product_area .box {
    position: relative;
    width: 85%;
  }
  section#product_area .txt-box {
    width: 100%;
    margin-bottom: 30px;
  }
  section#product_area .txt-box .txt-h2 {
    font-size: 14px;
    margin-bottom: 30px;
  }
  section#product_area .txt-box .txt-h2:before {
    width: 96px;
    height: 90px;
    left: -5%;
    top: -20px;
  }
  section#product_area .txt-box .txt-h2s {
    font-size: 36px;
    margin-bottom: 5px;
  }
  section#product_area .txt-box .txt-p {
    font-size: 14px;
    width: 100%;
  }
  section#product_area .txt-box .txt-p br  {
    display: none;
  }


  section#product_area .txt-box .txt-a {
    margin-top: 30px;
    margin-left: auto;
  }
  section#product_area .product-box {
    justify-content: space-between;
  }
  section#product_area .product-box .swiper {
    width: 100%;
    height: 63vw;
    margin: 0;
    padding: 20px;
    border-radius: 10px;
    /* 前へ次への矢印カスタマイズ */
    /* 前への矢印カスタマイズ */
    /* 次への矢印カスタマイズ */
  }
  section#product_area .product-box .swiper .swiper-slide {
    border-radius: 10px;
  }
  section#product_area .product-box .swiper .swiper-slide .slide-img img {
    border-radius: 10px;
  }
  section#product_area .product-box .swiper .swiper-button-prev, section#product_area .product-box .swiper .swiper-button-next {
    width: 25px;
    height: 25px;
  }
  section#product_area .product-box .swiper .swiper-button-prev::after, section#product_area .product-box .swiper .swiper-button-next::after {
    width: 25px;
    height: 25px;
  }
  section#product_area .product-box .swiper .swiper-button-prev {
    left: 25px;
  }
  section#product_area .product-box .swiper .swiper-button-next {
    right: 25px;
  }
  section#product_area .product-box .swiper-product2 {
    margin-top: 30px;
  }
}
/*==========================================================================
section#recruit_area
========================================================================== */
section#recruit_area .inner {
  padding-top: 10.4166666667vw;
  padding-bottom: 10.4166666667vw;
}
section#recruit_area .bg {
  height: 30vw;
}
section#recruit_area .bg img {
  border-radius: 1.05vw;
}
section#recruit_area .txt-box {
  width: 66.5%;
  margin: 0 auto;
  background: #ffffff;
  align-items: center;
  padding: 4.375vw 3.90625vw 5.7291666667vw;
  box-sizing: border-box;
  position: relative;
  margin-top: -11.3541666667vw;
  border-radius: 1.05vw 1.05vw 0;
}
section#recruit_area .txt-h2 {
  color: #000000;
  position: relative;
  z-index: 1;
}
section#recruit_area .txt-h2:before {
  content: "";
  background: var(--top-mv-illust) center no-repeat;
  background-size: cover;
  width: 5.104166666666667vw;
  height: 5.104166666666667vw;
  position: absolute;
  z-index: -1;
  left: -1.6vw;
  top: 0;
}
section#recruit_area .txt-h2s {
  display: block;
  margin-bottom: 0.5vw;
  color: #131313;
}
section#recruit_area .txt-p {
  line-height: 2em;
}
section#recruit_area .txt-a {
  position: absolute;
  bottom: 0;
  right: 3.90625vw;


}

@media screen and (max-width: 767px) {
  section#recruit_area {
    position: relative;
    z-index: 1;
  }
  section#recruit_area .inner {
    padding-top: 50px;
  }
  section#recruit_area .bg {
    width: 100%;
    height: 60vw;
  }


  section#recruit_area .bg img {
    border-radius: 0;
  }
  section#recruit_area .txt-box {
    width: 85%;
    margin: 0 auto;
    align-items: center;
    padding: 0;
    box-sizing: border-box;
    position: relative;
    margin-top: 50px;
    border-radius: 0;
  }
  section#recruit_area .txt-h2 {
    font-size: 16px;
    margin-bottom: 30px;
  }
  section#recruit_area .txt-h2:before {
    width: 96px;
    height: 90px;
    left: -5%;
    top: -20px;
  }
  section#recruit_area .txt-h2s {
    font-size: 36px;
    margin: 0;
  }
  section#recruit_area .txt-p {
    line-height: 2em;
    padding-left: 0;
    font-size: 14px;
  }
  section#recruit_area .txt-a {
    position: inherit;
    bottom: 0;
    right: 0;
    margin-top: 30px;
    margin-left: auto;
  }
}

/*==========================================================================
section#contact_area
========================================================================== */
section#contact_area {
  position: relative;
  background: url(../img/contact_bg002.jpg) center no-repeat;
  background-size: cover;
}
section#contact_area .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}


section#contact_area .bg::before {
  content: "";
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

section#contact_area .inner {
  padding: 5.46875vw 0;
}
section#contact_area .txt-h2 {
  color: #ffffff;
  margin-bottom: 2.4479166667vw;
  position: relative;
  text-align: center;
}
section#contact_area .txt-h2:before {
  content: "";
  background: var(--top-mv-illust) center no-repeat;
  background-size: cover;
  width: 5.104166666666667vw;
  height: 5.104166666666667vw;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: .2;



}
section#contact_area .txt-h2s {
  display: block;
  margin-bottom: 0.5vw;
  color: #ffffff;
}
section#contact_area .box {
  position: relative;
  justify-content: center;
  align-items: center;
}
section#contact_area .line {
  width: 1px;
  height: 6.25vw;
  background: #ffffff;
}
section#contact_area .tel-box, section#contact_area .form-box {
  padding: 0 6.25vw;
  box-sizing: border-box;
  text-align: center;
  color: #ffffff;
}
section#contact_area .tel-box .txt-h3, section#contact_area .form-box .txt-h3 {
  margin-bottom: 1.6vw;
  color: #ffffff;
}
section#contact_area .tel-box .txt-a, section#contact_area .form-box .txt-a {
  gap: 0;
  color: #ffffff;
  border-color: #ffffff;
  margin: 0;
}
section#contact_area .tel-box .txt-a {
  width: initial;
  height: initial;
  border: none;
  gap: 0.5vw;
  position: relative;
    background: transparent;


}
section#contact_area .tel-box .txt-a::after {
  content: "";
  background: #ffffff;
  width: 100%;
  height: 1.5px;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 10px;
  transition: transform 0.3s;
  transform: scale(0, 1);
  transform-origin: center top;
}
section#contact_area .tel-box .txt-a:hover {
  background: none;
}
section#contact_area .tel-box .txt-a:hover::after {
  transform: scale(1, 1);
}
section#contact_area .form-box .txt-a {
  width: 16.8vw;
}

@media screen and (max-width: 767px) {
  section#contact_area {
    position: relative;
    background: url(../img/contact_bg_sp.jpg) center no-repeat;
    background-size: cover;
  }

  section#contact_area .inner {
    padding: 85px 0 100px;
  }
  section#contact_area .txt-h2 {
    font-size: 16px;
    margin-bottom: 50px;
  }
  section#contact_area .txt-h2:before {
    width: 96px;
    height: 96px;
    top: -20px;
  }
  section#contact_area .txt-h2s {
    font-size: 36px;
    margin: 0;
  }
  section#contact_area .box {
    display: flex;
    flex-wrap: wrap;
    flex-flow: column;
    gap: 50px;
  }
  section#contact_area .line {
    width: 150px;
    height: 1px;
  }
  section#contact_area .tel-box, section#contact_area .form-box {
    padding: 0;
    width: 90%;
  }
  section#contact_area .tel-box .txt-h3, section#contact_area .form-box .txt-h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  section#contact_area .tel-box .txt-a, section#contact_area .form-box .txt-a {
    font-size: 38px;
  }
  section#contact_area .tel-box .txt-a span, section#contact_area .form-box .txt-a span {
    font-size: 28px;
  }
  section#contact_area .tel-box .txt-a {
    width: initial;
    height: initial;
    border: none;
    gap: 0.5vw;
  }
  section#contact_area .form-box .txt-a {
    font-size: 20px;
    width: 90%;
    max-width: 324px;
    margin: 0 auto;
  }
}



/*# sourceMappingURL=top.css.map */