/* header--------------------------------------------------------------- */
header {
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.header-menu {
  display: flex;
  width: 100%;
  height: 80px;
  padding: 0px 40px;
  justify-content: space-between;
  align-items: center;
}
.nav-bar {
  width: 100%;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #edf5fa;
}

@media screen and (max-width: 768px) {
  .header-menu {
    height: 60px;
    padding: 0 20px;
  }

  .nav-bar {
    display: none;
  }
}

.nav-bar .nav-bar-menu {
  position: relative;
  width: 100%;
  max-width: 140px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-items: center;
  color: #444444;
  font-size: 18px;
  font-weight: 500;
}
.nav-bar .nav-bar-menu:hover {
  background-color: #ffedf1;
  color: #ea5e7f;
  border-bottom: 3px solid #ea5e7f;
}
.nav-bar-menu p {
  margin: auto;
}
.nav-bar-menu span {
  position: absolute;
  right: 8px;
}
header img {
  width: 242px;
  height: auto;
}
header .link-lists {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 30px;
}
header .link-lists a {
  color: #077bc7;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.8px;
}
header .link-lists .menu-content2 {
  width: 100%;
  padding: 16px 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 100px;
  background: linear-gradient(180deg, #7be54d 0%, #04c151 100%);
  color: #fff;
  text-align: center;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.15);
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
header .link-lists .menu-content2 .icon-line {
  width: 26px;
  height: 26px;
}
header .link-lists .menu-content2 .icon-tra {
  width: 17.669px;
  height: 17.669px;
}

.hamburger-menu {
  display: none;
}

@media screen and (max-width: 1080px) {
  header {
    width: 100%;
  }
  header img {
    width: 160px;
    height: 37.895px;
  }
  .link-lists {
    display: none !important;
  }
  .hamburger-menu {
    display: block;
    height: 60px;
    width: 60px;
  }
  .hamburger-menu #menu-btn-check:checked ~ .menue-cover {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 70;
    background: rgba(3, 3, 3, 0.5);
    display: block;
  }
  .hamburger-menu .menue-cover {
    display: none;
  }
  .hamburger-menu .menu-btn {
    position: absolute;
    right: 10px;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: #fff;
  }
  .hamburger-menu .menu-btn span,
  .hamburger-menu .menu-btn span::before,
  .hamburger-menu .menu-btn span::after {
    content: "";
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #000;
    position: absolute;
  }
  .hamburger-menu .menu-btn span::before {
    bottom: 8px;
  }
  .hamburger-menu .menu-btn span::after {
    top: 8px;
  }
  .hamburger-menu #menu-btn-check:checked ~ .menu-btn {
    background-color: #fff;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    top: 75%;
    right: 40%;
    position: fixed;
  }
  .hamburger-menu #menu-btn-check:checked ~ .menu-btn span {
    background-color: #fff;
  }
  .hamburger-menu #menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
  }
  .hamburger-menu #menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
  }
  .hamburger-menu #menu-btn-check {
    display: none;
  }
  .hamburger-menu #menu-btn-check:checked ~ .menu-contents {
    display: block;
  }
  .hamburger-menu .menu-contents {
    display: none;
    width: 90%;
    height: 85%;
    position: fixed;
    top: 0;
    right: 0%;
    z-index: 80;
    border-radius: 8px;
    background: linear-gradient(180deg, #077bc7 0%, #46a0dc 100%);
    flex-direction: column;
    align-items: center;
    padding: 0px 20px;
    gap: 30px;
  }
  .hamburger-menu .menu-contents ul {
    width: 100%;
    padding: 20px 10px 0px;
    border-bottom: solid 1px #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .hamburger-menu .menu-contents ul li {
    list-style: none;
  }
  .hamburger-menu .menu-contents ul li a {
    display: block;
    width: 100%;
    box-sizing: border-box;
    color: #fff;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.8px;
    text-decoration: none;
    padding: 5px 15px;
    position: relative;
    text-align: center;
  }
  .hamburger-menu .menu-contents ul li .menu-content1 {
    width: 100%;
    border-radius: 8px;
    background: #fff;
    margin-top: 10px;
    padding: 5px 35px;
    color: #333;
    leading-trim: both;
    text-edge: cap;
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.8px;
    text-align: center;
    position: relative;
  }
  .hamburger-menu .menu-contents ul li .menu-content1::after {
    content: "";
    position: absolute;
    top: 99%;
    left: 50%;
    z-index: -1;
    width: 30px;
    height: 12px;
    transform: translateX(-50%);
    box-sizing: border-box;
    background-color: #fff;
    -webkit-clip-path: polygon(0 0, 50% 0, 50% 100%);
    clip-path: polygon(0 0, 50% 0, 50% 100%);
    z-index: 10;
  }
  .hamburger-menu .menu-contents ul li .menu-content2 {
    width: 100%;
    margin-top: 10px;
    padding: 10px 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 100px;
    background: linear-gradient(180deg, #7be54d 0%, #04c151 100%);
    color: #fff;
    text-align: center;
    text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.15);
    font-family: "Noto Sans JP";
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px;
  }
  .hamburger-menu .menu-contents ul li .menu-content2 .icon-line {
    width: 20px;
    height: 20px;
  }
  .hamburger-menu .menu-contents ul li .menu-content2 .icon-tra {
    width: 15px;
    height: 15px;
  }
  .hamburger-menu .menu-contents .menu-content3 {
    width: 100%;
    border-radius: 8px;
    background: #fff;
    margin-top: 20px;
    padding: 5px 10px;
    color: #333;
    leading-trim: both;
    text-edge: cap;
    font-family: "Noto Sans JP";
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.8px;
    text-align: center;
    border-top: solid 1px #fff;
    position: relative;
  }
  .hamburger-menu .menu-contents .menu-content3::after {
    content: "";
    position: absolute;
    top: 99%;
    left: 50%;
    z-index: -1;
    width: 30px;
    height: 12px;
    transform: translateX(-50%);
    box-sizing: border-box;
    background-color: #fff;
    -webkit-clip-path: polygon(0 0, 50% 0, 50% 100%);
    clip-path: polygon(0 0, 50% 0, 50% 100%);
    z-index: 10;
  }
  .hamburger-menu .menu-contents .menu-content4 {
    width: 100%;
    margin-top: 10px;
    padding: 5px 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 20px;
    border-radius: 100px;
    background: #cc0013;
  }
  .hamburger-menu .menu-contents .menu-content4 .icon-goyokiki {
    width: 100px;
    height: auto;
  }
  .hamburger-menu .menu-contents .menu-content4 .icon-tra {
    width: 15px;
    height: 15px;
  }
}
