@charset "UTF-8";

html {
  font-size: 62.5%;
}

body {
  font-size: 1.4rem;
  /* color: #3E3E3E; */
  background-color: #fafafa;
}

/* menu カレント表示スタイル */
.current {
  display: flex;
  padding: 6px 8px;
  justify-content: center;
  align-items: center;
  border-radius: 48px;
  background: #E8E8E8;
  box-shadow: 1px 1px 4.8px 0px rgba(0, 0, 0, 0.25) inset;
}




/* header ----------------------------------------------*/
.header {
  margin: 0 auto;
  max-width: 76%;
  background-color: #fafafa;
  padding: 80px 0px 0px 0px;
  border-bottom: 1px solid #C7C7C7;
}

.header__wrapper {
  display: flex;
  justify-content: space-between;
}

#lottie-header{
  max-width: 400px;
 height: auto;
}

.nav {
  position: relative;
  display: flex;
  align-items: center;
}

.nav__wrapper {
  position: relative;
  display: flex;
  align-items: center;
  gap: 32px;
}

.nav__item {
  display: flex;
  padding: 6px 8px;
  justify-content: center;
  align-items: center;
  color: #000;
  font-family: Inter;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: 0.5s;
}

.nav__item:hover {
  display: flex;
  padding: 6px 8px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 48px;
  background: #E8E8E8;
  
}

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

 

}


@media (max-width: 767px) {

  #lottie-header{
    width: 300px;
   height: auto;
  }

  .nav__wrapper {
    gap: 0px;
  }
  
  header .nav__item {
    display: none;
  
  }

  .nav {
    display: block;
  }
  
  

}


/* footer-------------------------------------------- */

.footer {
  margin: 0 auto;
  display: flex;
  max-width: 76%;
  height: 128px;
  padding: 10px 0px;
  justify-content: flex-end;
  align-items: center;
  gap: 32px;
  border-top: 1px solid #C7C7C7;
}

.footer__nav__wrapper {
  display: flex;
  align-items: center;
  gap: 32px;
}

/* 404 */

.page404,.blContainer{
margin: 0 auto;
}

.page404-heading{
  margin: 0 auto;
  font-size: 5rem;
  text-align: center;
  font-weight: 600px;
  font-family: inter;
}

.page404-message{
  margin-top: 20px;
  font-size: 2rem;
  text-align: center;
}





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

 

}


@media (max-width: 767px) {


  

}