@charset "UTF-8";

@font-face {
  font-family: 'Helvetica-L';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Helvetica-Light.ttff") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica';
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/Helvetica.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica-B';
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/Helvetica-Bold.ttf") format("truetype");
  font-display: swap;
}

/* ==== root ========================== */
:root {
  --color-black: #231815;
  --color-white: #ffffff;
  --color-primary: #0fff00;
  --color-subPrimary: #533fdf;
  --color-pink: #ff009d;

  --noto-sans: "Noto Sans JP", serif;
  --zen-kaku: "Zen Kaku Gothic New", serif;
  --helvetica: "Helvetica", sans-serif;
  --helvetica-b: "Helvetica-B", sans-serif;

  --header: 10rem;
  scroll-padding: var(--header);
}

@media screen and (max-width:767px) {
  :root {
    --header: 11em;
    scroll-padding: var(--header);
  }
}

/*================================================
 *  mainVisual
 ================================================*/
#mainVisual {
  height: 100vh;
}

#mainVisual video {
  height: 100vh;
  width: 100vw;
  object-fit: cover;
}

/* スマホ用のスタイル */
@media screen and (max-width: 767px) {
  #mainVisual {
    height: 58vh;
  }

  #mainVisual video {
    height: 58vh;
  }
}

/*================================================
 * topinfo
================================================*/
#topinfo .inner {
  width: 110rem;
  margin: 0 auto;
}

#topinfo h2 img {
  width: auto;
  height: 5.4rem;
  margin: 2rem auto 0;
}

#topinfo .info__list {
  width: 50rem;
  margin: 7rem auto 0;
  border-top: 0.1rem solid #a5a6a6;
  margin-bottom: 5rem;
}

.info__list a {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 6rem;
  padding: 3rem 3rem 3rem 0;
  font-weight: bold;
  border-bottom: 0.1rem solid #a5a6a6;
  position: relative;
}

.info__list a::before {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
  background-image: url(../images/arrow_info.png);
  width: 2.3rem;
  height: 2.3rem;
  aspect-ratio: 1/1;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: .4s;
  border: 0.1rem solid #000;
  border-radius: 10000px;
}

.info__list a:hover::before {
  background-image: url(../images/arrow_info_wt.png);
}

.info__list a p {
  font-size: 1.2rem;
}

#topinfo .bg_img {
  position: absolute;
}

#topinfo .bg_img.img01 {
  width: 21rem;
  top: 25rem;
  left: 5rem;
}

#topinfo .bg_img.img02 {
  width: 13rem;
  /* top: 42rem; */
  top: 34rem;
  left: 9rem;
}

#topinfo .bg_img.img03 {
  width: 14rem;
  /* top: 18rem; */
  top: 11rem;
  right: 15rem;
}

#topinfo .bg_img.img04 {
  width: 20rem;
  top: 31rem;
  /* top: 25rem; */
  right: 5rem;
}

#topinfo .bg_img.img05 {
  width: 14rem;
  top: 52rem;
  right: 13rem;
}


@media screen and (max-width:767px) {
  #topinfo {
    padding-bottom: 63rem;
  }

  #topinfo .inner {
    width: 100%;
  }

  .info__list a::before {
    width: 2.5rem;
    height: 2.5rem;
  }

  .info__list a p {
    font-size: 1.9rem;
  }

  #topinfo .bg_img {
    top: auto;
  }

  #topinfo .bg_img.img01 {
    width: 25rem;
    /* top: 75rem; */
    top: 92rem;
    left: 4rem;
  }

  #topinfo .bg_img.img02 {
    width: 15rem;
    top: 96rem;
    left: 7rem;
  }

  #topinfo .bg_img.img03 {
    width: 17rem;
    top: 104rem;
    right: 6rem;
  }

  #topinfo .bg_img.img04 {
    width: 23rem;
    /* top: 70rem; */
    top: 73rem;
    right: 3.5rem;
  }

  #topinfo .bg_img.img05 {
    width: 17rem;
    /* top: 92rem; */
    top: 104rem;
    right: 16.5rem;
  }


}

/*================================================
 * topstrong
================================================*/
#topstrong {
  background: var(--color-primary);
}

#topstrong .wrap {
  margin-left: 12rem;
  padding-top: 3rem;
}

#topstrong .wrap.sp {
  display: none;
}

.topstrong__left {
  width: 48rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: sticky;
  top: 0;
  height: 100vh;
}

.topstrong__left h2 {
  font-size: 3.7rem;
  line-height: 1.3;
  font-weight: 900;
  letter-spacing: -0.05em;
}

.topstrong__left h2 span {
  font-size: 2.2rem;
  font-weight: 900;
  margin-bottom: 2rem;
}

.topstrong__left p {
  line-height: 2;
  margin: 2rem 0 4rem;
  width: 100%;
}

.topstrong__right.pc {
  width: 47rem;
  height: 100%;
}

.topstrong__right ul li {
  padding: 5rem 0;
  position: relative;
}

#topstrong .num {
  position: absolute;
  width: 10rem;
  top: 0;
  right: 0;
}

.topstrong__right img {
  width: 40rem;
}

#topstrong h3 {
  font-size: 3.5rem;
  font-weight: 900;
  margin: 2rem 0;
}

.topstrong__right p:not(.num) {
  width: 43rem;
}


@media screen and (max-width:767px) {
  #topstrong .wrap {
    width: 48rem;
    margin: 0 auto 0 8rem;
    padding-top: 6rem;
  }

  .topstrong__left {
    margin: auto;
    display: block;
    position: static;
    height: auto;
    padding-bottom: 6rem;
  }


  .strong_swiper.swiper {
    width: 48rem;
    position: relative;
    padding-bottom: 10rem;
  }

  .strong_swiper .swiper-slide {
    width: 100%;
    width: 48rem;
    margin: 0 1rem;
    padding-right: 6rem;
    padding-top: 3rem;
    position: relative;
  }

  #topstrong .num {
    top: 0;
    right: 1.3rem;
  }

  .strong_swiper .swiper-slide>div {
    width: 40rem;
    margin: auto;
  }

  .strong_swiper .swiper-button-next,
  .strong_swiper .swiper-button-prev {
    width: 5.5rem;
    height: 5.5rem;
    top: auto;
    bottom: 0;
  }

  .strong_swiper .swiper-button-prev {
    left: 9rem;
  }

  .strong_swiper .swiper-button-next {
    right: 14rem;
  }

  .strong_swiper .swiper-button-next::after,
  .strong_swiper .swiper-button-prev::after {
    content: "";
    width: 100%;
    height: 100%;
  }

  .strong_swiper .swiper-button-next::after {
    background: url(../images/st_arrow_next.png) no-repeat center/cover;
  }

  .strong_swiper .swiper-button-prev::after {
    background: url(../images/st_arrow_prev.png) no-repeat center/cover;
    content: "";
  }
}

/*================================================
 * topretouch
================================================*/
#topretouch {
  background: var(--color-black);
  color: var(--color-white);
}

.topretouch_five {
  background: url(../images/retouch_bg.jpg) no-repeat center top/cover;
  height: 100%;
  color: var(--color-white);
  padding: 21vw 0 7.5vw;
}

.topretouch_five h2 {
  font-size: 5rem;
  margin-bottom: 3rem;
  font-weight: 900;
}

.topretouch_five h2 span {
  font-size: 2.1rem;
  font-weight: 500;
}

#topretouch .inner ul li {
  width: 48%;
}

#topretouch .inner ul li:nth-child(even) {
  padding-top: 16rem;
}

#topretouch h3 {
  font-size: 4.7rem;
  font-weight: 900;
  line-height: 1.2;
  white-space: nowrap;
}

#topretouch h3 span {
  color: var(--color-primary);
  font-size: 1.2rem;
  display: block;
  margin-bottom: 1rem;
}


#topretouch ul li .flex div {
  width: 63%;
}

#topretouch ul li .flex div p {
  margin-top: 1rem;
  margin-left: 1rem;
  font-size: 1.4rem;
}

#topretouch ul li .flex img {
  width: 35%;
}

#topretouch ul li a {
  position: relative;
  width: 92%;
  margin-top: 2rem;
}

#topretouch ul li a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transition: .4s;
}

#topretouch ul li a:hover::before {
  opacity: 0.3;
}

#topretouch ul li a .more {
  position: absolute;
  bottom: 4%;
  right: 4%;
  width: 10rem;
  aspect-ratio: 1/1;
  display: grid;
  place-content: center;
  background: rgb(255 255 255 / 60%);
  border-radius: 10000px;
  transition: .4s;
  font-size: 1.8rem;
  font-weight: bold;
}

#topretouch ul li a:hover .more {
  background: rgb(15 255 0 /60%);
}

@media screen and (max-width:767px) {
  .topretouch_five {
    background: url(../images/retouch_bg_sp.jpg) no-repeat center top/cover;
    padding: 16rem 0 5rem;
  }


  #topretouch .inner ul {
    width: 82%;
    margin: 0 auto 0 8rem;
  }

  #topretouch .inner ul li,
  #topretouch .inner ul li:nth-child(even) {
    width: 100%;
  }

  #topretouch .inner ul li:not(:nth-child(1)),
  #topretouch .inner ul li:nth-child(even) {
    padding-top: 10rem;
  }

  #topretouch ul li .flex div p {
    font-size: 1.9rem;
  }
}

/*================================================
 * topservice
================================================*/
#topservice {
  background: #efefef;
}


.topservice__txt {
  width: 27rem;
  position: relative;
}

#topservice h2 span {
  background: var(--color-black);
  color: var(--color-white);
  font-size: 2.2rem;
  padding: 0.2rem 1rem 0.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

#topservice h2 {
  font-size: 5rem;
  line-height: 1.1;
  font-weight: 900;
}

#topservice p {
  font-size: 1.4rem;
  margin: 1.5rem 0 0;
}

.topservice__slide {
  width: 57rem;
}

.topservice__slide .service_prev,
.topservice__slide .service_next {
  display: none;
}

.service_swiper .swiper-slide {
  margin: 0 1rem;
  width: 56rem;
  height: auto;
}

.service_swiper .swiper-slide div {
  background: var(--color-white);
  padding: 3rem;
  height: 100%;
}

.service_swiper .swiper-slide div h3 {
  font-size: 2.5rem;
  font-weight: bold;
}

.service_swiper .swiper-slide div p {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: 1rem;
}


.topservice__txt .swiper-pagination {
  border-left: 0.25rem solid var(--color-black);
}

.topservice__txt .swiper-pagination span {
  display: block;
  max-width: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  background: none;
  font-size: 2rem;
  font-weight: bold;
  color: var(--color-black);
  opacity: 1;
  margin: 1rem 0 1rem 3rem !important;
  padding: 0 1rem;
  text-align: left;
  border-radius: 0;
  position: relative;
}

.topservice__txt span.swiper-pagination-bullet-active {
  background: var(--color-primary);
}

.topservice__txt .swiper-pagination span::before {
  position: absolute;
  content: "";
  width: 1.7rem;
  height: 1.7rem;
  aspect-ratio: 1/1;
  border-radius: 1000px;
  background: var(--color-white);
  border: 0.25rem solid var(--color-black);
  left: -3.95rem;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: .4s;
}

.topservice__txt span.swiper-pagination-bullet-active::before {
  opacity: 1;
}

@media screen and (max-width:767px) {
  .topservice__txt {
    width: 45rem;
    margin: 0 auto;
  }

  .topservice__slide {
    width: 57rem;
    margin: 5rem auto 0;
    padding-bottom: 10rem;
  }

  .topservice__txt .swiper-pagination {
    display: none;
  }

  .topservice__slide .service_prev,
  .topservice__slide .service_next {
    display: block;
    width: 5.5rem;
    height: 5.5rem;
    top: auto;
    bottom: 14rem;
  }

  .topservice__slide .service_prev {
    left: 19rem;
  }

  .topservice__slide .service_next {
    right: 19rem;
  }

  .topservice__slide .service_next::after,
  .topservice__slide .service_prev::after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
  }

  .topservice__slide .service_next::after {
    background: url(../images/st_arrow_next.png) no-repeat center/cover;
  }

  .topservice__slide .service_prev::after {
    background: url(../images/st_arrow_prev.png) no-repeat center/cover;
    content: "";
  }

  #topservice p {
    font-size: 1.9rem;
  }
}


/*================================================
 * toprecruit
================================================*/
#toprecruit {
  padding: 0;
}

#toprecruit .loop_swiper .swiper-slide,
#toprecruit .loop_swiper .swiper-slide img {
  height: 55rem;
}

#toprecruit .inner {
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgb(0 0 0 / 25%);
  z-index: 1;
  color: var(--color-white);
  display: grid;
  place-content: center;
}

#toprecruit .inner h2 {
  font-family: var(--helvetica-b);
  font-weight: 900;
  font-size: 8rem;
}

#toprecruit .inner p {
  font-size: 1.4rem;
}

#toprecruit .inner a {
  position: relative;
  display: block;
  width: 8rem;
  margin: 2rem auto 0;
}

#toprecruit .inner a img {
  transition: .4s;
}

#toprecruit .inner a:hover img {
  opacity: 0;
}

#toprecruit .inner a::before {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
  background-image: url(../images/recruit_arrow_wt.png);
  width: 8rem;
  height: 8rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: .4s;
}

#toprecruit a:hover::before {
  opacity: 1;
}

@media screen and (max-width:767px) {
  #toprecruit .inner p {
    font-size: 1.9rem;
  }

}

/*================================================
 * topcompany
================================================*/
#topcompany .inner {
  width: 80rem;
  margin: 0 auto;
}

#topcompany ul {
  gap: 5rem;
  margin-top: 5rem;
}

#topcompany ul li {
  width: 37.5rem;
}

#topcompany ul li div {
  overflow: hidden;
  height: 37.5rem;
}

#topcompany ul li iframe {
  width: 100%;
  height: 100%;
  display: block;
}

#topcompany ul li h3 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-top: 2rem;
}

#topcompany ul li p {
  font-size: 1.7rem;
}

#topcompany ul li a {
  position: relative;
  height: 100%;
}

#topcompany ul li a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .3;
  z-index: 1;
}

#topcompany ul li a p {
  font-size: 2rem;
  color: var(--color-white);
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0.5rem 5rem 0.5rem 3rem;
  border: 0.25rem solid var(--color-white);
  border-radius: 1000px;
}

#topcompany ul li a p::before {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
  background-image: url(../images/company_arrow.png);
  width: 1.3rem;
  height: 1.2rem;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
  transition: .4s;
}

#topcompany ul li a:hover p::before {
  right: 1.5rem;
}

#topcompany ul li a img {
  transition: .4s;
}

#topcompany ul li a:hover img {
  transform: scale(1.1);
}

@media screen and (max-width:767px) {
  #topcompany .inner {
    width: 100%;
    margin: 0 auto;
  }

  #topcompany ul {
    gap: 3rem;
  }

  #topcompany ul li {
    width: 50rem;
  }

  #topcompany ul li div {
    height: 20rem;
  }

  #topcompany ul li a p {
    font-size: 2.3rem;
    padding: 0.5rem 5rem;
    white-space: nowrap;
  }

  #topcompany ul li a p::before {
    content: none;
  }
}