/*-- ヘッダー　--------------------------------------------------------------*/

header {
  padding: 32px 32px;
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 999999999;
}

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

header a.logo {
  max-width: 60px;
  width: 100%;
}

.nav_area_pc {
  max-width: 1276px;
  width: 91%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav_box {
  max-width: 605px;
  width: 100%;
  justify-content: space-between;
  display: flex;
}

.nav_box a {
  display: block;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.nav_area_sp {
  display: none;
}

.nav_inner {
  max-width: 570px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

a.nav_link {
  display: block;
  padding: 10px;
  text-align: center;
  max-width: 182px;
  width: 100%;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  transition: .5s;
  letter-spacing: 0.04em;
}
a.nav_link:hover {
  opacity: .7;
  transition: .5s;
}
a.nav_link:nth-child(1) {
  background: #4483B2;
  color: #fff;
  border: 1px solid #4483B2;
}
a.nav_link:nth-child(2) {
  background: #fff;
  color: #4483B2;
  border: 1px solid #4483B2;
}
a.nav_link:nth-child(3) {
  background: #004E9A;
  color: #fff;
  border: 1px solid #004E9A;
}

/*============
nav
=============*/
.navIn {
  max-width: 650px;
  width: 100%;
}

.navLinkIn {
  display: flex;
  /* flex-wrap: wrap; */
  max-width: 256px;
  margin: auto;
}

.ham_box {
  max-width: 35px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  position: relative;
  z-index: 99999999999999999999;
}
.toggle_btn {
  position: relative;
  width: 100%;
  height: 30px;
  transition: all .5s;
  cursor: pointer;
  z-index: 999999999;
  color: #fff;
  font-weight: bold;
}
.toggle_btnIn {
  width: 100%;
  height: 100%;
  /* position: relative; */
  display: flex;
  align-items: center;
}

.toggle_btnIn div {display: block;position: absolute;right: 0;height: 2px;background-color: #333;transition: all .5s;}

.toggle_btnIn div:nth-child(1) {
top: 0%;
width: 100%;
background-size: cover;
}

.toggle_btnIn div:nth-child(2) {top: 50%;transform: translateY(-50%);margin: 0 0 0 auto;width: 100%;background-size: cover;}

.toggle_btnIn .ham_bd:nth-child(3) {bottom: 0%;width: 100%;margin: 0 0 0 auto;/* max-width: 28.8px; */}

.ham_box.open .ham_bd:nth-child(1) {-webkit-transform: translateY(10px) rotate(-315deg);transform: translateY(10px) rotate(45deg);/* background: #fff; */top: 2px;}

.ham_box.open .ham_bd:nth-child(3) {
opacity: 0;
}

.ham_box.open div:nth-child(2) {-webkit-transform: translateY(10px) rotate(315deg);transform: translateY(10px) rotate(-45deg);/* background: #fff; */top: 2px;width:100%;max-width: 100%;}

.nav_conte {display: block;position: fixed;top: 0;width: 300px;background: #F2F2F2;overflow-x: hidden;overflow-y: auto;transition: all .5s;z-index: 3;opacity: 0;height: 100vh;right: -1920px;width: 100%;}

.open .nav_conte {
top: 0;
opacity: 1;
z-index: 999999;
position: fixed;
right: 0;
/* left: 0; */
width: 100%;
}

.nav_conte .nav_box_sp .nav_it {
list-style: none;
margin: 110.5px 0 0;
padding: 0;
}

.nav_conte .nav_box_sp .nav_it .nav_pt {position: relative;margin: auto;/* max-width: 600px; */width: 100%;/* text-align: center; */padding: 0 25px;}



.nav_conte .nav_box_sp .nav_it .nav_pt a:hover {
/* color: #fff; */
opacity: .7;
}

.nav_area {
position: absolute;
  top: -1000px;
  right: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}

.nav_conte .nav_box_sp .nav_it .nav_pt a {
  display: block;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.07em;
  color: #000000;
  font-weight: 700;
  /* margin-top: 30px; */
  padding: 20.5px 0;
  border-bottom: 1px solid rgb(112 112 112 / 20%);
  position: relative;
}

.nav_conte .nav_box_sp .nav_it .nav_pt a:first-child {
  margin-top: 0;
  border-top: 1px solid rgb(112 112 112 / 20%);
}


.nav_conte .nav_box_sp .nav_it .nav_pt a:hover {
  opacity: .7;
}
@media screen and (max-width:1400px) {
  .nav_area_pc {
    flex-flow: column-reverse;
    align-items: self-end;
}

a.nav_link {
    font-size: 14px;
    max-width: 160px;
}

.nav_inner {
    max-width: 500px;
}

.nav_box a {
    font-size: 14px;
}

.nav_box {
    /* max-width: 540px; */
}

}

@media screen and (max-width:768px) {
  header .wrap {
    align-items: center;
    position: relative;
    z-index: 9999999;
}
  .nav_area_pc {
    display: none;
}

.nav_area_sp {
    display: flex;
    max-width: 30px;
    width: 100%;
    height: 60px;
}
.nav_inner {
  flex-flow: column;
  align-items: center;
  gap: 15px;
  margin-top: 15px;
  padding: 0 15px;
}

a.nav_link {
  width: 100%;
  max-width: 100%;
  padding: 15px;
}
header a.logo {
  max-width: 40px;
}
}