@charset "utf-8";
header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  transition: all 0.3s;
  z-index: 1;
  transition: all 1.2s;
}
header.scl {
  top: -10px;
  z-index: 10;
}

body.fixed {
  height: 100%;
  overflow: hidden;
}

/* body.menu-top header {
  top: -50%;
} */

.inner-nav {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.header__wrapper {
  height: 100%;
  padding: 26px 0 24px 49px;
  position: relative;
  transition: backdrop-filter 0.3s ease, -webkit-backdrop-filter 0.3s ease;
}
header.scl .header__wrapper {
  padding: 22px 0 15px 49px;
}
.header__wrapper.blur {
  /* -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px); */
  display: none;
}
.menu-top header.scl .header__wrapper{
  padding: 10px 0 15px 49px;
}


.rogo__wrap {
  width: calc(100% - 90px);
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.header__rogo {
  width: 178px;
  margin-right: 20px;
}
.header__rogo a{
  display: block;
  width: 100%;
  height: 100%;
}
.header__rogo a:hover{
  opacity: 0.7;
}


.header__text {
  font-size: 14px;
  padding-bottom: 15px;
  color: #4a5a42;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.header__nav {
  display: flex;
  justify-content: flex-end;
}

.header__nav-listItem a {
  display: block;
}

.recruit__btn {
  color: #fff;
  font-size: 12px;
  font-family: "trajan-pro-3", serif;
  font-weight: 700;
  text-align: center;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.75;
  letter-spacing: 0.01em;
  background-color: #294997;
}

.ham {
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 10;
  position: absolute;
  right: 46px;
  top: 33px;
}

header.scl .ham{
  opacity: 0;
  pointer-events: none;
  z-index: -1;
}

.ham__lineWrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.ham__lineWrapper span {
  display: block;
  width: 36px;
  height: 4.5px;
  background-color: #4a5a42;
  position: absolute;
  left: 50%;
  transition: 0.3s;
}

.ham__lineWrapper span:nth-child(1) {
  transform: translateX(-50%);
  top: 0;
}

.ham__lineWrapper span:nth-child(2) {
  transform: translateX(-50%);
  bottom: 16px;
}
.ham__lineWrapper span:nth-child(3) {
  transform: translateX(-50%);
  bottom: 0;
}

.ham.open {
  z-index: 200;
}

.ham.open .ham__lineWrapper span:nth-child(1) {
  width: 40px;
  transform: translate(-50%, -50%) rotate(45deg);
  top: 16px;
  background-color: #fff;
}

.ham.open .ham__lineWrapper span:nth-child(2) {
  transform: translate(200%, -50%) rotate(0);
  bottom: 13px;
}
.ham.open .ham__lineWrapper span:nth-child(3) {
  width: 40px;
  transform: translate(-50%, -50%) rotate(-45deg);
  bottom: 16px;
  background-color: #fff;
}

.nav__menu {
  background-color: #02a6a2;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  /* padding-top: 99px; */
  /* padding-top: 160px; */
  display: none;
  overflow-y: scroll;
}

.nav__listWrapper {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav__listWrapper-rogo {
  width: 178px;
  margin-bottom: 30px;
  position: absolute;
  left: 49px;
  top: 26px;
}
.nav__list {
  width: 100%;
  max-height: 390px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 7%;
}
.nav__listBtn {
  padding-top: 33px;
}

.nav__listItem {
  padding: 0 10px;
  /* width: 240px; */
  width: calc(93% / 2);
  margin: 14px auto 14px;
  text-align-last: center;
}

.nav__listLink {
  font-size: 20px;
  text-align: center;
  display: inline;
  line-height: 1.75;
  letter-spacing: 0.14em;
  color: #fff;
}

.lang__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 106px;
  margin: 0 64px 0 auto;
}
.lang__text {
  color: #fff;
  font-size: 12px;
  font-family: "futura-pt", sans-serif;
  font-weight: 300;
  line-height: 1;
}
.langList {
  display: flex;
}
.langList__item {
  color: #fff;
  font-size: 12px;
  font-family: "futura-pt", sans-serif;
  font-weight: 300;
  line-height: 1;
}
.langList__item:nth-child(1) {
  margin-right: 10px;
}


/* 下層ページ用メニュー */
.lower-menu{
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background:#fff;
  transition: all 1.5s;
  z-index: -1;
}
header.scl .lower-menu{
  opacity: 1;
  z-index: 2;
}
.lower-menu__list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    transition: all .4s;
}
.lower-menu__listItem {
    width: calc(100% / 5);
    max-width: 193px;
    text-align: center;
    /* font-size: 13px; */
    font-size: 16px;
    font-family: century-gothic, sans-serif;
    font-weight: 400;
    letter-spacing: 0.03em;
    line-height: 1.15;
    padding: 6px 10px;
    border-right: 1px solid #4a5a42;
}
.lower-menu__listItem:first-child {
    border-left: 1px solid #4a5a42;
}
.lower-menu__listLink {
    display: block;
}





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

@media screen and (max-width: 1360px) {
  .ham {
    transform: unset;
  }
}

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

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

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

@media screen and (max-width: 1060px) {
  .nav__listLink {
    font-size: 16px;
    margin: 10px 0;
  }
}

@media screen and (max-width: 980px) {
  .rogo__wrap {
    /* display: block; */
    width: 100%;
    margin-right: 20px;
  }
  .header__text {
    font-size: 12px;
  }
  .ham {
    top: 23px;
  }
}
@media screen and (max-width: 750px) {
  .header__wrapper {
    padding-left: 20px;
  }
  header.scl .header__wrapper {
    display: block;
    padding-left: 20px;
     backdrop-filter: blur(3px);
  }
 
  .menu-top header.scl .header__wrapper {
    padding: 22px 0 15px 20px;
}
  .header__nav {
    width: calc(100% - 32px);
    max-width: 224px;
  }
  /* body.menu-top header {
    top: -10px;
  } */
   
  .ham {
    right: 19px;
  }
  .recruit__btn {
    width: 90px;
  }

  header.scl .ham{
  opacity: 1;
  pointer-events: auto;
  z-index: 200;
}

  /* .nav__menu {
    padding-top: 109px;
  } */

  .nav__list {
    min-width: 345px;
    max-height: 350px;
    gap: 0;
  }
  .nav__listItem {
    padding: 0;
  }

  .header__nav-list--type02 {
    width: 112px;
    padding-top: 76px;
  }
  .header__nav-list--type02 li {
    width: calc((100% - 10px) / 3);
    max-width: 25px;
    margin-right: 5px;
  }
  .nav__listWrapper-rogo {
    top: 26px;
    left: 20px;
  }


  header.scl .lower-menu{
  opacity: 0;
  z-index: -1;
  pointer-events: none;
}
}

@media screen and (max-width: 620px) {
  .nav__listWrapper {
  }
  .nav__list {
    display: block;
    max-height: none;
    min-width: 0;
    width: 210px;
    margin: 0 auto;
  }
  .nav__listItem {
    width: 100%;
    margin-bottom: 23px;
  }
}

@media screen and (max-width: 480px) {
  .header__text {
    display: none;
  }
}

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