@charset "UTF-8";
html {
	scroll-behavior: smooth;
}
.brsp{
	display: none;
}
.brpc{
	display: block;
}
.hidden {
  display: none !important;
}
.blue{
	color: #004097;
}

.mobileonly {
  display: none;
}
.dummy{
  opacity: 0;
  pointer-events: none;
}
.animate {
  transition: 1s 0.2s opacity;
  opacity: 0;
}
sup {
  font-size:0.5em
}
.animated {
  opacity: 1;
  /* transform: scale(1); */
  object-fit: cover;
}

img {
  /* width: auto; */
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  /* width: fit-content; */
}

a {
  transition: 0.3s opacity;
}


a:hover {
  opacity: 0.5;
}
.fadein_ul a:hover,
a.fadein:hover{
  opacity: 0.5 !important;
}

.figure{
  pointer-events: none;
}
.wrapper {
  clear: both;
  margin: 0 auto;
  position: relative;
  /*width: 1000px;*/
}

.alignleft {
  text-align: left;
}
.alignright {
  text-align: right;
}

.aligncenter {
  text-align: center;
}

.note {
  font-size: 12px;
}

body {
  position: relative;
  margin: 0;
  background-color: #fff;
  color: #000000;
  font-family: YakuHanJP,  "Zen Kaku Gothic New", sans-serif ;
  font-size: 0.833333vw;
  line-height: 1.575;
}
body:before {
  /*content: "";*/
  position: fixed;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 200vh;
  transition: 0.4s all linear;
  background: #004097;
  z-index: 1000;
  /*display: none !important;*/
}

body.transitioning:before {
  top: 0;
}

body:after {
  /*content: "";*/
  position: fixed;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  /*transition: 0.2s all linear;*/
  background: #004097;
  z-index: 1000;
  animation: pagetransition 0.5s 0.1s linear forwards;
  /*display:none !important;*/
}

body.transitionout:after {
  top: 0
}

.side-menu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  left: 0;
  text-align: left;
  font-size: 13px;
  min-height: 100dvh;
  background: rgba(255,255,255,.8);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  z-index: 500;
  transition: .3s;
  pointer-events: none;
  opacity: 0;
  overflow-y: scroll;
}

.sidelogo {
  width: 6.66666667vw;
  margin-left:18.75vw; 
  margin-top: 2.6041vw;
}

.sideblock {
  margin-bottom: 3.125vw;
}

.sideblock .h4 {
  color: #004097;
  text-decoration: none;
  font-weight: 700;
  border-bottom: 1px solid #004097;
  font-size: 1.25vw;
  line-height: 1.666666em;
  margin-bottom: calc(10vw /19.2);
}

.sideblock a {
  text-decoration: none;
  color:#000;
  font-size:0.833333vw;
  line-height: 1.55555em;
}
.sideblock a:hover{
  text-decoration: underline;
}
/*
.side-menu ul li a:before {
  left: 50%
}

.side-menu ul li a:after {
  right: 50%
}
.side-menu ul li a:hover:before,.side-menu ul li a:hover:after {
  width: 50%
}*/


.side-menu-btn {
  position: fixed;
  top: 0.5208333vw;
  right: 0.5208333vw;
  width: 3.125vw;
  height: 3.125vw;
  /*padding: 15px 0 0 15px;*/
  background: none;
  cursor: pointer;
  z-index: 500;
  opacity: 0;
  pointer-events: none;
  transition: .3s
}

.showNav .side-menu-btn,.side-open .side-menu-btn {
  opacity: 1;
  pointer-events: auto
}

  #toggle{
    line-height: 0;

  }

.side-menu-btn .trigger,.side-menu-btn .trigger span {
  display: inline-block;
  transition: all .2s;
  pointer-events: none
}

.side-menu-btn .trigger {
  position: relative;
  width: 3.125vw;
  height: 3.125vw;
}

.side-menu-btn .trigger span {
  position: absolute;
  left: 0.5208333vw;
  width: 2.08333333vw;
  height: 0.1041666vw;
  background-color: #000
}

.side-menu-btn .trigger span:nth-of-type(1) {
  display: inline-block;
  height: 0.7291666vw;
  line-height: 0.7291666vw;
  background-color: #0000;
  font-size: 0.7291666vw;
  text-align: center;
  width: 2.08333333vw;
}

.side-menu-btn .trigger span:nth-of-type(1):before {
  content: "MENU";
  font-weight: 700
}

.side-menu-btn .trigger span:nth-of-type(1) {
  top: 0.625vw
}

.side-menu-btn .trigger span:nth-of-type(2) {
  transform-origin: top left;
  top: 1.75vw
}

.side-menu-btn .trigger span:nth-of-type(3) {
  transform-origin: bottom left;
  bottom: 0.75vw;
}

.side-menu-btn .trigger.active span:nth-of-type(3),.side-menu-btn .trigger.active span:nth-of-type(2) {
 
}

.side-menu-btn .trigger.active span:nth-of-type(2) {
  top: 0.989583vw;
  transform: rotate(30deg)
}

.side-menu-btn .trigger.active span:nth-of-type(3) {
  bottom: 0.989583vw;
  transform: rotate(-30deg)
}

.side-menu-btn .trigger.active span:nth-of-type(1):before {
  content: "CLOSE";
  opacity: 0
}
.side-bar{
  /*background: rgba(255,255,255,0.8);*/
  /*height: 4.16666666vw;*/
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 32;
  height: 0;
}
.side-bar .logo{
  width: 6.66666667vw;
  position: fixed;
  top: 1.302083vw;
  left: 1.5625vw;
}

.side-btn {
  position: fixed;
  top: 0;
  right: 0;
  opacity: 0;
  transition: .5s;
  z-index: 100;
  width: 4.167vw
}

.showButtons .side-btn {
  opacity: 1
}

.side-open .side-menu {
  opacity: 1;
  pointer-events: all
}

@keyframes pagetransition {
  0% {
    top:  0}
  100% {
    top: -200vh; } 
}

.toprecruit{
  width: 62.5vw;
  margin: 0 auto;
  border-bottom: 1px solid #cccccc;
  z-index: 20;
   position: relative;
}

article.toprecruit h3{
   text-align: center;
   font-size: 1.5625vw;
   line-height: 1;
   font-weight: bold;
   margin-bottom: calc(20vw /19.2);
}
/**/
article.toprecruit .h3{
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
  color: rgba(0,0,0,0);
  -webkit-text-stroke-width: 1px;
/*  -webkit-text-stroke-color: #004097;*/
  font-size: 10.416vw;
  text-align: center;
  line-height: 1em;
}

.sidelinks{
  width:41.666vw; /*calc(350vw /3.93);*/
  display:flex;
  justify-content: space-between;
  flex-wrap: wrap;
  
}
.sidelinks li {
  /*margin: 12.7226463vw auto 3.125vw;*/
  width:18.22916vw;/*calc(350vw /3.93);*/
  /*font-size: 6.10687vw;*/
  font-size: 0.8333vw;
  line-height: 1.45833vw; /*10.6870229vw;*/
  /*margin-bottom: 1.45833vw*/ /*10.6870229vw;*/
  
}
.recruitbuttons{
  display: flex;
  width: 66.67%;
  justify-content: space-between;
  margin: 0 auto;
  margin-top: -2.08333vw;
  
}

.recruitbuttons li{
  position: relative;
}

.recruitbuttons li a:after{
/*  content: url(../img/buttonarrow.svg);
  position: absolute;
  width: 1.56254vw;
  right:1.458333vw;;
  bottom: 1.25vw;;*/
}
.recruitbuttons li a{
  text-decoration: none;
  color:#fff;
  width:19.79166vw;
  height: 7.8125vw;
  text-align: center;
  font-size: 1.3541666vw;
  background: #ed1c24;
  /*margin:0 auto 2.5445292vw;*/
  position: relative;
  font-weight: 500;

  line-height:2.34375vw;
  padding-top: 1.5885416vw;
  display: inline-block;
  box-sizing: border-box;
}
.recruitbuttons li .lottiearrow{
    position: absolute;
  right: calc(15vw /19.2);
  bottom: calc(26vw /19.2);
  width: calc(60vw /19.2);
  height: calc(15vw /19.2);
}
.recruitbuttons li:nth-child(2) a{
  background: #f7931e;
}
.recruitbuttons li:nth-child(3) a{
  background: #22b573;
}
.recruitbuttons li a span{
  font-family: "Poppins";
  font-size:2.34375vw;
  font-weight: 700;
}
.recruitbuttons li a:hover{
  opacity: 1;
}
.recruitbuttons li a:hover{
  background: #f14950;
}
.recruitbuttons li:nth-child(2) a:hover{
  background: #f9a94b;
}
.sidewrapper{
  width:41.666vw; 
  /*margin: 12.7226463vw auto;*/
  margin: 2.1875vw auto;
}
.sidewrapper .recruitbuttons{
  margin-top: 0;
}
.sidewrapper .recruitbuttons li a{
  width: 13.02083vw;
  font-size: 0.9375vw;
  height: 4.16666vw;
  line-height:1.5625vw;
  padding-top: 0.520833vw;
}
.sidewrapper .recruitbuttons li span{
  font-size:1.5625vw;
}

.sidewrapper .recruitbuttons li .lottiearrow {
    position: absolute;
    right: calc(10vw / 19.2);
    bottom: calc(41vw / 19.2);
    width: calc(40vw / 19.2);
    height: calc(10vw / 19.2);
}
.sidewrapper .recruitlinks a{
  font-size: 0.83333vw;
  line-height: 0.83333vw;
  /*margin-right: 5.0890585vw;*/
  margin-top: 1.4583vw;
}
.sidewrapper .recruitbuttons li a:after{
  margin-right: 0.9114583vw;
}
.side-btn{
  width: 60px;
}

.recruitlinks{
  margin-bottom: 5.025vw;
  display:flex;
      justify-content: center;
}

.recruitlinks li{
  /*text-align: right;*/

}
.recruitlinks a{
  font-size: .8333vw;
  line-height: 1em;
  color: #000000;
  text-decoration: none;
  /*background-image: url(../img/morearrow.svg);
  background-position: right bottom;
  background-size: 1.875em; */

  /*padding-right: 2.375em;
  background-repeat: no-repeat; */
  margin-left: calc(50vw /19.2);
  font-size: calc(16vw /19.2);
  display:block;  
  font-weight: 800;
  margin-top: calc(30vw /19.2);
}
.footer {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  z-index: 400;
  transition: .5s;
  width: calc(800vw /19.2);
  
}
.footer ul {
  display: flex;
  /*gap: 1vw;*/
  transition: .5s;
  transform: translateY(100%);
}
.footer ul {
  justify-content: center;
}

.showButtons .footer ul {
  transform: translate(0)
}


.footer li {
  /*width:8.4375vw;*/
  /*height: 2.29167vw;*/
  width:calc(400vw /19.2);
  height: calc(120vw /19.2);
  text-align: center;
  font-size: 4.58015vw;
  background: #ed1c24;
  position: relative;

  
}

.footer ul li a {
  /*height: 13.99491vw;*/
  display: block
}

.footer li:nth-child(2) {
  background: #f7931e
}
.footer li:hover{
  background: #f14950;
}
.footer li:nth-child(2):hover{
  background: #f9a94b;
}

.recruitbuttons li:nth-child(3) {
  display: none;
}
.footer li:nth-child(3) {
  display:none;
  background: #22b573;
}

.footer li a {
  font-weight: 500;
  text-decoration: none;
  color: #fff;
  /*font-size: 0.625vw;
  line-height: 1.041666vw;*/
  font-size: calc(24vw/19.2);
  line-height: calc(48vw/19.2);
  padding-top: calc(12vw/19.2);
  display: inline-block;
  overflow: visible
}
.footer li a:hover{
  opacity: 1;
}
.footer li span {
  font-family: Poppins;
  /*font-size: 1.25vw;*/
  font-size: calc(48vw/19.2);
  font-weight: 700
}

.footnav {
width: 62.5vw;
margin: calc(50vw /19.2) auto;
}
.footnavlogo {
  text-align: center;
  width: 10.41666vw;
  float: left;
}
.footnavlogo img{
  width: 10.41666vw;
  margin-bottom: calc(40vw /19.2)
}
.footnav .h4{
  font-size: 0.83333vw;
  font-weight: 700;
  line-height: 1em;
  color:#004097;
  margin-bottom:calc(8vw /19.2);
}
.footnavflex{
  width:calc(840vw /19.2);
  float: right;
  display: flex;
  flex-wrap: wrap;
      justify-content: space-between;
}
.footnavblock{
  width: 10.416vw;
/*  margin-bottom: 11.1959288vw;*/

}
.footnav li {
  height: calc(24vw /19.2);
}
.footnav li a{
  font-size: calc(12vw /19.2);
  text-decoration: none;
  color: #000000;
  line-height: calc(24vw /19.2);
  font-weight: 500;
  vertical-align: middle;
}
.footnav li a:hover{
  text-decoration: underline;
}
.footnav .h4 a{
  text-decoration: none;
  color:#004097;
}
.copyright{
  background:#004097;
  color: #fff;
  text-align: center;
  font-size: 0.625vw;
  line-height: calc(50vw / 19.2);
}
.footnav li a span{
  font-family: "Poppins";
  font-weight: 500;
}
.footnavexternals{
  margin: 0 auto calc(44vw /19.2);
  clear: left;
}
.footnavexternals img{
  width:1.5625vw;
  margin-right: calc(8vw /19.2)
  ;
}
.footnavexternals li{

}
.footnavexternals li.sns{
  margin-bottom: calc(20vw /19.2)
}
.footnavexternals .sns span{
  font-weight: 700;
  margin-left: 0.1em;
}
.externallink:after{
  content: url(../img/external.svg);
  display: inline-block;
  width: 0.57291vw;
  margin: 0 0 0 calc(6vw /19.2);
}

.buttonMore {
  font-size: .8333vw;
  color: #000;
  width: 14em;
  line-height: 1em;
  font-family: Poppins,sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
 /* background-image: url(../img/morearrow.svg);*/
  background-position: 10em bottom;
  background-size: 1.875em;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: .3s
}
  .buttonMore:hover a{ 
    color:#333333 !important
  }
  /*.arrowtrigger{
        margin-left: 2.083333333vw;
  }*/
.arrowtrigger .lottiearrow{
  height: 0.5208333vw;
  width: 2.083333333vw ;
  display: inline-block;
  margin-left: calc(10vw /19.2);
}
.arrowtrigger .lottiearrow.whitearrow{
  filter: brightness(0) saturate(100%) invert(99%) sepia(49%) saturate(0%) hue-rotate(302deg) brightness(114%) contrast(101%);
}

.buttonMore:hover {
  background-position: 11em bottom
}

.buttonMore a {
  text-decoration: none;
  color: #000;
  margin-left: calc(50vw /19.2);
}

.buttonMore.buttonTop {
  margin: 0 auto
}

.buttonMore.buttonTop:after {
  content: "トップページに戻る"
}
#buttonTop {
  height: calc(50vw /19.2);
  width: calc(50vw /19.2);
  z-index: 401;
  bottom: 0px;
  right: 0px;
  position: absolute;
  transition: 0.3s;
  cursor: pointer;
  background-image: url(../img/ico-arrow-up.svg);
  background-repeat: no-repeat;
  background-color: #666666;
  background-position: center;
  opacity:1;
}
#buttonTop:hover {
  background-color: #999999;
}
.showNav #buttonTop {
  opacity: 1;
}

@media screen and (max-width: 767.98px) {
  body{
    font-size: 4.07124681933vw;

  }
  .pconly{
  display:none;
}
.brsp{
	display: block;
}
	.brpc{
	display: none;
}
  .toprecruit{
    width: calc(350vw /3.93);
    margin: 0 auto;
    border-bottom: 1px solid #cccccc;
  
  }


  .side-menu-btn {
    top: 0;
    right: 0;
    width: 15.2671755vw;/*60px*/
    height: 15.2671755vw;/*60px*/
  }
  
  .side-menu-btn .trigger {
    width: 15.2671755vw;/*60px*/
    height: 15.2671755vw;/*60px*/
  }
  
  .side-menu-btn .trigger span {
    left:2.544529262vw; /*10px*/
    width: 10.178117vw; /*40px*/
    height: 0.50890585vw; /*2px*/
  }
  
  .side-menu-btn .trigger span:nth-of-type(1) {
    height: 3.56234vw; /*14px*/
    line-height: 3.56234vw; /*14px*/
    font-size: 3.56234vw; /*14px*/
    width: 10.178117vw; /*40px*/
  }
  
  .side-menu-btn .trigger span:nth-of-type(1) {
    top: 3.0534351145vw; 
  }
  
  .side-menu-btn .trigger span:nth-of-type(2) {
    transform-origin: top left;
    top: 8.54961832vw
  }
  
  .side-menu-btn .trigger span:nth-of-type(3) {
    transform-origin: bottom left;
    bottom: 3.6641221374vw;
  }
  
  .side-menu-btn .trigger.active span:nth-of-type(3),.side-menu-btn .trigger.active span:nth-of-type(2) {
   
  }
  
  .side-menu-btn .trigger.active span:nth-of-type(2) {
    top: 4.8346055979vw;
    transform: rotate(30deg)
  }
  
  .side-menu-btn .trigger.active span:nth-of-type(3) {
    bottom: 4.8346055979vw;
    transform: rotate(-30deg)
  }

  .side-bar{
    background: rgba(255, 255, 255, 0);
    height: 15.2671755vw;
    transition: 0.3s all;
  }
  .showNav .side-bar{
    background: rgba(255, 255, 255, 1);
  }
  .sidelogo{
    margin: calc(15vw /3.93) 0 0 2.544529262vw;
    width: 32.82442vw;
  }
  .sidelinks{
    width:calc(350vw /3.93);
  }
  .sidewrapper{
    width:calc(350vw /3.93);
    margin: calc(32vw /3.93) auto 12.7226463vw;
  }
  .sidelinks{
    /*margin: 12.7226463vw auto;*/
    margin: 0 auto;
  }
  
  .sidelinks li{
    width:calc(350vw /3.93);
    height: calc(32vw /3.93);
  }
  .sideblock {
    width:calc(350vw /3.93);
    margin-bottom: calc(30vw /3.93);
  }
  .sideblock .h4{
    width: calc(350vw /3.93);
    font-size: 6.10687vw;
    line-height: 10.6870229vw;
    margin-bottom:1.272264631vw;
    cursor: pointer;
  }
  .sideblock a {  
    font-size: 4.5801525vw;

    /*font-size: 3.053435vw;*/
    padding-left:3.81679389vw;
    width:calc(350vw /3.93);
    line-height: 1.75em;
  }
  .sideblock ul{
    overflow: hidden;
    max-height: 0;
    transition: all 0.5s;
  }
  .sideblock ul.active{
    max-height: calc(256vw /3.93);
  }
  .recruitbuttons li a,
  .sidewrapper .recruitbuttons li a{
    width:calc(350vw /3.93);
    height: 25.445292vw;
    text-align: center;
    font-size: 4.58015vw;
    margin:0 auto 2.5445292vw;
    position: relative;
    font-weight: 500;
    text-decoration: none;
    color:#fff;
    line-height: 9.1603vw;
    padding-top: 2.0890585vw;
    display: inline-block;
  }
  .recruitbuttons li a:after
  .sidewrapper .recruitbuttons li a:after{
    /*content: url(../img/buttonarrow.svg);
    position: absolute;
    width: 11.6030534vw;
    right: 5.0890585vw;;
    bottom: 5.0890585vw;;*/

  
  }

  .recruitbuttons li .lottiearrow{
    position: absolute;
    width: 11.6030534vw;
    right: 5.0890585vw;;
    bottom: 5.0890585vw;
  }
  .recruitbuttons,
  .sidewrapper .recruitbuttons{
    display:block;
    width: auto;
    margin-top:calc(10vw /3.93);
  }
  .sidewrapper .recruitbuttons{
    margin-top: calc(10vw /3.93);
  }
  .recruitbuttons li a span,
  .sidewrapper .recruitbuttons li span{
    font-family: "Poppins";
    font-size:9.1603vw;
    font-weight: 700;
  }
  
  .side-btn{
    width: 60px;
  }
  article.toprecruit h3 {
    font-size: calc(20vw / 3.93);
    margin-bottom: calc(16vw / 3.93);
}
  article.toprecruit .h3 {
    font-size: calc(60vw /3.93) ;
  }
  .recruitlinks{
    margin-bottom: 10.05vw;display: block;
  }
  .recruitlinks li{
    text-align: center;
  
  }
  .recruitlinks a,
  .sidewrapper .recruitlinks a {
    font-size: 3.562341vw;
    line-height: 1em;
    color: #000000;
    text-decoration: none;
    /*background-image: url(../img/morearrow.svg);
    background-position: right bottom;
    background-size: 1.875em; 
    display:block;
    padding-right: 2.375em;
    background-repeat: no-repeat; 
    font-weight: 500;
    margin-right: 5.0890585vw;
    margin-top: 4.5801526vw;*/
  }
  .sidewrapper .recruitbuttons li a:after {
    /*margin-right: 0.9114583vw;*/
  }
  .recruitbuttons li a:after {
      /*content: url(/img/buttonarrow.svg);
      position: absolute;
      width: 11.6030534vw;
      right: 5.0890585vw;
      bottom: 3.089059vw;*/
  }
  .recruitbuttons li .lottiearrow{
    position: absolute;
  right: calc(15vw /3.93);
  bottom: calc(40vw /3.93);
  width: calc(60vw /3.93);
  height: calc(15vw /3.93);
}
  .footer {
    overflow: hidden;
    width: 100%
  }
  .footer ul{
    gap: 0
  }
  .footer li{
    width: 50%;
    height: 13.99491vw;
  }
  .footer li a {
    font-size: 3.053435vw;
    line-height: 6.1068666vw;
    padding-top: .6890585vw;
  }
  
  .footer li span {
    font-size: 6.1068666vw;
  }
  .footer li:nth-child(3) {
    letter-spacing: -.05em
  }
  .footnavlogo {
    text-align: center;
    margin: 0 auto 0;
    width: 100%;
    float: none;
    
  }
  .footnavlogo img{
    width: 25.445292vw;
    margin-bottom: calc(32vw /3.93);
  }
  .footnav .h4{
    font-size: 4.07124682vw;
    font-weight: 700;
    line-height: 1em;
    color:#004097;
    margin-bottom: calc(6vw /3.93);
  }
  .footnavflex{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    float: none;
    width: auto;
  }
  .footnavblock{
    width: 42.239vw;
    margin-bottom: 11.1959288vw;
  }
  
  .footnav {
    width: auto;
    margin:7.63358778vw auto;
  }
  .footnav li a{
    font-size: 3.053435vw;
    text-decoration: none;
    color: #000000;
    line-height: 2em;
    font-weight: 500;
    vertical-align: middle;
  }

  .footnav li {
  height: calc(24vw /3.93);
}

  .copyright{
    background:#004097;
    color: #fff;
    text-align: center;
    font-size: 3.053435vw;
    height: calc(30vw / 3.93);
    line-height: calc(30vw / 3.93);
  }
  .footnav li a span{
    font-family: "Poppins";
    font-weight: 500;
  }
  .footnavexternals{
    width: 75vw;
    margin: 0 auto 11.1959288vw;
  }
  .footnavexternals img{
    width: 7.63358778vw;
    margin-right: 2.0356234vw;
    ;
  }
  .footnavexternals li{
  
  }
  .footnavexternals li.sns{
    margin-bottom: 3.8167939vw
  }
  .footnavexternals .sns span{
    font-weight: 700;
    margin-left: 0.1em;
  }
  .externallink:after{
    content: url(../img/external.svg);
    display: inline-block;
    width: 2.7989821vw;
    margin: 0 0 0 1.2722646vw;
  }
  .buttonMore{
    font-size: 4.0712468vw;
  }
	.side-bar .logo{
  		width: 32.82442vw;
  		position: fixed;
		  top: calc(15vw /3.93);
  		left: 2.54452vw;
	}
.buttonMore a {
  margin-left: calc(48vw /3.93);
}
  .arrowtrigger .lottiearrow{
    height: calc(10vw /3.93);
    width: calc(40vw /3.93);
    display: inline-block;
    margin-left: calc(10vw /3.93)
  }
  #buttonTop {
  height: calc(60vw /3.93);
  width: calc(60vw /3.93);
  bottom: calc(30vw /3.93);
  }
}