@charset "UTF-8";
/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  -webkit-box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  -o-tab-size: 4;
          box-sizing: border-box;
  word-break: normal;
     tab-size: 4;
}

*, :after, :before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  background-repeat: no-repeat;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0;
}

hr {
  height: 0;
  overflow: visible;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  border-bottom: none;
  text-decoration: underline;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  color: inherit;
  cursor: pointer;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, input, select, textarea {
  border-style: none;
  background-color: transparent;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  display: table;
  max-width: 100%;
  border: 0;
  color: inherit;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not([fill]) {
  fill: currentColor;
}
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

.h-hide-pc {
  display: none;
}
.h-mb0 {
  margin-bottom: 0 !important;
}

.h-mb0 {
  margin-bottom: 0 !important;
}

.h-mb5 {
  margin-bottom: 5px !important;
}

.h-mb10 {
  margin-bottom: 10px !important;
}

.h-mb15 {
  margin-bottom: 15px !important;
}

.h-mb20 {
  margin-bottom: 20px !important;
}

.h-mb30 {
  margin-bottom: 30px !important;
}

.h-mb50 {
  margin-bottom: 50px !important;
}

.h-mb80 {
  margin-bottom: 80px !important;
}

.h-text-right {
  text-align: right !important;
}

.h-color-red {
  color: #f00 !important;
}

.cf:after,
.cf:before {
  display: table;
  content: "";
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

html {
  background-image: url("./img/background.png");
  background-size: 600px auto;
  background-repeat: repeat;
  background-color: var(--wp--preset--color--contrast);
  color: var(--wp--preset--color--base);
  font-size: 16px;
  line-height: 2;
  font-family: var(--wp--preset--font-family--noto-sans-jp);
}

body {
  word-wrap: break-word;
  text-spacing-trim: trim-start;
  font-weight: 500;
}

a {
  -webkit-transition: all 0.3s;
  color: inherit;
  transition: all 0.3s;
}
:visited:hover,
a {
  text-decoration: none;
}

ul {
  list-style: none;
}

i {
  font-style: normal;
}

input[type=button]:not([disabled]),
input[type=submit]:not([disabled]),
input[type=reset]:not([disabled]),
button:not([disabled]) {
  cursor: pointer;
}

input[type=button],
input[type=submit] {
  -webkit-appearance: none;
}

[hidden] {
  display: none !important;
}

img {
  height: auto;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

th {
  font-weight: normal;
}

a[href*="tel:"] {
  cursor: default;
  pointer-events: none;
}

.ly_mainHeader {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-transition: all 0.3s;
  -webkit-transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 22;
  position: fixed;
  top: 42px;
  left: 50%;
          align-items: center;
          justify-content: space-between;
  width: 100%;
  max-width: calc(var(--wp--style--global--wide-size) + var(--wp--preset--spacing--20) * 2);
  padding: 0 var(--wp--preset--spacing--20);
  gap: 20px;
          transform: translateX(-50%);
  transition: all 0.3s;
}

.ly_mainFooter {
  position: relative;
  margin-top: 100px;
  padding: 50px 50px 150px;
  border-radius: 40px 40px 0 0;
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--white);
}

.is-scrollAnim {
  -webkit-transform: translateY(30px);
  -webkit-transition: all 0.5s ease-out;
          transform: translateY(30px);
  opacity: 0;
  transition: all 0.5s ease-out;
}
.is-scrollAnim.is-scrollIn {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.bl_max1240 {
  max-width: calc(var(--wp--style--global--content-size) + 40px);
  margin: 0 auto;
  padding-right: var(--wp--preset--spacing--20);
  padding-left: var(--wp--preset--spacing--20);
}

.bl_max1240__council {
  max-width: calc(var(--wp--style--global--content-size) + 120px);
  margin: 0 auto;
  padding-right: 60px;
  padding-left: 60px;
}

.bl_max1340 {
  max-width: calc(var(--wp--style--global--content-size) + 140px);
  margin: 0 auto;
  padding-right: var(--wp--preset--spacing--20);
  padding-left: var(--wp--preset--spacing--20);
}

.bl_max900 {
  max-width: 940px;
  margin: 0 auto;
  padding-right: var(--wp--preset--spacing--20);
  padding-left: var(--wp--preset--spacing--20);
}

.bl_toTop {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: -75px;
  right: 50px;
          flex-direction: column;
          align-items: center;
          justify-content: center;
  aspect-ratio: 1;
  width: 100px;
  border: 2px solid var(--wp--preset--color--primary);
  border-radius: 15px;
  background-color: #fff;
  color: var(--wp--preset--color--primary);
  font-size: 0.625rem;
}
.bl_toTop img {
  margin-bottom: 4px;
}

.bl_pageSection:not(:last-child) {
  margin-bottom: 76px;
}

.bl_txt01 {
  margin-bottom: 15px;
}
.bl_txt01 a {
  color: var(--wp--preset--color--primary);
  text-decoration: underline;
}

.bl_txt02 {
  line-height: 2.25;
}
.bl_txt02 a {
  color: var(--wp--preset--color--primary);
  text-decoration: underline;
}

.svgWrapper {
  display: none;
}

.bl_menu {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
          align-items: center;
          justify-content: flex-end;
  padding: 10px 10px 10px 18px;
  gap: 4px 0;
  border-radius: 30px;
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--white);
  font-size: 0.875rem;
  white-space: nowrap;
}
.bl_menu a {
  display: block;
}

.bl_logo svg {
  fill: currentColor;
  -webkit-transition: all 0.3s;
  display: block;
  transition: all 0.3s;
}
.bl_menu_list01,
.bl_menu_listSp,
.bl_menu_list02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bl_menu_list01 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: 5px;
}
.bl_menu_list01 > li {
  position: relative;
}
.bl_menu_list01 > li.is-current::before {
  -webkit-transform: translateX(-50%);
  display: block;
  position: absolute;
  top: -4px;
  left: 50%;
  aspect-ratio: 1;
  width: 8px;
          transform: translateX(-50%);
  border-radius: 50%;
  background-color: currentColor;
  content: "";
}
.bl_menu_list01 > li > a {
  padding: 2px min(14.2px, 1vw);
}
.bl_menu_list01 > li:hover::before {
  -webkit-transform: translateX(-50%);
  display: block;
  position: absolute;
  top: -4px;
  left: 50%;
  aspect-ratio: 1;
  width: 8px;
          transform: translateX(-50%);
  border-radius: 50%;
  background-color: currentColor;
  content: "";
}
.bl_menu_list01 > li:hover::after {
  -webkit-transform: translateY(100%);
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
          transform: translateY(100%);
  content: "";
}
.bl_menu_list01 > li:hover .bl_menu_list01_sub {
  display: block;
}

.bl_menu_list01_sub {
  -webkit-transform: translate(-50%, 100%);
  display: none;
  position: absolute;
  bottom: -30px;
  left: 50%;
  padding: 18px 30px 20px 46px;
          transform: translate(-50%, 100%);
  border-radius: 10px;
  background-color: var(--wp--preset--color--primary);
  font-size: 1rem;
}
.bl_menu_list01_sub li:not(:last-child) {
  margin-bottom: 2px;
}
.bl_menu_list01_sub li a {
  position: relative;
}
.bl_menu_list01_sub li a:hover::before {
  -webkit-transform: translate(0, -50%);
  display: block;
  position: absolute;
  top: 56%;
  left: -18px;
  aspect-ratio: 1;
  width: 6px;
          transform: translate(0, -50%);
  border-radius: 50%;
  background-color: currentColor;
  content: "";
}

.bl_menu_listSp {
  display: none;
}

.bl_menu_list02 {
  gap: 10px;
}
.bl_menu_list02 a {
  padding: 6px 20px;
  border-radius: 20px;
  background-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--primary);
}
.bl_menu_list02 a:hover {
  background-color: #0d1422;
  color: var(--wp--preset--color--white);
}

.bl_menuSwitch {
  display: none;
}
.bl_menuSwitch {
  position: relative;
  aspect-ratio: 1;
  width: min( 58px,13.5514018692vw);
  padding-top: min( 26px,6.0747663551vw);
  border-radius: 50%;
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--white);
  font-weight: 500;
  font-size: min( 10px,2.3364485981vw);
  text-align: center;
}
.bl_menuSwitch::after, .bl_menuSwitch::before {
  -webkit-transition: all 0.3s;
  -webkit-transform: translateX(-50%);
  display: block;
  position: absolute;
  left: 50%;
  width: min( 26px,6.0747663551vw);
  height: min( 2px,0.4672897196vw);
          transform: translateX(-50%);
  background-color: var(--wp--preset--color--white);
  content: "";
  transition: all 0.3s;
}
.bl_menuSwitch::after {
  top: min( 18px,4.2056074766vw);
}
.bl_menuSwitch::before {
  top: min( 24px,5.6074766355vw);
}
.is-menu .bl_menuSwitch {
  background-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--primary);
}
.is-menu .bl_menuSwitch .bl_menuSwitch_close {
  display: block;
}
.is-menu .bl_menuSwitch .bl_menuSwitch_default {
  display: none;
}
.is-menu .bl_menuSwitch::after, .is-menu .bl_menuSwitch::before {
  background-color: var(--wp--preset--color--primary);
}
.is-menu .bl_menuSwitch::after {
  -webkit-transform: translateX(-50%) rotate(20deg);
  top: min( 22px,5.1401869159vw);
          transform: translateX(-50%) rotate(20deg);
}
.is-menu .bl_menuSwitch::before {
  -webkit-transform: translateX(-50%) rotate(-20deg);
  top: min( 22px,5.1401869159vw);
          transform: translateX(-50%) rotate(-20deg);
}

.bl_menuSwitch_close {
  display: none;
}

.bl_footerInner {
  max-width: var(--wp--style--global--wide-size);
  margin: 0 auto;
}

.bl_footerInfo {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 55px;
  padding-bottom: 55px;
  gap: 30px;
  border-bottom: 1px solid #fff;
}

.bl_footerInfo_item {
  position: relative;
  height: 250px;
  padding: 17px 20px 20px;
  border-radius: 10px;
  background-color: #fff;
  color: var(--wp--preset--color--primary);
  font-weight: bold;
}
.bl_footerInfo_item .el_circleArrow {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.bl_footerInfo_item:hover .el_circleArrow {
  background-color: #0d1422;
}
.bl_footerInfo_item:hover .el_circleArrow svg {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.bl_footerInfo_en {
  font-weight: 900;
  font-family: "Zen Maru Gothic", sans-serif;
}

.bl_footerInfo_heading {
  font-size: 2.5rem;
  line-height: 1.65;
}

.bl_footerBottom {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: space-between;
  max-width: 1240px;
  margin: 0 auto;
  gap: 50px;
}
.bl_footerBottom > div:last-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 484px;
}

.bl_footer_name {
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.25;
}

.bl_footer_address {
  margin: 20px 0 16px;
  font-style: normal;
  font-weight: 500;
}

.bl_footer_copy {
  font-weight: 500;
  font-size: 10px;
}

.bl_footerList {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  -webkit-box-flex: 1;
      -ms-flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex: 1;
      flex-wrap: wrap;
          justify-content: space-between;
}
.bl_footerList ul {
  margin-right: 50px;
}
.bl_footerList li span {
  display: inline-block;
  position: relative;
  aspect-ratio: 1;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: var(--wp--preset--color--white);
}
.bl_footerList li svg {
  fill: #323232;
  -webkit-transform: translate(-50%, -50%);
  display: block;
  position: absolute;
  top: 50%;
  left: 55%;
  width: 4px;
          transform: translate(-50%, -50%);
}

.bl_kv {
  z-index: -1;
  position: sticky;
  top: 0;
  left: 0;
  height: 48.6111111111dvw;
  min-height: 520px;
  overflow: hidden;
  background-color: var(--wp--preset--color--contrast);
}
.bl_kv::after {
  -webkit-transform: translateY(-50%);
  display: block;
  position: absolute;
  top: 50%;
  right: 3.75dvw;
  aspect-ratio: 1;
  width: 69.4444444444dvw;
          transform: translateY(-50%);
  border-radius: 50%;
  background-image: url("./img/top/dot_circle_pc.svg");
  background-size: cover;
  content: "";
}
.bl_kv .bl_imgSwiper {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 3.6805555556dvw;
  width: 62.5dvw;
          transform: translateY(-50%);
}
.bl_kv .bl_imgSwiper .swiper-slide {
  aspect-ratio: 1;
  width: 62.5dvw;
  overflow: hidden;
}

.bl_kv_slideImg {
  -o-object-fit: cover;
  -o-object-position: 50% 50%;
  aspect-ratio: 1;
  width: 100%;
     object-fit: cover;
     object-position: 50% 50%;
}

.bl_kvItem {
  overflow: hidden;
  border-radius: 50%;
}
.bl_kvItem img {
  -webkit-transition: all 5s linear;
  transition: all 5s linear;
}
.bl_kvItem.swiper-slide-active img, .bl_kvItem.swiper-slide-prev img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.bl_kv_txtbox {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 59.5%;
  left: 3.75dvw;
          transform: translateY(-50%);
}

.bl_kv_txt01 {
  margin-bottom: 2.3611111111dvw;
}
.bl_kv_txt01 img {
  display: block;
  width: 26.3888888889dvw;
}

.bl_kv_txt02 {
  font-weight: bold;
  font-size: 1.3888888889dvw;
}
.bl_topContent {
  position: relative;
  background-image: url("./img/background.png");
  background-repeat: repeat;
}

.bl_scrollTagList {
  padding: 25px 0;
  border-bottom: 1px solid var(--wp--preset--color--contrast);
  background-color: #f8f8f8;
}

.bl_infinite_scroll {
  font-weight: bold;
  font-size: 1.125rem;
}
.bl_infinite_scroll .bl_infinite_scroll_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.bl_infinite_scroll .bl_infinite_scroll_item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 50px;
  white-space: nowrap;
}
.bl_infinite_scroll .bl_infinite_scroll_item::before {
  content: "#";
}

.bl_infinite_scroll {
  overflow: hidden;
}

.bl_infinite_scroll_inner {
  --scroll-x: 0px;
  -webkit-transform: translateX(0);
  -webkit-animation: 30s linear infinite txtScroll;
          transform: translateX(0);
          animation: 30s linear infinite txtScroll;
}

@-webkit-keyframes txtScroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(var(--scroll-x));
            transform: translateX(var(--scroll-x));
  }
}

@keyframes txtScroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(var(--scroll-x));
            transform: translateX(var(--scroll-x));
  }
}
.bl_infinite_scroll .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
  will-change: transform;
}

.bl_infinite_scroll .swiper-slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  white-space: nowrap; /* テキスト折返し防止 */
}

.bl_sectionTopInfomation {
  padding: 50px var(--wp--preset--spacing--20);
  border-radius: 0 0 40px 40px;
  background-color: #f8f8f8;
}

.bl_infoScroll .swiper-slide {
  width: 360px !important;
}

.bl_infoScroll_wrapper .bl_infoCard {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: initial;
  padding: 25px 30px;
  border: 1px solid #c6d1e0;
  border-radius: 10px;
  background-color: #fff;
}
.bl_infoScroll_wrapper .bl_infoCard a {
  display: block;
}

.bl_infoCard_date {
  font-size: 0.875rem;
}

.bl_badge {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1px 5.5px;
  border-radius: 5px;
  background-color: #38475d;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.6;
}

.bl_infoCard_ttl {
  font-weight: bold;
  text-decoration: underline;
}

.bl_Card_top {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
  margin-bottom: 6px;
  gap: 10px;
}

.bl_infoScroll_wrapper {
  max-width: 1140px;
  margin: 0 auto;
}

.bl_swiperNavigation {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: center;
  margin-top: 30px;
  gap: 30px;
}
.bl_swiperNavigation .el_circleArrow-prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.bl_paddingWrapper {
  padding: 0 var(--wp--preset--spacing--20);
}

.bl_sectionGuide {
  max-width: var(--wp--style--global--content-size);
  margin: 0 auto;
  padding-top: 227px;
  padding-bottom: 100px;
  padding-left: min( 50px,3.4722222222vw);
}

.bl_guideMedia_imgWrapper {
  position: relative;
  width: 41.5%;
}
.bl_guideMedia_imgWrapper::before {
  -webkit-transform: rotate(5deg);
  position: absolute;
  top: 0px;
  left: 22px;
  width: 100%;
  height: 100%;
          transform: rotate(5deg);
  border-radius: 15px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d9e4f4+0,7db9e8+100 */
  background: -webkit-gradient(linear, left top, left bottom, from(#d9e4f4), to(#7db9e8));
  background: linear-gradient(to bottom, #d9e4f4 0%, #7db9e8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  content: "";
}
.bl_guideMedia_imgWrapper img {
  display: block;
  z-index: 1;
  position: relative;
  width: 100%;
  border-radius: 15px;
}

.bl_guideMedia {
  -webkit-box-align: start;
      -ms-flex-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: flex-start;
  gap: min( 105px,7.2916666667vw);
}

.bl_guideTxtWrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.bl_guideTxt {
  margin-bottom: 45px;
}

.bl_guideEnHeading {
  margin-top: -4px;
  font-weight: bold;
  line-height: 1;
  font-family: "Zen Maru Gothic", sans-serif;
}

.bl_guideJpHeading {
  margin-bottom: 20px;
  color: #38475d;
  font-weight: bold;
  font-size: 2.5rem;
}

.bl_guideDescription {
  margin-bottom: 25px;
  font-size: 2rem;
  line-height: 1.5;
}

.bl_sectionGuideWrapper {
  right: 0;
  background-image: url("./img/top/guid_circle_pc.png");
  background-position: right 90px;
  background-size: 655px;
}

.bl_sectionBgi {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  padding: 190px var(--wp--preset--spacing--20);
  background-image: url("./img/top/bgi_pc.jpg");
  background-size: cover;
  color: #fff;
  text-align: center;
}
.bl_sectionBgi__guide {
  height: 800px;
  margin-left: 50px;
  padding-right: 50px;
  border-radius: 20px 0 0 20px;
  background-image: url("./img/top/bgi_pc_guide.jpg");
}
.bl_sectionBgi__guide .bl_sectionBgi_inner {
  width: auto;
  max-width: 1240px;
  font-size: 1.125rem;
}
.bl_sectionBgi__guide .bl_sectionBgi_txt {
  margin-top: 20px;
  margin-bottom: 30px;
}

.bl_sectionBgi_txt02 {
  font-weight: bold;
  font-size: 1.5rem;
}

.bl_sectionBgi_txt {
  margin: 50px 0 42px;
  text-align: left;
}

.bl_sectionBgi_en {
  font-weight: bold;
  font-family: "Zen Maru Gothic", sans-serif;
}

.bl_sectionBgi_heading {
  margin-top: 5px;
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 1.4;
}

.bl_sectionBgi_inner {
  width: 590px;
}

.bl_normalLayout {
  max-width: 1190px;
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 50px;
}
.bl_normalLayout__topics {
  z-index: 1;
  position: relative;
}

.bl_topicsWrapper {
  position: relative;
}
.bl_topicsWrapper::after {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(50vw + 620px);
  height: 60%;
  border-radius: 10px 0 0 10px;
  background-color: #f8f8f8;
  content: "";
}

.bl_contentTab__sl {
  margin-bottom: 50px;
}

.bl_contentTab_menuWrapper {
  margin-top: 14px;
  margin-bottom: 50px;
  border-bottom: 2px solid var(--wp--preset--color--white);
}
.bl_contentTab_menuWrapper__sl {
  margin-top: 40px;
  margin-bottom: 28px;
}

.bl_contentTab_menu {
  margin-bottom: -2px;
}
.bl_contentTab_menu ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: center;
  max-width: 750px;
  margin: 0 auto;
  gap: 10px;
  font-weight: bold;
  font-size: 1.125rem;
  white-space: nowrap;
}
.bl_contentTab_menu ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 180px;
  text-align: center;
}
.bl_contentTab_menu ul li.is-active a,
.bl_contentTab_menu ul li a:hover {
  color: var(--wp--preset--color--primary);
}
.bl_contentTab_menu ul li.is-active a::before,
.bl_contentTab_menu ul li a:hover::before {
  -webkit-transform: translate(-50%, 0);
  display: block;
  position: absolute;
  top: -10px;
  left: 50%;
  aspect-ratio: 1;
  width: 8px;
          transform: translate(-50%, 0);
  border-radius: 50%;
  background-color: currentColor;
  content: "";
}
.bl_contentTab_menu ul li.is-active a::after,
.bl_contentTab_menu ul li a:hover::after {
  display: block;
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 2px;
  background-color: var(--wp--preset--color--primary);
  content: "";
}
.bl_contentTab_menu ul li a {
  display: inline-block;
  position: relative;
  padding-bottom: 24px;
}

.bl_blogCardUnit {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 50px;
  gap: 24px;
}

.bl_contentTab_body {
  max-width: 1140px;
  margin: 0 auto;
}

.bl_blogCardItem_imgWrapper {
  aspect-ratio: 360/220;
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 5px;
}
.bl_blogCardItem_imgWrapper img {
  -o-object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
     object-fit: cover;
}

.bl_blogCardItem_ttl {
  color: var(--wp--preset--color--primary);
  font-weight: bold;
  text-decoration: underline;
}

.bl_fullMedia {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 205px;
  padding-right: 6.9vw;
  gap: 50px;
  background-image: url("./img/top/guid_circle_pc.png");
  background-position: right center;
  background-size: 47.9vw auto;
}

.bl_fullMedia_imgWrapper {
  width: 48.6vw;
}
.bl_fullMedia_imgWrapper img {
  display: block;
  width: 100%;
  border-radius: 0 10px 10px 0;
}

.bl_fullMedia_txtWrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.bl_fullMedia_enHeading {
  margin-top: -4px;
  font-weight: bold;
  line-height: 1;
  font-family: "Zen Maru Gothic", sans-serif;
}

.bl_fullMedia_jpHeading {
  margin-bottom: 18px;
  color: var(--wp--preset--color--primary);
  font-weight: 900;
  font-size: 2.5rem;
}

.bl_fullMedia_txt {
  margin-bottom: 48px;
}

.bl_contentTab_item {
  display: none;
}
.bl_contentTab_item.is-active {
  display: grid;
}

.bl_dotList li {
  position: relative;
  padding-left: 20px;
}
.bl_dotList li::before {
  display: block;
  position: absolute;
  top: 0.1em;
  left: 0;
  content: "・";
}
.bl_dotList a {
  color: var(--wp--preset--color--primary);
  text-decoration: underline;
}

.bl_dotList02 > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  font-size: 1.125rem;
}
.bl_dotList02 dt {
  position: relative;
  padding-left: 25px;
}
.bl_dotList02 dt::after {
  content: "‥ ";
}
.bl_dotList02 dt::before {
  display: block;
  position: absolute;
  top: 0.9em;
  left: 0;
  aspect-ratio: 1;
  width: 8px;
  border-radius: 50%;
  background-color: var(--wp--preset--color--primary);
  content: "";
}
.bl_dotList02 dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.bl_fixdBtn {
  z-index: 21;
  position: fixed;
  right: 42px;
  bottom: 30px;
  border-top: 1px solid #fff;
  border-radius: 5px;
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--white);
}
.bl_fixdBtn > a {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
  padding: 10px 15px 10px 10px;
  gap: 10px;
}
.bl_fixdBtn .el_circleArrow {
  display: none;
}

.bl_fixdBtn_close {
  display: block;
  position: absolute;
  top: -8px;
  right: -8px;
  aspect-ratio: 1;
  width: 24px;
  border: 1px solid var(--wp--preset--color--white);
  border-radius: 50%;
  background-color: var(--wp--preset--color--primary);
  cursor: pointer;
}
.bl_fixdBtn_close::after, .bl_fixdBtn_close::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60%;
  height: 1px;
  background-color: var(--wp--preset--color--white);
  content: "";
}
.bl_fixdBtn_close::after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.bl_fixdBtn_close::before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.bl_fixdBtn_txt {
  font-weight: bold;
  font-size: 0.875rem;
}
.bl_fixdBtn_txt span {
  display: block;
  font-size: 1.125rem;
}

.bl_fixdBtn_imgWrapper img {
  display: block;
  border-radius: 5px;
}

.bl_breadcrumb {
  margin-bottom: 50px;
  font-size: 0.625rem;
}
.bl_breadcrumb a {
  color: var(--wp--preset--color--primary);
  text-decoration: underline;
}

.bl_pageHeader_ttl {
  margin-top: 85px;
  margin-bottom: 4px;
  gap: 20px;
  color: var(--wp--preset--color--primary);
  font-weight: 900;
  font-size: 2.5rem;
  line-height: 1.7;
}
.bl_pageHeader_ttl::before {
  display: block;
  content: attr(data-en);
  color: var(--wp--preset--color--base);
  font-size: 1rem;
  font-family: "Zen Maru Gothic", sans-serif;
}

.bl_pageHeader {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: space-between;
  max-width: calc(var(--wp--style--global--content-size) + 40px);
  margin: 0 auto;
  padding-top: 76px;
  padding-right: 20px;
  padding-left: 20px;
}

.bl_pageHeader_imgWrapper {
  position: relative;
  max-width: 45vw;
}
.bl_pageHeader_imgWrapper::after {
  display: block;
  position: absolute;
  top: -26px;
  left: 0;
  left: -34%;
  aspect-ratio: 1;
  width: 112.7%;
  border-radius: 50%;
  background-image: url("./img/top/guid_circle_pc.png");
  background-size: cover;
  content: "";
}
.bl_pageHeader_imgWrapper {
  aspect-ratio: 1;
  width: 470px;
  border-radius: 50%;
}
.bl_pageHeader_imgWrapper img {
  -o-object-fit: cover;
  z-index: 1;
  position: relative;
  width: 100%;
  height: 100%;
     object-fit: cover;
}

.bl_headerStroke {
  display: block;
  margin-top: 44px;
  margin-bottom: 14px;
  border: none;
  border-top: solid 1px #fff;
}

.bl_simpleCardUnit {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}

.bl_simpleCardItem {
  display: block;
  overflow: hidden;
  border-radius: 10px;
  background-color: #fff;
}
.bl_simpleCardItem:hover {
  opacity: 0.8;
}

.bl_simpleCardItem_imgWrapper img {
  display: block;
  width: 100%;
}

.bl_simpleCardItem_ttl {
  color: var(--wp--preset--color--primary);
  font-weight: bold;
  font-size: 1.5rem;
}

.bl_simpleCardItem_bottom {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: space-between;
  padding: 23.5px 30px;
}
.bl_simpleCardItem_bottom .el_circleArrow {
  width: 30px;
}
.bl_simpleCardItem_bottom .el_circleArrow svg {
  width: 10px;
}

.bl_2clumSide {
  width: min( 288px,20vw);
  min-width: 200px;
  padding-bottom: 40px;
  border: 2px solid var(--wp--preset--color--white);
}
.bl_2clumSide__ga {
  min-width: 260px;
}

.bl_sideHeading {
  padding: 34px 30px;
  border-bottom: 2px solid var(--wp--preset--color--white);
  font-weight: bold;
  font-size: 1.5rem;
}

.bl_sideList li {
  padding: 0 30px;
  font-weight: bold;
  font-size: 1.125rem;
}
.bl_sideList li a {
  display: block;
  padding: 34.8px 0;
  border-bottom: 2px solid var(--wp--preset--color--white);
}

.bl_sideList_item.is-select {
  position: relative;
  color: var(--wp--preset--color--primary);
}
.bl_sideList_item.is-select::after {
  position: absolute;
  top: 0;
  left: -2px;
  width: 2px;
  height: 100%;
  background-color: var(--wp--preset--color--primary);
  content: "";
}

.bl_2clumWrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: flex-start;
  gap: min( 50px,3.4722222222vw);
}

.bl_2clumBody {
  -webkit-box-flex: 1;
      -ms-flex: 1;
  container-type: inline-size;
          flex: 1;
}

.bl_baseMedia_imgWrapper {
  width: 47.2%;
}
.bl_baseMedia_imgWrapper img {
  display: block;
  width: 100%;
  border-radius: 10px;
}

.bl_baseMedia_body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.bl_baseMedia {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 48px;
  gap: min( 50px,3.4722222222vw);
}

@container (width <= 560px) {
  .bl_baseMedia {
    display: block;
  }
  .bl_baseMedia_imgWrapper {
    width: 100%;
    margin-bottom: 30px;
  }
}
.bl_baseMedia_txt01 {
  margin-bottom: 48px;
  font-size: 1.5rem;
  line-height: 1.33;
}

.bl_baseMedia_txtLarge {
  font-weight: bold;
  font-size: 1.5rem;
}

.bl_message p:not(:last-child) {
  margin-bottom: 2em;
}
.bl_message ol {
  list-style: none;
}
.bl_message ol:not(:last-child) {
  margin-bottom: 2em;
}
.bl_message ol > li {
  position: relative;
  padding-left: 1.4em;
  counter-increment: number;
}
.bl_message ol > li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: counter(number) ".";
}
.bl_message a {
  color: var(--wp--preset--color--primary);
  text-decoration: underline;
}
.bl_message .el_btn {
  color: #fff;
  text-decoration: none;
}
.bl_lyricWrapper_outer {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
}

.bl_lyricWrapper {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 40px auto 50px;
  font-weight: normal;
  font-size: 1.125rem;
  line-height: 1.16;
  letter-spacing: 0.15em;
          writing-mode: vertical-rl;
}
.bl_lyricWrapper p {
  margin: 0 15px;
}
.bl_lyricWrapper .bl_lyricSeparator {
  margin-left: 35px;
}
.bl_lyricWrapper .bl_lyricName01 {
  margin-left: 0px;
}
.bl_lyricWrapper .bl_lyricName02 {
  margin-right: 10px;
  margin-left: 50px;
}

.bl_movie {
  display: block;
  aspect-ratio: 650/360;
  width: 650px;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 10px;
}

.bl_historyList {
  position: relative;
  margin-top: -10px;
}
.bl_historyList::after {
  display: block;
  z-index: -1;
  position: absolute;
  top: 1.2em;
  left: 184px;
  width: 0;
  height: calc(100% - 1.2em);
  border-left: 1px dotted var(--wp--preset--color--primary);
  content: "";
}
.bl_historyList div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 60px;
  line-height: 3;
}
.bl_historyList div:last-child dd {
  z-index: 1;
}
.bl_historyList div:last-child dd::before {
  position: absolute;
  bottom: 0;
  left: -48px;
  width: 5px;
  height: calc(100% - 1.2em);
  background-color: #f2f3f2;
  content: "";
}
.bl_historyList dt {
  width: 170px;
  color: var(--wp--preset--color--primary);
}
.bl_historyList dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
  position: relative;
          flex: 1;
}
.bl_historyList dd::after {
  display: block;
  position: absolute;
  top: 1.2em;
  left: -49.5px;
  aspect-ratio: 1;
  width: 8px;
  border-radius: 50%;
  background-color: var(--wp--preset--color--primary);
  content: "";
}

.bl_pdfList > div {
  border-top: 1px solid var(--wp--preset--color--white);
}
.bl_pdfList > div:last-child {
  border-bottom: 1px solid var(--wp--preset--color--white);
}
.bl_pdfList > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 27px 0;
  gap: 30px;
}
.bl_pdfList > div dt {
  width: 250px;
  font-weight: bold;
}
.bl_pdfList > div dt a {
  text-decoration: underline;
}

.bl_selfEvaluation > div {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
  margin-bottom: 20px;
}
.bl_selfEvaluation > div:has(.bl_selfEvaluation) dt::after {
  margin-top: -10px;
}
.bl_selfEvaluation > div:has(.bl_selfEvaluation) .bl_selfEvaluation {
  display: block;
  margin-left: -25px;
  color: var(--wp--preset--color--primary);
  font-weight: 500;
  font-size: inherit;
  line-height: 1.5;
}
.bl_selfEvaluation > div dt {
  position: relative;
  width: 100%;
  margin-bottom: 4px;
  padding-left: 25px;
  font-weight: bold;
  font-size: 1.125rem;
}
.bl_selfEvaluation > div dt::after {
  display: block;
  position: absolute;
  top: 1em;
  left: 0;
  aspect-ratio: 1;
  width: 8px;
  border-radius: 50%;
  background-color: var(--wp--preset--color--primary);
  content: "";
}
.bl_selfEvaluation > div dd {
  font-size: 1rem;
}
.bl_selfEvaluation > div dd:not(:last-child)::after {
  margin: 0 4px;
  content: "/";
}
.bl_selfEvaluation > div a {
  color: var(--wp--preset--color--primary);
  text-decoration: underline;
}

.bl_pamphletList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  text-align: center;
}

.bl_pamphletList_imgWrapper {
  aspect-ratio: 280/397;
  margin-bottom: 5px;
  overflow: hidden;
  border: 1px solid var(--wp--preset--color--primary);
  border-radius: 10px;
}
.bl_pamphletList_imgWrapper img {
  -o-object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
     object-fit: cover;
}

.bl_pamphletList a:hover {
  opacity: 0.8;
}
.bl_pamphletList a {
  display: block;
}
.bl_pamphletList a .bl_pamphletList_heading {
  color: var(--wp--preset--color--primary);
  text-decoration: underline;
}

.bl_guideLayoutUnit {
  margin-bottom: 80px;
}

.bl_guideLayout {
  margin-top: 50px;
  padding: 50px 20px 48px;
  padding-top: 48px;
  border-radius: 0 0 30px 30px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)), url("./img/guide/mountain_pc.svg");
  background-image: linear-gradient(to bottom, #fff 0%, #fff 100%), url("./img/guide/mountain_pc.svg");
  background-position: center bottom, center top;
  background-size: 100% calc(100% - 150px), 100% auto;
  counter-increment: guide;
}
.bl_guideLayout hr {
  margin: 26px 0;
  border: none;
  border-top: 1px dotted #323232;
}

.bl_guideLayout_header {
  margin-bottom: 50px;
  color: var(--wp--preset--color--primary);
  line-height: 1.15;
  text-align: center;
}
.bl_guideLayout_header::before {
  content: counter(guide, decimal-leading-zero);
  font-weight: bold;
  font-size: 0.75rem;
}

.bl_guideLayout_heading {
  margin-bottom: 2px;
  font-weight: bold;
  font-size: 2rem;
}

.bl_guideLayout_subHeading {
  font-size: 1rem;
  letter-spacing: 0.1em;
}

.bl_guideList_item_iconBox {
  height: 82px;
  margin-bottom: 30px;
}
.bl_guideList_item_iconBox img {
  display: block;
  height: 100%;
  margin: 0 auto;
}

.bl_guideList {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px 0;
}
.bl_guideList__01 .bl_guideList_item_heading {
  min-height: 116px;
}

.bl_guideList_item {
  padding: 0 min( 30px,2.0833333333vw);
}
.bl_guideList_item:not(:last-child) {
  border-right: 1px dotted #323232;
}
.bl_guideList_item ul {
  font-size: 1rem;
}
.bl_guideList_item ul li {
  position: relative;
  padding-left: 1em;
}
.bl_guideList_item ul li::after {
  position: absolute;
  top: 0em;
  left: 0;
  content: "・";
}

.bl_guideList_item_heading {
  margin-bottom: 10px;
  color: var(--wp--preset--color--primary);
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.8;
  text-align: center;
}
.bl_guideList_item_heading b {
  font-weight: bold;
  font-size: 1.5rem;
}

.bl_sideTitleSectionUnit__festival {
  margin-top: 0px;
  margin-bottom: 100px;
}
.bl_sideTitleSectionUnit__festival .bl_sideTitleSection_body {
  border-bottom: 1px dotted var(--wp--preset--color--primary);
}

.bl_sideTitleSection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bl_sideTitleSection:not(:last-child) {
  margin-bottom: 40px;
}

.bl_sideTitleSection_heading {
  width: min( 310px,21.5277777778vw);
  min-width: 200px;
  margin-bottom: 20px;
  padding-right: 20px;
}
.bl_sideTitleSection_heading h2 {
  font-weight: 900;
  font-size: 2.5rem;
  line-height: 1.25;
}
.bl_sideTitleSection_heading h2:after {
  display: block;
  margin-top: 14px;
  content: attr(data-en);
  font-size: 1rem;
}

.bl_sideTitleSection_body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-bottom: 45px;
  border-bottom: 1px dotted var(--wp--preset--color--primary);
}
.bl_sideTitleSection_body p {
  margin-bottom: 10px;
}
.bl_sideTitleSection_body p:has(+ p) {
  margin-bottom: 2em;
}
.bl_sideTitleSection_body .el_btn {
  margin-top: 20px;
}
.bl_sideTitleSection_body__bdn {
  border: none;
}

.bl_numberList {
  font-size: 1.125rem;
  list-style: none;
}
.bl_numberList li {
  position: relative;
  padding-left: 1.2em;
  color: var(--wp--preset--color--primary);
  font-weight: bold;
  counter-increment: numberCount;
}
.bl_numberList li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: counter(numberCount) ".";
}

.bl_numberList02 {
  list-style: none;
}
.bl_numberList02 li a {
  color: var(--wp--preset--color--primary);
  text-decoration: underline;
}
.bl_numberList02 li {
  position: relative;
  padding-left: 1.2em;
  counter-increment: numberCount;
}
.bl_numberList02 li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: counter(numberCount) ".";
}

.bl_inlineBadge {
  margin-left: 5px;
  padding: 0px 2.5px;
  border-radius: 10px;
  color: #fff;
  font-weight: bold;
  font-size: 0.75rem;
  line-height: 1;
}
.bl_inlineBadge__red, .bl_inlineBadge__after {
  background-color: #ff0000;
}
.bl_inlineBadge__blue, .bl_inlineBadge__midst {
  background-color: #009dff;
}
.bl_inlineBadge__black, .bl_inlineBadge__before {
  background-color: #323232;
}

.bl_halfUnit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: min( 50px,3.4722222222vw);
}
.bl_halfUnit > div {
  width: calc(50% - 25px);
}
.bl_halfUnit:not(:last-child) {
  margin-bottom: 80px;
}

.bl_message02 {
  margin-bottom: 20px;
  line-height: 2.25;
}
.bl_message02 p:not(:last-child) {
  margin-bottom: 2.1em;
}

.bl_defaultSwiper .swiper-pagination {
  position: static;
}
.bl_defaultSwiper .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border: 1px solid var(--wp--preset--color--primary);
  background-color: transparent;
  opacity: 1;
}
.bl_defaultSwiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--wp--preset--color--primary);
}

.bl_imgBox {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.bl_imgBox img {
  display: block;
  width: 100%;
}

.bl_imgBox_heading {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  padding: 4.2px 0;
  background-color: rgba(56, 71, 93, 0.7);
  color: #fff;
  font-size: 1rem;
  text-align: center;
}

.bl_planList dt {
  position: relative;
  margin-bottom: 2px;
  padding-left: 28px;
  font-weight: bold;
  font-size: 1.125rem;
}
.bl_planList dt::after {
  -webkit-transform: translateY(-50%);
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  aspect-ratio: 1;
  width: 8px;
          transform: translateY(-50%);
  border-radius: 50%;
  background-color: var(--wp--preset--color--primary);
  content: "";
}
.bl_planList dd:has(a)::after {
  margin: 5px;
  padding: 0px 4px;
  border-radius: 10px;
  background-color: #ff0000;
  content: "PDF";
  color: #fff;
  font-weight: bold;
  font-size: 0.75rem;
}
.bl_planList a {
  color: var(--wp--preset--color--primary);
  text-decoration: underline;
}

.bl_achievementsTable {
  width: 334px;
  max-width: 100%;
  border: 1px solid var(--wp--preset--color--primary);
}
.bl_achievementsTable th,
.bl_achievementsTable td {
  padding: 26px 25px;
  border-top: 1px solid var(--wp--preset--color--primary);
  border-bottom: 1px solid var(--wp--preset--color--primary);
  font-weight: bold;
}
.bl_achievementsTable th {
  width: 220px;
  background-color: #ebeeee;
}
.bl_achievementsTable td {
  text-align: right;
}

.bl_pdfList dt:has(a)::after {
  margin: 5px;
  padding: 0px 4px;
  border-radius: 10px;
  background-color: #ff0000;
  content: "PDF";
  color: #fff;
  font-weight: bold;
  font-size: 0.75rem;
}
.bl_pdfList li {
  margin-bottom: 4px;
}
.bl_pdfList li:has(a)::after {
  margin: 5px;
  padding: 0px 4px;
  border-radius: 10px;
  background-color: #ff0000;
  content: "PDF";
  color: #fff;
  font-weight: bold;
  font-size: 0.75rem;
}
.bl_pdfList a {
  color: var(--wp--preset--color--primary);
  text-decoration: underline;
}

.bl_horizontalPageList {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
  margin-bottom: 30px;
  color: var(--wp--preset--color--primary);
}
.bl_horizontalPageList a {
  text-decoration: underline;
}
.bl_horizontalPageList li:not(:last-child)::after {
  margin: 0 4px;
  content: "/";
}

.bl_defaultTableWrapper {
  overflow: auto;
}

.bl_defaultTable {
  width: 100%;
}
.bl_defaultTable:has(thead) tbody td {
  border-top: none;
}
.bl_defaultTable th,
.bl_defaultTable td {
  padding: 20px;
  border: 1px solid var(--wp--preset--color--primary);
  vertical-align: top;
}
.bl_defaultTable td:not(:last-child) {
  width: min( 220px,15.2777777778vw);
  min-width: 150px;
}
.bl_defaultTable a {
  color: var(--wp--preset--color--primary);
  text-decoration: underline;
}
.bl_defaultTable thead {
  background: #ebeeee;
}
.bl_defaultTable thead th {
  border-bottom: none;
  font-weight: bold;
}
.bl_defaultTable.bl_defaultTable__jhs {
  table-layout: fixed;
}
.bl_defaultTable.bl_defaultTable__jhs td {
  width: auto;
}
.bl_defaultTable.bl_defaultTable__jhs td:first-child {
  width: 58px;
  min-width: 0;
}
.bl_defaultTable.bl_defaultTable__jhs td:last-child {
  width: 149px;
  min-width: 0;
}
.bl_defaultTable.bl_defaultTable__hs {
  min-width: 610px;
  table-layout: fixed;
}
.bl_defaultTable.bl_defaultTable__hs td,
.bl_defaultTable.bl_defaultTable__hs th {
  width: auto;
}
.bl_defaultTable.bl_defaultTable__hs td:first-child,
.bl_defaultTable.bl_defaultTable__hs th:first-child {
  width: 55%;
  min-width: 0;
}
.bl_defaultTable.bl_defaultTable__hs td:last-child,
.bl_defaultTable.bl_defaultTable__hs th:last-child {
  width: 17.2%;
}
.bl_defaultTable.bl_defaultTable__certificate, .bl_defaultTable.bl_defaultTable__certificate02 {
  margin-bottom: 10px;
  table-layout: fixed;
}
.bl_defaultTable.bl_defaultTable__certificate th, .bl_defaultTable.bl_defaultTable__certificate02 th {
  border-bottom: 1px solid #000;
}
.bl_defaultTable.bl_defaultTable__certificate td:first-child,
.bl_defaultTable.bl_defaultTable__certificate th:first-child, .bl_defaultTable.bl_defaultTable__certificate02 td:first-child,
.bl_defaultTable.bl_defaultTable__certificate02 th:first-child {
  width: 220px;
}
.bl_defaultTable.bl_defaultTable__certificate thead, .bl_defaultTable.bl_defaultTable__certificate02 thead {
  background-color: #e2e2e2;
}
.bl_defaultTable.bl_defaultTable__certificate tbody th, .bl_defaultTable.bl_defaultTable__certificate02 tbody th {
  text-align: left;
}
.bl_defaultTable.bl_defaultTable__certificate02 td:first-child,
.bl_defaultTable.bl_defaultTable__certificate02 th:first-child {
  width: 420px;
}
.bl_defaultTable__timetable {
  width: 440px;
  margin-top: 15px;
}
.bl_defaultTable__timetable td {
  min-width: 0;
  padding-top: 25.5px;
  padding-bottom: 25.5px;
  text-align: center;
}
.bl_defaultTable__timetable td:first-child {
  width: 150px;
}
.bl_defaultTable__timetable td:nth-child(2) {
  width: 188px;
}
.bl_defaultTable__timetable td:last-child {
  width: auto;
}

.bl_leftHeadingTable {
  width: 900px;
  max-width: 100%;
  border: 1px solid var(--wp--preset--color--primary);
  text-align: center;
  table-layout: fixed;
}
.bl_leftHeadingTable thead th {
  font-weight: bold;
}
.bl_leftHeadingTable thead th:not(:first-child) {
  border-right: 1px solid var(--wp--preset--color--primary);
}
.bl_leftHeadingTable thead {
  border: 1px solid var(--wp--preset--color--primary);
}
.bl_leftHeadingTable th,
.bl_leftHeadingTable td {
  padding: 25px 20px;
  vertical-align: top;
}
.bl_leftHeadingTable th:first-child {
  background-color: #ebeeee;
  white-space: nowrap;
}
.bl_leftHeadingTable th {
  border-bottom: 1px solid var(--wp--preset--color--primary);
}
.bl_leftHeadingTable td {
  border-top: 1px solid var(--wp--preset--color--primary);
  border-right: 1px solid var(--wp--preset--color--primary);
  border-bottom: 1px solid var(--wp--preset--color--primary);
  vertical-align: top;
}
.bl_leftHeadingTable.bl_leftHeadingTable__events {
  width: 424px;
}
.bl_leftHeadingTable.bl_leftHeadingTable__events th {
  width: 53.8%;
}
.bl_leftHeadingTable.bl_leftHeadingTable__events td {
  text-align: left;
}

.bl_numberDl > div {
  counter-increment: dlCount;
}
.bl_numberDl > div:not(:last-child) {
  margin-bottom: 30px;
}
.bl_numberDl > div dt {
  position: relative;
  padding-left: 30px;
  font-weight: bold;
}
.bl_numberDl > div dt::before {
  position: absolute;
  top: 0;
  left: 0;
  content: counter(dlCount) ".";
}

.bl_mediaItem {
  -webkit-box-align: start;
      -ms-flex-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: flex-start;
  padding-bottom: 30px;
  gap: 30px;
  border-bottom: 1px solid #fff;
}
.bl_mediaItem:not(:last-child) {
  margin-bottom: 30px;
}
.bl_mediaItem:hover {
  opacity: 0.8;
}

.bl_mediaItem_imgWrapper {
  aspect-ratio: 360/220;
  width: min( 360px,25vw);
  overflow: hidden;
}
.bl_mediaItem_imgWrapper img {
  -o-object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
     object-fit: cover;
  border-radius: 10px;
}

.bl_mediaItem_data {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.bl_blogData {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
  margin-bottom: 5px;
  gap: 10px;
}

.bl_mediaItem_date {
  font-size: 0.875rem;
}

.bl_mediaItem_title {
  color: var(--wp--preset--color--primary);
  font-size: 1rem;
  text-decoration: underline;
}

.bl_mediaItem_text {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  overflow: hidden;
}

.bl-pageNation {
  margin-top: 48px;
}
.bl-pageNation .page-numbers {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  gap: 4px;
}
.bl-pageNation .page-numbers .page-numbers.prev, .bl-pageNation .page-numbers .page-numbers.next {
  width: auto;
}
.bl-pageNation .page-numbers .page-numbers {
  display: block;
  width: 22px;
  height: 22px;
  color: var(--wp--preset--color--primary);
  line-height: 22px;
  text-align: center;
}
.bl-pageNation .page-numbers .page-numbers.current {
  border: 1px solid #323232;
  border-radius: 50%;
  background-color: var(--wp--preset--color--primary);
  color: #fff;
  font-size: 1rem;
  line-height: 20px;
}

.bl_blogContent {
  --gallery-block--gutter-size: 30px;
  max-width: 900px;
  margin: 0 auto;
  margin-bottom: 50px;
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
}

.blogHeading {
  font-weight: bold;
  font-size: 2rem;
}

.bl_blogBody {
  margin-top: 30px;
}
.bl_blogBody p {
  margin-bottom: 1.9em;
}
.bl_blogBody img {
  max-width: 100%;
  margin-bottom: 1.9em;
}

.bl_blogImgList {
  display: grid;
  margin-bottom: 30px;
  gap: 30px;
}
.bl_blogImgList[data-column="1"] {
  grid-template-columns: repeat(1, 1fr);
}
.bl_blogImgList[data-column="2"] {
  grid-template-columns: repeat(2, 1fr);
}
.bl_blogImgList[data-column="3"] {
  grid-template-columns: repeat(3, 1fr);
}
.bl_blogImgList[data-column="4"] {
  grid-template-columns: repeat(4, 1fr);
}
.bl_blogImgList > div {
  overflow: hidden;
}
.bl_blogImgList img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
     object-fit: cover;
}

.bl_figure img {
  max-width: 100%;
  margin-top: 20px;
}

.bl_pageSection_half {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: space-between;
  gap: 25px;
}
.bl_pageSection_half__02 {
  gap: min( 50px,3.4722222222vw);
}
.bl_pageSection_half .bl_message {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.bl_pageSection_imgWrapper {
  width: min( 425px,29.5138888889vw);
}
.bl_pageSection_imgWrapper img {
  max-width: 100%;
  border-radius: 10px;
}

.bl_dotNumberList {
  line-height: 2.2;
}
.bl_dotNumberList > div {
  counter-increment: dotdlnum;
}
.bl_dotNumberList dt {
  position: relative;
  padding-left: 1.2em;
}
.bl_dotNumberList dt::before {
  position: absolute;
  top: 0;
  left: 0;
  content: counter(dotdlnum) ".";
}
.bl_dotNumberList dd {
  position: relative;
  margin-left: 1em;
  padding-left: 1.1em;
}
.bl_dotNumberList dd::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "・";
}

.bl_smallList li {
  counter-increment: smallNumber;
}
.bl_smallList small {
  display: block;
  font-size: inherit;
  line-height: 2.25;
}
.bl_smallList small::before {
  margin-right: 2px;
  content: "※" counter(smallNumber);
  color: #f00;
  font-weight: 500;
}

.bl_pointUnit {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 75px;
  margin-bottom: 50px;
  gap: 77px 30px;
}

.bl_pointCard {
  position: relative;
  padding: 34px 28px 22px;
  border: 3px solid #38475d;
  border-radius: 10px;
  background-color: #fff;
  counter-increment: pointNumber;
}
.bl_pointCard::before {
  -webkit-transform: translateX(-50%);
  display: block;
  display: block;
  position: absolute;
  top: -3px;
  left: 50%;
  left: 50%;
  width: 65px;
  height: 3px;
          transform: translateX(-50%);
  background-color: #fff;
  content: "";
}

.bl_pointCard_imgWrapper {
  margin-bottom: 15px;
}
.bl_pointCard_imgWrapper img {
  display: block;
  width: 100%;
  border-radius: 10px;
}

.bl_pointCard_heading {
  font-size: 1.5rem;
  text-align: center;
}

.bl_pointCard_number {
  -webkit-transform: translate(-50%, -70%);
  position: absolute;
  top: 0px;
  left: 50%;
          transform: translate(-50%, -70%);
  color: #bf3333;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1;
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
}
.bl_pointCard_number::after {
  display: block;
  margin: 0 auto;
  content: counter(pointNumber, decimal-leading-zero);
  font-weight: bold;
  font-size: 2.875rem;
}

.bl_flowImg {
  margin-top: 50px;
  margin-bottom: 30px;
}
.bl_flowImg img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.bl_selectWrapper {
  position: relative;
  margin: 20px min( 30px,2.0833333333vw) 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
}
.bl_selectWrapper::after {
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
  aspect-ratio: 1;
  width: 46px;
  border-radius: 5px;
  background-image: url("./img/icon/bottom_arrow.svg");
  background-position: center center;
  background-color: #38475d;
  content: "";
  pointer-events: none;
}
.bl_selectWrapper select {
  width: 100%;
  padding: 10px 55px 10px 15px;
  border-radius: 5px;
  background-color: #fff;
  font-weight: bold;
  font-size: 1.125rem;
}
.bl_selectWrapper select [hidden] {
  color: #f00;
}

select:invalid {
  color: #757575;
}

.bl_clubCardUnit {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}

.bl_clubCardItem {
  overflow: hidden;
  border-radius: 10px;
  background-color: #fff;
}

.bl_clubCardItem_imgWrapper {
  aspect-ratio: 280/147;
  overflow: hidden;
}
.bl_clubCardItem_imgWrapper img {
  -o-object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
     object-fit: cover;
}

.bl_clubCardItem_txt {
  position: relative;
  padding: 21px 60px 21px 20px;
  color: #38475d;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.2;
}
.bl_clubCardItem_txt:before {
  -webkit-transform: translateY(-50%) rotate(-90deg);
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  aspect-ratio: 1;
  width: 30px;
          transform: translateY(-50%) rotate(-90deg);
  border-radius: 50%;
  background-image: url("./img/icon/bottom_arrow.svg");
  background-position: center center;
  background-size: 13px;
  background-repeat: no-repeat;
  background-color: #38475d;
  content: "";
}

.bl_councilBody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: min( 50px,3.4722222222vw);
}

.bl_councilBody_imgWrapper {
  width: min( 640px,44.4444444444vw);
  margin-left: min( -70px,-4.8611111111vw);
}
.bl_councilBody_imgWrapper img {
  display: block;
  width: 100%;
}

.bl_councilBody_txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.bl_councilBody_txt p {
  margin-bottom: 24px;
}
.bl_councilBody_txt h4 {
  margin-bottom: 0px;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 2.2;
}

.bl_dateSchedule {
  position: relative;
  margin-top: 20px;
  padding-left: 50px;
}
.bl_dateSchedule::after {
  display: block;
  z-index: -1;
  position: absolute;
  top: 1.2em;
  left: 4px;
  width: 0;
  height: calc(100% - 1.2em);
  border-left: 1px dotted var(--wp--preset--color--primary);
  content: "";
}
.bl_dateSchedule li {
  position: relative;
  margin-bottom: 42px;
}
.bl_dateSchedule li::after {
  display: block;
  position: absolute;
  top: 0.8em;
  left: -50px;
  aspect-ratio: 1;
  width: 8px;
  border-radius: 50%;
  background-color: var(--wp--preset--color--primary);
  content: "";
}
.bl_dateSchedule li:last-child::before {
  position: absolute;
  top: 1.2em;
  left: -48px;
  width: 5px;
  height: calc(100% + 30px);
  background-color: #f2f2f2;
  content: "";
}

.bl_gallery {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
  margin-top: 18px;
  gap: 30px;
}
.bl_gallery img {
  display: block;
  border-radius: 5px;
}

.bl_scheduleItem img {
  display: block;
  display: block;
  width: 100%;
  margin-bottom: 30px;
  border-radius: 10px;
}

.bl_scheduleItem__heading {
  margin-bottom: 5px;
  color: var(--wp--preset--color--primary);
  font-weight: bold;
}

.bl_dateSchedule__heading {
  margin-bottom: 5px;
  color: var(--wp--preset--color--primary);
  font-weight: bold;
}

.bl_scheduleItem__badge {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 8px;
  padding: 4px 4.5px;
  border-radius: 5px;
  background-color: var(--wp--preset--color--primary);
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.2;
}

.bl_grayBackBorderBox {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin-top: 30px;
  padding: 30px;
  border: 2px solid var(--wp--preset--color--primary);
  background-color: rgba(56, 71, 93, 0.1);
  font-weight: bold;
  font-size: 1.125rem;
}
.bl_grayBackBorderBox a {
  color: inherit;
  text-decoration: underline;
}

.bl_asteriskSmall {
  display: block;
  position: relative;
  margin-bottom: 20px;
  padding-left: 1.2em;
  font-size: inherit;
}
.bl_asteriskSmall::before {
  position: absolute;
  top: 0em;
  left: 0;
  content: "※";
  color: #f00;
}

.bl_circleBadgeBox {
  padding-left: 38px;
}
.bl_circleBadgeBox + .el_btnWrapper {
  margin-bottom: 50px;
}

.bl_circleBadgeBox_heading {
  position: relative;
  margin-bottom: 2px;
  font-weight: bold;
}
.bl_circleBadgeBox_heading span {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0.3em;
  left: -35px;
          align-items: center;
          justify-content: center;
  aspect-ratio: 1;
  width: 24px;
  border-radius: 50%;
  background-color: var(--wp--preset--color--primary);
  color: #fff;
  font-size: 1.125rem;
  line-height: 1;
}

.bl_circleBadgeBox_body a {
  color: inherit;
  font-weight: bold;
  font-size: 1.5rem;
  text-decoration: none;
}

.bl_gmap {
  width: 100%;
  height: 430px;
  border: none;
}

.bl_privacy .el_simpleHeading {
  margin-bottom: 0.5em;
}
.bl_privacy ul {
  margin-bottom: 0.5em;
}
.bl_privacy p:not(:last-child) {
  margin-bottom: 2em;
}
.bl_privacy a {
  color: var(--wp--preset--color--primary);
  text-decoration: underline;
}

.bl_borderHeading {
  position: relative;
  margin-bottom: 28px;
  padding-bottom: 24px;
  font-size: 1.5rem;
  line-height: 1.4;
}
.bl_borderHeading::after {
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 60px;
  height: 5px;
  background-color: var(--wp--preset--color--primary);
  content: "";
}
.bl_borderHeading .el_asteriskSmall {
  font-size: 1rem;
}

.el_dotHeading {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
  min-height: 180px;
  background-image: url("./img/common/header_back.png");
  background-position: center center;
  background-size: 180px auto;
  color: var(--wp--preset--color--primary);
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.7;
  text-align: center;
}
.el_dotHeading__sizeL {
  font-size: 2.5rem;
}
.el_dotHeading::before {
  content: attr(data-en);
  color: var(--wp--preset--color--base);
  font-size: 1rem;
  font-family: "Zen Maru Gothic", sans-serif;
}

.el_circleArrow {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-transition: all 0.3s;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  aspect-ratio: 1;
  width: 55px;
  border-radius: 50%;
  background-color: var(--wp--preset--color--primary);
  transition: all 0.3s;
}
.el_circleArrow svg {
  fill: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.el_circleArrow:hover {
  background-color: #0d1422;
}
.el_circleArrow:hover svg {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.el_simpleHeading {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 1.125rem;
}

.el_btn {
  display: block;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 337px;
  padding: 19.5px 100px 19.5px 30px;
  border-radius: 48px;
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--white);
  font-weight: bold;
  font-size: 1.125rem;
  text-align: center;
}
.el_btn:hover {
  background-color: #0d1422;
}
.el_btn:hover .el_btn_circleArrow svg {
  fill: #0d1422;
}
.el_btn__left {
  text-align: left;
}
.el_btn__white {
  background-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--primary);
  text-align: left;
}
.el_btn__white .el_btn_circleArrow {
  background-color: var(--wp--preset--color--primary);
}
.el_btn__white .el_btn_circleArrow svg {
  fill: var(--wp--preset--color--white);
}
.el_btn__white:hover {
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--white);
}
.el_btn__white:hover .el_btn_circleArrow {
  background-color: var(--wp--preset--color--white);
}
.el_btn__white:hover .el_btn_circleArrow svg {
  fill: var(--wp--preset--color--primary);
}

.el_btn_circleArrow {
  -webkit-transform: translateY(-50%);
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 50%;
  right: 10px;
          align-items: center;
          justify-content: center;
  aspect-ratio: 1;
  width: 55px;
          transform: translateY(-50%);
  border-radius: 50%;
  background-color: var(--wp--preset--color--white);
}
.el_btn_circleArrow svg {
  fill: var(--wp--preset--color--primary);
}

.el_btnWrapper {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
          justify-content: center;
  gap: 20px;
}
.el_btnWrapper__right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  max-width: 1440px;
  margin-right: 20px;
}
.el_btnWrapper__left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 30px;
  gap: 30px;
}

.bl_numberList02 + .el_asteriskSmall {
  padding-left: 1.3em;
}

.el_asteriskSmall {
  display: inline-block;
  font-size: inherit;
}
.el_asteriskSmall a {
  color: var(--wp--preset--color--primary);
  text-decoration: underline;
}
.el_asteriskSmall::before {
  content: "※";
  color: #ff0000;
}

.el_fontDotHeading {
  position: relative;
  padding-left: 30px;
  font-size: 1.125rem;
  line-height: 2.2;
}
.el_fontDotHeading::before {
  display: block;
  position: absolute;
  top: 1em;
  left: 0;
  aspect-ratio: 1;
  width: 8px;
  border-radius: 50%;
  background-color: var(--wp--preset--color--primary);
  content: "";
}

.el_centerHeading {
  margin-top: 40px;
  margin-bottom: 40px;
  color: var(--wp--preset--color--primary);
  font-size: 2rem;
  text-align: center;
}

@media only screen and (max-width: 950px){
  .bl_guideList {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 768px){
  .h-hide-sp {
    display: none !important;
  }
  .h-hide-pc {
    display: block !important;
  }
  a[href*="tel:"] {
    cursor: pointer;
    pointer-events: auto;
  }
  .ly_mainHeader {
    top: 0px;
    padding-top: 12px;
  }
  .is-menu .ly_mainHeader {
    background-color: var(--wp--preset--color--primary);
  }
  .ly_mainFooter {
    margin-top: 150px;
    padding: 40px 40px 30px;
    border-radius: 20px 20px 0 0;
  }
  .bl_max1240__council {
    padding-right: var(--wp--preset--spacing--20);
    padding-left: var(--wp--preset--spacing--20);
  }
  .bl_toTop {
    top: -82px;
    right: 40px;
  }
  .bl_pageSection:not(:last-child) {
    margin-bottom: 70px;
  }
  .bl_menu {
    -webkit-transition: all 0.3s;
    display: block;
    z-index: 23;
    position: fixed;
    top: 86px;
    left: 110%;
    width: 100%;
    height: calc(100dvh - 70px);
    padding: 42px 20px 50px 20px;
    overflow: auto;
    border-radius: 0;
    font-size: 1.25rem;
    transition: all 0.3s;
  }
  .is-menu .bl_menu {
    left: 0;
  }
  .bl_logo svg {
    width: min( 266px,62.1495327103vw);
  }
  .is-menu .bl_logo svg {
    fill: var(--wp--preset--color--white);
  }
  .bl_menu_list01 > li.is-current::before {
    display: none;
  }
  .bl_menu_list01 > li:hover::before {
    display: none;
  }
  .bl_menu_list01 > li:hover::after {
    display: none;
  }
  .bl_menu_list01 > li:hover .bl_menu_list01_sub {
    display: none;
  }
  .bl_menu_list01 {
    display: block;
    margin-right: 0;
  }
  .bl_menu_list01 > li {
    padding: 15px 32px 15px 0;
  }
  .bl_menu_list01 > li > a {
    padding: 0;
  }
  .bl_menu_list01 > li > a::after {
    -webkit-transform: translateY(-50%);
    display: block;
    position: absolute;
    top: 50%;
    right: 32px;
    width: 1px;
    height: 17px;
            transform: translateY(-50%);
    border-right: 1px dotted currentColor;
    content: "";
  }
  .bl_menu_list01 > li {
    border-bottom: 1px dotted currentColor;
  }
  .bl_menu_list01 .bl_menu_list01_icon {
    -webkit-box-align: center;
        -ms-flex-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 24px;
    right: 0;
            align-items: center;
            justify-content: center;
    aspect-ratio: 1;
    width: 21px;
    border-radius: 50%;
    background-color: #fff;
  }
  .bl_menu_list01 .bl_menu_list01_icon__arow::after {
    -webkit-transform: rotate(45deg);
    display: block;
    aspect-ratio: 1;
    width: 6px;
    margin-left: -4px;
            transform: rotate(45deg);
    border-top: 1px solid #38475d;
    border-right: 1px solid #38475d;
    content: "";
  }
  .bl_menu_list01 .bl_menu_list01_icon__plus.is-active::after {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  .bl_menu_list01 .bl_menu_list01_icon__plus::after, .bl_menu_list01 .bl_menu_list01_icon__plus::before {
    -webkit-transition: all 0.3s;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 9px;
    height: 1px;
    background-color: #38475d;
    content: "";
    transition: all 0.3s;
  }
  .bl_menu_list01 .bl_menu_list01_icon__plus::before {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .bl_menu_list01 .bl_menu_list01_icon__plus::after {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
  }
  .bl_menu_list01_sub {
    -webkit-transform: translate(0);
    position: static;
    padding: 0 30px 0 20px;
            transform: translate(0);
    font-size: 20px;
  }
  .bl_menu_list01_sub li a {
    display: block;
    position: relative;
    padding: 5px 0;
  }
  .bl_menu_list01_sub li a::after {
    -webkit-transform: translateY(-50%) rotate(45deg);
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    aspect-ratio: 1;
    width: 5px;
            transform: translateY(-50%) rotate(45deg);
    border-top: 1px solid currentColor;
    border-right: 1px solid currentColor;
    content: "";
  }
  .bl_menu_list01_sub li:not(:last-child) {
    margin-bottom: 0px;
  }
  .is-active + .bl_menu_list01_sub {
    display: block !important;
  }
  .bl_menu_listSp {
    display: block;
    margin-bottom: 30px;
    padding: 14px 0;
    border-bottom: 1px dotted currentColor;
  }
  .bl_menu_listSp a {
    display: block;
    padding: px 0;
  }
  .bl_menu_list02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 26px;
    font-size: 16px;
  }
  .bl_menu_list02 a {
    padding: 12.5px 0;
    border-radius: 30px;
    text-align: center;
  }
  .bl_menuSwitch {
    display: block;
  }
  .bl_footerInfo {
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .bl_footerInfo_item {
    height: 178px;
    padding: 20px 17px 17px;
  }
  .bl_footerInfo_heading {
    font-size: 2rem;
  }
  .bl_footerBottom {
    display: block;
  }
  .bl_footerList {
    display: none;
  }
  .bl_kv {
    padding-bottom: 28px;
  }
  .bl_kv_txtbox {
    -webkit-transform: translateY(0);
    z-index: 1;
    position: relative;
    top: 0;
    left: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 0 0 min( 25px,5.8411214953vw);
    margin-top: -20px;
            transform: translateY(0);
  }
  .bl_kv_txt01 img {
    width: min( 368px,85.9813084112vw);
    margin: 0 auto;
  }
  .bl_kv_txt02 {
    font-size: min( 18px,4.2056074766vw);
  }
  .bl_kv {
    height: auto;
    padding-top: 90px;
  }
  .bl_kv .bl_imgSwiper {
    -webkit-transform: translateY(0);
    position: relative;
    top: 0;
    right: 0;
    width: calc(100% + 20px);
    margin-left: -10px;
            transform: translateY(0);
  }
  .bl_kv .bl_imgSwiper .swiper-slide {
    width: 100%;
  }
  .bl_kv::after {
    -webkit-transform: translateX(-50%);
    display: block;
    position: absolute;
    top: 50px;
    left: 50%;
    aspect-ratio: 1;
    width: min( 538px,125.7009345794vw);
            transform: translateX(-50%);
    border-radius: 50%;
    background-image: url("./img/top/dot_circle_sp.svg");
    background-size: cover;
    content: "";
  }
  .bl_scrollTagList {
    padding: 18.5px 0;
  }
  .bl_infinite_scroll .bl_infinite_scroll_item {
    padding-right: 30px;
  }
  .bl_infinite_scroll {
    font-size: 16px;
  }
  .bl_sectionTopInfomation {
    border-radius: 0 0 20px 20px;
  }
  .bl_infoScroll .swiper-slide {
    width: 100% !important;
  }
  .bl_sectionGuide {
    padding-top: 86px;
    padding-bottom: 70px;
    padding-left: 0;
  }
  .bl_guideMedia_imgWrapper {
    width: 91.4%;
  }
  .bl_guideMedia {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 80px;
  }
  .bl_guideTxtWrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
  .bl_guideTxt {
    margin-bottom: 22px;
  }
  .bl_guideEnHeading {
    margin-bottom: 10px;
    font-size: 0.875rem;
    text-align: center;
  }
  .bl_guideJpHeading {
    font-size: 1.5rem;
    text-align: center;
  }
  .bl_guideDescription {
    margin-bottom: 20px;
    font-size: 1.25rem;
  }
  .bl_sectionGuideWrapper {
    background-position: center 69%;
    background-size: 428px auto;
  }
  .bl_sectionBgi {
    padding: 45px var(--wp--preset--spacing--20) 50px;
    background-image: url("./img/top/bgi_sp.jpg");
  }
  .bl_sectionBgi__guide {
    height: 598px;
    margin-left: 20px;
    padding-right: 20px;
    background-image: url("./img/top/bgi_sp_guide.jpg");
  }
  .bl_sectionBgi__guide .bl_sectionBgi_heading {
    margin: 14px 0 30px;
    font-size: 1.5rem;
  }
  .bl_sectionBgi__guide .bl_sectionBgi_txt {
    font-size: 1rem;
  }
  .bl_sectionBgi__guide .el_btnWrapper .el_btn {
    max-width: 100%;
    padding-right: 70px;
    padding-left: 30px;
  }
  .bl_sectionBgi_txt02 {
    font-size: 1.125rem;
  }
  .bl_normalLayout {
    padding-top: 70px;
  }
  .bl_topicsWrapper::after {
    width: 96%;
    height: 82%;
  }
  .bl_contentTab_menuWrapper {
    margin-top: 0px;
    margin-right: -20px;
    margin-left: -20px;
  }
  .bl_contentTab_menuWrapper__sl {
    margin-top: 50px;
  }
  .bl_contentTab_menuWrapper__sl .bl_contentTab_menu {
    padding-right: 20px;
  }
  .bl_contentTab_menuWrapper__sl .bl_contentTab_menu ul {
    width: auto;
  }
  .bl_contentTab_menu {
    padding-top: 10px;
    padding-left: 20px;
    overflow: auto;
  }
  .bl_contentTab_menu ul {
    width: 650px;
  }
  .bl_blogCardUnit {
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 30px;
  }
  .bl_contentTab_body {
    padding: 0 20px;
  }
  .bl_contentTab_body .el_btnWrapper {
    width: 100%;
    margin-right: 0;
  }
  .bl_contentTab_body:has(.bl_dateSchedule) {
    padding: 0;
  }
  .bl_blogCardItem_imgWrapper {
    margin-bottom: 20px;
  }
  .bl_fullMedia {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 69px;
    padding-right: 0;
    gap: 65px;
    background-position: center bottom 20px;
    background-size: 100vw auto;
  }
  .bl_fullMedia_imgWrapper {
    width: calc(100% - 20px);
  }
  .bl_fullMedia_txtWrapper {
    padding: 0 min( 40px,9.3457943925vw);
  }
  .bl_fullMedia_enHeading {
    margin-bottom: 8px;
    font-size: 0.875rem;
    text-align: center;
  }
  .bl_fullMedia_jpHeading {
    font-size: 1.5rem;
    text-align: center;
  }
  .bl_fullMedia_txt {
    margin-bottom: 28px;
  }
  .bl_dotList02 > div {
    font-size: 1rem;
  }
  .bl_fixdBtn {
    border-top: none;
  }
  .bl_fixdBtn .el_circleArrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .bl_fixdBtn {
    position: relative;
  }
  .bl_fixdBtn > a {
    padding: 20px 100px 20px 20px;
  }
  .bl_fixdBtn {
    top: 0;
    left: 0;
    border-radius: 0px;
  }
  .bl_fixdBtn .el_circleArrow {
    -webkit-transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    bottom: auto;
            transform: translateY(-50%);
    background-color: var(--wp--preset--color--white);
  }
  .bl_fixdBtn .el_circleArrow svg {
    fill: var(--wp--preset--color--primary);
  }
  .bl_fixdBtn_close {
    display: none;
  }
  .bl_fixdBtn_txt span {
    font-size: 1rem;
  }
  .bl_fixdBtn_imgWrapper img {
    width: 60px;
  }
  .bl_breadcrumb {
    margin-top: 15px;
  }
  .bl_pageHeader_ttl {
    z-index: 2;
    position: absolute;
    top: 60%;
    left: 20px;
    max-width: calc(100vw - 40px);
    margin-top: 0;
    font-size: 1.25rem;
  }
  .bl_pageHeader_ttl::before {
    font-size: 0.875rem;
  }
  .bl_pageHeader {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
    position: relative;
            justify-content: flex-end;
    margin-bottom: 24px;
    padding-top: 124px;
  }
  .bl_pageHeader_imgWrapper {
    max-width: 46vw;
  }
  .bl_pageHeader_imgWrapper::after {
    top: -13px;
  }
  .bl_headerStroke {
    display: none;
  }
  .bl_simpleCardUnit {
    grid-template-columns: repeat(1, 1fr);
  }
  .bl_2clumSide {
    width: 100%;
    margin-top: 62px;
  }
  .bl_2clumSide__ga {
    margin-top: 0;
  }
  .bl_2clumWrapper {
    display: block;
  }
  .bl_2clumWrapper__ga {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            flex-direction: column-reverse;
    gap: 50px;
  }
  .bl_2clumWrapper__ga .bl_2clumBody {
    width: 100%;
  }
  .bl_baseMedia {
    margin-bottom: 40px;
  }
  .bl_baseMedia_txt01 {
    margin-bottom: 22px;
    font-size: 1.25rem;
    line-height: 1.6;
  }
  .bl_lyricWrapper_outer {
    display: block;
  }
  .bl_lyricWrapper {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
    margin: 20px 0 45px;
    font-size: 1rem;
    letter-spacing: 0em;
            writing-mode: horizontal-tb;
  }
  .bl_lyricWrapper p {
    margin: 0;
    line-height: 2;
  }
  .bl_lyricWrapper .bl_lyricSeparator {
    margin-bottom: 2em;
    margin-left: 0;
  }
  .bl_lyricWrapper .bl_lyricName02 {
    margin-right: 0px;
    margin-bottom: 2em;
    margin-left: 0px;
  }
  .bl_historyList {
    margin-top: 0;
    padding-left: 50px;
  }
  .bl_historyList::after {
    top: 13px;
    left: 24px;
  }
  .bl_historyList div {
    position: relative;
  }
  .bl_historyList div:not(:last-child) {
    margin-bottom: 26px;
  }
  .bl_historyList div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    line-height: 2;
  }
  .bl_historyList div:last-child dd::before {
    top: auto;
    bottom: 0;
    left: -28px;
  }
  .bl_historyList dd {
    position: static;
  }
  .bl_historyList dd::after {
    top: 0.8em;
    left: -29.5px;
    width: 8px;
  }
  .bl_pdfList > div {
    display: block;
  }
  .bl_selfEvaluation > div {
    display: block;
  }
  .bl_selfEvaluation > div dd {
    display: inline;
  }
  .bl_pamphletList {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 20px;
  }
  .bl_guideLayoutUnit {
    margin-bottom: 70px;
  }
  .bl_guideLayout {
    background-size: 100% calc(100% - 100px), 100% auto;
  }
  .bl_guideLayout_header {
    margin-bottom: 30px;
  }
  .bl_guideList__01 .bl_guideList_item_heading {
    min-height: 0;
  }
  .bl_guideList {
    grid-template-columns: repeat(1, 1fr);
  }
  .bl_guideList_item:nth-child(even) {
    border-right: none;
  }
  .bl_guideList_item {
    padding: 0;
  }
  .bl_guideList_item:not(:last-child) {
    padding-bottom: 30px;
    border-right: none;
    border-bottom: 1px dotted #323232;
  }
  .bl_sideTitleSectionUnit__festival {
    margin-bottom: 70px;
  }
  .bl_sideTitleSection {
    display: block;
  }
  .bl_sideTitleSection:not(:last-child) {
    margin-bottom: 30px;
  }
  .bl_sideTitleSection_heading {
    width: 100%;
  }
  .bl_sideTitleSection_heading h2 {
    font-size: 1.5rem;
  }
  .bl_sideTitleSection_heading h2:after {
    font-size: 0.875rem;
  }
  .bl_sideTitleSection_body {
    padding-bottom: 30px;
  }
  .bl_sideTitleSection_body .el_btn {
    max-width: 100%;
  }
  .bl_halfUnit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
  }
  .bl_halfUnit:not(:last-child) {
    margin-bottom: 70px;
  }
  .bl_halfUnit > div {
    width: 100%;
  }
  .bl_message02 {
    line-height: 2;
  }
  .bl_achievementsTable {
    margin-bottom: 20px;
  }
  .bl_defaultTable {
    width: 900px;
  }
  .bl_defaultTable td:not(:last-child) {
    width: 220px;
  }
  .bl_defaultTable.bl_defaultTable__jhs td {
    width: auto;
  }
  .bl_defaultTable.bl_defaultTable__jhs td:first-child {
    width: 58px;
    min-width: 0;
  }
  .bl_defaultTable.bl_defaultTable__jhs td:last-child {
    width: 149px;
    min-width: 0;
  }
  .bl_defaultTable__timetable {
    width: 440px;
  }
  .bl_defaultTable__timetable td:first-child {
    width: 150px;
  }
  .bl_defaultTable__timetable td:nth-child(2) {
    width: 188px;
  }
  .bl_defaultTable__timetable td:last-child {
    width: auto;
  }
  .bl_mediaItem {
    display: block;
  }
  .bl_mediaItem_imgWrapper {
    width: 100%;
    margin-bottom: 20px;
  }
  .bl-pageNation .page-numbers .page-numbers.prev {
    margin-right: 12px;
  }
  .bl-pageNation .page-numbers .page-numbers.next {
    margin-left: 12px;
  }
  .blogHeading {
    font-size: 1.5rem;
  }
  .bl_blogBody {
    margin-top: 20px;
  }
  .bl_blogBody img {
    border-radius: 10px;
  }
  .bl_blogBody .wp-block-gallery {
    gap: 0 10px !important;
  }
  .bl_blogBody .wp-block-gallery .wp-block-image {
    width: 100% !important;
  }
  .bl_blogImgList {
    grid-template-columns: repeat(1, 1fr) !important;
    gap: 30px;
  }
  .bl_pageSection_half {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bl_pageSection_imgWrapper {
    width: 100%;
  }
  .bl_pointUnit {
    grid-template-columns: repeat(1, 1fr);
  }
  .bl_flowImg {
    margin-right: calc(var(--wp--preset--spacing--20) * -1);
    overflow: auto;
  }
  .bl_flowImg img {
    max-width: initial;
  }
  .bl_clubCardUnit {
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
    gap: 20px 30px;
  }
  .bl_clubCardItem_txt {
    -webkit-box-align: center;
        -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            align-items: center;
    height: 78px;
    padding: 15px 30px;
    font-size: 1rem;
  }
  .bl_clubCardItem_txt:before {
    display: none;
  }
  .bl_councilBody {
    display: block;
    margin-bottom: 70px;
  }
  .bl_councilBody_imgWrapper {
    aspect-ratio: 1/1.27;
    width: calc(100% + 40px);
    margin-right: -20px;
    margin-bottom: 30px;
    margin-left: -20px;
    overflow: hidden;
  }
  .bl_councilBody_imgWrapper img {
    -webkit-transform-origin: top center;
    -webkit-transform: scale(1.27);
            transform: scale(1.27);
            transform-origin: top center;
  }
  .bl_dateSchedule li {
    margin-bottom: 20px;
  }
  .bl_gallery {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bl_borderHeading {
    margin-bottom: 16px;
    font-size: 1.25rem;
  }
  .el_dotHeading {
    min-height: 160px;
    background-size: 160px auto;
    font-size: 1.5rem;
    line-height: 2;
  }
  .el_dotHeading::before {
    font-size: 0.875rem;
  }
  .el_simpleHeading {
    font-size: 1rem;
  }
  .el_btn {
    width: 100%;
    min-width: 0px;
    max-width: 348px;
    padding: 19.5px 110px 19.5px 30px;
  }
  .el_btn__spWide {
    max-width: 1000px;
    text-align: left;
  }
  .el_centerHeading {
    margin-bottom: 30px;
    font-size: 1.5rem;
  }
}

@media screen{
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}

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