@charset "UTF-8";

header {
  position: absolute;
  top: 0;
  z-index: 100;
  width: 100%;
}

.header01 {
  display: flex;
  justify-content: space-between;
  margin: 20px 30px 20px 30px;
  align-items: center;
}

.header01 .h_btnArea {
  display: flex;
  align-items: center;
}

.header01 .h_btnArea li {
  margin-right: 50px;
}

.header01 .h_btnArea li:nth-child(6) {
  margin-right: 10px;
}

.header01 .h_btnArea li:nth-child(7) {
  margin-right: 0;
}

.header01 .h_btnArea li a {
  color: #fff;
  font-family: "Jost", sans-serif;
  letter-spacing: 0.1em;
  font-size: 1.4rem;
  font-weight: 300;
}

.logo {
  display: flex;
  width: 183px;
  height: 50px;
}

.logo img {
  width: 100%;
  height: 100%;
}


/* ---------------------------------------------------------------------------
  ★ハンバーガーメニュー
--------------------------------------------------------------------------- */

.global-nav {
  position: fixed;
  right: -100%;
  /* これで隠れる */
  top: 0;
  height: 100vh;
  width: 100%;
  color: #fefefe;
  transition: all 0.6s;
  z-index: 999999;
  overflow-y: auto;
  background: #fefefe;
}



.accordion-title {
  padding: 0 !important;
  width: 3em;
  height: 3.5em;
  position: absolute;
  top: 0;
  right: 0;
}


.accordion-content li {
  padding: 5px 20px;
  border-bottom: 1px solid #949292;
}

.h_round-bg {
  position: relative;
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 50em;
  display: block;
  margin-left: 8px;
}

.h_round-bg img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.hamburger {
  cursor: pointer;
  z-index: 100;
}

.hamburger__line {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 17px;
  height: 1px;
  background-color: #121212;
  transition: all 0.6s;
}

.hamburger__line--1 {
  top: 23px;
  /* top: 12px; */
}

.hamburger__line--2 {
  top: 29px;
  /* top: 17px; */
}

.hamburger__line--3 {
  top: 35px;
  /* top: 23px; */
}

.black-bg01 {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s;
  cursor: pointer;
}

/* 表示された時用のCSS */
.nav-open .global-nav {
  right: 0;
}

.nav-open .black-bg01 {
  opacity: 0.8;
  visibility: visible;
}

.nav-open .hamburger {
  color: #121212;
  background: none;
  border: 1px solid #121212;
  border-radius: 50em;
  right: 0;
  top: 0;
  z-index: 9999999;
  width: 60px;
  height: 60px;
}

.nav-open .hamburger__line--1 {
  transform: rotate(45deg);
  /* top: 29px;
  left: 36%; */
  top: 27px;
  left: 33%;
}

.nav-open .hamburger__line--2 {
  width: 0;
  left: 50%;
}

.nav-open .hamburger__line--3 {
  transform: rotate(-45deg);
  /* top: 29px;
  left: 36%; */
  top: 27px;
  left: 34%;
}

.accordion-box {
  position: relative;
}

.accordion-close {
  display: none;
  padding-left: 0.8em;
  padding-bottom: 0.8em;
  padding-top: 0.3em;
  border-bottom: 1px solid #dde4e1;
}

.accordion-close li a {
  padding: 6px 0 0px;
  font-weight: 500;
  color: #0a0a0a;
  font-weight: bold;
}

.global-nav_wrap {
  display: flex;
  margin-top: 10%;
  justify-content: center;
}

.global-nav_wrap a {
  margin-bottom: 14px;
  display: inline-block;
  color: #121212;
  line-height: 1.6;
  font-weight: 400;
  font-family: "Jost", sans-serif;
  letter-spacing: 0.2em;
  font-size: 2.4rem;
}

.global-nav_wrap ul li a:hover {
  opacity: 0.7;
}

.global-nav_wrap a span {
  font-size: 1.4rem;
  color: #a9a9a9;
  font-family: "Noto Sans", sans-serif;
  letter-spacing: 0.1em;
  font-weight: 300 !important;
}

.global-nav_wrap .blog_link a {
  background: url(../img/blog_link.svg) no-repeat top 50px right 100px / 0.7em;
  padding-right: 1.2em;
}

.global-nav_wrap ul {
  margin-left: 100px;
}

.global-nav_wrap ul li {
  margin-bottom: 40px;
}

.global-nav .cl50 {
  width: 80%;
  margin: 0 auto;
}

/* ヘッダー周りの調整 */
/* .inpage .h_round-bg.u_bg01, .header.is-fixed .h_round-bg.u_bg01 {
  border: none;

} */

/* .h_round-bg.u_bg01 {
  background: none;
  width: 37px;
  height: 37px;
  border: none !important;
}

.h_round-bg.u_bg02 {
  border-radius: 11px;
  width: 37px;
  height: 37px;
} */

/*# sourceMappingURL=header.css.map */
