* {
  position: relative;
  box-sizing: border-box;
  z-index: auto;
}

html {
  width: 100%;
  height: 100%;
  font-size: 100%;
  font-feature-settings: "palt";
}
@media print {
  html {
    font-size: 9pt;
  }
}
@media screen and (max-width: 600px) {
  html:has(body.admin-bar) #wpadminbar {
    position: fixed;
    margin-top: 46px;
  }
}
@media screen and (max-width: 782px) {
  html:has(body.admin-bar) {
    height: calc(100% - 46px);
  }
}
@media (min-width: 783px) {
  html:has(body.admin-bar) {
    height: calc(100% - 32px);
  }
}

body {
  max-width: 100%;
  min-height: 100%;
  overflow-x: hidden;
}
body .site_copy {
  writing-mode: vertical-rl;
  white-space: nowrap;
  word-break: keep-all;
  font-feature-settings: normal;
  position: absolute;
  translate: -50% -50%;
  line-height: 1;
}
body .site_copy mark {
  display: inline-block;
  padding: 0.75em 0.5em 0.25em;
  box-shadow: 0.5em 0.5em 0 0 #0AF1FF;
}
body .site_copy mark:first-child {
  z-index: 1;
}

a,
a::before,
a::after {
  transition: all 0.2s;
}

img {
  max-width: 100%;
  height: auto;
}
img[src$=".png"] {
  -webkit-backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast;
}

svg {
  fill: currentColor;
}

.icn {
  width: 1em;
  height: 1em;
}

input,
textarea,
button,
select {
  -webkit-appearance: none;
  max-width: 100%;
  color: inherit;
  background-color: var(--wp--preset--color--theme-white);
  border-color: var(--wp--preset--color--theme-black);
  border-style: solid;
  border-width: 1px;
  font-size: var(--wp--preset--font-size--medium);
  font-weight: 400;
  line-height: 1.5;
}
input[type=checkbox], input[type=radio],
textarea[type=checkbox],
textarea[type=radio],
button[type=checkbox],
button[type=radio],
select[type=checkbox],
select[type=radio] {
  min-width: 0.8em;
  min-height: 0.8em;
}
input:not([type=checkbox], [type=radio]),
textarea:not([type=checkbox], [type=radio]),
button:not([type=checkbox], [type=radio]),
select:not([type=checkbox], [type=radio]) {
  padding: 0.25em 0.5em;
}
input[type=submit], input[type=button] {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.75rem auto;
  min-width: 14rem;
  min-height: 3rem;
  border-radius: 999em;
  text-transform: uppercase;
  transition: all 0.2s;
}
input[type=submit] {
  padding-right: 2.5em;
  background-color: var(--wp--preset--color--theme-lightgray);
  background-image: url(../images/arr-r.svg);
  background-repeat: no-repeat;
  background-size: 1em 1em;
  background-position: 90% center;
}
input[type=submit]:hover {
  background-position: 95% center;
}
input.switch {
  visibility: hidden !important;
  width: 0 !important;
  height: 0 !important;
  position: absolute;
}

.form_block > p {
  margin: 0 0 0.75rem;
}
.form_block > p:not(:last-child) {
  padding-bottom: 0.75rem;
  border-bottom: solid 1px var(--wp--preset--color--theme-lightgray);
}
.form_block > p label {
  font-weight: bold;
}
.form_block > p .confirm {
  color: var(--wp--preset--color--theme-darkgray);
}

.-sp,
.-tb,
.-pc {
  display: none;
}

@media screen and (max-width: 549px) {
  .-sp {
    display: inherit;
  }
}
@media (min-width:550px) {
  .-tb {
    display: inherit;
  }
}
@media (min-width:1200px) {
  .-pc {
    display: inherit;
  }
}
.inview,
[data-inview] {
  transition: all 1s 0.1s;
}

.inview.inview_active,
[data-inview=true] {
  opacity: 1;
  bottom: 0;
}

.inview:not(.inview_active),
[data-inview=false] {
  opacity: 0;
  bottom: -6rem;
}

.mfp-wrap {
  z-index: 9043;
}
.mfp-wrap .mfp-container .mfp-content {
  z-index: 9045;
}

.-hide {
  display: none !important;
}

body.logged-in .-logged-in {
  opacity: 0.6;
}
body.logged-in .-logged-in:hover {
  opacity: 1;
}
body:not(.logged-in) .-logged-in {
  display: none !important;
}

.site_logo {
  line-height: 1;
}
.site_logo img {
  max-width: none;
}
.site_logo.logo_h img {
  width: 12.125em;
  height: 2.375em;
}
.site_logo.logo_v img {
  width: 7.875em;
  height: 5.25em;
}

.site_header {
  z-index: auto;
}
.site_header::before, .site_header::after {
  content: "";
  display: block;
  z-index: 0;
  position: absolute;
  height: 1.5em;
  background-image: url(../images/hta-typography.svg);
  background-repeat: repeat-x;
  background-position: 0vh center;
  background-size: auto 1em;
  -webkit-animation-duration: 15s;
          animation-duration: 15s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.site_header .pc_cover .site_logo {
  display: none;
}
.site_header .pc_cover .site_copy {
  display: none;
}
@media screen and (max-width: 549px) {
  .site_header::before, .site_header::after {
    display: none;
  }
  .site_header .pc_cover {
    display: none;
  }
}
@media (min-width:550px) {
  .site_header {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-image: url(../images/hta-visual--pc.png);
    background-repeat: no-repeat;
    background-position: 80% 85%;
  }
  .site_header::before, .site_header::after {
    width: 100%;
    font-size: 6vh;
  }
  .site_header::before {
    top: 0;
    left: 0;
    -webkit-animation-name: visual_typography_01;
            animation-name: visual_typography_01;
  }
  .site_header:after {
    bottom: 0;
    right: 0;
    -webkit-animation-name: visual_typography_02;
            animation-name: visual_typography_02;
  }
  .site_header .pc_cover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: calc((100% - 550px) / 2);
  }
  .site_header .pc_cover .site_copy {
    display: block;
    top: 25%;
    left: 20%;
  }
}
@media (min-width:1200px) {
  .site_header .pc_cover .site_logo {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    font-size: 3.2vw;
  }
}
@-webkit-keyframes visual_typography_01 {
  0% {
    background-position: 0vw center;
  }
  100% {
    background-position: -21.125em center;
  }
}
@keyframes visual_typography_01 {
  0% {
    background-position: 0vw center;
  }
  100% {
    background-position: -21.125em center;
  }
}
@-webkit-keyframes visual_typography_02 {
  0% {
    background-position: 0vw center;
  }
  100% {
    background-position: 21.125em center;
  }
}
@keyframes visual_typography_02 {
  0% {
    background-position: 0vw center;
  }
  100% {
    background-position: 21.125em center;
  }
}

.page_header .site_logo {
  font-size: var(--wp--preset--font-size--x-large);
}

#gnav_switch ~ #gnav_button {
  z-index: 4100;
  position: fixed;
  top: 0.75rem;
  right: 0.75rem;
  width: 6em;
  height: 6em;
  border-radius: 50%;
  border: solid 1px;
  background-color: var(--wp--preset--color--primary-07);
  font-size: var(--wp--preset--font-size--smallest);
  line-height: 1;
  text-align: center;
}
#gnav_switch ~ #gnav_button::before, #gnav_switch ~ #gnav_button::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  width: 2em;
  height: 0.6em;
  border-style: solid;
  opacity: 1;
  transition: all 0.1s 0s;
}
#gnav_switch ~ #gnav_button::before {
  bottom: 50%;
  margin-bottom: -1px;
  border-width: 2px 0 0;
}
#gnav_switch ~ #gnav_button::after {
  top: 50%;
  margin-top: -1px;
  border-width: 0 0 2px;
}
#gnav_switch ~ #gnav_button .btn_txt {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0.5em 0;
  text-align: center;
  line-height: 1;
  font-size: var(--wp--preset--font-size--smallest);
  text-transform: uppercase;
  scale: 0.8;
}
@media screen and (max-width: 782px) {
  body.admin-bar #gnav_switch ~ #gnav_button {
    margin-top: 46px;
  }
}
@media (min-width: 783px) {
  body.admin-bar #gnav_switch ~ #gnav_button {
    margin-top: 32px;
  }
}
@media (min-width:1200px) {
  #gnav_switch ~ #gnav_button {
    display: none;
  }
}
#gnav_switch ~ #gnav {
  z-index: 4000;
  position: fixed;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
#gnav_switch ~ #gnav .menu_title {
  display: flex;
  gap: 0.75em;
  align-items: center;
  line-height: 1;
  font-size: var(--wp--preset--font-size--xx-large);
}
#gnav_switch ~ #gnav .menu_title::after {
  flex-grow: 1;
  content: "";
  display: block;
  width: auto;
  height: 1em;
  background-image: radial-gradient(rgb(198, 37, 198) 70%, rgba(198, 37, 198, 0) 70%), radial-gradient(rgb(198, 37, 198) 70%, rgba(198, 37, 198, 0) 70%), linear-gradient(0deg, rgba(198, 37, 198, 0) 42%, rgb(198, 37, 198) 42%, rgb(198, 37, 198) 58%, rgba(198, 37, 198, 0) 58%);
  background-repeat: no-repeat;
  background-size: 1em 1em, 1em 1em, 100% 1em;
  background-position: left center, right center, center center;
  font-size: 0.5em;
}
#gnav_switch ~ #gnav .menu_title img {
  flex-shrink: 0;
  width: 4.625em;
  height: 1em;
}
#gnav_switch ~ #gnav .widget {
  margin: 0;
}
#gnav_switch ~ #gnav #menu-main_menu {
  list-style: none;
  margin: 0;
  padding: 0 0 0 1.5em;
  max-height: 100vH;
  overflow-x: hidden;
  overflow-y: auto;
}
#gnav_switch ~ #gnav #menu-main_menu a {
  color: inherit;
  text-decoration: none;
}
@media screen and (max-width: 1199px) {
  #gnav_switch ~ #gnav {
    top: 0;
    right: 0;
    padding: var(--wp--preset--spacing--50) 7.5%;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.16);
    opacity: 0;
    max-height: 0;
    transition: all 0.2s;
  }
}
@media screen and (max-width: 1199px) and (max-width: 782px) {
  body.admin-bar #gnav_switch ~ #gnav {
    margin-top: 46px;
  }
}
@media screen and (max-width: 1199px) and (min-width: 783px) {
  body.admin-bar #gnav_switch ~ #gnav {
    margin-top: 32px;
  }
}
@media screen and (max-width: 1199px) {
  #gnav_switch ~ #gnav .menu_title {
    margin-bottom: 1.5em;
  }
}
@media screen and (max-width: 1199px) {
  #gnav_switch ~ #gnav #menu-main_menu a {
    font-size: var(--wp--preset--font-size--x-large);
  }
}
@media screen and (max-width: 549px) {
  #gnav_switch ~ #gnav {
    width: 100%;
  }
}
@media (min-width:550px) {
  #gnav_switch ~ #gnav {
    width: min(50%, 500px);
  }
}
@media (min-width:1200px) {
  #gnav_switch ~ #gnav {
    align-self: auto;
    top: 50%;
    left: 50%;
    width: min(25%, 500px);
    min-height: 20rem;
    translate: 275px -50%;
    overflow: visible;
  }
  #gnav_switch ~ #gnav .menu_title {
    position: absolute;
    bottom: 100%;
    left: 100%;
    padding: 0.75em 1.5rem;
    width: 110%;
    transform-origin: left bottom;
    translate: -2.5em 0;
    rotate: 90deg;
  }
  #gnav_switch ~ #gnav #menu-main_menu {
    padding: 2rem 4.5rem 2rem 3rem;
  }
  #gnav_switch ~ #gnav #menu-main_menu a {
    font-size: clamp(1.25rem, 0.5rem + 1vw, 1.5rem);
    z-index: 5000;
  }
}
#gnav_switch:checked ~ #gnav_button::before, #gnav_switch:checked ~ #gnav_button::after {
  height: 0;
  border-width: 1px 0;
}
#gnav_switch:checked ~ #gnav_button::before {
  transform: rotate(45deg);
}
#gnav_switch:checked ~ #gnav_button::after {
  transform: rotate(-45deg);
}
#gnav_switch:checked ~ #gnav {
  opacity: 1;
  max-height: 100vh;
}

.site_footer {
  z-index: 1000;
  margin-top: auto;
}

.site_content {
  margin-right: auto;
  margin-left: auto;
  width: min(100%, 550px);
  min-height: 100vh;
}
@media (min-width:550px) {
  .site_content {
    background-color: var(--wp--preset--color--background-primary);
    box-shadow: 10px 10px 40px 0px rgba(0, 0, 0, 0.16);
  }
}

/* Pager */
.pager {
  margin-top: var(--wp--preset--spacing--40);
  line-height: 1;
  text-align: center;
}
.pager a {
  color: inherit;
  text-decoration: none;
}
.pager .page_list,
.pager .page-numbers {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.pager.pager_single .page_list {
  display: flex;
}
.pager.pager_single .page_list > li {
  margin: 0;
  width: 12em;
}
.pager.pager_single .page_list > li.prev::before, .pager.pager_single .page_list > li.next::after {
  content: "";
  display: inline-block;
  width: 0.6em;
  height: 0.6em;
  border-style: solid;
  border-width: 1px 1px 0 0;
}
.pager.pager_single .page_list > li.prev {
  margin-right: auto;
}
.pager.pager_single .page_list > li.prev::before {
  transform: rotate(-135deg);
}
.pager.pager_single .page_list > li.next {
  margin-left: auto;
}
.pager.pager_single .page_list > li.next::after {
  transform: rotate(45deg);
}
.pager.pager_single .page_list > li.index {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 549px) {
  .pager.pager_single .page_list {
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 4.5rem;
  }
}
.pager:not(.pager_single) .page_list > li:has(.prev),
.pager:not(.pager_single) .page-numbers > li:has(.prev) {
  margin-right: 0.5em;
}
.pager:not(.pager_single) .page_list > li:has(.next),
.pager:not(.pager_single) .page-numbers > li:has(.next) {
  margin-left: 0.5em;
}
.pager:not(.pager_single) .page_list a,
.pager:not(.pager_single) .page_list span.current,
.pager:not(.pager_single) .page-numbers a,
.pager:not(.pager_single) .page-numbers span.current {
  display: block;
  padding: 0.25em 0;
  width: 1.5em;
  height: 1.5em;
  text-decoration: none;
  color: var(--wp--preset--color--theme-lightgray);
}
.pager:not(.pager_single) .page_list a:hover,
.pager:not(.pager_single) .page_list span.current:hover,
.pager:not(.pager_single) .page-numbers a:hover,
.pager:not(.pager_single) .page-numbers span.current:hover {
  color: var(--wp--preset--color--theme-main);
}
.pager:not(.pager_single) .page_list span.current,
.pager:not(.pager_single) .page-numbers span.current {
  color: var(--wp--preset--color--theme-main);
}
.pager:not(.pager_single) .page_list .prev,
.pager:not(.pager_single) .page_list .next,
.pager:not(.pager_single) .page-numbers .prev,
.pager:not(.pager_single) .page-numbers .next {
  background-color: var(--wp--preset--color--theme-main);
  color: var(--wp--preset--color--theme-white);
}
.pager:not(.pager_single) .page-numbers {
  font-size: var(--wp--preset--font-size--x-large);
}

.main_block {
  padding: var(--wp--preset--spacing--50) 0;
}
.main_block .main_head {
  margin-bottom: var(--wp--preset--spacing--30);
}
.main_block .main_foot {
  margin-top: var(--wp--preset--spacing--30);
}
.main_block .main_body {
  overflow: hidden;
}
/*# sourceMappingURL=layout.css.map */