@charset "utf-8";
header .head {
  display: none;
}
header .main {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}
header .main > div {
  background-color: #FFF;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px;
  width: 100%;
}
header h1,
header h2 {
  line-height: 1;
}
header h1 img,
header h2 img {
  display: block;
  width: 155px;
}
header h1 span,
header h2 span {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 0.5em 0 0 0;
  white-space: nowrap;
}
header .main nav {
  display: flex;
}
header .main nav .link {
  display: none;
}
header .main nav .entry_btn {
  display: flex;
  height: 55px;
  width: 240px;
}
header .main nav .entry_btn li {
  line-height: 1.5;
  text-align: center;
  width: 50%;
}
header .main nav .entry_btn li a {
  align-content: center;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  justify-content: center;
  text-decoration: none;
  width: 100%;
}
header .main nav .entry_btn li span {
  font-size: 1.3rem;
  line-height: 1.3;
  width: 100%;
}
header .main nav .entry_btn li strong {
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1;
  width: 100%;
}
header .main nav .hamburger_btn {
  align-items: center;
  background-color: var(--dark-gray);
  display: flex;
  height: 55px;
  justify-content: center;
  margin-left: 20px;
  width: 55px;
}
header .main nav .hamburger_btn img {
  width: 32px;
  transition: unset;
}
header .sub > .pc {
  display: none;
}
header .sub > .mobile {
  height: calc(100vh - 96px);
  position: fixed;
  right: 0;
  top: 96px;
  width: 510px;
  z-index: 1;
}
header .sub > .mobile > div {
  background-color: #FFF;
  height: 100%;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
header .sub > .mobile > div::-webkit-scrollbar {
  display: none;
}
header .sub > .mobile a {
  color: var(--dark-gray);
  text-decoration: none;
}
header .sub > .mobile .link {
  width: 100%;
}
header .sub > .mobile .link > li {
  border-bottom: solid 1px var(--dark-gray);
}
header .sub > .mobile .link > li:last-of-type {
  border-bottom: none;
}
header .sub > .mobile .link > li > div > a {
  align-items: center;
  background-image: url("../images/icon_arrow_gray.svg");
  background-position: right 30px center;
  background-size: 2.3rem;
  display: flex;
  padding: 30px;
  transition: unset;
}
header .sub > .mobile .link > li.more > div > a {
  background-image: url("../images/icon_plus_gray.svg");
}
header .sub > .mobile .link > li.more > div > a.open {
  background-image: url("../images/icon_minus_gray.svg");
}
header .sub > .mobile .link > li > div p:first-of-type {
  font-size: 2.3rem;
  font-family: Poppins,"游ゴシック体","游ゴシック",YuGothic,"Yu Gothic","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3","Hiragino Sans","メイリオ",sans-serif;
  margin-right: 0.5em;
}
header .sub > .mobile .link > li > div p:first-of-type::first-letter {
  color: var(--red);
}
header .sub > .mobile .link > li.ext_link > div p:first-of-type {
  font-weight: bold;
}
header .sub > .mobile .link > li.ext_link > div p:first-of-type::first-letter {
  color: var(--dark-gray);
}
header .sub > .mobile .link > li > div p:last-of-type {
  font-size: 1.6rem;
}
header .sub > .mobile .link > li.more > div > a + ul a {
  display: block;
  padding: 15px 0;
}
header .sub > .mobile .link > li.more > div > a + ul li {
  border-bottom: solid 1px var(--dark-gray);
  margin: 0 auto;
  width: calc(100% - 60px);
}
header .sub > .mobile .link > li.more > div > a + ul li:last-of-type {
  border-bottom: none;
}
header .sub > .mobile .link > li.ext_link > div > a + ul li {
  background-image: url("../images/icon_window_gray.svg");
  background-position: right 10px center;
  background-size: 1.8rem;
}
header .sub > .mobile .entry_btn {
  display: none;
}
@media screen and (max-width: 767px) {
  header .main > div {
    padding: 0;
  }
  header h1,
  header h2 {
    align-items: center;
    display: flex;
    width: calc(100% - 55px);
  }
  header h1 a,
  header h2 a {
    margin-left: 3%;
  }
  header h1 img,
  header h2 img {
    width: 130px;
  }
  header h1 span,
  header h2 span {
    font-size: 1.2rem;
  }
  header .main nav .entry_btn {
    display: none;
  }
  header .main nav .hamburger_btn {
    margin-left: 0;
  }
  header .sub > .mobile {
    height: 100vh;
    top: 55px;
    width: 100%;
  }
  header .sub > .mobile > div {
    align-content: space-between;
    display: flex;
    flex-wrap: wrap;
    height: var(--header-mobile-nav_menu);
    padding-bottom: 20px;
    width: 100%;
  }
  header .sub > .mobile .link > li > div > a {
    background-position: right 4% center;
    padding: 2rem 4%;
  }
  header .sub > .mobile .link > li.more > div > a + ul li {
    width: 92%;
  }
  header .sub > .mobile .entry_btn {
    display: block;
    margin: 0 auto;
    width: 92%;
  }
  header .sub > .mobile .entry_btn li {
    height: 4.5em;
    margin-top: 1em;
  }
  header .sub > .mobile .entry_btn li a {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
  }
  header .sub > .mobile .entry_btn span {
    font-size: 1.8rem;
    padding: 0 0.25em;
  }
  header .sub > .mobile .entry_btn strong {
    font-size: 2.4rem;
    padding: 0 0.25em;
  }
}