*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{
    font-family:"Yu Gothic","Hiragino Sans","Noto Sans JP",sans-serif;
    color:#333;
    line-height:1.8;
    background:#fff;
}

img{
    width:100%;
    display:block;
}

a{
    text-decoration:none;
}

ul{
    list-style:none;
}

/* ===========================
   header
=========================== */

header {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 88px;
    padding: 0 140px;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    transition: 0.6s;
    opacity: 1;
  }
  header .header-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1000px;
  }
  header .header-menu li {
    position: relative;
    height: 20px;
  }

  header .header-menu li .menu-sublist {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 20px;
    
    padding: 10px 15px; 
    transition: 0.4s;
    text-align: center;
  
    width: max-content;
    min-width: 180px;
    background-color: transparent;
    border-radius: 4px;
  }
  header .header-menu li .menu-sublist:hover {
    opacity: 1;
    pointer-events: auto;
  }
  header .header-menu li .menu-sublist li {
    height: 28px;
  }
  header .header-menu li .menu-sublist a {
    color: #fff;
    display: block;
    width: 100%;
    line-height: 28px;
    font-size: 14px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;  }
  header .header-menu .item-sub:hover ul {
    opacity: 1;
    pointer-events: auto;
  }
  header .header-menu span {
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 0.08em;
    display: block;
    line-height: 20px;
  }
  header .header-menu a {
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 0.08em;
    transition: 0.3s;
    display: block;
    line-height: 20px;
  }
  header .header-menu a:hover {
    opacity: 0.6;
  }
  header.show {
    opacity: 1;
  }
  header.scrolled {
    position: fixed;
    height: 60px;
    background-color: #fff;
  }
  header.scrolled .header-menu li {
    height: 60px;
  }
  header.scrolled .header-menu li .menu-sublist {
    top: 60px;
    background-color: #333;
  }
  header.scrolled .header-menu li .menu-sublist li {
    height: 28px;
  }
  header.scrolled .header-menu li .menu-sublist a {
    line-height: 28px;
  }
  header.scrolled .header-menu a {
    color: #2E2E2E;
    line-height: 60px;
  }
  header.scrolled .header-menu span {
    color: #2E2E2E;
    line-height: 60px;
  }
  
  .fv {
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    height: 100vh;
    background-image: url("../assets/img/fv-img.jpg?v=1");
    background-size: cover;
    z-index: 7;
  }
  
  .fv-cover {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .fv-cover img {
    width: 58vw;
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
    transition: 0.8s ease-in-out;
    opacity: 0;
  }
  .fv-cover.show img {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
    opacity: 1;
  }
  
  .slider-images {
    width: 100%;
    box-sizing: border-box;
    height: 40vw;
    position: relative;
    z-index: 1;
  }
  
  .slider-item {
    width: 100%;
    height: 40vw;
    background-size: cover;
    background-position: center;
  }
  .slider-item1 {
    background-image: url("../img/fv1.jpg");
  }
  .slider-item2 {
    background-image: url("../img/fv2.jpg");
  }
  .slider-item3 {
    background-image: url("../img/fv3.jpg");
  }
  .slider-item4 {
    background-image: url("../img/fv4.jpg");
  }
  
  @media screen and (max-width: 768px) {
    header {
      height: 60px;
      padding: 0 20px;
    }
    header .header-menu {
      display: none;
    }
    header.scrolled {
      background-color: #000;
    }
    .fv-cover img {
      width: 80vw;
    }
    .fv-text {
      right: 20px;
      font-size: 13px;
      line-height: 30px;
      text-align: right;
    }
    .fv-text span {
      font-size: 19px;
    }
    .fv-text span.num {
      font-size: 30px;
      margin-right: 4px;
    }
    .slider-images {
      height: calc(100vh - 110px);
    }
    .slider-item {
      height: calc(100vh - 110px);
    }
  }
  .section-head {
    max-width: 1120px;
    margin: auto;
    margin-bottom: 40px;
  }
  .section-head h2 {
    font-size: 48px;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 0.06em;
    font-weight: 500;
    margin-bottom: 10px;
    position: relative;
    color: #989898;
    position: relative;
    display: inline-block;
  }
  .section-head h2 span {
    opacity: 0;
    transition-delay: 0.4s;
  }
  .section-head h2:after {
    content: "";
    background-color: #000;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
  }
  .section-head .title-sub {
    display: block;
    font-weight: bold;
    font-size: 18px;
    opacity: 0;
    transition: 0.4s;
    transition-delay: 0.3s;
    transform: translateY(5px);
  }
  .section-head.show h2 span {
    opacity: 1;
  }
  .section-head.show h2:after {
    -webkit-animation: imagewipe 0.8s ease-in-out both;
            animation: imagewipe 0.8s ease-in-out both;
    opacity: 1;
  }
  .section-head.show .title-sub {
    opacity: 1;
    transform: translateY(0);
  }
  
  @media screen and (max-width: 768px) {
    .section-head {
      margin-bottom: 30px;
    }
    .section-head h2 {
      font-size: 30px;
    }
    .section-head .title-sub {
      font-size: 15px;
    }
  }
  .section-content {
    width: auto;
    max-width: 1120px;
    margin: auto;
  }



/* ===========================
   COMMON
=========================== */

.container{
    width:90%;
    max-width:1200px;
    margin:auto;
}

section{
    padding:100px 0;
}

.section-title{
    text-align:center;
    margin-bottom:70px;
}

.section-title span{
    display:block;
    color:#8b1e3f;
    font-size:14px;
    font-weight:bold;
    letter-spacing:3px;
    margin-bottom:10px;
}

.section-title h2{
    font-size:38px;
    font-weight:700;
}

p{
    font-size:16px;
}

/* ===========================
   BUTTON
=========================== */

.hero-btn,
.contact-btn{

    display:inline-block;

    margin-top:40px;

    padding:18px 48px;

    background:#8b1e3f;

    color:#fff;

    border-radius:50px;

    transition:.4s;
}

.hero-btn:hover,
.contact-btn:hover{

    background:#b72f57;

    transform:translateY(-4px);

}

/* ===========================
   HERO
=========================== */

.service-hero{

    height:100vh;

    background:url(images/hero.jpg) center center/cover;

    position:relative;

    display:flex;

    align-items:center;

}

.service-hero::before{

    content:"";

    position:absolute;

    inset:0;

    background:rgba(0,0,0,.45);

}

.service-hero__inner{

    position:relative;

    z-index:2;

    width:90%;

    max-width:1200px;

    margin:auto;

    color:#fff;

}

.service-hero__sub{

    letter-spacing:5px;

    color:#fff;

    margin-bottom:20px;

}

.service-hero h1{

    font-size:64px;

    margin-bottom:25px;

    font-weight:700;

}

.service-hero__lead{

    font-size:22px;

    line-height:2;

    max-width:700px;

}

.service-hero{

    height:100vh;

    background:url("assets/img/recruit1.png") center center / cover no-repeat;

    position:relative;

    display:flex;

    align-items:center;

}

@media screen and (max-width: 768px) {
    .service-hero h1 {
        font-size: 70px;
    }
	   .service-hero__lead {
        font-size: 16px;
    }
	    .service-hero {
        min-height: 65vh;
        height: auto;
        padding: 100px 20px;
    }
	    .service-hero__inner {
        width: 92%;
        max-width: none;
    }
}
@media screen and (max-width: 480px) {
    .service-hero h1 {
        font-size: 33px;
    }
	    .service-hero__lead {
        font-size: 15px;
    }
	    .service-hero {
        min-height: 55vh;
        padding: 80px 20px;
    }
	    .service-hero__inner {
        width: 100%;
        max-width: none;
    }
}
/*=====================================
 RECRUIT PHILOSOPHY
======================================*/

.recruit-philosophy{

  padding:120px 0;

}

.philosophy-wrap{

  display:flex;

  align-items:center;

  justify-content:space-between;

  gap:70px;

  margin-top:70px;

}

.philosophy-image{

  width:48%;

}

.philosophy-image img{

  width:100%;

  display:block;

  border-radius:24px;

  box-shadow:0 15px 40px rgba(0,0,0,.08);

}

.philosophy-text{

  width:52%;

}

.philosophy-text h3{

  font-size:38px;

  line-height:1.7;

  color:#333;

  margin-bottom:35px;

  font-weight:700;

}

.philosophy-text p{

  font-size:16px;

  line-height:2.3;

  color:#666;

}


/*=====================================
 REQUIREMENTS
======================================*/

.recruit-requirements{

  padding:120px 0;

}


/* 求人全体 */

.job-box{

  margin-top:70px;

  background:#fff;

  border-radius:28px;

  overflow:hidden;

  box-shadow:0 15px 40px rgba(0,0,0,.08);

}



/*=====================================
 JOB HEADER
======================================*/


.job-header{

  background:#fff;

  padding:55px 60px;

  border-bottom:1px solid #eee;

}


.job-category{

  display:block;

  font-size:13px;

  letter-spacing:.25em;

  font-weight:700;

  color:#8b1e3f;

  margin-bottom:20px;

}


.job-header h3{

  font-size:36px;

  line-height:1.5;

  font-weight:700;

  color:#333;

  margin:0;

}



/* 条件タグ */

.job-tags{

  display:flex;

  flex-wrap:wrap;

  gap:12px;

  margin-top:30px;

}


.job-tags span{

  display:inline-flex;

  align-items:center;

  padding:10px 20px;

  border-radius:50px;

  background:#f8eef1;

  color:#8b1e3f;

  font-size:14px;

  font-weight:700;

}



/*=====================================
 JOB SECTION
======================================*/


.job-section{

  padding:45px 60px;

  border-bottom:1px solid #eee;

}


.job-section:last-child{

  border-bottom:none;

}



.job-section h4{

  position:relative;

  font-size:24px;

  font-weight:700;

  color:#333;

  margin-bottom:30px;

  padding-left:18px;

}



.job-section h4::before{

  content:"";

  position:absolute;

  left:0;

  top:5px;

  width:5px;

  height:25px;

  background:#8b1e3f;

  border-radius:5px;

}




.job-section p{

  font-size:16px;

  line-height:2.1;

  color:#555;

}



/* リスト */

.job-section ul{

  padding-left:25px;

  margin:0;

}



.job-section li{

  font-size:16px;

  line-height:2;

  color:#555;

  margin-bottom:8px;

}


.job-section li::marker{

  color:#8b1e3f;

}



/*=====================================
 INFO TABLE
======================================*/


.job-info-table{

  width:100%;

  border-collapse:collapse;

}



.job-info-table tr{

  border-bottom:1px solid #eee;

}



.job-info-table tr:last-child{

  border-bottom:none;

}



.job-info-table th{

  width:220px;

  background:#f7f7f7;

  padding:22px 30px;

  text-align:left;

  font-size:16px;

  color:#333;

  font-weight:700;

}



.job-info-table td{

  padding:22px 35px;

  font-size:16px;

  color:#555;

  line-height:1.8;

}



/*=====================================
 FLOW
======================================*/


.job-section ol{

  counter-reset:flow;

  list-style:none;

  padding:0;

}



.job-section ol li{

  position:relative;

  padding-left:45px;

  margin-bottom:20px;

  font-size:16px;

}



.job-section ol li::before{

  counter-increment:flow;

  content:counter(flow);

  position:absolute;

  left:0;

  top:-2px;

  width:28px;

  height:28px;

  border-radius:50%;

  background:#8b1e3f;

  color:#fff;

  text-align:center;

  line-height:28px;

  font-size:14px;

  font-weight:bold;

}



/* スクロール位置 */

#sales,
#marketing,
#construction,
#office{

  scroll-margin-top:120px;

}



/*=====================================
 MOBILE
======================================*/


@media screen and (max-width:768px){


.recruit-requirements{

  padding:80px 0;

}



.job-box{

  margin-top:40px;

  border-radius:18px;

}



/* header */

.job-header{

  padding:35px 25px;

}



.job-header h3{

  font-size:24px;

}



.job-tags{

  margin-top:20px;

}



.job-tags span{

  font-size:13px;

  padding:8px 15px;

}



/* section */

.job-section{

  padding:30px 25px;

}



.job-section h4{

  font-size:20px;

  margin-bottom:20px;

}



.job-section p{

  font-size:15px;

}



.job-section li{

  font-size:15px;

}



/* table */

.job-info-table,
.job-info-table tbody,
.job-info-table tr,
.job-info-table th,
.job-info-table td{

  display:block;

  width:100%;

}



.job-info-table th{

  padding:15px 20px;

}



.job-info-table td{

  padding:15px 20px 25px;

}



}
/*=====================================
 ENTRY
======================================*/

.recruit-entry{

  position: relative;

    padding:85px 20px;

    text-align:center;

    background-image:
    linear-gradient(
        rgba(40,40,40,.75),
        rgba(40,40,40,.75)
    ),
    url("assets/img/entry.png");

    background-size:cover;

    background-position:center;

    overflow:hidden;

}

.entry-box{

  position:relative;

  z-index:1;

}

.entry-box span{

  display:block;

  color:#d9d9d9;

  font-size:13px;

  letter-spacing:.4em;

  margin-bottom:20px;

}

.entry-box h2{

  color:#fff;

  font-size:38px;

  line-height:1.7;

  font-weight:700;

  margin-bottom:25px;

}

.entry-box p{

  color:#eee;

  font-size:16px;

  line-height:2;

  margin-bottom:45px;

}

.entry-btn{

  display:inline-flex;

  justify-content:center;

  align-items:center;

  width:280px;

  height:65px;

  background:#fff;

  color:#333;

  border-radius:50px;

  text-decoration:none;

  font-size:16px;

  font-weight:700;

  transition:.35s;

}

.entry-btn:hover{

  background:#8b1e3f;

  color:#fff;

  transform:translateY(-3px);

}
/*=====================================
 Responsive
======================================*/

@media screen and (max-width:768px){

  /* PHILOSOPHY */
  
  .philosophy-wrap{
  
      flex-direction:column;
  
      gap:40px;
  
  }
  
  .philosophy-image,
  .philosophy-text{
  
      width:100%;
  
  }
  
  .philosophy-text h3{
  
      font-size:28px;
  
  }
  
  .philosophy-text p{
  
      font-size:15px;
  
  }
  
  /* WORKS */
  
  .recruit-works{
  
      padding:80px 0;
  
  }
  
  .works-list{
  
      grid-template-columns:1fr;
  
      gap:20px;
  
  }
  
  .works-card{
  
      padding:30px;
  
  }
  
  .works-card h3{
  
      font-size:22px;
  
  }
  
  .works-card::after{
  
      right:25px;
  
      bottom:22px;
  
  }
  
 /*=====================================
 REQUIREMENTS
======================================*/

.recruit-requirements{

  padding:120px 0;

}


/* 求人詳細ボックス */

.job-box{

  margin-top:70px;

  background:#fff;

  border-radius:24px;

  overflow:hidden;

  box-shadow:0 10px 35px rgba(0,0,0,.06);

}



/*=====================================
 JOB HEADER
======================================*/


.job-header{

  background:#fff;
  
  padding:55px 60px;
  
  border-bottom:1px solid #eee;
  
  }
  
  
  
  .job-category{
  
  display:block;
  
  font-size:13px;
  
  letter-spacing:.25em;
  
  font-weight:700;
  
  color:#8b1e3f;
  
  margin-bottom:20px;
  
  }
  
  
  
  .job-header h3{
  
  font-size:36px;
  
  line-height:1.5;
  
  font-weight:700;
  
  color:#333;
  
  margin:0;
  
  }
  
  
  
  /* 条件タグ */
  
  .job-tags{
  
  display:flex;
  
  flex-wrap:wrap;
  
  gap:12px;
  
  margin-top:30px;
  
  }
  
  
  
  .job-tags span{
  
  display:inline-flex;
  
  align-items:center;
  
  background:#f8eef1;
  
  color:#8b1e3f;
  
  font-size:14px;
  
  font-weight:700;
  
  padding:10px 18px;
  
  border-radius:50px;
  
  }




/* 各項目 */

.job-section{

  padding:45px 50px;

  border-bottom:1px solid #eeeeee;

}


.job-section:last-child{

  border-bottom:none;

}



.job-section h4{
  display:flex;

  align-items:center;
  
  gap:15px;
  
  font-size:24px;
  
  font-weight:700;
  
  color:#333;
  
  margin-bottom:30px;
  
  padding-left:0;

}


.job-section h4::before{

  content:"";

  width:0;

}




.job-section p{

  font-size:16px;

  line-height:2.1;

  color:#555;

}





/* リスト */

.job-section ul{

  margin:0;

  padding-left:25px;

}


.job-section li{

  font-size:16px;

  line-height:2;

  color:#555;

  margin-bottom:8px;

}


.job-section li::marker{

  color:#8b1e3f;

}





/* 情報テーブル */

.job-info-table{

  width:100%;

  border-collapse:collapse;

}



.job-info-table tr{

  border-bottom:1px solid #eee;

}



.job-info-table tr:last-child{

  border-bottom:none;

}



.job-info-table th{

  width:220px;

  background:#f7f7f7;

  padding:20px 25px;

  text-align:left;

  font-size:16px;

  color:#444;

}



.job-info-table td{

  padding:20px 30px;

  font-size:16px;

  color:#555;

  line-height:1.8;

}





/* 選考フロー */

.job-section ol{

  counter-reset:flow;

  list-style:none;

  padding:0;

  margin:0;

}



.job-section ol li{

  position:relative;

  padding-left:45px;

  margin-bottom:20px;

}



.job-section ol li::before{

  counter-increment:flow;

  content:counter(flow);

  position:absolute;

  left:0;

  top:0;

  width:28px;

  height:28px;

  border-radius:50%;

  background:#8b1e3f;

  color:#fff;

  text-align:center;

  line-height:28px;

  font-size:14px;

  font-weight:bold;

}







/*=====================================
 Responsive
======================================*/


@media screen and (max-width:768px){


.recruit-requirements{

  padding:80px 0;

}



.job-box{

  margin-top:40px;

  border-radius:18px;

}



.job-header{

  padding:30px 25px;

}



.job-header h3{

  font-size:24px;

}



.job-header p{

  font-size:14px;

}



.job-section{

  padding:30px 25px;

}



.job-section h4{

  font-size:20px;

  margin-bottom:20px;

}



.job-section h4::before{

  height:20px;

  top:6px;

}



.job-section p{

  font-size:15px;

}



.job-section li{

  font-size:15px;

}



.job-info-table,
.job-info-table tbody,
.job-info-table tr,
.job-info-table th,
.job-info-table td{

  display:block;

  width:100%;

}



.job-info-table th{

  padding:15px 20px;

}



.job-info-table td{

  padding:15px 20px 25px;

}



}
  
  /* ENTRY */
  
  .recruit-entry{
  
      padding:70px 20px;
  
  }
  
  .entry-box h2{
  
      font-size:28px;
  
  }
  
  .entry-box p{
  
      font-size:15px;
  
  }
  
  .entry-btn{
  
      width:270px;
  
      height:58px;
  
  }
  
  }
/*=====================================
 CONTACT
======================================*/

.service-contact{

  position:relative;

  padding:85px 20px;

  text-align:center;

  background-image:
  linear-gradient(
      rgba(40,40,40,.75),
      rgba(40,40,40,.75)
  ),
  url("assets/img/contact.png");

  background-size:cover;

  background-position:center;

  overflow:hidden;

}



.contact-inner{

  position:relative;

  z-index:1;

}



/* CONTACT */

.contact-label{

  display:block;

  color:#d0d0d0;

  font-size:12px;

  letter-spacing:.5em;

  margin-bottom:20px;

}



/* タイトル */

.service-contact h2{

  color:#fff;

  font-size:32px;

  font-weight:600;

  letter-spacing:.08em;

  margin-bottom:20px;

}



/* 説明 */

.service-contact p{

  color:#eee;

  font-size:15px;

  line-height:2;

  margin-bottom:35px;

}



/* ボタン */

.contact-btn{

  display:inline-flex;

  justify-content:center;

  align-items:center;


  width:280px;

  height:60px;


  background:#fff;

  color:#333;


  font-size:16px;

  font-weight:600;


  text-decoration:none;


  transition:.3s;

}



.contact-btn:hover{

  background:#8b1e3f;

  color:#fff;

}



/* スマホ */

@media screen and (max-width:768px){

  .service-contact{

      padding:60px 20px;

  }


  .service-contact h2{

      font-size:24px;

  }


  .contact-btn{

      width:270px;

  }

}
/*フッター*/
footer {
  background-color: #151515;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer p {
  font-size: 13px;
  color: #fff;
}

/*バーガーメニュー*/
.burgermenu {
    display: none;
    position: fixed;
    width: 100vw;
    pointer-events: none;
    top: 0;
    left: 0;
  }
  @media screen and (max-width: 768px) {
    .burgermenu {
      display: block;
    }
  }
  .burgermenu__trigger {
    position: absolute;
    z-index: 120;
    right: 20px;
    top: 15px;
    display: block;
    width: 32px;
    height: 30px;
    pointer-events: auto;
  }
  .burgermenu__trigger:hover {
    cursor: pointer;
  }
  .burgermenu__trigger span {
    display: block;
    position: absolute;
    width: 32px;
    height: 3px;
    border-radius: 1.5px;
    background: #fff;
    transition: 0.3s ease-in-out, top 0.5s ease;
  }
  .burgermenu__trigger span:nth-child(1) {
    top: 0;
  }
  .burgermenu__trigger span:nth-child(2) {
    top: 11px;
  }
  .burgermenu__trigger span:nth-child(3) {
    top: 22px;
  }
  .burgermenu__content {
    display: block;
    width: 100vw;
    height: 100vh;
    box-sizing: border-box;
    opacity: 0;
    transition: 0.6s;
    background-color: #000;
    z-index: 110;
    padding: 80px 0 40px;
  }
  .burgermenu__content ul {
    position: relative;
    z-index: 3;
  }
  .burgermenu__content .link-item {
    height: 66px;
  }
  .burgermenu__content .link-item a {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    letter-spacing: 0.06em;
    width: 100%;
    text-align: center;
    line-height: 66px;
    box-sizing: border-box;
    display: block;
    position: relative;
  }
  .burgermenu__content .item-sub {
    min-height: 66px;
    padding-top: 17px;
    box-sizing: border-box;
    text-align: center;
  }
  .burgermenu__content .item-sub span {
    color: #fff;
    font-size: 18px;
    display: inline-block;
    line-height: 32px;
    position: relative;
  }
  .burgermenu__content .item-sub span:after {
    content: "▼";
    font-size: 14px;
    position: absolute;
    top: 50%;
    right: -30px;
    transform: translateY(-50%);
  }
  .burgermenu__content .item-sub .menu-sublist_burger {
    padding: 10px 0;
    display: none;
  }
  .burgermenu__content .item-sub .menu-sublist_burger a {
    font-size: 14px;
    color: #fff;
    letter-spacing: 0.06em;
    width: 100%;
    display: block;
    line-height: 32px;
    text-align: center;
  }
  .burgermenu__content .item-sub .menu-sublist_burger a:after {
    display: none;
  }
  .burgermenu__content .item-sub.open span:after {
    transform: translateY(-50%) rotate(180deg);
  }
  .burgermenu.open {
    pointer-events: auto;
  }
  .burgermenu.open .burgermenu__trigger span:nth-child(1) {
    transform: rotate(45deg);
    top: 15px;
  }
  .burgermenu.open .burgermenu__trigger span:nth-child(2) {
    opacity: 0;
  }
  .burgermenu.open .burgermenu__trigger span:nth-child(3) {
    transform: rotate(-45deg);
    top: 15px;
  }
  .burgermenu.open .burgermenu__content {
    opacity: 1;
    pointer-events: auto;
  }
  
  .fade-action {
    transition: 0.6s;
    opacity: 0;
    transform: translateY(20px);
  }
  .fade-action.show {
    opacity: 1;
    transform: translateY(0);
  }