@charset "UTF-8";

:root {
  --height-header: 130px;
  --height-header_mbl: 80px;
}

/*
============================================================ */
/* header
============================================================ */
.header {
  position: fixed;
  display: flex;
  width: 100%;
  min-height: var(--height-header);
  top: 0;
  left: 0;
  right: 0;
  z-index: 9990;
  transform-origin: top center;
  background-color: #fff;

}
@media only screen and (max-width: 1024px) {
  .header {
    min-height: var(--height-header_mbl);
  }
}

.headerInner {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
  min-height: var(--height-header);
  padding: 0 70px 0 50px;

}
@media print,
screen and (min-width: 1025px) {
  .headerInner {
    margin: 0 auto 0;
  }
}

@media print,
screen and (max-width: 1440px) {
  .headerInner {
    gap: 20px;
    padding-inline: 20px;
  }
}

@media only screen and (max-width: 1024px) {
  .headerInner {
    align-content: center;
    gap: 12px;
    min-height: var(--height-header_mbl);
  }
}

.header.isMenuOpen {

  @media only screen and (max-width: 1024px) {
    background-color: #fff;
  }
}

.header.isScrolled {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9990;
  background: #fff;
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
}

.header-brand {
  flex-shrink: 1;
  display: flex;
  align-items: center;
  gap: 25px;
  min-width: 0;

  @media print,
  screen and (min-width: 1025px) and (max-width: 1440px) {
    gap: 16px;
  }
}

.header-logo {
  display: block;
  max-width: min(24vw, 397px);
  padding: 0;
  margin: 0;

  @media only screen and (max-width: 1024px) {
    max-width: 211px;
  }
}

.header-logoInner {
  display: block;
}

.header-logoInner img {
  display: block;
  width: 100%;
  height: auto;
}

.header-established {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 42px;
  color: #000;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.01em;
  padding: 0 12px;
  border: 1px solid var(--color_main);
  border-bottom: 1px solid var(--color_sub);
  border-right: 1px solid var(--color_sub);
  white-space: nowrap;

  @media print,
  screen and (min-width: 1025px) and (max-width: 1440px) {
    font-size: 14px;
    min-height: 36px;
    padding: 0 8px;
  }

  @media only screen and (max-width: 1024px) {
    display: none;
  }
}

.header-menu {
  flex-shrink: 0;
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: end;
  gap: 20px;
  min-width: 0;
  height: 100%;
  padding: 0 0 0;

  @media print,
  screen and (min-width: 1025px) and (max-width: 1440px) {
    gap: 18px;
  }

  @media only screen and (max-width: 1024px) {
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: center;
    align-content: center;
    flex: 0 0 auto;
    justify-content: flex-end;
    gap: 8px;
    height: auto;
    padding-top: 0;
  }
}

.header-menu .header-menu-main {
  display: flex;
  grid-row: 2;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  min-width: 0;

  @media only screen and (max-width: 1024px) {
    display: block;
    width: 0;
  }
}

.header-menu .header-menu-sub {
  grid-row: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: nowrap;
  gap: 15px;
  height: 50px;
}

.header-actionLink {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-height: 50px;
  width: fit-content;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  white-space: nowrap;
  text-decoration: none;
  border-radius: 3px;
  background-color: #404040;
  border: 1px solid #404040;
  transition: border-color 0.3s ease-out, background-color 0.3s ease-out;

  @media print,screen and (min-width: 1025px) and (max-width: 1440px) {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1024px) {
  .header-actionLink {
    width: 100%;
  }
}


.header-actionLink:focus-visible,
.header-sp-language:focus-visible,
#header-mobileMenuBtn:focus-visible,
.header-nav-list a:focus-visible {
  outline: 2px solid #00865f;
  outline-offset: 3px;
}

.header-actionLink--primary {
  padding: 0 30px 0 13px;

  @media (any-hover: hover) {
    &:hover {
      opacity: 1 !important;
      background-color: var(--color_main);
      border-color: var(--color_sub);
    }
  }
}



.header-actionLink--primary::after {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  top: 50%;
  right: 12px;
  background: url(../images/common/icon-arrow.svg) no-repeat center/contain;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  transition: right 0.2s ease-out;
}

.header-actionLink--primary:hover::after {
  @media (any-hover: hover) {
    right: 4px;
  }
}

.header-menu-sub .header-actionLink:nth-child(1) {
  /* width: 125px;

  @media print,
  screen and (min-width: 1025px) and (max-width: 1440px) {
    width: 110px;
  } */
}

.header-menu-sub .header-actionLink:nth-child(2) {
  /* width: 170px;

  @media print,
  screen and (min-width: 1025px) and (max-width: 1440px) {
    width: 145px;
  } */
}

.header-actionLink--language {
  justify-content: center;
  width: 110px;
  overflow: hidden;
  padding: 0;
  background-color: #bcbcbc;
  border-color: #bcbcbc;

  @media print,
  screen and (min-width: 1025px) and (max-width: 1440px) {
    width: 96px;
  }
}

.header-actionLink--language:hover,
.header-actionLink--language:focus-visible {
  opacity: 1 !important;
  background-color: #404040;

  @media (any-hover: hover) {
    &:hover {
      background-color: #404040;
    }
  }
}

.header-languageText {
  display: block;
  overflow: hidden;
  height: 1.2em;
  line-height: 1.2;
}

.header-languageTextInner {
  display: flex;
  flex-direction: column;
  transform: translateY(0);
  transition: transform 0.3s ease;
}

.header-languageTextInner>span {
  display: block;
  height: 1.2em;
  line-height: 1.2;
  text-align: center;
}

/* .header-actionLink--language:hover .header-languageTextInner,
.header-actionLink--language:focus-visible .header-languageTextInner {
  transform: translateY(-1.3em);
} */

.header-sp-language {
  display: none;

  @media only screen and (max-width: 1024px) {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 30px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    text-decoration: none;
    border-radius: 3px;
    background-color: #bcbcbc;
  }

  @media only screen and (max-width: 374px) {
    width: 38px;
  }
}

/********** 開閉式検索エリア **********/
.header-menu-searchContainer {
  position: relative;
  transition: opacity 0.3s ease-out;
}

.header-menu-searchContainer .header-menu-search-toggleBtn {
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  width: var(--height-header);
  height: 100%;
  color: #fff;
  background-color: var(--color_font);
  cursor: pointer;
  transition: background-color 0.2s ease-out;

  @media only screen and (max-width: 1024px) {
    width: var(--height-header_mbl);
    height: var(--height-header_mbl);
    background-color: transparent;
    padding: 0 0 0;
  }
}

.header-menu-searchContainer .header-menu-search-toggleBtn::before {
  content: "";
  position: absolute;
  display: block;
  width: 28px;
  height: 28px;
  top: calc(50% - 10px);
  right: 50%;
  transform: translate(50%, -50%);
  background: url(../images/common/icon/icon_search_white.svg) no-repeat center/contain;
  pointer-events: none;

  @media only screen and (max-width: 1024px) {
    top: 50%;
    left: auto;
    right: 50%;
    background-image: url(../images/common/icon/icon_search.svg);
    transform: translate(50%, -50%);
  }
}

.header-menu-searchContainer .header-menu-search-toggleBtn::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top: 8px solid #fff;
  border-bottom: 0;
  bottom: 20px;
  right: 50%;
  transform: translate(50%, 0);

  @media only screen and (max-width: 1024px) {
    content: none;
  }
}

.header-menu-searchContainer .header-menu-search-toggleBtn>.btnInner {

  @media only screen and (max-width: 1024px) {
    display: none;
  }
}

.header-menu-searchContainer .header-menu-search-toggleBtn:hover {
  opacity: 1 !important;

  @media print,
  screen and (min-width: 1025px) {
    background-color: var(--color_main);
  }
}

.header-menu-searchContainer .header-menu-search {
  position: absolute;
  opacity: 0;
  z-index: 1;
  width: 500px;
  height: auto;
  top: auto;
  bottom: -10px;
  left: auto;
  right: 0;
  transform: translate(0, 100%);
  padding: 10px 10px;
  background-color: var(--color_font);
  pointer-events: none;
  transition: all 0.2s ease-out;

  @media only screen and (max-width: 1024px) {
    width: calc(100vw - var(--height-header_mbl) - var(--sidePadding_base_mbl));
    max-width: 500px;
  }
}

.header-menu-searchContainer .header-menu-search form::before {
  content: "";
  position: absolute;
  display: block;
  top: -22px;
  right: 11px;
  border: 8px solid transparent;
  border-top: none;
  border-bottom: 14px solid var(--color_font);
  pointer-events: none;
  z-index: -1;
}

.header-menu-searchContainer .header-menu-search.isShow {
  opacity: 1;
  pointer-events: initial;
}

/********** 検索ワード入力エリア **********/
.header-menu-search {
  display: block;
}

.header-menu-search form {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  flex-wrap: nowrap;
  width: 100%;
}

.header-menu-search input[type=text] {
  width: -o-calc(100% - 40px);
  width: calc(100% - 40px);
  padding: 8px;
  font-size: 16px;
  line-height: 1;
  vertical-align: top;
}

.header-menu-search input[type=image] {
  display: block;
  width: 40px;
  height: 40px;
  padding: 8px 1px 8px 8px;
}

/********** モバイルメニューボタン **********/
#header-mobileMenuBtn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: nowrap;
  width: var(--height-header_mbl);
  height: var(--height-header_mbl);
  background-color: transparent;
  padding: 20px 15px;
  z-index: 999;
  cursor: pointer;

  @media only screen and (max-width: 1024px) {
    position: relative;
    width: 50px;
    height: 50px;
    padding: 10px 0;
    border: 0;
    border-radius: 3px;
  }

  @media only screen and (max-width: 374px) {
    width: 46px;
  }
}

#header-mobileMenuBtn .header-mobileMenuBtnInner {
  position: relative;
  display: block;
  width: 100%;
  flex-grow: 1;
  top: 0;
  left: 0;

  @media only screen and (max-width: 1024px) {
    width: 40px;
    height: 30px;
    flex-grow: 0;
  }
}

#header-mobileMenuBtn .header-mobileMenuBtnInner>span {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  left: 0;
  background-color: var(--color_main);
  transform-origin: center center;
  transition: transform 0.2s ease-out;
  border-radius: 2px;
  pointer-events: none;

  @media only screen and (max-width: 1024px) {
    background-color: #000;
    border-radius: 0;
    transition: transform 0.2s ease-out, top 0.2s ease-out, bottom 0.2s ease-out;
  }
}

#header-mobileMenuBtn .header-mobileMenuBtnInner>span:nth-child(1) {
  top: 2px;
}

#header-mobileMenuBtn .header-mobileMenuBtnInner>span:nth-child(2) {
  top: 50%;
  transform: translate(0, -50%) scale(1);
}

#header-mobileMenuBtn .header-mobileMenuBtnInner>span:nth-child(3) {
  bottom: 2px;
}

#header-mobileMenuBtn.isMenuOpen .header-mobileMenuBtnInner>span:nth-child(1) {
  top: 50%;
  transform: translate(0, -50%) rotate(30deg);
}

#header-mobileMenuBtn.isMenuOpen .header-mobileMenuBtnInner>span:nth-child(2) {
  transform: translate(0, -50%) scale(0, 1);
  opacity: 0;
}

#header-mobileMenuBtn.isMenuOpen .header-mobileMenuBtnInner>span:nth-child(3) {
  top: 50%;
  bottom: auto;
  transform: translate(0, -50%) rotate(-30deg);
}

/*
============================================================ */
/* globalnavi
============================================================ */
.header-nav .header-navInner .header-nav-list li a {
  word-wrap: break-word;
}

.header-nav .header-navInner .header-nav-list li a:hover {
  opacity: 1 !important;
}

.header-nav .header-navInner .header-nav-list li>* {
  cursor: pointer;
}

/********** PCレイアウト **********/
.header-nav {

  @media print,
  screen and (min-width: 1025px) {
    display: block !important;
    height: auto;
  }

  @media only screen and (max-width: 1024px) {
    position: fixed;
    display: none;
    width: 100%;
    height: 100vh;
    top: 0;
    right: 0;
    padding: 0;
    background-color: rgba(0, 0, 0, 0.55);
    pointer-events: none;
    overflow-y: auto;
    z-index: -1;
  }
}

.header-nav .header-navInner {

  @media print,
  screen and (min-width: 1025px) {
    position: static;
    display: block;
    opacity: 1;
    padding: 0;
    background: transparent;
  }

  @media only screen and (max-width: 1024px) {
    position: absolute;
    display: block;
    width: 100%;
    background-color: #fff;
    padding: 42px 24px 150px;
    pointer-events: initial;
    opacity: 0;
    transition: all 0.4s ease-out;
    z-index: 2;
  }
}

.header-nav .header-nav-list {
  font-size: clamp(14px, 1.2vw, 20px);
  @media print,
  screen and (min-width: 1025px) {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: nowrap;
    gap: 39px;
    width: auto;
    margin: 0;
  }

  @media print,
  screen and (min-width: 1025px) and (max-width: 1440px) {
    gap: 20px;
  }
  
  @media only screen and (max-width: 1024px) {
    width: 100%;
    max-width: none;
    margin: 0;
  }
}

.header-nav .header-nav-list>li {
  font-size: inherit;
  @media print,
  screen and (min-width: 1025px) {
    position: relative;
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  @media only screen and (max-width: 1024px) {
    border-top: 1px solid #d6d6d6;
  }
}

.header-nav .header-nav-list>li:last-child {

  @media only screen and (max-width: 1024px) {
    border-bottom: 1px solid #d6d6d6;
  }
}

.header-nav .header-nav-list>li>.menuTitle {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  max-width: 12em;
  color: #000;
  font-size: 20px;
  font-size: inherit;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: 0;
  text-align: left;
  text-decoration: none;
  transition: color 0.2s ease-out;

  /* @media (max-width: 1440px) {
    font-size: 16px;
  } */

  /* @media only screen and (max-width: 1024px) {
    font-size: 17px;
    padding-left: 5px;;
  } */
}
@media only screen and (max-width: 1024px) {
  .header-nav .header-nav-list>li>.menuTitle {
    max-width: initial;
    padding: 15px 40px 15px 15px;
  }
}

.header-nav .header-nav-list>li:hover>a {

  @media print,
  screen and (min-width: 1025px) {
    opacity: 1 !important;
    color: var(--color_main);
  }
}

.header-nav .header-nav-list>li>.menuTitle:hover {

  @media print,
  screen and (min-width: 1025px) {
    /* color: #000;
    opacity: 0.68 !important; */
  }
}

.header-nav .header-nav-list>li:first-child>.menuTitle {

  @media print,
  screen and (min-width: 1025px) {
    padding-left: 0;
  }
}

.header-nav .header-nav-list>li:first-child>.menuTitle::before {

  @media print,
  screen and (min-width: 1025px) {
    content: none;
  }
}

.header-nav .header-nav-list>li:last-child>.menuTitle {

  @media print,
  screen and (min-width: 1025px) {
    padding-right: 0;
  }
}

.header-nav .header-nav-list>li:last-child>.menuTitle::before {

  @media print,
  screen and (min-width: 1025px) {
    content: none;
  }
}

.header-nav .header-nav-list>li>.menuTitle::after {

  @media only screen and (max-width: 1024px) {
    content: "";
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    top: 50%;
    right: 13px;
    background-color: #404040;
    mask: url(../images/common/icon-arrow.svg) no-repeat center/contain;
    transform: translate(0, -50%);
  }
}

.header-nav .header-nav-list>li.withAccordionMenu__02>.menuTitle {

  @media only screen and (max-width: 1024px) {
    position: relative;
    padding-block: 15px;
  }
}

.header-nav .header-nav-list>li.withAccordionMenu__02.isAccordionOpen>.menuTitle::after {

  @media only screen and (max-width: 1024px) {
    transform: translate(0, -50%);
  }
}

.header-nav .header-nav-list>li:hover .accordionMenu__02 {

  @media print,
  screen and (min-width: 1025px) {
    display: block;
    transform: translate(50%, 100%) scale(1, 1);
  }
}

.header-nav .header-nav-list .accordionMenu__02 {

  @media print,
  screen and (min-width: 1025px) {
    display: block;
    position: absolute;
    width: auto;
    height: 0;
    bottom: -6px;
    right: 50%;
    left: auto;
    transition: transform 0.2s ease-out;
    transform-origin: top center;
    transform: translate(50%, 100%) scale(1, 0);
    padding: 10px 0 0;
  }

  @media only screen and (max-width: 1024px) {
    width: 100%;
    bottom: 0;
  }
}

.header-nav .header-nav-list .accordionMenu__02::before {

  @media print,
  screen and (min-width: 1025px) {
    content: "";
    position: absolute;
    bottom: 10px;
    right: 50%;
    border: 10px solid transparent;
    border-top: none;
    border-bottom: 15px solid #fff;
    transform: translate(50%, 100%);
  }
}


.header-nav .header-nav-list .accordionMenu__02::after {

  @media print,
  screen and (min-width: 1025px) {
    content: "";
    position: absolute;
    bottom: 12.5px;
    right: 50%;
    border: 12px solid transparent;
    border-top: none;
    border-bottom: 18px solid var(--color_sub);
    transform: translate(50%, 100%);
    z-index: -1;
  }
}

.header-nav .header-nav-list .accordionMenu__02Inner {

  @media print,
  screen and (min-width: 1025px) {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-width: 230px;
    background: #fff;
    padding: 6px 15px;
    border-radius: 3px;
    border: 1px solid var(--color_sub);
  }
}

.header-nav .header-nav-list .accordionMenu__02 .header-nav-list__02 {

  @media print,
  screen and (min-width: 1025px) {
    position: relative;
    display: block;
    width: 100%;
  }

  @media only screen and (max-width: 1024px) {
    position: relative;
    display: block;
    padding: 0 0 15px 0;
  }
}

.header-nav .header-nav-list .accordionMenu__02 .header-nav-list__02>li {

  @media print,
  screen and (min-width: 1025px) {
    border-bottom: 1px dashed var(--color_sub);
  }

  @media only screen and (max-width: 1024px) {
    display: block;
    width: 100%;
    padding: 0 0 0;
    margin: 8px 0 0;
  }
}

.header-nav .header-nav-list .accordionMenu__02 .header-nav-list__02>li:first-child {

  @media only screen and (max-width: 1024px) {
    margin-top: 0;
  }
}

.header-nav .header-nav-list .accordionMenu__02 .header-nav-list__02>li:last-child {

  @media print,
  screen and (min-width: 1025px) {
    border-bottom: none;
  }
}

.header-nav .header-nav-list .accordionMenu__02 .header-nav-list__02>li>.title a {

  @media print,
  screen and (min-width: 1025px) {
    position: relative;
    display: block;
    width: 100%;
    color: var(--color_font);
    font-size: 14px;
    font-weight: 700;
    line-height: calc(15 / 14);
    text-decoration: none;
    word-wrap: break-word;
    padding: 9px 1.5em;
  }

  @media only screen and (max-width: 1024px) {
    position: relative;
    display: block;
    width: 100%;
    font-size: 15px;
    text-decoration: none;
    line-height: 1.5em;
    padding: 0 0 0 1.75em;
    color: var(--color_font);
  }
}

.header-nav .header-nav-list .accordionMenu__02 .header-nav-list__02>li>.title a::before {

  @media print,
  screen and (min-width: 1025px) {
    content: "";
    position: absolute;
    display: block;
    width: 0.75em;
    height: 2px;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    background-color: var(--color_main);
    transition: opacity 0.3s ease-out;
    opacity: 0;
  }

  @media only screen and (max-width: 1024px) {
    content: "";
    position: absolute;
    display: block;
    width: 13px;
    height: 2px;
    line-height: 1.5em;
    top: calc((1.5em * 0.5) - 2px);
    left: 5px;
    pointer-events: none;
    background-color: var(--color_main);
  }
}

.header-nav .header-nav-list .accordionMenu__02 .header-nav-list__02>li>.title a:hover::before {
  @media print,
  screen and (min-width: 1025px) {
    opacity: 1;
  }
}

.header-nav .header-nav-list .accordionMenu__02 .header-nav-list__02>li.withAccordionMenu__03>.title a {

  @media only screen and (max-width: 1024px) {
    position: relative;
  }
}

.header-nav .header-nav-list .accordionMenu__02 .header-nav-list__02>li.withAccordionMenu__03.isAccordionOpen>.title a::after {

  @media only screen and (max-width: 1024px) {
    transform: translate(0, -50%);
  }
}

.header-nav .header-nav-list .header-nav-list__02>li {

  @media print,
  screen and (min-width: 1025px) {
    position: relative;
  }
}

.header-nav .header-nav-list .header-nav-list__02>li:hover>.accordionMenu__03 {

  @media print,
  screen and (min-width: 1025px) {
    display: block;
  }
}

.header-nav .header-nav-list .accordionMenu__03 {

  @media print,
  screen and (min-width: 1025px) {
    display: none;
    width: 100%;
  }
}

.header-nav .header-nav-list .accordionMenu__03>.header-nav-list__03>li {

  @media print,
  screen and (min-width: 1025px) {
    padding: 0.5em 1em 0.5em;
  }
}

.header-nav .header-nav-list .accordionMenu__03>.header-nav-list__03>li>.menuTitle {

  @media print,
  screen and (min-width: 1025px) {
    display: block;
    width: 100%;
    color: var(--color_font);
    font-size: 14px;
    text-decoration: none;
  }
}

/********** MOBILEレイアウト **********/
.header-nav.isLeft .header-navInner {

  @media only screen and (max-width: 1024px) {
    left: 0;
  }
}

.header-nav.isTop .header-navInner {

  @media only screen and (max-width: 1024px) {
    height: auto;
  }
}

.header-nav.isUnder {

  @media only screen and (max-width: 1024px) {
    top: var(--height-header_mbl);
  }
}

.header-nav.isUnder .header-navInner {

  @media only screen and (max-width: 1024px) {
    min-height: calc(100vh - var(--height-header_mbl));
    min-height: calc(100dvh - var(--height-header_mbl));
  }
}

.header-nav.isSlide .header-navInner {

  @media only screen and (max-width: 1024px) {
    opacity: 1;
  }
}

.header-nav.isSlide.isRight .header-navInner {

  @media only screen and (max-width: 1024px) {
    transform: translate(150%, 0);
  }
}

.header-nav.isSlide.isLeft .header-navInner {

  @media only screen and (max-width: 1024px) {
    transform: translate(-150%, 0);
  }
}

.header-nav.isSlide.isTop .header-navInner {

  @media only screen and (max-width: 1024px) {
    transform: translate(0, -120%);
  }
}

.header-nav.isOpen {

  @media only screen and (max-width: 1024px) {
    pointer-events: initial;
  }
}

.header-nav.isOpen.isSlide.isRight .header-navInner,
.header-nav.isOpen.isSlide.isLeft .header-navInner,
.header-nav.isOpen.isSlide.isTop .header-navInner {

  @media only screen and (max-width: 1024px) {
    transform: translate(0, 0);
  }
}

.header-nav.isOpen .header-navInner {

  @media only screen and (max-width: 1024px) {
    opacity: 1;
  }
}

.header-nav-actionItem {

  @media only screen and (max-width: 1024px) {
    padding: 18px 0 0;
    border-top: none !important;
  }
}

.header-nav-actionItem .header-actionLink {

  @media only screen and (max-width: 1024px) {
    width: 100%;
    min-height: 48px;
    font-size: 17px;
  }
}

.header-nav-actionItem .header-actionLink::after {

  @media only screen and (max-width: 1024px) {
    right: 18px;
  }
}

.header-nav.isRight .header-navInner {

  @media only screen and (max-width: 1024px) {
    right: 0;
    left: auto;
    width: 100%;
    background-color: #fff;
    padding: 42px 24px 80px;

  }
}

.header-navContent {
  @media only screen and (max-width: 1024px) {
    max-width: 450px;
    margin-inline: auto;
  }
}

.header-actionList {
  margin-top: 35px;
  display: grid;
  gap: 15px;

  .header-actionLink {
    font-size: 17px;
  }
}

/*
============================================================ */
/* footer
============================================================ */
.footer-info {
  position: relative;
  overflow: hidden;
  min-height: 671px;
  padding: 146px 0 143px;
  background-color: #887d5b;
  word-break: normal;

  @media only screen and (max-width: 1024px) {
    min-height: 733px;
    padding: 0;
  }
}

.footer-info::before {
  content: "";
  position: absolute;
  display: block;
  inset: 0;
  z-index: 0;
  background: url(../images/common/info-bg.jpg) no-repeat center/cover;
  pointer-events: none;

  @media only screen and (max-width: 1024px) {
    background-position: center top;
  }
}

.footer-infoInner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 430px) minmax(0, 680px);
  justify-content: space-between;
  align-items: center;
  gap: 90px;
  width: min(100% - 80px, 1200px);
  margin: 0 auto;

  @media only screen and (max-width: 1279px) {
    grid-template-columns: minmax(0, 360px) minmax(0, 560px);
    gap: 48px;
    width: min(100% - 48px, 980px);
  }

  @media only screen and (max-width: 1024px) {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 28px;
    width: min(100% - 40px, 600px);
    min-height: 733px;
    padding: 85px 0 80px;
  }

  @media only screen and (max-width: 374px) {
    width: min(100% - 32px, 335px);
  }
}

.footer-infoIntro {
  color: #fff;
  text-align: left;
  translate: 0 -51px;

  @media only screen and (max-width: 1024px) {
    width: 100%;
    text-align: center;
    translate: 0;
  }
}

.footer-info-heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: fit-content;
  text-align: center;

  @media only screen and (max-width: 1024px) {
    align-items: center;
    margin: 0 auto;
  }
}

.footer-info-headingEn {
  display: block;
  color: #fff;
  font-family: var(--fontFamily_title_en, var(--fontFamily_base));
  font-size: 70px;
  font-weight: 400;
  line-height: 0.96;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;

  @media only screen and (max-width: 1024px) {
    font-size: 50px;
    line-height: 1;
  }
}

.footer-info-headingEn--orange {
  color: var(--color_main);
}

.footer-info-headingEn--green {
  color: var(--color_sub);
}

.footer-info-headingJp {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
  white-space: nowrap;

  @media only screen and (max-width: 1024px) {
    margin-top: 8px;
    font-size: 15px;
  }
}

.footer-infoLead {
  margin: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0;
  margin-top: 50px;

  @media only screen and (max-width: 1024px) {
    margin-top: 63px;
    font-size: 17px;
    line-height: 2.12;
  }

  @media only screen and (max-width: 599px) {
    margin-top: 36px;
  }
}

.footer-infoLead>span {
  display: block;
}

.footer-infoCards {
  display: flex;
  flex-direction: column;
  gap: 31px;
  width: 100%;

  @media only screen and (max-width: 1024px) {
    gap: 15px;
  }
}

.footer-infoCard {
  --footer-info-card-color: var(--color_main);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  min-height: 170px;
  padding: 28px 88px 28px;
  color: #000;
  text-align: center;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.9);
  border: 2px solid var(--footer-info-card-color);
  border-radius: 5px;
  backdrop-filter: blur(5px);
  transition: transform 0.2s ease, opacity 0.2s ease;

  @media only screen and (max-width: 1279px) {
    padding-right: 68px;
    padding-left: 68px;
  }

  @media only screen and (max-width: 1024px) {
    min-height: 136px;
    padding: 22px 40px 20px 28px;
  }


  @media (prefers-reduced-motion: reduce) {
    transition: none;
    padding: 22px 32px 20px 28px;
  }
}

@media (any-hover: hover) {
  .footer-infoCard:hover {
    opacity: 0.7 !important;
  }
}

.footer-infoCard--green {
  --footer-info-card-color: var(--color_sub);
}

.footer-infoCard--orange {

  @media only screen and (max-width: 1024px) {
    min-height: 136px;
  }
}

.footer-infoCard::after {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  top: 50%;
  right: 50px;
  background-color: var(--footer-info-card-color);
  mask: url(../images/common/icon-arrow.svg) no-repeat center/contain;
  transform: translateY(-50%);
  transition: translate 0.3s ease-out;

  @media only screen and (max-width: 1279px) {
    right: 34px;
  }

  @media only screen and (max-width: 1024px) {
    width: 17px;
    height: 17px;
    right: 28px;
  }

  @media (max-width: 599px) {
    right: 15px;
  }
}

.footer-infoCard:hover::after {
  @media (any-hover: hover) {
    translate: 10px 0;

    @media (max-width: 599px) {
      translate: 5px 0;
    }
  }
}


.footer-infoCard:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 5px;
}

.footer-infoCardTitle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: var(--footer-info-card-color);
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
  white-space: nowrap;

  @media only screen and (max-width: 1024px) {
    gap: 10px;
    font-size: 22px;
    line-height: 1.35;
  }
}

.footer-infoCardIcon {
  display: block;
  flex: 0 0 auto;
  width: 50px;
  height: auto;

  @media only screen and (max-width: 1024px) {
    width: 40px;
  }
}

.footer-infoCardText {
  display: block;
  margin-top: 15px;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.67;
  letter-spacing: 0;

  @media only screen and (max-width: 1024px) {
    margin-top: 6px;
    font-size: 16px;
    line-height: 1.75;
  }
}

.footer-infoCardText>span {
  display: block;
}

.site-footer {
  background-color: #f5f3f2;
  color: #000;
  word-break: normal;

  @media only screen and (max-width: 599px) {
    min-height: 795px;
  }
}

.site-footer-inner {
  width: min(100% - 80px, var(--width_base));
  margin: 0 auto;
  padding: 94px 0 44px;

  @media only screen and (max-width: 1024px) {
    width: min(100% - 40px, 700px);
    padding: 72px 0 100px;
  }

  @media only screen and (max-width: 599px) {
    width: min(100% - 40px, 335px);
    padding: 69px 0 100px;
  }
}

.site-footer-main {
  display: grid;
  grid-template-columns: auto 1fr minmax(0, 340px);
  justify-content: space-between;
  align-items: start;
  gap: 48px 60px;

  @media only screen and (max-width: 1279px) {
    grid-template-columns: auto minmax(0, 240px) minmax(0, 340px);
    gap: 32px;
  }

  @media only screen and (max-width: 1024px) {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  @media only screen and (max-width: 599px) {
    gap: 25px;
  }
}

a.site-footer-brand {
  text-decoration: none;
}
.site-footer-brand {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: start;

  @media only screen and (max-width: 1024px) {
    text-align: center;
  }

  @media only screen and (max-width: 599px) {
    align-items: start;
  }
}

.site-footer-logo {
  display: block;
  width: min(100%, 319px);
  height: auto;

  @media only screen and (max-width: 1024px) {
    width: min(100%, 292px);
    margin: 0 auto;
  }

  @media only screen and (max-width: 599px) {
    width: min(100%, 292px);
    margin: 0;
  }
}

.site-footer-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  margin: 24px 32px 0 85px;
  padding: 10px 12px 8px;
  color: #000;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0;
  border: 1px solid var(--color_main);
  border-right: 1px solid var(--color_sub);
  border-bottom: 1px solid var(--color_sub);

  @media only screen and (max-width: 1024px) {
    margin-inline: auto;
    translate: 34px 0;
  }

  @media only screen and (max-width: 599px) {
    width: 191px;
    min-height: 40px;
    margin: 22px 0 0 79px;
    padding: 9px 12px 8px;
    font-size: 15px;
    line-height: 20px;
    translate: 0;
  }
}

.site-footer-contact {
  min-width: 0;

  @media only screen and (max-width: 1024px) {
    text-align: center;
  }

  @media only screen and (max-width: 599px) {
    text-align: left;
  }
}

.site-footer-contact:first-of-type {
  @media only screen and (max-width: 599px) {
    margin-top: 12px;
  }
}

.site-footer-contactTitle {
  margin: 0;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;

  @media only screen and (max-width: 599px) {
    font-size: 18px;
    line-height: 1.5;
  }
}

.site-footer-contactText {
  margin-top: 7px;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0;
  overflow-wrap: anywhere;

  @media only screen and (max-width: 599px) {
    margin-top: 7px;
    font-size: 16px;
    line-height: 1.75;
  }
}

.site-footer-contactText p {
  line-height: inherit;
  letter-spacing: inherit;
}

.site-footer-bottom {
  margin-top: 44px;
  padding-top: 44px;
  text-align: center;
  border-top: 1px solid #dedbd8;

  @media only screen and (max-width: 1024px) {
    margin-top: 48px;
    padding-top: 24px;
  }

  @media only screen and (max-width: 599px) {
    margin-top: 26px;
    padding-top: 34px;
  }
}

.site-footer-nav {
  margin: 0 0 2px;
}

.site-footer-navList {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
  margin: 0;
  padding: 0;
  color: #000;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0;

  @media only screen and (max-width: 599px) {
    font-size: 15px;
    line-height: 28px;
    white-space: nowrap;
  }
}

.site-footer-navList::before,
.site-footer-navList::after,
.site-footer-navItem+.site-footer-navItem::before {
  content: "｜";
  display: inline-block;
  color: #000;
}

.site-footer-navItem {
  display: inline-flex;
  align-items: center;
}

.site-footer-navItem a {
  display: inline-block;
  padding: 0 14px;
  color: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-decoration: none;

  @media only screen and (max-width: 599px) {
    padding: 0 12px;
  }
}

.site-footer-navItem a:hover {
  opacity: 1 !important;
  text-decoration: underline;
}

.site-footer-navItem a:focus-visible {
  outline: 2px solid var(--color_sub);
  outline-offset: 4px;
}

#lay-copy-right {
  color: #000;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0;
  margin-top: 8px;

  @media only screen and (max-width: 599px) {
    font-size: 15px;
    line-height: 28px;
    white-space: nowrap;
  }
}

/*
============================================================ */
/* title
============================================================ */
#lay-title-wrap {
  background-image: url(/theme/sn-default/images/common/category-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  @media only screen and (max-width: 599px) {
    background-image: url(/theme/sn-default/images/common/category-bg-sp.png);
  }
}

#lay-title-wrap .title-inner {
  display: flex;
  justify-content: center;

  align-items: center;
  align-content: center;
  width: 100%;
  max-width: calc(var(--width_base) + (var(--sidePadding_base) * 2));
  min-height: 220px;
  padding: var(--sidePadding_base);
  margin: 0 auto 0;
}

@media only screen and (max-width: 1024px) {
  #lay-title-wrap .title-inner {
    padding: var(--sidePadding_base_mbl);
  }
}

#lay-title-wrap .title-inner .title {
  font-size: calc(35 / 16 * 1rem);
  font-weight: 700;
  color: var(--color_main);
  padding: 26px 43px;
  background-color: #fff;
  border-radius: 10px;
  line-height: calc(39 / 35);
  letter-spacing: 0;

  @media only screen and (max-width: 1024px) {
    font-size: calc(32 / 16 * 1rem);
    padding: 25px 24px;

  }
}

/*
============================================================ */
/* breadcrumbs-list
============================================================ */
#lay-breadcrumbs-list .pankuze_list_items {
  width: 100%;
  max-width: calc(var(--width_base) + (var(--sidePadding_base) * 2));
  color: var(--color_font);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: 0.06em;
  text-align: left;
  padding: 0.5em 30px 0.5em;
  margin: 0 auto 0;
}

@media only screen and (max-width: 1024px) {
  #lay-breadcrumbs-list .pankuze_list_items {
    padding-right: var(--sidePadding_base_mbl);
    padding-left: var(--sidePadding_base_mbl);
  }
}

#lay-breadcrumbs-list .pankuze_list_items>* {
  padding: 0 0.5em;
}

#lay-breadcrumbs-list .pankuze_list_items>*:nth-child(2) {
  padding-left: 0;
}

#lay-breadcrumbs-list .pankuze_list_items>*:last-child {
  padding-right: 0;
}

#lay-breadcrumbs-list .pankuze_list_items a {
  display: inline-block;
  color: inherit;
}

@media only screen and (max-width: 1024px) {
  #lay-breadcrumbs-list .pankuze_list_items a {
    padding: 0 0em;
  }
}

#lay-breadcrumbs-list .pankuze_list_items a:hover {
  opacity: 1 !important;
}

#lay-breadcrumbs-list .scrText {
  display: block !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  color: transparent !important;
  line-height: 0 !important;
  letter-spacing: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  background: none !important;
}

#lay-breadcrumbs-list .scrText::before,
#lay-breadcrumbs-list .scrText::after {
  content: none !important;
}

/*
============================================================ */
/* sect-category-list
============================================================ */
.sect-category-list {
  margin: 4rem 0 4rem;
}

.sect-category-list .none_text {
  display: none;
  text-align: center;
  color: #666;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: 0.06em;
  text-indent: 0.06em;
}

.sect-category-list:first-child {
  margin-top: 0;
}

.sect-category-list:last-child {
  margin-bottom: 0;
}

/*
*   CATEGORY LIST
*----------------------------*/
.com-category-list {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  .com-category-list {
    gap: 24px;
  }
}

@media only screen and (max-width: 599px) {
  .com-category-list {
    grid-template-columns: 1fr;
  }
}

.com-category-list>li {
  position: relative;
  display: block;
  padding: 0 0 0;

  background: transparent;
  overflow: visible;
}

.com-category-list>li a {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
  transition: background-color 0.2s ease-out;
  border: 2px solid var(--color_sub);
  border-radius: 5px;
}

.com-category-list>li a .date {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.com-category-list>li a .title {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.com-category-list>li a .description {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.com-category-list>li a .thumb {
  order: 0;
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 1/0.5;
  overflow: hidden;
}

@media only screen and (max-width: 1024px) {
  .com-category-list>li a .thumb {
    aspect-ratio: 1/0.7;
  }
}

.com-category-list>li a .thumb img {
  position: absolute;
  display: block;
  top: 50%;
  right: 50%;
  transform-origin: center;
  transform: translate(50%, -50%) scale(1);
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform 0.2s ease-out;
}

.com-category-list>li a .txtGroup {
  flex-grow: 1;
  display: block;
  position: relative;
  width: 100%;
  padding: 19px 64px 19px 25px;
  text-align: left;
  transition: border-color 0.2s ease-out, background-color 0.2s ease-out;

  @media only screen and (max-width: 599px) {
    padding: 20px 48px 20px 22px;
  }
}

.com-category-list>li a .txtGroup::after {
  content: "";
  position: absolute;
  display: block;
  width: 16px;
  height: 16px;
  top: 50%;
  right: 17px;
  border: none;
  background-color: var(--color_sub);
  mask: url("../images/common/icon-arrow.svg") no-repeat center/contain;
  transform: translate(0, -50%);
  transition: right 0.2s ease-out;
}

.com-category-list>li a .txtGroup .title {
  display: block;
  width: 100%;
  color: var(--color_main);
  font-size: 25px;
  font-weight: 700;
  line-height: calc(42 / 25);
  letter-spacing: 0;
  text-align: left;
  transition: all 0.3s ease-out;
}

@media only screen and (max-width: 1024px) {
  .com-category-list>li a .txtGroup .title {
    font-size: 21px;
    line-height: calc(32 / 21);
  }
}

.com-category-list>li a .txtGroup .title .new {
  display: inline-block;
  background: #fff;
  color: var(--color_main);
  padding: 0.4em 0.5em 0.2em;
  font-size: 0.75em;
  line-height: 1em;
  letter-spacing: 0;
  text-decoration: none;
  margin-left: 0.5em;
}

@media only screen and (max-width: 1024px) {
  .com-category-list>li a .txtGroup .title .new {
    padding: 0.25em 0.5em;
  }
}

@media only screen and (max-width: 599px) {
  .com-category-list>li a .txtGroup .title .new {
    font-size: 14px;
  }
}

.com-category-list>li a .txtGroup .description,
.com-category-list>li a .txtGroup .date {
  display: block;
  width: 100%;
  color: #000;
  font-size: 17px;
  font-weight: 400;
  line-height: calc(26 / 17);
  letter-spacing: 0;
  text-align: left;
  margin-top: 8px;

  @media only screen and (max-width: 599px) {
    font-size: 16px;
    line-height: calc(26 / 16);
  }
}

.com-category-list>li a .txtGroup .date+.description {
  margin-top: 8px;
}

.com-category-list>li a:hover {
  opacity: 1 !important;
}

.com-category-list>li a:focus-visible .txtGroup {
  outline: 2px solid var(--color_main);
  outline-offset: 4px;
}

@media print,
screen and (min-width: 1025px) {
  .com-category-list>li a:hover .txtGroup::after {
    right: 12px;
  }
}

.com-category-list>li a:hover .thumb>img {
  transform: translate(50%, -50%) scale(1.1);
}

.com-category-list>li a[target=_blank] .txtGroup::after {
  border: none;
  width: 1.2rem;
  height: 1.2rem;
  right: 1em;
  mask: url("../images/common/icon/icon_new-window.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  background-color: var(--color_main);
}

@media print,
screen and (min-width: 1025px) {
  .com-category-list>li a[target=_blank]:hover .txtGroup::after {
    -webkit-animation: key_btn_targetBlank 0.4s ease-out forwards;
    animation: key_btn_targetBlank 0.4s ease-out forwards;
  }
}

@-webkit-keyframes key_btn_targetBlank {
  0% {
    transform: translate(0, -50%);
  }

  50% {
    transform: translate(0, -80%);
  }

  100% {
    transform: translate(0, -50%);
  }
}

@keyframes key_btn_targetBlank {
  0% {
    transform: translate(0, -50%);
  }

  50% {
    transform: translate(0, -80%);
  }

  100% {
    transform: translate(0, -50%);
  }
}

/***** お知らせ系ページ用 *****/
.news .com-category-list>li:not(.withImg)>a::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  aspect-ratio: 1/0.5;
  top: 0;
  left: 0;
  overflow: hidden;
  background: url(../images/common/no-img_02.png) no-repeat center/cover;
  background-color: #fff;
  order: 0;
}

@media only screen and (max-width: 1024px) {
  .news .com-category-list>li:not(.withImg)>a::before {
    aspect-ratio: 1/0.7;
  }
}

/*
*   NEWS LIST
*----------------------------*/
.com-news-list ul {
  display: block;
  width: 100%;
  border-top: 1px solid #666;
}

.com-news-list ul li {
  border-bottom: 1px solid #666;
}

.com-news-list ul li>a {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;

  flex-wrap: nowrap;
  gap: 0 1.75em;
  width: 100%;
  color: var(--color_font);
  font-size: 1rem;
  line-height: 1.8em;
  letter-spacing: 0.06em;
  text-decoration: none;
  padding: 24px 30px;
  transition: background-color 0.2s ease-out;
}

@media only screen and (max-width: 1024px) {
  .com-news-list ul li>a {
    padding: 15px var(--sidePadding_base_mbl);
    gap: 0 1em;
  }
}

@media only screen and (max-width: 599px) {
  .com-news-list ul li>a {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.com-news-list ul li>a .department {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.com-news-list ul li>a .description {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

.com-news-list ul li>a .thumb {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  display: block;
  width: min(100%, 200px);
  height: auto;
  aspect-ratio: 1/0.5625;
}

.com-news-list ul li>a .list-category-mark {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: flex;
  justify-content: center;

  align-items: center;
  align-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 6.5em;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0em;
  text-decoration: none;
  background-color: var(--color_main);
  padding: 0.2em 0.5em 0.2em;
}

.com-news-list ul li>a .date {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  display: block;
  letter-spacing: 0em;
  min-width: 8em;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media print,
screen and (min-width: 600px) {
  .com-news-list ul li>a .date {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}

.com-news-list ul li>a .title {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
  display: block;
  flex-grow: 1;
}

@media only screen and (max-width: 599px) {
  .com-news-list ul li>a .title {
    width: 100%;
  }
}

.com-news-list ul li>a .title .new {
  display: inline-block;
  background: #fff;
  color: var(--color_main);
  font-size: 0.75em;
  line-height: 1.25em;
  letter-spacing: 0em;
  text-decoration: none;
  border: 1px solid var(--color_main);
  padding: 0.2em 0.5em;
  margin-left: 1rem;
}

@media only screen and (max-width: 1024px) {
  .com-news-list ul li>a .title .new {
    padding: 0.25em 0.5em;
  }
}

@media only screen and (max-width: 599px) {
  .com-news-list ul li>a .title .new {
    font-size: 14px;
  }
}

.com-news-list ul li>a:hover {
  opacity: 1 !important;
}

@media print,
screen and (min-width: 1025px) {
  .com-news-list ul li>a:hover {
    background-color: rgba(0, 0, 0, 0.08);
  }

  .com-news-list ul li>a:hover .title {
    text-decoration: none;
  }
}

.com-news-list .no-content {
  font-size: 1.25em;
  line-height: 1.8em;
  text-align: center;
}

.newsIndex {
  .newsIndex-list {
    width: 100%;
  }

  .news-lists {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    border-top: 1px dotted #6c6c6c;
    list-style: none;
  }

  .news-list {
    display: grid;
    grid-template-columns: 5.5em 150px minmax(0, 1fr);
    grid-template-areas: "date thumb title";
    align-items: center;
    gap: 10px 30px;
    width: 100%;
    margin: 0;
    padding: 15px 0;
    border-bottom: 1px dotted #6c6c6c;
    line-height: 1.6;
    text-indent: 0;

    @media only screen and (max-width: 1024px) {
      grid-template-columns: 150px minmax(0, 1fr);
      grid-template-areas:
        "thumb date"
        "thumb title";
      align-items: start;
      gap: 0 20px;
    }

    @media only screen and (max-width: 599px) {
      grid-template-columns: 1fr;
      grid-template-areas:
        "thumb"
        "date"
        "title";
      gap: 10px;
    }
  }

  .news-list::before {
    content: none;
  }

  .news-list:last-child {
    margin-bottom: 0;
  }

  .news-list .thumb {
    grid-area: thumb;
    display: block;
    width: 150px;
    aspect-ratio: 150 / 90;
    overflow: hidden;

    @media only screen and (max-width: 599px) {
      width: 100%;
      aspect-ratio: 335 / 190;
    }
  }

  .news-list .thumb a {
    display: block;
    width: 100%;
    height: 100%;
  }

  .news-list .thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.2s ease-out;

    @media (prefers-reduced-motion: reduce) {
      transition: none;
    }
  }

  .news-list .thumb a:hover img {
    transform: scale(1.04);

    @media (prefers-reduced-motion: reduce) {
      transform: none;
    }
  }

  .news-list .date {
    grid-area: date;
    display: block;
    width: auto;
    color: #6c6c6c;
    font-size: 0.75em;
    line-height: 1.6;
    letter-spacing: 0.08em;
  }

  .news-list .title {
    grid-area: title;
    display: block;
    min-width: 0;
    font-size: 1.2em;
    font-weight: 600;
    line-height: 1.7;
    word-break: break-word;

    @media only screen and (max-width: 599px) {
      font-size: 1.05em;
    }
  }

  .news-list .title a {
    color: inherit;
    text-decoration: underline;
  }

  .news-list .title a:hover {
    text-decoration: none;
  }

  .news-list a:focus-visible {
    outline: 2px solid var(--color_main);
    outline-offset: 4px;
  }

  .no-content {
    font-size: 1.25em;
    line-height: 1.8;
    text-align: center;
  }
}

/*
*   MINI SCHEDULE
*----------------------------*/
.com-mini-schedule .calendar-nav {
  text-align: center;
  margin-bottom: 5px;
}

.com-mini-schedule .calendar-nav span {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

.com-mini-schedule .calendar-nav span:last-child {
  margin-right: 0;
}

.com-mini-schedule .calendar-nav .now-month {
  font-weight: bold;
  vertical-align: middle;
}

.com-mini-schedule .calendar-nav .prev-month a,
.com-mini-schedule .calendar-nav .next-month a {
  display: inline-block;
  font-weight: bold;
  text-decoration: underline;
  vertical-align: middle;
  cursor: pointer;
}

.com-mini-schedule .calendar-nav .prev-month a:hover,
.com-mini-schedule .calendar-nav .next-month a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.com-mini-schedule .calendar-nav .prev-month a::before,
.com-mini-schedule .calendar-nav .next-month a::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
}

.com-mini-schedule .calendar-nav .prev-month a::before {
  border-width: 6px 8px 6px 0;
  border-color: transparent var(--color_font) transparent transparent;
}

.com-mini-schedule .calendar-nav .next-month a::after {
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent var(--color_font);
}

.com-mini-schedule .mini-calendar {
  table-layout: fixed;
  border-collapse: collapse;
  width: auto;
  margin: 0 auto;
}

.com-mini-schedule .mini-calendar .cal-head {
  width: auto;
  height: auto;
  padding: 2px 5px;
  color: var(--color_font);
  background: #f8f7f7;
  border: 1px solid #6c6c6c;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}

.com-mini-schedule .mini-calendar .cal-day {
  width: auto;
  height: auto;
  padding: 2px 5px;
  border: 1px solid #6c6c6c;
  text-align: center;
  vertical-align: middle;
}

.com-mini-schedule .mini-calendar .cal-day.gogoshinryoubi {
  background: #c4d9ea;
}

.com-mini-schedule .mini-calendar .cal-day.kyuushinbi {
  background: #ffd3d3;
}

.com-mini-schedule .mini-calendar .cal-day.pre_month,
.com-mini-schedule .mini-calendar .cal-day.next_month {
  background: #f8f7f7;
}

.com-mini-schedule .mini-calendar .cal-head.saturday,
.com-mini-schedule .mini-calendar .cal-day.saturday {
  color: #0a5fa0;
}

.com-mini-schedule .mini-calendar .cal-head.sunday,
.com-mini-schedule .mini-calendar .cal-day.sunday {
  color: #f80000;
}

/*
*   CALENDAR LEGENDS
*----------------------------*/
.com-calendar-legends ul {
  margin: 5px 0 0;
  text-align: center;
}

.com-calendar-legends ul>li {
  display: inline-block;
  margin-right: 5px;
  padding-left: 0;
  font-size: 0.9333333333em;
  text-indent: 0;
}

.com-calendar-legends ul>li:last-child {
  margin-right: 0;
}

.com-calendar-legends ul>li::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-bottom: 4px;
  margin-right: 5px;
  border-radius: 0;
  background: var(--color_font);
  vertical-align: middle;
}

.com-calendar-legends ul>li.all-day::before {
  background: #ffd3d3;
}

.com-calendar-legends ul>li.afternoon::before {
  background: #c4d9ea;
}

/*
*   SIDE BNR LIST
*----------------------------*/
.com-side-bnr-list {
  margin-bottom: 40px;
}

@media only screen and (max-width: 1024px) {
  .com-side-bnr-list {
    margin-bottom: 20px;
  }
}

.com-side-bnr-list:last-child {
  margin-bottom: 0;
}

.com-side-bnr-list li {
  margin-bottom: 20px;
}

@media only screen and (max-width: 1024px) {
  .com-side-bnr-list li {
    margin-bottom: 10px;
  }
}

.com-side-bnr-list li:last-child {
  margin-bottom: 0;
}

.com-side-bnr-list li img {
  width: 100%;
  height: auto;
}

/*
============================================================ */
/* skip-header
============================================================ */
.skip-header {
  position: absolute;
  left: -9999px;
  overflow: hidden;
}

/*
*   anchorlink
*----------------------------*/
.com-anchorLink {
  display: flex;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.com-anchorLink .listItem {
  display: block;
  background-color: var(--color_sub);
  margin: 10px 0 0;
}

@media print,
screen and (min-width: 1025px) {
  .com-anchorLink .listItem {
    width: 24%;
  }

  .com-anchorLink .listItem:nth-child(-n+4) {
    margin-top: 0;
  }
}

@media only screen and (min-width: 600px) and (max-width: 1024px) {
  .com-anchorLink .listItem {
    width: 32%;
  }

  .com-anchorLink .listItem:nth-child(-n+3) {
    margin-top: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .com-anchorLink .listItem {
    width: 48%;
  }

  .com-anchorLink .listItem:nth-child(-n+2) {
    margin-top: 0;
  }
}

.com-anchorLink .listItemInner {
  position: relative;
  display: flex;
  width: 100%;
  color: var(--color_font);
  text-decoration: none;
  padding: 0.25em 1.5em 0.25em 0.5em;
}

.com-anchorLink .listItemInner::before {
  content: "";
  position: absolute;
  display: block;
  width: 0.5em;
  height: 0.5em;
  top: 50%;
  right: 0.5em;
  -webkit-transform: translate(0, -50%) rotate(135deg);
  transform: translate(0, -50%) rotate(135deg);
  border: 2px solid var(--color_font);
  border-left: none;
  border-bottom: none;
  pointer-events: none;
}

/* calendar-nav-warp
============================================================ */
.calendar-nav-warp {
  margin-bottom: 15px;
}

.calendar-nav-warp .calendar-nav {
  float: left;
  width: 42.5%;
}

.calendar-nav-warp .calendar-nav span {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

.calendar-nav-warp .calendar-nav span:last-child {
  margin-right: 0;
}

.calendar-nav-warp .calendar-nav .now-month {
  font-size: 1.2em;
  font-weight: bold;
}

.calendar-nav-warp .calendar-nav .prev-month a {
  display: inline-block;
  height: 36px;
  padding: 8px 17px;
  background: #6c6c6c;
  color: #fff;
  border: 1px solid #6c6c6c;
  font-weight: bold;
  line-height: 1.2;
  text-decoration: none;
  vertical-align: middle;
}

.calendar-nav-warp .calendar-nav .prev-month a:hover {
  opacity: 0.8;
}

.calendar-nav-warp .calendar-nav .prev-month a::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  margin-right: 5px;
  border-width: 6px 8px 6px 0;
  border-color: transparent #fff transparent transparent;
}

.calendar-nav-warp .calendar-nav .next-month a {
  display: inline-block;
  height: 36px;
  padding: 8px 17px;
  background: #6c6c6c;
  color: #fff;
  border: 1px solid #6c6c6c;
  font-weight: bold;
  line-height: 1.2;
  text-decoration: none;
  vertical-align: middle;
}

.calendar-nav-warp .calendar-nav .next-month a:hover {
  opacity: 0.8;
}

.calendar-nav-warp .calendar-nav .next-month a::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  margin-left: 5px;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #fff;
}

.calendar-nav-warp .calendar-category {
  float: right;
  width: 57.5%;
}

.calendar-nav-warp .calendar-category form {
  text-align: right;
  vertical-align: middle;
}

.calendar-nav-warp .calendar-category form label {
  margin-right: 1px;
  letter-spacing: 0;
}

.calendar-nav-warp .calendar-category form select {
  width: 210px;
  height: 36px;
  margin-right: 6px;
  line-height: 36px;
}

.calendar-nav-warp .calendar-category form input[type=submit] {
  display: inline-block;
  height: 36px;
  padding: 8px 17px;
  background: #6c6c6c;
  color: #fff;
  border: 1px solid #6c6c6c;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
}

@media only screen and (max-width: 1024px) {
  .calendar-nav-warp {
    margin-bottom: 20px;
  }

  .calendar-nav-warp .calendar-nav {
    float: none;
    width: 100%;
    text-align: center;
  }

  .calendar-nav-warp .calendar-nav .prev-month a::before {
    border-width: 5.5px 7px 5.5px 0;
  }

  .calendar-nav-warp .calendar-nav .next-month a::after {
    border-width: 5.5px 0 5.5px 7px;
  }

  .calendar-nav-warp .calendar-category {
    float: none;
    width: 100%;
    margin-top: 20px;
  }

  .calendar-nav-warp .calendar-category form {
    text-align: center;
  }

  .calendar-nav-warp .calendar-category form label {
    display: none;
  }

  .calendar-nav-warp .calendar-category form select {
    margin-right: -0.4em;
  }

  .calendar-nav-warp .calendar-category form input[type=submit] {
    width: 80px;
    padding: 8px 2px;
  }
}

@media only screen and (max-width: 599px) {
  .calendar-nav-warp .calendar-nav .prev-month a {
    padding: 8px 12px;
  }

  .calendar-nav-warp .calendar-nav .next-month a {
    padding: 8px 12px;
  }

  .calendar-nav-warp .calendar-category form select {
    width: 175px;
  }

  .calendar-nav-warp .calendar-category form input[type=submit] {
    padding: 8px 12px;
  }
}

/* sect-calendar
============================================================ */
.sect-calendar .one-calendar {
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}

.sect-calendar .one-calendar .week-wrap {
  display: table-row;
}

.sect-calendar .one-calendar .week-wrap .cal-head {
  display: table-cell;
  padding: 2px 0;
  background: #f8f7f7;
  border: 1px solid #6c6c6c;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}

.sect-calendar .one-calendar .week-wrap .cal-day {
  display: table-cell;
  height: 100px;
  border: 1px solid #6c6c6c;
  vertical-align: top;
}

.sect-calendar .one-calendar .week-wrap .cal-day .day {
  display: block;
  font-size: 0.9333333333em;
  text-align: center;
}

.sect-calendar .one-calendar .week-wrap .cal-day .wday {
  display: block;
  font-size: 0.9333333333em;
  text-align: center;
  display: none;
}

.sect-calendar .one-calendar .week-wrap .cal-day .label {
  display: block;
  font-size: 0.8em;
  text-align: center;
}

.sect-calendar .one-calendar .week-wrap .cal-day ul {
  padding: 0 5px 5px;
  text-indent: 0;
}

.sect-calendar .one-calendar .week-wrap .cal-day ul li .calendar_item {
  display: inline-block;
  padding-left: 0.9em;
  line-height: 1.6;
  text-indent: -0.9em;
}

.sect-calendar .one-calendar .week-wrap .cal-day ul li .calendar_item::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-bottom: 2px;
  margin-right: 2px;
  background: var(--color_font);
  border-radius: 100%;
  vertical-align: middle;
}

.sect-calendar .one-calendar .week-wrap .cal-day ul li .calendar_item .title a {
  color: var(--color_font);
  font-size: 0.9333333333em;
  text-indent: 0;
}

.sect-calendar .one-calendar .week-wrap .cal-day ul li .calendar_item .time {
  display: inline-block;
  padding: 0 5px;
  background: #e2e2e2;
  font-size: 0.8em;
  text-indent: 0;
}

.sect-calendar .one-calendar .week-wrap .cal-head.saturday {
  background: #c4d9ea;
  color: #0a5fa0;
}

.sect-calendar .one-calendar .week-wrap .cal-day.saturday {
  background: #c4d9ea;
}

.sect-calendar .one-calendar .week-wrap .cal-day.saturday .day {
  color: #0a5fa0;
}

.sect-calendar .one-calendar .week-wrap .cal-day.saturday .wday {
  color: #0a5fa0;
}

.sect-calendar .one-calendar .week-wrap .cal-head.sunday {
  background: #ffd3d3;
  color: #f80000;
}

.sect-calendar .one-calendar .week-wrap .cal-day.sunday {
  background: #ffd3d3;
}

.sect-calendar .one-calendar .week-wrap .cal-day.sunday .day {
  color: #f80000;
}

.sect-calendar .one-calendar .week-wrap .cal-day.sunday .wday {
  color: #f80000;
}

.sect-calendar .one-calendar .week-wrap .cal-day.holiday {
  background: #ffd3d3;
}

.sect-calendar .one-calendar .week-wrap .cal-day.holiday .day {
  color: #f80000;
}

.sect-calendar .one-calendar .week-wrap .cal-day.holiday .wday {
  color: #f80000;
}

.sect-calendar .one-calendar .week-wrap .cal-day.holiday .label {
  color: #f80000;
}

.sect-calendar .one-calendar .week-wrap .cal-day.today {
  background: #ffeed3;
}

.sect-calendar .one-calendar .week-wrap .cal-day.today .day {
  color: #f89b00;
}

.sect-calendar .one-calendar .week-wrap .cal-day.today .wday {
  color: #f89b00;
}

.sect-calendar .one-calendar .week-wrap .cal-day.today .label {
  color: #f89b00;
}

.sect-calendar .one-calendar .week-wrap .cal-day.blank {
  background: #f8f7f7;
}

@media only screen and (max-width: 1024px) {
  .sect-calendar .one-calendar {
    border-top: 1px solid #6c6c6c;
  }

  .sect-calendar .one-calendar .week-wrap .cal-head {
    display: none;
  }

  .sect-calendar .one-calendar .week-wrap .cal-day {
    display: block;
    height: auto;
    padding: 5px 10px;
    border-top: none;
  }

  .sect-calendar .one-calendar .week-wrap .cal-day .day {
    display: inline-block;
    text-align: left;
  }

  .sect-calendar .one-calendar .week-wrap .cal-day .wday {
    display: inline-block;
    text-align: left;
  }

  .sect-calendar .one-calendar .week-wrap .cal-day .label {
    display: inline-block;
    margin-left: 5px;
  }

  .sect-calendar .one-calendar .week-wrap .cal-day ul li .calendar_item::before {
    width: 6px;
    height: 6px;
  }

  .sect-calendar .one-calendar .week-wrap .cal-day.blank {
    display: none;
  }
}

/* sect-weekly-calendar
============================================================ */
.sect-weekly-calendar .weekly-calendar {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}

.sect-weekly-calendar .weekly-calendar th {
  padding: 2px 0;
  background: #f8f7f7;
  border: 1px solid #6c6c6c;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}

.sect-weekly-calendar .weekly-calendar th.wday-0 {
  color: #f80000;
  background: #ffd3d3;
}

.sect-weekly-calendar .weekly-calendar th.wday-6 {
  color: #0a5fa0;
  background: #c4d9ea;
}

.sect-weekly-calendar .weekly-calendar th.today {
  color: #f89b00;
  background: #ffeed3;
  border: 2px solid #ffc057;
}

.sect-weekly-calendar .weekly-calendar th.cal-hour-head {
  vertical-align: top;
}

.sect-weekly-calendar .weekly-calendar td {
  height: 100px;
  border: 1px solid #6c6c6c;
  vertical-align: top;
}

.sect-weekly-calendar .weekly-calendar td table th {
  padding: 0;
  background: none;
  border: none;
  vertical-align: top;
}

.sect-weekly-calendar .weekly-calendar td table td {
  padding: 0;
  background: none;
  border: none;
  vertical-align: top;
}

.sect-weekly-calendar .weekly-calendar td.today {
  background: #ffeed3;
  border: 2px solid #ffc057;
  border-top-width: 1px;
  border-bottom-width: 1px;
}

.sect-weekly-calendar .weekly-calendar tr:last-child td.today {
  border-bottom: 2px solid #ffc057;
}

@media only screen and (max-width: 1024px) {
  .sect-weekly-calendar {
    position: relative;
    overflow: scroll;
    height: calc(100vh - 60px - 40px);
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }

  .sect-weekly-calendar .weekly-calendar th.today {
    border-width: 1px;
  }

  .sect-weekly-calendar .weekly-calendar th.cal-day-head {
    position: sticky;
    top: 0;
    z-index: 1;
    white-space: nowrap;
    width: 150px;
  }

  .sect-weekly-calendar .weekly-calendar th.cal-day-head:first-child {
    width: 75px;
  }

  .sect-weekly-calendar .weekly-calendar th.cal-hour-head {
    position: sticky;
    left: 0;
    z-index: 1;
    white-space: nowrap;
    width: 75px;
  }

  .sect-weekly-calendar .weekly-calendar td.today {
    border-width: 1px;
  }

  .sect-weekly-calendar .weekly-calendar tr:last-child td.today {
    border-width: 1px;
  }
}

/* sect-calendar-info
============================================================ */
.sect-calendar-info .cal-day-tbl {
  width: 100%;
  margin-bottom: 2em;
  border: 1px solid #6c6c6c;
}

.sect-calendar-info .cal-day-tbl:last-child {
  margin-bottom: 0;
}

.sect-calendar-info .cal-day-tbl th {
  padding: 5px 10px;
  border: 1px solid #6c6c6c;
  text-align: left;
  vertical-align: top;
  width: 20%;
  color: #fff;
  background: #999;
}

.sect-calendar-info .cal-day-tbl td {
  padding: 5px 10px;
  border: 1px solid #6c6c6c;
  text-align: left;
  vertical-align: top;
  background: #fff;
}

.sect-calendar-info .cal-day-tbl td a {
  color: var(--color_font);
  text-decoration: none;
  cursor: default;
  pointer-events: none;
}

@media only screen and (max-width: 599px) {
  .sect-calendar-info .cal-day-tbl {
    display: block;
    width: 100%;
    padding-bottom: 2em;
    border-right: none;
    border-left: none;
  }

  .sect-calendar-info .cal-day-tbl:last-child {
    padding-bottom: 0;
  }

  .sect-calendar-info .cal-day-tbl tbody {
    display: block;
    width: 100%;
  }

  .sect-calendar-info .cal-day-tbl tr {
    display: block;
    width: 100%;
  }

  .sect-calendar-info .cal-day-tbl th {
    display: block;
    width: 100%;
    border-right: none;
    border-left: none;
  }

  .sect-calendar-info .cal-day-tbl td {
    display: block;
    width: 100%;
    border-right: none;
    border-left: none;
    min-height: 40px;
    border-top: none;
  }
}

/* section-club
============================================================ */
.section-club .sub-section-photo-movie {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  margin-bottom: 100px;
}

.section-club .sub-section-photo-movie:last-child {
  margin-bottom: 0;
}

.section-club .sub-section-photo-movie>div {
  margin: 0 40px 0 0;
}

.section-club .sub-section-photo-movie>div:last-child {
  margin-right: 0;
}

.section-club .sub-section-photo {
  width: calc(50% - 20px);
}

.section-club .sub-section-photo .slick-item {
  vertical-align: top;
  height: 327px;
}

.section-club .sub-section-photo .slick-item:nth-child(n+2) {
  display: none;
}

.section-club .sub-section-photo .slick-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.section-club .sub-section-photo .slick-list {
  z-index: 1;
}

.section-club .sub-section-photo .slick-arrow {
  top: 0;
  z-index: 2;
  width: 50px;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transform: translateY(0);
}

.section-club .sub-section-photo .slick-arrow:hover {
  opacity: 1;
}

.section-club .sub-section-photo .slick-arrow::before {
  content: "";
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  border-top: 2px solid #6c6c6c;
  border-right: 2px solid #6c6c6c;
  background: none;
  opacity: 1;
}

.section-club .sub-section-photo .slick-prev {
  left: 0;
}

.section-club .sub-section-photo .slick-prev::before {
  -webkit-transform: translateX(105%) rotate(-135deg);
  transform: translateX(105%) rotate(-135deg);
}

.section-club .sub-section-photo .slick-next {
  right: 0;
}

.section-club .sub-section-photo .slick-next::before {
  -webkit-transform: translateX(40%) rotate(45deg);
  transform: translateX(40%) rotate(45deg);
}

.section-club .sub-section-photo .slick-dots {
  position: absolute;
  bottom: inherit;
  margin-bottom: 0;
}

.section-club .sub-section-photo .slick-dots li {
  width: 10px;
  height: 10px;
  padding: 0;
  text-indent: 0;
}

.section-club .sub-section-photo .slick-dots li::before {
  content: none;
}

.section-club .sub-section-photo .slick-dots li button {
  width: 10px;
  height: 10px;
  line-height: 1;
}

.section-club .sub-section-photo .slick-dots li button::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #6c6c6c;
  border-radius: 10px;
  line-height: 1;
  opacity: 0.5;
}

.section-club .sub-section-photo .slick-dots li.slick-active button::before {
  opacity: 1;
}

.section-club .sub-section-photo.slick-initialized .slick-item {
  display: inline-block;
}

.section-club .sub-section-movie {
  width: calc(50% - 20px);
}

.section-club .sub-section-movie:last-child {
  margin-bottom: 0;
}

.section-club .sub-section-movie iframe {
  width: 100%;
  height: 327px;
}

@media screen and (max-width: 1060px) {
  .section-club .sub-section-photo .slick-item {
    height: calc((100vw - 40px - 40px) / 2 * .66736);
  }

  .section-club .sub-section-movie iframe {
    height: calc((100vw - 40px - 40px) / 2 * .66736);
  }
}

@media only screen and (max-width: 1024px) {
  .section-club .sub-section-photo-movie {
    display: block;
    margin-bottom: 50px;
  }

  .section-club .sub-section-photo-movie>div {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 80px;
  }

  .section-club .sub-section-photo-movie>div:last-child {
    margin: 0 auto;
  }

  .section-club .sub-section-photo .slick-item {
    height: auto;
  }

  .section-club .sub-section-movie iframe {
    height: 280px;
  }
}

@media screen and (max-width: 540px) {
  .section-club .sub-section-photo-movie>div {
    margin-bottom: 70px;
  }

  .section-club .sub-section-movie iframe {
    height: calc((100vw - 40px) * .56);
  }
}

/*
============================================================ */
/* colorbox
============================================================ */
#cboxLoadingGraphic {
  position: relative;
  background: none !important;
}

#cboxLoadingGraphic::after {
  content: "";
  position: absolute;
  z-index: -1;
  overflow: hidden;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
  width: 50px;
  height: 50px;
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-left-color: #6c6c6c;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load-animation 1.1s infinite linear;
  animation: load-animation 1.1s infinite linear;
}

#cboxTitle {
  width: 100%;
  padding-right: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#cboxPrevious,
#cboxNext {
  position: absolute;
  background: none;
  width: 40px !important;
  height: 60px !important;
  top: calc(50% - 15px) !important;
  background-color: #000, 0.5;
}

#cboxPrevious::before,
#cboxNext::before {
  content: "";
  position: absolute;
  top: calc(50% - 9px);
  z-index: 1;
  display: inline-block;
  width: 15px;
  height: 15px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  text-indent: 0;
}

#cboxPrevious::before {
  left: calc(50% - 3px);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

#cboxNext::before {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  right: calc(50% - 4px);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#cboxClose {
  position: absolute;
  background: none !important;
  width: 30px !important;
  height: 30px !important;
}

#cboxClose::before,
#cboxClose::after {
  content: "";
  position: absolute;
  display: inline-block;
  top: calc(50% - 18px);
  left: calc(50% - 1px);
  width: 2px;
  height: 30px;
  background: #fff;
  text-indent: 0;
}

#cboxClose::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#cboxClose::after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

@media only screen and (max-width: 1024px) {
  #cboxLoadingGraphic::after {
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    width: 40px;
    height: 40px;
  }
}

/*
*   FORM
*----------------------------*/
.tbl-form {
  margin-top: 2rem;
}

/* sect-form
============================================================ */
.sect-form .required {
  color: #f80000;
}

.sect-form .sect-form-body {
  width: 100%;
  table-layout: fixed;
}

.sect-form .sect-form-body,
.sect-form .sect-form-body td,
.sect-form .sect-form-body th {
  border: 1px solid var(--tableLine_color);
}

@media only screen and (max-width: 599px) {
  .sect-form .sect-form-body {
    border-bottom: none;
  }
}

@media only screen and (max-width: 599px) {
  .sect-form .sect-form-body tr {
    display: block;
  }
}

@media print,
screen and (min-width: 1025px) {
  .sect-form .sect-form-body th {
    width: 300px;
    font-size: 17px;
    font-weight: 700;
  }
}

@media only screen and (min-width: 600px) and (max-width: 1024px) {
  .sect-form .sect-form-body th {
    width: 250px;
  }
}

@media only screen and (max-width: 599px) {
  .sect-form .sect-form-body th {
    display: block;
    width: 100% !important;
    border: none;
    border-bottom: 1px solid var(--tableLine_color);
  }
}

@media only screen and (max-width: 599px) {
  .sect-form .sect-form-body td {
    display: block;
    width: 100% !important;
    border: none;
    border-bottom: 1px solid var(--tableLine_color);
  }
}

.sect-form .sect-form-body th .label-list-wrap {
  position: relative;
  padding-right: 40px;
  font-weight: inherit;
}

.sect-form .sect-form-body th .label-list-wrap>label {
  font-weight: inherit;
}

.sect-form .sect-form-body th .label-list-wrap .required {
  position: absolute;
  top: 0.3rem;
  right: 0;
  padding: 4px 4px 4px;
  background-color: #f80000;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  text-indent: 0;
  line-height: 1em;
  vertical-align: top;
}

@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body th .label-list-wrap .required {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.sect-form .sect-form-body td p {
  margin: 0.5em 0;
  font-size: 0.8em;
}

.sect-form .sect-form-body label {
  cursor: pointer;
}

.sect-form .sect-form-body input[type=text],
.sect-form .sect-form-body input[type=tel],
.sect-form .sect-form-body input[type=date],
.sect-form .sect-form-body input[type=email],
.sect-form .sect-form-body input[type=password],
.sect-form .sect-form-body input[type=number],
.sect-form .sect-form-body select {
  height: calc(10px * 2 + 1.5em);
  line-height: 1.5em;
  padding: 10px 10px;
}

.sect-form .sect-form-body input[type=text] {
  width: 100%;
}

@media print,
screen and (min-width: 1025px) {
  .sect-form .sect-form-body input[type=text] {
    max-width: 25em;
  }
}

.sect-form .sect-form-body input[type=tel] {
  width: 100%;
}

@media print,
screen and (min-width: 1025px) {
  .sect-form .sect-form-body input[type=tel] {
    max-width: 15em;
  }
}

.sect-form .sect-form-body input[type=date] {
  width: 100%;
}

@media print,
screen and (min-width: 1025px) {
  .sect-form .sect-form-body input[type=date] {
    max-width: 15em;
  }
}

.sect-form .sect-form-body input[type=email] {
  width: 100%;
}

@media print,
screen and (min-width: 1025px) {
  .sect-form .sect-form-body input[type=email] {
    max-width: 25em;
  }
}

.sect-form .sect-form-body input[type=password] {
  width: 100%;
}

@media print,
screen and (min-width: 1025px) {
  .sect-form .sect-form-body input[type=password] {
    max-width: 25em;
  }
}

.sect-form .sect-form-body textarea {
  padding: 10px 10px;
  width: 100%;
  min-height: 30vh;
  line-height: 1.5em;
  resize: vertical;
}

@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body textarea {
    min-height: 30vh;
    max-height: 50vh;
  }
}

.sect-form .sect-form-body select {
  max-width: 100%;
}

.sect-form .sect-form-body input[type=text].p-postal-code {
  max-width: 20em;
}

.sect-form .sect-form-body .form-multi-fields-block {
  display: flex;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  gap: 0.75em 1.5em;
}

.sect-form .sect-form-body .form-multi-fields-block label {
  display: flex;
  justify-content: flex-start;

  align-items: center;
  align-content: center;
  line-height: 1.5em;
  gap: 0 0.5em;
}

.sect-form .sect-form-body .input_error {
  background-color: #ffd3d3;
  border-color: #ff5757;
}

.sect-form .sect-form-body .enquete-form-errors-list {
  color: #f80000;
  font-weight: bold;
}

.sect-form .sect-form-body .enquete-form-errors-list span {
  display: block;
}

.sect-form .sect-form-body .tbl-form-paragraph {
  margin-top: 0;
}

.sect-form .sect-form-body .enquete-item-width-20-per {
  max-width: initial !important;
  width: 20% !important;
}

@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-20-per {
    width: 100% !important;
  }
}

.sect-form .sect-form-body .enquete-item-width-21-per {
  max-width: initial !important;
  width: 21% !important;
}

@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-21-per {
    width: 100% !important;
  }
}

.sect-form .sect-form-body .enquete-item-width-22-per {
  max-width: initial !important;
  width: 22% !important;
}

@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-22-per {
    width: 100% !important;
  }
}

.sect-form .sect-form-body .enquete-item-width-23-per {
  max-width: initial !important;
  width: 23% !important;
}

@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-23-per {
    width: 100% !important;
  }
}

.sect-form .sect-form-body .enquete-item-width-24-per {
  max-width: initial !important;
  width: 24% !important;
}

@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-24-per {
    width: 100% !important;
  }
}

.sect-form .sect-form-body .enquete-item-width-25-per {
  max-width: initial !important;
  width: 25% !important;
}

@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-25-per {
    width: 100% !important;
  }
}

.sect-form .sect-form-body .enquete-item-width-26-per {
  max-width: initial !important;
  width: 26% !important;
}

@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-26-per {
    width: 100% !important;
  }
}

.sect-form .sect-form-body .enquete-item-width-27-per {
  max-width: initial !important;
  width: 27% !important;
}

@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-27-per {
    width: 100% !important;
  }
}

.sect-form .sect-form-body .enquete-item-width-28-per {
  max-width: initial !important;
  width: 28% !important;
}

@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-28-per {
    width: 100% !important;
  }
}

.sect-form .sect-form-body .enquete-item-width-29-per {
  max-width: initial !important;
  width: 29% !important;
}

@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-29-per {
    width: 100% !important;
  }
}

.sect-form .sect-form-body .enquete-item-width-30-per {
  max-width: initial !important;
  width: 30% !important;
}

@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-30-per {
    width: 100% !important;
  }
}

.sect-form .sect-form-body .enquete-item-width-31-per {
  max-width: initial !important;
  width: 31% !important;
}

@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-31-per {
    width: 100% !important;
  }
}

.sect-form .sect-form-body .enquete-item-width-32-per {
  max-width: initial !important;
  width: 32% !important;
}

@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-32-per {
    width: 100% !important;
  }
}

.sect-form .sect-form-body .enquete-item-width-33-per {
  max-width: initial !important;
  width: 33% !important;
}

@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-33-per {
    width: 100% !important;
  }
}

.sect-form .sect-form-body .enquete-item-width-34-per {
  max-width: initial !important;
  width: 34% !important;
}

@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-34-per {
    width: 100% !important;
  }
}

.sect-form .sect-form-body .enquete-item-width-35-per {
  max-width: initial !important;
  width: 35% !important;
}

@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-35-per {
    width: 100% !important;
  }
}

.sect-form .sect-form-body .enquete-item-width-36-per {
  max-width: initial !important;
  width: 36% !important;
}

@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-36-per {
    width: 100% !important;
  }
}

.sect-form .sect-form-body .enquete-item-width-37-per {
  max-width: initial !important;
  width: 37% !important;
}

@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-37-per {
    width: 100% !important;
  }
}

.sect-form .sect-form-body .enquete-item-width-38-per {
  max-width: initial !important;
  width: 38% !important;
}

@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-38-per {
    width: 100% !important;
  }
}

.sect-form .sect-form-body .enquete-item-width-39-per {
  max-width: initial !important;
  width: 39% !important;
}

@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-39-per {
    width: 100% !important;
  }
}

.sect-form .sect-form-body .enquete-item-width-40-per {
  max-width: initial !important;
  width: 40% !important;
}

@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-40-per {
    width: 100% !important;
  }
}

.sect-form .sect-form-body .enquete-item-width-41-per {
  max-width: initial !important;
  width: 41% !important;
}

@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-41-per {
    width: 100% !important;
  }
}

.sect-form .sect-form-body .enquete-item-width-42-per {
  max-width: initial !important;
  width: 42% !important;
}

@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-42-per {
    width: 100% !important;
  }
}

.sect-form .sect-form-body .enquete-item-width-43-per {
  max-width: initial !important;
  width: 43% !important;
}

@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-43-per {
    width: 100% !important;
  }
}

.sect-form .sect-form-body .enquete-item-width-44-per {
  max-width: initial !important;
  width: 44% !important;
}

@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-44-per {
    width: 100% !important;
  }
}

.sect-form .sect-form-body .enquete-item-width-45-per {
  max-width: initial !important;
  width: 45% !important;
}

@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-45-per {
    width: 100% !important;
  }
}

.sect-form .sect-form-body .enquete-item-width-46-per {
  max-width: initial !important;
  width: 46% !important;
}

@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-46-per {
    width: 100% !important;
  }
}

.sect-form .sect-form-body .enquete-item-width-47-per {
  max-width: initial !important;
  width: 47% !important;
}

@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-47-per {
    width: 100% !important;
  }
}

.sect-form .sect-form-body .enquete-item-width-48-per {
  max-width: initial !important;
  width: 48% !important;
}

@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-48-per {
    width: 100% !important;
  }
}

.sect-form .sect-form-body .enquete-item-width-49-per {
  max-width: initial !important;
  width: 49% !important;
}

@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-49-per {
    width: 100% !important;
  }
}

.sect-form .sect-form-body .enquete-item-width-50-per {
  max-width: initial !important;
  width: 50% !important;
}

@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-50-per {
    width: 100% !important;
  }
}

.sect-form .sect-form-body .enquete-item-width-51-per {
  max-width: initial !important;
  width: 51% !important;
}

@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-51-per {
    width: 100% !important;
  }
}

.sect-form .sect-form-body .enquete-item-width-52-per {
  max-width: initial !important;
  width: 52% !important;
}

@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-52-per {
    width: 100% !important;
  }
}

.sect-form .sect-form-body .enquete-item-width-53-per {
  max-width: initial !important;
  width: 53% !important;
}

@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-53-per {
    width: 100% !important;
  }
}

.sect-form .sect-form-body .enquete-item-width-54-per {
  max-width: initial !important;
  width: 54% !important;
}

@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-54-per {
    width: 100% !important;
  }
}

.sect-form .sect-form-body .enquete-item-width-55-per {
  max-width: initial !important;
  width: 55% !important;
}

@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-55-per {
    width: 100% !important;
  }
}

.sect-form .sect-form-body .enquete-item-width-56-per {
  max-width: initial !important;
  width: 56% !important;
}

@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-56-per {
    width: 100% !important;
  }
}

.sect-form .sect-form-body .enquete-item-width-57-per {
  max-width: initial !important;
  width: 57% !important;
}

@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-57-per {
    width: 100% !important;
  }
}

.sect-form .sect-form-body .enquete-item-width-58-per {
  max-width: initial !important;
  width: 58% !important;
}

@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-58-per {
    width: 100% !important;
  }
}

.sect-form .sect-form-body .enquete-item-width-59-per {
  max-width: initial !important;
  width: 59% !important;
}

@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-59-per {
    width: 100% !important;
  }
}

.sect-form .sect-form-body .enquete-item-width-60-per {
  max-width: initial !important;
  width: 60% !important;
}

@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-60-per {
    width: 100% !important;
  }
}

.sect-form .sect-form-body .enquete-item-width-61-per {
  max-width: initial !important;
  width: 61% !important;
}

@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-61-per {
    width: 100% !important;
  }
}

.sect-form .sect-form-body .enquete-item-width-62-per {
  max-width: initial !important;
  width: 62% !important;
}

@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-62-per {
    width: 100% !important;
  }
}

.sect-form .sect-form-body .enquete-item-width-63-per {
  max-width: initial !important;
  width: 63% !important;
}

@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-63-per {
    width: 100% !important;
  }
}

.sect-form .sect-form-body .enquete-item-width-64-per {
  max-width: initial !important;
  width: 64% !important;
}

@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-64-per {
    width: 100% !important;
  }
}

.sect-form .sect-form-body .enquete-item-width-65-per {
  max-width: initial !important;
  width: 65% !important;
}

@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-65-per {
    width: 100% !important;
  }
}

.sect-form .sect-form-body .enquete-item-width-66-per {
  max-width: initial !important;
  width: 66% !important;
}

@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-66-per {
    width: 100% !important;
  }
}

.sect-form .sect-form-body .enquete-item-width-67-per {
  max-width: initial !important;
  width: 67% !important;
}

@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-67-per {
    width: 100% !important;
  }
}

.sect-form .sect-form-body .enquete-item-width-68-per {
  max-width: initial !important;
  width: 68% !important;
}

@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-68-per {
    width: 100% !important;
  }
}

.sect-form .sect-form-body .enquete-item-width-69-per {
  max-width: initial !important;
  width: 69% !important;
}

@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-69-per {
    width: 100% !important;
  }
}

.sect-form .sect-form-body .enquete-item-width-70-per {
  max-width: initial !important;
  width: 70% !important;
}

@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-70-per {
    width: 100% !important;
  }
}

.sect-form .sect-form-body .enquete-item-width-71-per {
  max-width: initial !important;
  width: 71% !important;
}

@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-71-per {
    width: 100% !important;
  }
}

.sect-form .sect-form-body .enquete-item-width-72-per {
  max-width: initial !important;
  width: 72% !important;
}

@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-72-per {
    width: 100% !important;
  }
}

.sect-form .sect-form-body .enquete-item-width-73-per {
  max-width: initial !important;
  width: 73% !important;
}

@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-73-per {
    width: 100% !important;
  }
}

.sect-form .sect-form-body .enquete-item-width-74-per {
  max-width: initial !important;
  width: 74% !important;
}

@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-74-per {
    width: 100% !important;
  }
}

.sect-form .sect-form-body .enquete-item-width-75-per {
  max-width: initial !important;
  width: 75% !important;
}

@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-75-per {
    width: 100% !important;
  }
}

.sect-form .sect-form-body .enquete-item-width-76-per {
  max-width: initial !important;
  width: 76% !important;
}

@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-76-per {
    width: 100% !important;
  }
}

.sect-form .sect-form-body .enquete-item-width-77-per {
  max-width: initial !important;
  width: 77% !important;
}

@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-77-per {
    width: 100% !important;
  }
}

.sect-form .sect-form-body .enquete-item-width-78-per {
  max-width: initial !important;
  width: 78% !important;
}

@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-78-per {
    width: 100% !important;
  }
}

.sect-form .sect-form-body .enquete-item-width-79-per {
  max-width: initial !important;
  width: 79% !important;
}

@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-79-per {
    width: 100% !important;
  }
}

.sect-form .sect-form-body .enquete-item-width-80-per {
  max-width: initial !important;
  width: 80% !important;
}

@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-80-per {
    width: 100% !important;
  }
}

.sect-form .sect-form-body .enquete-item-width-81-per {
  max-width: initial !important;
  width: 81% !important;
}

@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-81-per {
    width: 100% !important;
  }
}

.sect-form .sect-form-body .enquete-item-width-82-per {
  max-width: initial !important;
  width: 82% !important;
}

@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-82-per {
    width: 100% !important;
  }
}

.sect-form .sect-form-body .enquete-item-width-83-per {
  max-width: initial !important;
  width: 83% !important;
}

@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-83-per {
    width: 100% !important;
  }
}

.sect-form .sect-form-body .enquete-item-width-84-per {
  max-width: initial !important;
  width: 84% !important;
}

@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-84-per {
    width: 100% !important;
  }
}

.sect-form .sect-form-body .enquete-item-width-85-per {
  max-width: initial !important;
  width: 85% !important;
}

@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-85-per {
    width: 100% !important;
  }
}

.sect-form .sect-form-body .enquete-item-width-86-per {
  max-width: initial !important;
  width: 86% !important;
}

@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-86-per {
    width: 100% !important;
  }
}

.sect-form .sect-form-body .enquete-item-width-87-per {
  max-width: initial !important;
  width: 87% !important;
}

@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-87-per {
    width: 100% !important;
  }
}

.sect-form .sect-form-body .enquete-item-width-88-per {
  max-width: initial !important;
  width: 88% !important;
}

@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-88-per {
    width: 100% !important;
  }
}

.sect-form .sect-form-body .enquete-item-width-89-per {
  max-width: initial !important;
  width: 89% !important;
}

@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-89-per {
    width: 100% !important;
  }
}

.sect-form .sect-form-body .enquete-item-width-90-per {
  max-width: initial !important;
  width: 90% !important;
}

@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-90-per {
    width: 100% !important;
  }
}

.sect-form .sect-form-body .enquete-item-width-91-per {
  max-width: initial !important;
  width: 91% !important;
}

@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-91-per {
    width: 100% !important;
  }
}

.sect-form .sect-form-body .enquete-item-width-92-per {
  max-width: initial !important;
  width: 92% !important;
}

@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-92-per {
    width: 100% !important;
  }
}

.sect-form .sect-form-body .enquete-item-width-93-per {
  max-width: initial !important;
  width: 93% !important;
}

@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-93-per {
    width: 100% !important;
  }
}

.sect-form .sect-form-body .enquete-item-width-94-per {
  max-width: initial !important;
  width: 94% !important;
}

@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-94-per {
    width: 100% !important;
  }
}

.sect-form .sect-form-body .enquete-item-width-95-per {
  max-width: initial !important;
  width: 95% !important;
}

@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-95-per {
    width: 100% !important;
  }
}

.sect-form .sect-form-body .enquete-item-width-96-per {
  max-width: initial !important;
  width: 96% !important;
}

@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-96-per {
    width: 100% !important;
  }
}

.sect-form .sect-form-body .enquete-item-width-97-per {
  max-width: initial !important;
  width: 97% !important;
}

@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-97-per {
    width: 100% !important;
  }
}

.sect-form .sect-form-body .enquete-item-width-98-per {
  max-width: initial !important;
  width: 98% !important;
}

@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-98-per {
    width: 100% !important;
  }
}

.sect-form .sect-form-body .enquete-item-width-99-per {
  max-width: initial !important;
  width: 99% !important;
}

@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-99-per {
    width: 100% !important;
  }
}

.sect-form .sect-form-body .enquete-item-width-100-per {
  max-width: initial !important;
  width: 100% !important;
}

@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-body .enquete-item-width-100-per {
    width: 100% !important;
  }
}

.sect-form .tbl-login th {
  width: 180px;
}

.sect-form .sect-form-error {
  margin-bottom: 2em;
  padding: 15px 20px;
  color: #f80000;
  background: #ffd3d3;
  border: 2px solid #ff5757;
}

.sect-form .sect-form-error:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-error {
    margin-bottom: 1.5em;
  }
}

.sect-form .sect-form-error li::before {
  background: #f80000;
}

.sect-form .sect-form-limit {
  margin-bottom: 2em;
  padding: 15px 20px;
  color: #f89b00;
  background: #ffeed3;
  border: 2px solid #ffc057;
}

.sect-form .sect-form-limit:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-limit {
    margin-bottom: 1.5em;
  }
}

.sect-form .sect-form-count {
  margin-bottom: 2em;
  padding: 15px 20px;
  color: #0a5fa0;
  background: #c4d9ea;
  border: 2px solid #4584b5;
}

.sect-form .sect-form-count:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-count {
    margin-bottom: 1.5em;
  }
}

.sect-form .sect-form-msg {
  margin-bottom: 2em;
}

@media only screen and (max-width: 1024px) {
  .sect-form .sect-form-msg {
    margin-bottom: 1.5em;
  }
}

.sect-form .sect-form-msg:last-child {
  margin-bottom: 0;
}

/* sect-form-complete
============================================================ */
.sect-form-complete p {
  text-align: center;
}

.sect-form-complete p.double-mb {
  color: var(--color_main);
  font-size: 1.5em;
  font-weight: 700;
  margin-bottom: 2em;
}

@media only screen and (max-width: 1024px) {
  .sect-form-complete p {
    text-align: left;
  }
}

.label-field-hint {
  font-size: 0.8em;
  opacity: 0.9;
}

/*
*   汎用
*----------------------------*/
/*
============================================================ */
/* page-top
============================================================ */
.lay-page-top {
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 400;

  @media only screen and (max-width: 1024px) {
    bottom: 20px;
    right: 20px;
  }

  @media print {
    display: none;
  }
}

.lay-page-top.is-footer-reached {

  @media only screen and (max-width: 1024px) {
    bottom: 30px;
  }

  @media only screen and (max-width: 599px) {
    bottom: 20px;
  }
}

.lay-page-top a {
  position: relative;
  display: none;
  width: 70px;
  aspect-ratio: 1;
  color: #fff;
  text-decoration: none;

  @media only screen and (max-width: 1024px) {
    width: 60px;
  }
}

.lay-page-top a:hover {
  opacity: 0.8;
}

.lay-page-top a:focus-visible {
  outline: 2px solid var(--color_sub);
  outline-offset: 4px;
}

.lay-page-top-bg {
  display: block;
  width: 100%;
  height: auto;
}


/* pagination
============================================================ */
.pagination {
  --color_pagination: var(--color_main);
  margin: 30px 0;
  text-align: right;
}

.pagination:first-child {
  margin-top: 0;
}

.pagination:last-child {
  margin-bottom: 0;
}

.pagination span {
  width: 40px;
  height: 40px;
  margin: 0 2.5px 0;
}

.pagination span:first-child {
  margin-left: 0;
}

.pagination span:last-child {
  margin-right: 0;
}

.pagination span a {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  border: solid 1px var(--color_pagination);
  font-size: 16px;
  color: var(--color_font);
  line-height: 38px;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
}

.pagination span a:hover {
  font-weight: bold;
  color: #fff;
  background-color: var(--color_pagination);
  text-decoration: none;
  opacity: 1;
}

.pagination span.current {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  border: solid 1px var(--color_pagination);
  font-size: 16px;
  color: var(--color_font);
  line-height: 38px;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
  background-color: var(--color_pagination);
  text-decoration: none;
  opacity: 1;
}

.pagination span.prev a {
  text-indent: -9999px;
  overflow: hidden;
}

.pagination span.prev a:hover {
  color: #fff;
  background-color: var(--color_pagination);
}

.pagination span.prev a:hover::before {
  border-top-color: #fff;
  border-right-color: #fff;
}

.pagination span.prev a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(50% - 4px);
  width: 10px;
  height: 10px;
  border-top: 1px solid var(--color_font);
  border-right: 1px solid var(--color_font);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  pointer-events: none;
  -webkit-transform: translate(-50%, -50%) rotate(225deg);
  transform: translate(-50%, -50%) rotate(225deg);
  left: calc(50% + 4px);
}

.pagination span.next a {
  text-indent: -9999px;
  overflow: hidden;
}

.pagination span.next a:hover {
  color: #fff;
  background-color: var(--color_pagination);
}

.pagination span.next a:hover::before {
  border-top-color: #fff;
  border-right-color: #fff;
}

.pagination span.next a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(50% - 4px);
  width: 10px;
  height: 10px;
  border-top: 1px solid var(--color_font);
  border-right: 1px solid var(--color_font);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  pointer-events: none;
}

.pagination span.first a {
  text-indent: -9999px;
  overflow: hidden;
}

.pagination span.first a:hover {
  color: #fff;
  background-color: var(--color_pagination);
}

.pagination span.first a:hover::before {
  border-top-color: #fff;
  border-right-color: #fff;
}

.pagination span.first a:hover::after {
  border-top-color: #fff;
  border-right-color: #fff;
}

.pagination span.first a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(50% - 4px);
  width: 10px;
  height: 10px;
  border-top: 1px solid var(--color_font);
  border-right: 1px solid var(--color_font);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  pointer-events: none;
  -webkit-transform: translate(-50%, -50%) rotate(225deg);
  transform: translate(-50%, -50%) rotate(225deg);
  left: calc(50% + 1px);
}

.pagination span.first a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(50% - 4px);
  width: 10px;
  height: 10px;
  border-top: 1px solid var(--color_font);
  border-right: 1px solid var(--color_font);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  pointer-events: none;
  -webkit-transform: translate(-50%, -50%) rotate(225deg);
  transform: translate(-50%, -50%) rotate(225deg);
  left: calc(50% + 7px);
}

.pagination span.last a {
  text-indent: -9999px;
  overflow: hidden;
}

.pagination span.last a:hover {
  color: #fff;
  background-color: var(--color_pagination);
}

.pagination span.last a:hover::before {
  border-top-color: #fff;
  border-right-color: #fff;
}

.pagination span.last a:hover::after {
  border-top-color: #fff;
  border-right-color: #fff;
}

.pagination span.last a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(50% - 4px);
  width: 10px;
  height: 10px;
  border-top: 1px solid var(--color_font);
  border-right: 1px solid var(--color_font);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  pointer-events: none;
  left: calc(50% - 7px);
}

.pagination span.last a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(50% - 4px);
  width: 10px;
  height: 10px;
  border-top: 1px solid var(--color_font);
  border-right: 1px solid var(--color_font);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  pointer-events: none;
  left: calc(50% - 1px);
}

@media only screen and (max-width: 1024px) {
  .pagination {
    text-align: center;
  }
}

@media screen and (max-width: 620px) {
  .pagination span.page:not(.current) {
    display: none;
  }
}

/*
============================================================ */
/* sect-groups
============================================================ */
.sect-groups>ul {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0 0 -40px;
  word-spacing: -0.4em;
}

.sect-groups>ul>li {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: calc((100% - 60px) / 3 - .1px);
  margin: 0 30px 40px 0;
  text-indent: 0;
  vertical-align: top;
  word-spacing: normal;
}

.sect-groups>ul>li:nth-child(3n+3) {
  margin-right: 0;
}

.sect-groups>ul>li a {
  position: relative;
  display: inline-block;
  padding-left: 15px;
  font-weight: bold;
}

.sect-groups>ul>li a::before {
  content: "";
  display: block;
  position: absolute;
  left: -3px;
  top: calc(50% - 2px);
  width: 8px;
  height: 8px;
  background: none;
  border-top: 1px solid #6c6c6c;
  border-right: 1px solid #6c6c6c;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sect-groups>ul>li>ul {
  padding: 0 15px;
}

.sect-groups>ul>li ul li {
  margin-top: 4px;
  text-indent: 0;
}

.sect-groups>ul>li ul li a {
  font-weight: lighter;
}

.sect-groups>ul>li ul li ul li {
  padding-left: 20px;
}

.sect-groups>ul li::before {
  content: none;
}

@media only screen and (max-width: 1024px) {
  .sect-groups>ul>li {
    width: calc((100% - 20px) / 2 - .1px);
    margin: 0 20px 30px 0;
  }

  .sect-groups>ul>li:nth-child(3n+3) {
    margin-right: 20px;
  }

  .sect-groups>ul>li:nth-child(2n+2) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 599px) {
  .sect-groups>ul>li {
    width: 100%;
    margin: 0 0 20px 0;
  }

  .sect-groups>ul>li:nth-child(3n+3) {
    margin-right: 0;
  }
}

/* page-body + page-side
============================================================ */
.page-body+.page-side {
  margin-top: 100px;
}

.page-body>*:first-child {
  margin-top: 0 !important;
}

@media only screen and (max-width: 1024px) {
  .page-body+.page-side {
    margin-top: 80px;
  }
}

/*
*   SIDE MENU LIST
*----------------------------*/
.com-side-menu-list .sideHeader>h3 {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  background: var(--color_font);
  padding: 0.75em 1em 0.65em;
}

.com-side-menu-list .sideBody {
  display: block;
}

.com-side-menu-list .sideBody>ul {
  display: flex;
  flex-direction: column;
  width: 100%;
  border: 1px solid var(--color_font);
  padding: 0.5rem 1rem 0.5rem;
}

.com-side-menu-list .sideBody>ul>li {
  display: block;
  border-bottom: 1px solid var(--color_font);
}

.com-side-menu-list .sideBody>ul>li:last-child {
  border-bottom: none;
}

.com-side-menu-list .sideBody>ul>li>a,
.com-side-menu-list .sideBody>ul>li>span {
  display: block;
  color: var(--color_font);
  font-size: 1.1rem;
  font-weight: 500;
  line-height: var(--lineHeight_base);
  letter-spacing: var(--letterSpacing_base);
  padding: 1em 2.5em 1em 1em;
}

.com-side-menu-list .sideBody>ul>li>.active {
  font-weight: 700;
}

.com-side-menu-list .sideBody>ul>li>a {
  position: relative;
  cursor: pointer;
}

.com-side-menu-list .sideBody>ul>li>a::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border: 0.4em solid transparent;
  border-left: 0.5em solid var(--color_main);
  border-right: none;
  top: 50%;
  right: 1em;
  transition: right 0.2s ease-out;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.com-side-menu-list .sideBody>ul>li>a:hover {
  opacity: 1 !important;
}

@media print,
screen and (min-width: 1025px) {
  .com-side-menu-list .sideBody>ul>li>a:hover {
    text-decoration: none;
  }

  .com-side-menu-list .sideBody>ul>li>a:hover::after {
    right: 0.5em;
  }
}

/*
============================================================ */
/* sect-search-results
============================================================ */
.sect-search-results {
  margin: 80px 0 0;
}

@media only screen and (max-width: 1024px) {
  .sect-search-results {
    margin-top: 50px;
  }
}

.sect-search-results:first-of-type {
  margin-top: 0 !important;
}

.sect-search-results .num-of-hits {
  color: var(--color_main);
  margin-right: 10px;
  margin-left: 10px;
  text-align: right;
}

.sect-search-results .no-result {
  margin-right: 10px;
  margin-left: 10px;
}

.sect-search-results .search-result-list {
  margin-right: 10px;
  margin-left: 10px;
}

.sect-search-results .search-result-list li {
  position: relative;
  margin-bottom: 2em;
  text-indent: 0;
  padding-left: 1.5rem;
}

.sect-search-results .search-result-list li::before {
  position: absolute;
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  top: 0.8em;
  left: 0;
  background-color: var(--color_main);
  border-radius: 50%;
}

.sect-search-results .search-result-list li::after {
  content: "";
  clear: both;
  display: block;
}

.sect-search-results .search-result-list li .title>a {
  color: var(--color_font);
}

.sect-search-results .search-result-list li .thumb {
  display: none !important;
}

.sect-search-results .search-result-list li .date {
  display: none !important;
}

/* sect-site-search
============================================================ */
.sect-site-search {
  max-width: 600px;
  margin: 4em auto 0;
  padding: 40px;
  background: #f8f8f8;
}

.sect-site-search input[type=text] {
  width: calc(100% - 70px);
  height: 60px;
  padding: 2px 20px;
  background: #999;
  color: #fff;
  border: none;
  border-radius: 60px;
  line-height: 56px;
}

.sect-site-search input[type=text]::-webkit-input-placeholder {
  color: #fff;
}

.sect-site-search input[type=text]::-moz-placeholder {
  color: #fff;
}

.sect-site-search input[type=text]:-ms-input-placeholder {
  color: #fff;
}

.sect-site-search input[type=text]::-ms-input-placeholder {
  color: #fff;
}

.sect-site-search input[type=text]::placeholder {
  color: #fff;
}

.sect-site-search input[type=text]:-ms-input-placeholder {
  color: #fff;
}

.sect-site-search input[type=text]::-ms-input-placeholder {
  color: #fff;
}

.sect-site-search input[type=image] {
  display: inline-block;
  outline: none;
  width: 60px;
  height: 60px;
  margin-left: calc(10px - .4em);
  padding: 10px;
  vertical-align: top;
}

@media only screen and (max-width: 1024px) {
  .sect-site-search {
    margin-top: 2em;
    padding: 20px;
  }

  .sect-site-search input[type=text] {
    width: calc(100% - 50px);
    height: 50px;
    padding: 2px 20px;
    border-radius: 50px;
    line-height: 46px;
  }

  .sect-site-search input[type=image] {
    width: 50px;
    height: 50px;
    margin-left: -0.4em;
    padding: 10px;
  }
}

@media only screen and (max-width: 599px) {
  .sect-site-search {
    padding: 20px 15px;
  }

  .sect-site-search input[type=text] {
    width: calc(100% - 40px);
    height: 40px;
    line-height: 36px;
  }

  .sect-site-search input[type=image] {
    width: 40px;
    height: 40px;
    padding: 7px;
  }
}

/* sect-sitemap
============================================================ */
.sect-sitemap>.sitemap-list {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;

  @media only screen and (max-width: 1024px) {
      gap: 24px;
      grid-template-columns: repeat(2, 1fr);
  }

  @media only screen and (max-width: 599px) {
      grid-template-columns: 1fr;
  }
}

.sect-sitemap>.sitemap-list>li {
  position: relative;
  display: block;
  padding: 0 0 0;

  background: transparent;
  overflow: visible;
}

.sect-sitemap>.sitemap-list>li>span {

}

.sect-sitemap>.sitemap-list>li>span>a {
  flex-direction: column;
  text-decoration: none;
  border: 2px solid var(--color_sub);
  border-radius: 5px;
  flex-grow: 1;
  position: relative;
  padding: 10px 64px 10px 15px;
  display: block;
  width: 100%;
  color: var(--color_main);
  font-size: 1.1rem;
  font-weight: 700;
  line-height: calc(42 / 25);
  letter-spacing: 0;
  text-align: left;
  transition: all 0.3s ease-out;
  height: fit-content;

}

.sect-sitemap>.sitemap-list>li>span>a::after {
  content: "";
  position: absolute;
  display: block;
  width: 16px;
  height: 16px;
  top: 50%;
  right: 17px;
  border: none;
  background-color: var(--color_sub);
  mask: url("../images/common/icon-arrow.svg") no-repeat center/contain;
  transform: translate(0, -50%);
  transition: right 0.2s ease-out;
}

.sect-sitemap>.sitemap-list>li>span>a:hover {
  opacity: 1 !important;
}



  .sect-sitemap>.sitemap-list>li>span>a:hover::after {
    right: 0.5em;
  }


.sect-sitemap>.sitemap-list>li ul {
  margin-top: 1em;
  padding: 0 0 0 1em;
}

.sect-sitemap>.sitemap-list>li ul>li {
  margin-bottom: 0.25em;
}

.sect-sitemap>.sitemap-list>li ul>li:last-child {
  margin-bottom: 0;
}

.sect-sitemap>.sitemap-list>li ul>li>span {
  display: block;
}

.sect-sitemap>.sitemap-list>li ul>li>span>a {
  position: relative;
  display: block;
  color: var(--color_font);
  padding: 0 0 0 1.5em;
  line-height: 1.8em;
}

.sect-sitemap>.sitemap-list>li ul>li>span>a::before {
  content: "";
  position: absolute;
  display: block;
  font-size: inherit;
  width: 0.75em;
  height: 3px;
  top: 0.8em;
  left: 0;
  background-color: var(--color_main);
}

@media only screen and (max-width: 1024px) {
  .sect-sitemap>.sitemap-list>li ul>li>span>a::before {
    height: 2px;
  }
}

.sect-sitemap>.sitemap-list>li ul>li>span>a:hover {
  opacity: 1 !important;
}

/*
============================================================ */
/* lay-preview-mode-notice
============================================================ */
#lay-preview-mode-notice {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 9999;
  width: 100%;
  max-width: 580px;
  padding: 10px 5px;
  background: rgba(0, 0, 0, 0.8);
  color: #f80000;
  border-radius: 0 0 5px 5px;
  margin: 0 0 -26px 30px;
  text-align: center;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#lay-preview-mode-notice p {
  font-size: 14px;
  font-weight: bold;
}

#lay-preview-mode-notice a {
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}

#lay-preview-mode-notice a::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 10px;
  margin-bottom: 1px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*
* animation
*----------------------------*/
/****** Fade ******/
/* その場で */
.fadeIn {
  -webkit-animation-name: fadeInAnime;
  animation-name: fadeInAnime;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
  will-change: transform;
}

.fadeInTrigger {
  opacity: 0;
}

@media print {
  .fadeIn {
    opacity: 1 !important;
    -webkit-animation: none;
    animation: none;
  }

  .fadeInTrigger {
    opacity: 1 !important;
  }
}

@-webkit-keyframes fadeInAnime {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* 下から */
.slideUp {
  -webkit-animation-name: slideUpAnime;
  animation-name: slideUpAnime;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
  will-change: transform;
}

.slideUpTrigger {
  opacity: 0;
}

@media print {
  .slideUp {
    opacity: 1;
    -webkit-animation: none;
    animation: none;
  }

  .slideUpTrigger {
    opacity: 1;
  }
}

@-webkit-keyframes slideUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* 上から */
.slideDown {
  -webkit-animation-name: slideDownAnime;
  animation-name: slideDownAnime;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
  will-change: transform;
}

.slideDownTrigger {
  opacity: 0;
}

@media print {
  .slideDown {
    opacity: 1 !important;
    -webkit-animation: none;
    animation: none;
  }

  .slideDownTrigger {
    opacity: 1 !important;
  }
}

@-webkit-keyframes slideDownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideDownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* 左から */
.slideLeft {
  -webkit-animation-name: slideLeftAnime;
  animation-name: slideLeftAnime;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
  will-change: transform;
}

.slideLeftTrigger {
  opacity: 0;
}

@media print {
  .slideLeft {
    opacity: 1 !important;
    -webkit-animation: none;
    animation: none;
  }

  .slideLeftTrigger {
    opacity: 1 !important;
  }
}

@-webkit-keyframes slideLeftAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideLeftAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

/* 右から */
.slideRight {
  -webkit-animation-name: slideRightAnime;
  animation-name: slideRightAnime;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
  will-change: transform;
}

.slideRightTrigger {
  opacity: 0;
}

@media print {
  .slideRight {
    opacity: 1 !important;
    -webkit-animation: none;
    animation: none;
  }

  .slideRightTrigger {
    opacity: 1 !important;
  }
}

@-webkit-keyframes slideRightAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideRightAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

/****** Blur ******/
/* ぼかしから出現 */
.blur {
  -webkit-animation-name: blurAnime;
  animation-name: blurAnime;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  will-change: transform;
}

.blurTrigger {
  opacity: 0;
}

@media print {
  .blur {
    opacity: 1 !important;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation: none;
    animation: none;
  }

  .blurTrigger {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1 !important;
  }
}

@-webkit-keyframes blurAnime {
  from {
    -webkit-filter: blur(10px);
    filter: blur(10px);
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
    opacity: 0;
  }

  to {
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes blurAnime {
  from {
    -webkit-filter: blur(10px);
    filter: blur(10px);
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
    opacity: 0;
  }

  to {
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

/*
*  下層標準ページ共通Style
*----------------------------*/
/* sect-blog
============================================================ */
/***** CONTENTS CONTAINER *****/
.lay-blog {
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  justify-content: space-between;
  gap: 4rem 3rem;
}

@media only screen and (max-width: 1024px) {
  .lay-blog {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

/***** LAYOUT OUTLINE *****/
.blog-body,
.blog-list {
  width: calc(100% - 3rem - 250px);
}

@media only screen and (max-width: 1024px) {

  .blog-body,
  .blog-list {
    width: 100%;
  }
}

.blog-nav {
  width: 250px;
}

@media only screen and (max-width: 1024px) {
  .blog-nav {
    width: 100%;
  }
}

/***** STYLE *****/
/* 一覧、詳細 共通サイドナビゲーション */
.blog-nav .sect-side {
  margin-bottom: 2rem;
}

.blog-nav .sect-side:last-child {
  margin-bottom: 0;
}

.blog-nav .sect-side h3 {
  color: var(--color_font);
  font-weight: 500;
  text-align: center;
  letter-spacing: 0em;
  text-indent: 0em;
  padding: 0.75em 0.5em;
  background: var(--color_sub);
}

.blog-nav .sect-side ul {
  background-color: #fff;
  padding: 1rem;
}

.blog-nav .sect-side ul li {
  margin-bottom: 15px;
  padding: 0 3px 15px;
  border-bottom: 1px dotted var(--color_font);
  font-size: 0.85em;
  line-height: 1.6;
}

.blog-nav .sect-side ul li:last-child {
  border-bottom-style: solid;
}

.blog-nav .sect-side ul li:first-child {
  padding-top: 15px;
}

.blog-nav .sect-side ul li .update {
  color: var(--color_font);
  display: block;
  margin-top: 1px;
  font-size: 0.875em;
  color: var(--color_main);
}

.blog-nav .sect-side ul li>a {
  color: var(--color_font);
  text-decoration: none;
}

.blog-nav .sect-side ul li>a:hover {
  opacity: 1;
  text-decoration: underline;
}

.blog-nav .blog-categories ul li {
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.blog-nav .blog-categories ul li:first-child {
  padding-top: 10px;
}

.blog-nav .blog-archives ul li {
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.blog-nav .blog-archives ul li:first-child {
  padding-top: 10px;
}

/* 一覧ページ サムネイルリスト */
.blog-list .pageList {
  display: flex;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 3rem;
  width: 100%;
}

.blog-list .pageList>li {
  display: flex;
  justify-content: space-between;

  flex-wrap: nowrap;
  width: 100%;
  gap: 2rem;
  /* ORDER */
  /* STYLE */
}

@media only screen and (max-width: 599px) {
  .blog-list .pageList>li {
    gap: 1rem;
  }
}

.blog-list .pageList>li .thumb {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  display: block;
  width: 100%;
  -ms-flex-negative: 2;
  flex-shrink: 2;
}

@media only screen and (max-width: 599px) {
  .blog-list .pageList>li .thumb {
    -ms-flex-negative: 1.5;
    flex-shrink: 1.5;
  }
}

.blog-list .pageList>li .thumb a {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: calc(4 / 6 * 100%);
  overflow: hidden;
}

.blog-list .pageList>li .thumb a img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}

.blog-list .pageList>li .txtGroup {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  position: relative;
  display: block;
  width: 100%;
  flex-shrink: 1;
  padding: 0 0 2rem 0;
}

.blog-list .pageList>li .txtGroup .title {
  display: block;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: var(--letterSpacing_base);
  text-indent: var(--letterSpacing_base);
  background-color: var(--color_main);
  margin: 0 0 1rem;
}

@media only screen and (max-width: 599px) {
  .blog-list .pageList>li .txtGroup .title {
    margin: 0 0 0.5rem;
  }
}

.blog-list .pageList>li .txtGroup .title:last-child {
  margin-bottom: 0;
}

.blog-list .pageList>li .txtGroup .title a {
  display: block;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-indent: inherit;
  text-decoration: none;
  padding: 0.25em 0.5em;
}

.blog-list .pageList>li .txtGroup .title a::after {
  content: "MORE";
  position: absolute;
  display: block;
  width: fit-content;
  color: var(--color_main);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 0em;
  text-indent: 0em;
  text-align: center;
  padding: 0.25em 0.5em;
  bottom: 0;
  right: 0;
  cursor: pointer;
}

.blog-list .pageList>li .txtGroup .title a:hover {
  opacity: 1 !important;
}

@media print,
screen and (min-width: 1025px) {
  .blog-list .pageList>li .txtGroup .title a:hover {
    text-decoration: underline;
  }

  .blog-list .pageList>li .txtGroup .title a:hover::after {
    text-decoration: underline;
  }
}

.blog-list .pageList>li .txtGroup .date {
  display: block;
  width: 100%;
  font-size: 0.9rem;
  line-height: 1em;
  letter-spacing: 0em;
  text-indent: 0em;
  text-align: right;
  margin: 0.5rem 0 0;
}

.blog-list .pageList>li .txtGroup .description,
.blog-list .pageList>li .txtGroup .page-list-item-body-text {
  display: block;
  width: 100%;
  font-size: 0.9em;
  line-height: 1.6em;
  text-align: justify;
  margin: 0.5rem 0 0;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

@media only screen and (max-width: 599px) {

  .blog-list .pageList>li .txtGroup .description,
  .blog-list .pageList>li .txtGroup .page-list-item-body-text {
    margin: 0.25rem 0 0;
  }
}
