@charset "UTF-8";
/* ----関数設定---- */
/* ----------------------------------------------------------------------
ヘッダー
---------------------------------------------------------------------- */
#hum_btn {
  width: 60px;
  height: 60px;
  border: 1px solid #9fa0a0;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.6745098039);
  position: fixed;
  top: 85%;
  translate: 0 -50%;
  right: 6rem;
  cursor: pointer;
  z-index: 99;
}
#hum_btn .hum_btn_inner {
  display: flex;
  gap: 10px;
  flex-direction: column;
}
#hum_btn .hum_btn_inner i {
  width: 35px;
  height: 2px;
  background-color: #3e3a39;
}
@media screen and (max-width: 820px) {
  #hum_btn {
    width: 50px;
    height: 50px;
    top: 14px;
    translate: 0 0;
    right: 14px;
  }
  #hum_btn .hum_btn_inner {
    gap: 7px;
  }
  #hum_btn .hum_btn_inner i {
    width: 28px;
    height: 2px;
  }
}

#hum_menu {
  background-color: #fff;
  z-index: 999;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 4rem 4rem 0;
  display: flex;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  overflow-y: auto;
}
#hum_menu.is_active {
  opacity: 1;
  pointer-events: auto;
}
#hum_menu .hum_menu_inner {
  border: 3px solid #000;
  border-radius: 67px 67px 0 0;
  padding: 5rem 0 0 0;
  position: relative;
  max-width: 285px;
  height: fit-content;
}
#hum_menu .hum_menu_inner .hum_logo {
  width: max(10rem, 90px);
  margin-inline: auto;
  margin-bottom: 30px;
}
#hum_menu .hum_menu_list {
  width: 80%;
  margin-inline: auto;
}
#hum_menu .hum_menu_item {
  margin-bottom: 3rem;
}
#hum_menu .hum_menu_item a {
  font-size: max(2rem, 15px);
  letter-spacing: 0.001em;
  color: #3e3a39;
  padding-left: 25px;
  display: block;
  position: relative;
  line-height: 1.4;
}
#hum_menu .hum_menu_item a span.header_en_sub {
  color: #898989;
  display: block;
  letter-spacing: 0.3em;
  font-size: max(1.7rem, 13px);
  margin-top: 0;
}
#hum_menu .hum_menu_item a::before {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("../images/mori_icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
}
#hum_menu .contact_btn_wrapper {
  font-family: "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
  text-align: center;
  margin-top: 7rem;
}
#hum_menu .contact_btn_wrapper a {
  display: inline-block;
  letter-spacing: 0.15em;
  font-size: max(1.7rem, 15px);
  color: #fff;
  background-color: #007caa;
  padding: 15px 34px;
  border-radius: 100px;
}
#hum_menu .contact_btn_wrapper a span {
  display: inline-block;
  width: 24px;
  height: 18px;
  margin-right: 12px;
}
#hum_menu .contact_btn_wrapper a span img {
  object-fit: contain;
}
#hum_menu #menu_close_btn {
  width: max(6rem, 50px);
  aspect-ratio: 1;
  margin-inline: auto;
  margin-top: 12rem;
}
#hum_menu .menu_pig {
  margin-top: 2rem;
  margin-bottom: -7rem;
  width: 132%;
  translate: -50% 0;
  left: 50%;
  position: relative;
}

#global_menu {
  background-color: #fff;
  z-index: 999;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 4rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
#global_menu.is_active {
  opacity: 1;
  pointer-events: auto;
}
#global_menu #global_menu_close_btn {
  width: 40px;
  height: 40px;
  margin-inline: auto;
  position: absolute;
  top: 6rem;
  right: 8rem;
  cursor: pointer;
  z-index: 9999;
}
#global_menu .global_menu_inner {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#global_menu .global_menu_inner .global_logo {
  width: 18rem;
  margin-inline: auto;
  margin-bottom: 30px;
}
#global_menu .global_menu_inner .global_logo img {
  object-fit: contain;
}
#global_menu .global_menu_flex {
  display: flex;
  gap: 13rem;
  flex-direction: row-reverse;
}
#global_menu .global_menu_item:not(:last-child) {
  margin-left: 7rem;
}
#global_menu .global_menu_item a {
  font-size: max(2.7rem, 18px);
  letter-spacing: 0.1em;
  color: #3e3a39;
  display: block;
  position: relative;
  line-height: 1.4;
}
#global_menu .global_menu_item a span.header_en_sub {
  color: #898989;
  display: block;
  letter-spacing: 0.3em;
  font-size: max(2.2rem, 14px);
  padding-right: 1rem;
}
#global_menu .global_menu_item a::before {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  background-image: url("../images/mori_icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: -2.5rem;
  right: 12%;
  display: block;
}
#global_menu .global_menu_pig {
  width: 42rem;
  margin-top: 10rem;
}
#global_menu .contact_btn_wrapper {
  font-family: "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
  text-align: center;
  margin-top: 6rem;
}
#global_menu .contact_btn_wrapper a {
  display: inline-block;
  letter-spacing: 0.15em;
  font-size: 17px;
  color: #fff;
  background-color: #007caa;
  padding: 18px 34px;
  border-radius: 100px;
}
#global_menu .contact_btn_wrapper a span {
  display: inline-block;
  width: 28px;
  height: 19px;
  margin-right: 12px;
}
#global_menu .contact_btn_wrapper a span img {
  object-fit: contain;
}

#header {
  position: fixed;
  top: 4rem;
  left: 9rem;
  z-index: 99;
}
#header .header_logo a img {
  width: 140px;
  aspect-ratio: 140/147;
  object-fit: contain;
}
@media screen and (max-width: 820px) {
  #header {
    top: 2rem;
    left: 3rem;
  }
  #header .header_logo a img {
    width: 70px;
  }
}