.bl-footer__address {
  margin-block: calc((1em - 1lh) / 2 + var(--margin-top, 0px)) calc((1em - 1lh) / 2 + var(--margin-bottom, 0px));
}

.bl-archive {
  margin-inline: auto;
}
@media print, screen and (min-width: 768.1px) {
  .bl-archive {
    width: 1080px;
    max-width: calc(100% - 20px);
  }
}
@media screen and (max-width: 768px) {
  .bl-archive {
    width: 83.4666666667vw;
  }
}

:where(:is(.bl-header, .bl-footer) p) {
  margin: 0;
}

:where(:is(.bl-header, .bl-footer) a) {
  display: block;
}

:where(:is(.bl-header, .bl-footer) a img) {
  display: block;
}

:where(:is(.bl-header, .bl-footer) :is(ol, ul)) {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

:root {
  --header-background-red: 0;
  --header-background-green: 136;
  --header-background-blue: 188;
}

.bl-header {
  --background-opacity: calc(1 - var(--scroll-first-block, 0));
  position: -webkit-sticky;
  position: sticky;
  top: var(--wp-admin--admin-bar--height, 0);
  left: 0;
  z-index: 100;
  width: 100%;
  opacity: 1;
  background-color: rgba(var(--header-background-red), var(--header-background-green), var(--header-background-blue), var(--background-opacity, 0));
  transition: background-color 0.4s;
}
.bl-header__bar {
  height: 100%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bl-header__items {
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 768.1px) {
  .bl-header__bar {
    padding-inline: 40px 46px;
  }
  .bl-header__items {
    font-size: 17px;
    gap: 3em;
  }
}
@media screen and (max-width: 768px) {
  .bl-header__bar {
    padding-left: 4.5333333333vw;
  }
  .bl-header__logo {
    width: 22.5333333333vw;
  }
  .bl-header__logo img {
    width: 100%;
  }
  .bl-header__right {
    display: flex;
    align-items: center;
  }
  .bl-header__screen {
    box-sizing: border-box;
    padding-top: var(--header-height);
    background: #0088BC;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    transform: translateY(-100vh);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.4s, opacity 0.4s;
    display: grid;
    place-items: center;
  }
  .bl-header__items {
    flex-direction: column;
    font-weight: 500;
    font-size: 4vw;
    line-height: 5;
    text-align: center;
  }
  .bl-header__channel {
    width: 27.4666666667vw;
    transition: opacity 0.4s;
  }
  .bl-header__switch {
    display: block;
    width: 13.3333333333vw;
    height: var(--header-height);
    display: grid;
    place-items: center;
  }
  .bl-header__switch :is(.i1, .i2, .i3, .inner) {
    display: block;
  }
  .bl-header__switch :is(.i1, .i2, .i3) {
    background: #fff;
    width: 100%;
    height: 0.5333333333vw;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    transition: transform 0.4s, opacity 0.4s;
    transform-origin: center center;
  }
  .bl-header__switch .i1 {
    transform: translateY(-1.7333333333vw);
  }
  .bl-header__switch .i3 {
    transform: translateY(1.7333333333vw);
  }
  .bl-header__switch .i2 {
    transform: rotate(0);
  }
  .bl-header__switch .inner {
    width: 56%;
    height: 100%;
    position: relative;
  }
  .bl-header:has(#menu-switch:checked) .bl-header__screen {
    background: #0088BC;
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }
  .bl-header:has(#menu-switch:checked) .bl-header__channel {
    opacity: 0;
    pointer-events: none;
  }
  .bl-header:has(#menu-switch:checked) .bl-header__switch .i1 {
    transform: translateY(0) rotate(-405deg);
  }
  .bl-header:has(#menu-switch:checked) .bl-header__switch .i3 {
    transform: translateY(0) rotate(405deg);
  }
  .bl-header:has(#menu-switch:checked) .bl-header__switch .i2 {
    transform: rotate(360deg);
    opacity: 0;
  }
}

.bl-footer {
  box-sizing: border-box;
  width: 100%;
  color: #323232;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  top: 100vh;
}
.bl-footer__channel {
  margin-inline: auto 0;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: -webkit-sticky;
  position: sticky;
  z-index: 9;
}
.bl-footer__background {
  position: absolute;
  z-index: -1;
  top: 0;
  left: -100vmax;
  right: -100vmax;
  margin: auto;
  width: 100%;
  height: 100%;
}
.bl-footer__background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
.bl-footer__inner {
  margin-inline: auto;
}
.bl-footer__logo {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.bl-footer__information {
  font-style: normal;
  display: block;
}
.bl-footer__name {
  margin: 0;
  line-height: 1;
}
.bl-footer__address {
  line-height: 1.5;
}
.bl-footer__navi-items {
  font-weight: 500;
}
.bl-footer__copyright {
  display: block;
  line-height: 1;
}
@media print, screen and (min-width: 768.1px) {
  .bl-footer {
    margin-top: 13px;
    padding-bottom: 65px;
    height: 383px;
    display: flex;
    align-items: flex-end;
  }
  .bl-footer__channel {
    margin-top: 13px;
    right: 13px;
    bottom: 13px;
  }
  .bl-footer__inner {
    width: 1076px;
    max-width: calc(100% - 20px);
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .bl-footer__information {
    margin-top: 45px;
  }
  .bl-footer__name {
    font-size: 30px;
  }
  .bl-footer__address {
    --margin-top: 1em;
    font-size: 17px;
  }
  .bl-footer__navi-items {
    font-size: 17px;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 0.7em 3em;
  }
  .bl-footer__copyright {
    margin-top: 24px;
    font-size: 14px;
    text-align: right;
  }
}
@media screen and (max-width: 768px) {
  .bl-footer {
    margin-top: 20vw;
    padding-block: 10.1333333333vw 4.6666666667vw;
    text-align: center;
  }
  .bl-footer__logo {
    margin-inline: auto;
    width: 16vw;
    height: auto;
  }
  .bl-footer__name {
    margin-top: 6vw;
    font-size: 3.4666666667vw;
  }
  .bl-footer__address {
    margin-top: 1em;
    font-size: 2.9333333333vw;
  }
  .bl-footer__navigation {
    margin-top: 5.6vw;
  }
  .bl-footer__navi-items {
    font-size: 2.9333333333vw;
    line-height: 4.27;
  }
  .bl-footer__copyright {
    margin-top: 5.3333333333vw;
    font-size: 2.6666666667vw;
  }
}

:where(.c-button) {
  --color: #fff;
  --background-pc: #464646;
  --background-sp: #323232;
  --background-hover: #323232;
  display: grid;
  place-items: center;
  transition: background-color 0.3s;
}
:where(.c-button) .text {
  color: var(--color);
  letter-spacing: 0.039em;
}
:where(.c-button).mod_light {
  --color: #323232;
  --background-pc: #D0D0D0;
  --background-sp: #D2D2D2;
  --background-hover: #D2D2D2;
}
@media (hover: hover) {
  :where(.c-button):hover {
    background-color: var(--background-hover);
  }
}
@media print, screen and (min-width: 768.1px) {
  :where(.c-button) {
    background: var(--background-pc);
    width: 260px;
    height: 70px;
  }
  :where(.c-button) .text {
    font-size: 17px;
  }
}
@media screen and (max-width: 768px) {
  :where(.c-button) {
    background: var(--background-sp);
    width: 38.1333333333vw;
    height: 10.2666666667vw;
  }
  :where(.c-button) .text {
    font-size: 2.9333333333vw;
  }
}

:where(.c-hr) {
  margin: 110px auto 88px;
  background: #323232;
  width: 1080px;
  max-width: calc(100% - 20px);
}
@media screen and (max-width: 768px) {
  :where(.c-hr) {
    margin-block: 13.2vw;
    width: 84%;
  }
}

.bl-other {
  margin: auto;
}
.bl-other__section {
  position: relative;
  z-index: 0;
}
.bl-other__background {
  margin: 0;
}
.bl-other__contents {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.bl-other__title {
  margin: 0;
  color: #fff;
  font-weight: 500;
  font-size: calc(30 * var(--pxvw-coefficient));
  line-height: 1;
  letter-spacing: 0.031em;
  text-align: center;
}
@media print, screen and (min-width: 768.1px) {
  .bl-other {
    margin-top: 80px;
    width: 960px;
    max-width: calc(100% - 10px);
    display: flex;
    justify-content: center;
    gap: 6.25%;
  }
  .bl-other__section {
    width: 46.875%;
  }
  .bl-other__button {
    margin-top: 21px;
  }
}
@media screen and (max-width: 768px) {
  .bl-other {
    margin-top: 13.3333333333vw;
  }
  .bl-other__section {
    margin: 9.3333333333vw auto 0;
    width: 60vw;
  }
  .bl-other__button {
    margin-top: 2.4vw;
  }
}

.bl-archive__items {
  margin: auto;
  padding: 0;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.bl-archive__item {
  margin-block: 1.6em;
  list-style: none;
}
@media print, screen and (min-width: 768.1px) {
  .bl-archive {
    margin-top: 140px;
  }
  .bl-archive__items {
    min-width: 506px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 960px;
  }
  .bl-archive__item-link {
    display: flex;
  }
  .bl-archive__date {
    width: 170px;
  }
  .bl-archive__heading {
    width: calc(100% - 170px);
  }
}
@media screen and (max-width: 768px) {
  .bl-archive {
    margin-top: 12.6666666667vw;
  }
  .bl-archive__items {
    font-size: 2.9333333333vw;
  }
  .bl-archive__item {
    margin-block: 8vw;
  }
  .bl-archive__date {
    display: block;
  }
  .bl-archive__heading {
    display: block;
  }
}
/*# sourceMappingURL=lazy.css.map */