.header02 {
  align-items: center;
  background-color: #fff;
  display: flex;
  flex-wrap: nowrap;
  gap: 80px;
  justify-content: space-between;
  left: 0;
  padding-left: 40px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
@media screen and (max-width: 1080px) {
  .header02 {
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .header02 {
    padding-left: 20px;
  }
}
.header02 img {
  display: block;
  width: 100%;
}
.header02 .logo {
  max-width: 430px;
  width: 40%;
}
@media screen and (max-width: 768px) {
  .header02 .logo {
    width: 60%;
  }
}
@media screen and (max-width: 450px) {
  .header02 .logo {
    width: 70%;
  }
}
.header02 .box {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.header02 .links {
  align-items: center;
  display: flex;
  gap: 50px;
  justify-content: space-between;
}
@media screen and (max-width: 1080px) {
  .header02 .links {
    display: none;
  }
}
.header02 .links a {
  display: block;
}
.header02 .links a p {
  color: #000;
  font-family: "Zen Old Mincho", serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.header02 .page-top-btn {
  max-width: 360px;
  width: 40%;
}
@media screen and (max-width: 1080px) {
  .header02 .page-top-btn {
    display: none;
  }
}
.header02 .menu-bt {
  cursor: pointer;
  display: block;
  flex-shrink: 0;
  height: 90px;
  margin-top: 0;
  position: relative;
  width: 90px;
  z-index: 9999;
}
@media screen and (min-width: 1080px) {
  .header02 .menu-bt {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .header02 .menu-bt {
    height: 70px;
    width: 70px;
  }
}
.header02 .menu-bt .line {
  height: 38%;
  left: 50%;
  position: absolute;
  top: 60%;
  transform: translate(-50%, -50%);
  width: 50.3%;
}
.header02 .menu-bt .line .line-item {
  background-color: #000000;
  height: 2px;
  left: 0;
  left: 0;
  position: absolute;
  right: 0;
  transition: ease 0.3s;
  width: 100%;
}
.header02 .menu-bt .line .line-item:first-of-type {
  top: 0;
}
.header02 .menu-bt .line .line-item:nth-of-type(2) {
  top: 41%;
  width: 76%;
}
.header02 .menu-bt.active .line .line-item:first-of-type {
  left: 0;
  margin: auto;
  right: 0;
  top: -3%;
  transform: translateY(-50%) rotate(45deg);
  width: 80%;
}
@media screen and (max-width: 768px) {
  .header02 .menu-bt.active .line .line-item:first-of-type {
    top: 0;
    width: 71%;
  }
}
.header02 .menu-bt.active .line .line-item:nth-of-type(2) {
  left: 0;
  margin: auto;
  opacity: 1;
  right: 0;
  top: -8%;
  transform: translateY(50%) rotate(-45deg);
  width: 80%;
}
@media screen and (max-width: 768px) {
  .header02 .menu-bt.active .line .line-item:nth-of-type(2) {
    width: 71%;
  }
}
.header02.on .head_nav {
  opacity: 0;
  pointer-events: none;
}

.menu-wrap {
  background-color: #ffffff;
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 998;
}
.menu-wrap > div {
  height: 100%;
  left: 0;
  overflow: auto;
  padding: 280px 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .menu-wrap > div {
    padding: 190px 0;
  }
}
@media screen and (max-width: 768px) {
  .menu-wrap > div {
    padding: 120px 0 50px;
  }
}
@media screen and (max-width: 576px) {
  .menu-wrap > div {
    padding: 50px 0 50px;
  }
}
.menu-wrap > div .ul {
  align-items: flex-start;
  gap: 10;
  justify-content: center;
  max-width: 1280px;
  width: 80%;
}
@media screen and (max-width: 768px) {
  .menu-wrap > div .ul {
    padding-top: 30px;
  }
}
@media screen and (max-width: 576px) {
  .menu-wrap > div .ul {
    padding-bottom: 50px;
  }
}
.menu-wrap > div .ul .li {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  transform: translateY(50%);
  width: 100%;
}
.menu-wrap > div .ul .li a {
  background-color: transparent;
  border: 3px solid #ffffff;
  padding: 20px 5px;
  transition: ease 0.3s;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .menu-wrap > div .ul .li a {
    padding: 10px 5px;
  }
}
.menu-wrap > div .ul .li a p {
  text-align: center;
}
.menu-wrap > div .ul .li a p.jp {
  color: #333333;
  font-family: "Zen Old Mincho", serif;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 576px) {
  .menu-wrap > div .ul .li a p.jp {
    font-size: 16px;
    margin-top: 5px;
  }
}
.menu-wrap > div .ul .li a p.en {
  color: #081266;
  font-family: "Zen Old Mincho", serif;
  font-size: 26px;
  font-weight: 700;
}
@media screen and (max-width: 576px) {
  .menu-wrap > div .ul .li a p.en {
    font-size: 20px;
    line-height: 1;
  }
}

.sp-page-btn {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 300px;
}
/*# sourceMappingURL=sourcemaps/header02.css.map */