body {
  color: #484848;
  font-size: 3.2vw;
  box-sizing: border-box;
}

.main {
  margin-top: 20vw;
}

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

.box_header_m {
  padding: 3vw 6vw;
  background-color: #ffffff;
}

.h_logo {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.5vw;
  text-align: center;
  display: inline-block;
  position: relative;
}
.h_logo .logo {
  width: 20vw;
  margin: auto;
  margin-bottom: 1vw;
}
.h_logo .occupation {
  margin-bottom: 1vw;
}
.h_logo .kana {
  font-size: 2.2vw;
}

.menu_trigger {
  width: 8vw;
  height: 3vw;
  position: fixed;
  top: 8vw;
  right: 6vw;
  z-index: 5;
}
.menu_trigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  width: 100%;
  height: 1px;
  background-color: #484848;
}
.menu_trigger span:nth-child(1) {
  position: absolute;
  top: 0;
  -webkit-animation: menu-bar01 0.75s forwards;
  animation: menu-bar01 0.75s forwards;
}
.menu_trigger span:nth-child(2) {
  position: absolute;
  bottom: 0;
  -webkit-animation: menu-bar02 0.75s forwards;
  animation: menu-bar02 0.75s forwards;
}
.menu_trigger.active {
  position: fixed;
}
.menu_trigger.active span {
  background-color: #ffffff;
}
.menu_trigger.active span:nth-child(1) {
  -webkit-animation: active-menu-bar01 0.75s forwards;
  animation: active-menu-bar01 0.75s forwards;
}
.menu_trigger.active span:nth-child(2) {
  -webkit-animation: active-menu-bar02 0.75s forwards;
  animation: active-menu-bar02 0.75s forwards;
}

@keyframes menu-bar01 {
  0% {
    transform: translateY(1.5vw) rotate(45deg);
  }
  50% {
    transform: translateY(1.5vw) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar02 {
  0% {
    transform: translateY(-1.5vw) rotate(-45deg);
  }
  50% {
    transform: translateY(-1.5vw) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(1.5vw) rotate(0);
  }
  100% {
    transform: translateY(1.5vw) rotate(45deg);
  }
}
@keyframes active-menu-bar02 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-1.5vw) rotate(0);
  }
  100% {
    transform: translateY(-1.5vw) rotate(-45deg);
  }
}
.grobal_menu {
  background-color: rgba(72, 72, 72, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 2;
  display: none;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
.grobal_menu.on {
  display: block;
}
.grobal_menu .gblnv_list {
  height: 40%;
  transform: translateY(70%);
  text-align: center;
  display: flex;
  flex-direction: column;
}
.grobal_menu .gblnv_list li {
  width: 70%;
  border: 1px solid #ffffff;
  margin: auto;
  border-radius: 3px;
}
.grobal_menu .gblnv_list li a {
  font-size: 4vw;
  padding: 4vw;
  color: #ffffff;
  display: block;
}

.btn_top {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  width: 60%;
  background-color: #484848;
  margin: auto;
  margin-bottom: 6vw;
  border-radius: 6vw;
}
.btn_top a {
  padding: 3vw;
  display: block;
  color: #ffffff;
  text-align: center;
}

.support_menu {
  background-color: #eaeaea;
}
.support_menu ul {
  padding: 4vw;
}
.support_menu ul li {
  line-height: 150%;
}

.rights {
  font-size: 3vw;
  text-align: center;
  padding: 2vw;
}

.normal_btn {
  width: 80%;
  display: block;
  border: 1px solid #484848;
  border-radius: 30vw;
  padding: 4vw 3vw;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 4vw;
  margin: 3vw auto;
}

.ttl_basic {
  font-size: 4.5vw;
  border-left: 1.5vw solid #D0A226;
  border-bottom: 1px solid #eaeaea;
  padding: 2vw;
  margin-bottom: 4vw;
}

.ttl_basic_gray {
  font-size: 4.5vw;
  border-left: 1.5vw solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  padding: 2vw;
  margin-bottom: 4vw;
}

.page_ttl {
  text-align: center;
  margin-bottom: 4vw;
}
.page_ttl h2 {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 6vw;
  line-height: 110%;
}
.page_ttl .en {
  font-family: "Lusitana", serif;
  font-weight: 400;
  font-style: normal;
  display: block;
  font-size: 4vw;
}

.breadcrumbs_lst {
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  padding: 2vw 0;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 8vw;
}
.breadcrumbs_lst ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 0 6vw;
}
.breadcrumbs_lst ul li a {
  color: #D0A226;
}
.breadcrumbs_lst ul li::after {
  content: "/";
  display: inline-block;
  margin: 0 5px;
}
.breadcrumbs_lst ul li:last-child::after {
  display: none;
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
  margin-bottom: 6vw;
}
.wp-pagenavi > span, .wp-pagenavi > a {
  display: block;
  width: 8vw;
  height: 8vw;
  background-color: #484848;
  padding: 0;
  margin: 0;
  text-align: center;
  line-height: 8vw;
  border: none;
  margin-right: 1vw;
  border-radius: 1vw;
  font-weight: bold;
  color: #ffffff;
}
.wp-pagenavi span {
  background-color: #eaeaea;
  color: #484848;
}
.wp-pagenavi .extend {
  background-color: #484848;
  color: #ffffff;
}

.txt_a {
  text-decoration: underline;
  color: #5C80F8;
  cursor: pointer;
}/*# sourceMappingURL=common.css.map */