@charset "UTF-8";
header {
  height: auto;
  position: relative;
}
header .header-top {
  height: 104px;
  margin: 0 auto;
  padding: 0 5%;
  border-bottom: 1px black solid;
  display: flex;
  justify-content: space-between;
}
header .header-top .header-top-left {
  height: 100%;
  margin-top: 18px;
}
header .header-top .header-top-left a {
  display: block;
}
header .header-top .header-top-left a img {
  width: 146px;
}
header .header-top .header-top-right {
  height: 104px;
  width: 212px;
  display: flex;
  flex-direction: column;
}
header .header-top .header-top-right .global-english {
  font-family: "メイリオ", "Meiryo", sans-serif;
  width: 212px;
  flex: 1;
  display: flex;
  justify-content: right;
  align-items: center;
}
header .header-top .header-top-right .global-english a {
  text-align: right;
  font-size: 14px;
  color: #5c5c5c;
}
header .header-top .header-top-right .contact-link-contain {
  display: flex;
  justify-content: center;
  align-items: center;
}
header .header-top .header-top-right .contact-link-contain .contact-link {
  font-family: "メイリオ", "Meiryo", sans-serif;
  width: 212px;
  height: 40px;
  display: block;
  background-color: black;
  color: white;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}
header .header-top .header-top-right .contact-link-contain .contact-link:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
header
  .header-top
  .header-top-right
  .contact-link-contain
  .contact-link:before {
  content: "";
  display: inline-block;
  background-image: url("../../img_renewal/mail-icon.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 25px;
  width: 25px;
  position: relative;
  top: 6px;
  left: -8px;
}
header .header-top .menu-btn {
  display: none;
}
header .header-bottom {
  width: 100%;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 16px;
  background-color: #fff;
  margin-bottom: 24px;
}
header .header-bottom .header-menu {
  height: 36px;
  width: 100%;
  padding: 0 32px;
  margin: 0 auto;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
  background-color: rgba(255, 255, 255, 0.7);
  overflow-y: hidden;
  position: relative;
  z-index: 999;
}
header .header-bottom .header-menu.opened {
  height: 200px;
  position: relative;
  z-index: 999;
}
header .header-bottom .header-menu ul {
  height: auto;
  width: 100%;
  display: flex;
  align-items: flex-start;
  margin: 0;
}
header .header-bottom .header-menu ul li.header-menu-elem {
  height: 36px;
  list-style: none;
  flex-grow: 1;
  text-align: center;
  line-height: 18px;
  display: flex;
  align-items: center;
  transition: all 0.6s;
  position: relative;
}
header .header-bottom .header-menu ul li.header-menu-elem.child-elem {
  position: relative;
  height: auto;
  width: 150px;
  display: flex;
  flex-direction: column;
}
header
  .header-bottom
  .header-menu
  ul
  li.header-menu-elem.child-elem
  .child-elem-a {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
header
  .header-bottom
  .header-menu
  ul
  li.header-menu-elem.child-elem
  .child-elem-a
  .dli-plus {
  margin-left: 12px;
  display: inline-block;
  vertical-align: middle;
  color: #505050;
  line-height: 1;
  width: 0.8em;
  height: 0.1em;
  background: currentColor;
  border-radius: 0.1em;
  position: relative;
}
header
  .header-bottom
  .header-menu
  ul
  li.header-menu-elem.child-elem
  .child-elem-a
  .dli-plus:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.1em;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}
header
  .header-bottom
  .header-menu
  ul
  li.header-menu-elem.child-elem
  .child-elem-a
  .dli-minus {
  margin-left: 12px;
  display: inline-block;
  vertical-align: middle;
  color: #505050;
  line-height: 1;
  width: 0.8em;
  height: 0.1em;
  background: currentColor;
  border-radius: 0.1em;
  position: relative;
}
header
  .header-bottom
  .header-menu
  ul
  li.header-menu-elem.child-elem
  .child-elem-a
  .dli-minus:before {
  content: "";
  display: none;
}
header .header-bottom .header-menu ul li.header-menu-elem a {
  font-family: "メイリオ", "Meiryo", sans-serif;
  color: black;
  font-size: 15px;
  margin: 0;
  flex: 1;
}
header .header-bottom .header-menu ul li.header-menu-elem a:hover {
  color: #5c5c5c;
}
header .header-bottom .header-menu ul li.header-menu-elem .selected-modal {
  margin: auto;
  padding: 8px 24px;
  width: 300px;
  height: auto;
  opacity: 1;
  visibility: visible;
}
header
  .header-bottom
  .header-menu
  ul
  li.header-menu-elem
  .selected-modal.active {
  opacity: 1;
  visibility: visible;
}
header .header-bottom .header-menu ul li.header-menu-elem .selected-modal ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
header
  .header-bottom
  .header-menu
  ul
  li.header-menu-elem
  .selected-modal
  ul
  li {
  text-align: left;
  margin: 8px 0;
  font-size: 14px;
  cursor: pointer;
}
header .header-top-right-sp {
  display: none;
}

@media (max-width: 800px) {
  .drawer-open {
    overflow: hidden;
  }

  header {
    height: auto;
  }
  header .header-top {
    height: 144px;
    width: 100%;
    margin: 0 auto;
    padding: 0 5%;
    border-bottom: 1px black solid;
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 1fr 190px 1fr;
    align-content: center;
  }
  header .header-top .header-top-left {
    height: 100%;
    margin-top: 0;
    grid-row: 1;
    grid-column: 2;
  }
  header .header-top .header-top-left a img {
    width: 100%;
  }
  header .header-top .header-top-right {
    display: none;
  }
  header .header-top .menu-btn {
    height: 100px;
    width: 100px;
    background-color: black;
    display: block;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    line-height: 100px;
    text-align: center;
    position: absolute;
    top: 25px;
    right: 20px;
    z-index: 100;
    font-size: 25px;
    cursor: pointer;
    transition: all 0.4s;
    font-family: "メイリオ", "Meiryo", sans-serif;
  }
  header .header-top .menu-btn-anm {
    transform: rotateY(360deg);
  }
  header .header-bottom {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    padding: 100px 0;
    width: 100%;
    height: 150vh;
    background-color: rgba(0, 0, 0, 0.75);
    overflow: scroll;
    padding-bottom: 50px;
  }
  header .header-bottom .header-menu {
    height: 100%;
    width: 90%;
    margin: 0 auto;
    background-color: transparent;
  }
  header .header-bottom .header-menu.opened {
    box-shadow: none;
    height: 100%;
    width: 90%;
  }
  header .header-bottom .header-menu ul {
    height: 100%;
    width: 100%;
    display: block;
    flex-direction: column;
    align-items: center;
    margin: 0;
  }
  header .header-bottom .header-menu ul li.header-menu-elem {
    width: 100%;
    height: auto;
    list-style: none;
    text-align: center;
    display: block;
    align-items: center;
    border-bottom: solid 1px #ffffff;
  }
  header .header-bottom .header-menu ul li.header-menu-elem.child-elem {
    position: relative;
    width: 100%;
  }
  header
    .header-bottom
    .header-menu
    ul
    li.header-menu-elem.child-elem
    .child-elem-a {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  header
    .header-bottom
    .header-menu
    ul
    li.header-menu-elem.child-elem
    .child-elem-a:hover {
    color: white;
  }
  header
    .header-bottom
    .header-menu
    ul
    li.header-menu-elem.child-elem
    .child-elem-a
    .dli-plus {
    margin-left: 12px;
    display: inline-block;
    vertical-align: middle;
    color: white;
    line-height: 1;
    width: 0.8em;
    height: 0.1em;
    background: currentColor;
    border-radius: 0.1em;
    position: relative;
  }
  header
    .header-bottom
    .header-menu
    ul
    li.header-menu-elem.child-elem
    .child-elem-a
    .dli-plus:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0.1em;
    background: inherit;
    border-radius: inherit;
    transform: rotate(90deg);
  }
  header
    .header-bottom
    .header-menu
    ul
    li.header-menu-elem.child-elem
    .child-elem-a
    .dli-minus {
    margin-left: 12px;
    display: inline-block;
    vertical-align: middle;
    color: white;
    line-height: 1;
    width: 0.8em;
    height: 0.1em;
    background: currentColor;
    border-radius: 0.1em;
    position: relative;
  }
  header
    .header-bottom
    .header-menu
    ul
    li.header-menu-elem.child-elem
    .child-elem-a
    .dli-minus:before {
    content: "";
    display: none;
  }
  header .header-bottom .header-menu ul li.header-menu-elem a {
    width: 100%;
    font-size: 25px;
    display: inline-block;
    line-height: 60px;
    color: #ffffff;
  }
  header .header-bottom .header-menu ul li.header-menu-elem a br {
    display: none;
  }
  header .header-bottom .header-menu ul li.header-menu-elem:after {
    display: none;
  }
  header .header-bottom .header-menu ul li.header-menu-elem:first-child:before {
    display: none;
  }
  header .header-bottom .header-menu ul li.header-menu-elem .selected-modal {
    position: relative;
    bottom: 0;
    padding: 0;
    width: 100%;
    height: auto;
    display: none;
  }
  header
    .header-bottom
    .header-menu
    ul
    li.header-menu-elem
    .selected-modal.active {
    display: block;
  }
  header .header-bottom .header-menu ul li.header-menu-elem .selected-modal ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  header
    .header-bottom
    .header-menu
    ul
    li.header-menu-elem
    .selected-modal
    ul
    li {
    text-align: left;
    margin: 4px 0;
    font-size: 14px;
  }
  header
    .header-bottom
    .header-menu
    ul
    li.header-menu-elem
    .selected-modal
    ul
    li
    a {
    font-size: 20px;
  }
  header .header-top-right-sp {
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 300px 1fr;
  }
  header .header-top-right-sp .global-english {
    grid-row: 1;
    grid-column: 3;
    text-align: right;
    padding: 0 20px 0 10px;
  }
  header .header-top-right-sp .global-english a {
    font-size: 25px;
    color: #5c5c5c;
    line-height: 60px;
  }
  header .header-top-right-sp .global-english a::after {
    content: ">";
  }
  header .header-top-right-sp .contact-link-contain {
    grid-row: 1;
    grid-column: 2/3;
    background-color: black;
    text-align: center;
  }
  header .header-top-right-sp .contact-link-contain a.contact-link {
    font-family: "メイリオ", "Meiryo", sans-serif;
    color: white;
    line-height: 60px;
    font-size: 25px;
    cursor: pointer;
  }
  header .header-top-right-sp .contact-link-contain a.contact-link:hover {
    opacity: 0.7;
    transition: all 0.3s;
  }
  header .header-top-right-sp .contact-link-contain a.contact-link:before {
    content: "";
    display: inline-block;
    background-image: url("../images/mail-icon.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 40px;
    width: 40px;
    position: relative;
    top: 10px;
    left: -8px;
  }
}
@media (max-width: 600px) {
  .drawer-open {
    overflow: hidden;
  }

  header {
    height: auto;
  }
  header .header-top {
    height: auto;
    width: 100%;
    margin: 0 auto;
    padding: 20px 5%;
    border-bottom: 1px black solid;
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 150px 1fr;
    align-content: center;
  }
  header .header-top .header-top-left {
    height: 100%;
    margin-top: 0;
    grid-row: 1;
    grid-column: 1;
  }
  header .header-top .header-top-left a img {
    width: 100%;
  }
  header .header-top .header-top-right {
    display: none;
  }
  header .header-top .menu-btn {
    height: 70px;
    width: 70px;
    background-color: black;
    display: block;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    line-height: 70px;
    text-align: center;
    position: absolute;
    top: 25px;
    right: 20px;
    z-index: 100;
    font-size: 18px;
  }
  header .header-bottom {
    display: none;
  }
  header .header-bottom .header-menu {
    height: 100vh;
    width: 90%;
    margin: 0 auto;
    padding: 0;
  }
  header .header-bottom .header-menu ul {
    height: 100%;
    width: 100%;
    display: block;
    flex-direction: column;
    align-items: center;
    margin: 0;
    overflow: scroll;
  }
  header .header-bottom .header-menu ul li.header-menu-elem {
    height: auto;
    list-style: none;
    text-align: center;
    display: block;
    align-items: center;
    border-bottom: solid 1px #ffffff;
  }
  header .header-bottom .header-menu ul li.header-menu-elem a {
    font-size: 15px;
    font-family: "メイリオ", "Meiryo", sans-serif;
    line-height: 50px;
    color: #ffffff;
  }
  header .header-bottom .header-menu ul li.header-menu-elem a br {
    display: none;
  }
  header .header-bottom .header-menu ul li.header-menu-elem:after {
    display: none;
  }
  header .header-bottom .header-menu ul li.header-menu-elem:first-child:before {
    display: none;
  }
  header .header-bottom .header-menu ul li.header-menu-elem .selected-modal {
    position: relative;
    bottom: 0;
    padding: 0;
    width: 100%;
    height: auto;
    display: none;
  }
  header
    .header-bottom
    .header-menu
    ul
    li.header-menu-elem
    .selected-modal.active {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  header .header-bottom .header-menu ul li.header-menu-elem .selected-modal ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  header
    .header-bottom
    .header-menu
    ul
    li.header-menu-elem
    .selected-modal
    ul
    li {
    text-align: left;
    margin: 4px 0;
    font-size: 14px;
  }
  header
    .header-bottom
    .header-menu
    ul
    li.header-menu-elem
    .selected-modal
    ul
    li
    a {
    font-size: 14px;
  }
  header .header-top-right-sp {
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 180px 1fr;
  }
  header .header-top-right-sp .global-english {
    grid-row: 1;
    grid-column: 3;
    text-align: right;
  }
  header .header-top-right-sp .global-english a {
    font-family: "メイリオ", "Meiryo", sans-serif;
    font-size: 18px;
    color: #5c5c5c;
    line-height: 60px;
  }
  header .header-top-right-sp .global-english a::after {
    content: ">";
  }
  header .header-top-right-sp .contact-link-contain {
    grid-row: 1;
    grid-column: 1;
    background-color: black;
    text-align: center;
  }
  header .header-top-right-sp .contact-link-contain a.contact-link {
    color: white;
    line-height: 60px;
    font-size: 14px;
    cursor: pointer;
  }
  header .header-top-right-sp .contact-link-contain a.contact-link:hover {
    opacity: 0.7;
    transition: all 0.3s;
  }
  header .header-top-right-sp .contact-link-contain a.contact-link:before {
    content: "";
    display: inline-block;
    background-image: url("../images/mail-icon.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 22px;
    width: 22px;
    position: relative;
    top: 5px;
    right: 10px;
  }
}

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