.splide__container{box-sizing:border-box;position:relative}.splide__list{-webkit-backface-visibility:hidden;backface-visibility:hidden;display:-ms-flexbox;display:flex;height:100%;margin:0!important;padding:0!important}.splide.is-initialized:not(.is-active) .splide__list{display:block}.splide__pagination{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;margin:0;pointer-events:none}.splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}.splide__progress__bar{width:0}.splide{position:relative;visibility:hidden}.splide.is-initialized,.splide.is-rendered{visibility:visible}.splide__slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0;list-style-type:none!important;margin:0;position:relative}.splide__slide img{vertical-align:bottom}.splide__spinner{animation:splide-loading 1s linear infinite;border:2px solid #999;border-left-color:transparent;border-radius:50%;bottom:0;contain:strict;display:inline-block;height:20px;left:0;margin:auto;position:absolute;right:0;top:0;width:20px}.splide__sr{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{display:none}.splide__toggle.is-active .splide__toggle__pause{display:inline}.splide__track{overflow:hidden;position:relative;z-index:0}@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.splide__track--draggable{-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.splide__track--fade>.splide__list{display:block}.splide__track--fade>.splide__list>.splide__slide{left:0;opacity:0;position:absolute;top:0;z-index:0}.splide__track--fade>.splide__list>.splide__slide.is-active{opacity:1;position:relative;z-index:1}.splide--rtl{direction:rtl}.splide__track--ttb>.splide__list{display:block}.splide__arrow{-ms-flex-align:center;align-items:center;background:#ccc;border:0;border-radius:50%;cursor:pointer;display:-ms-flexbox;display:flex;height:2em;-ms-flex-pack:center;justify-content:center;opacity:.7;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:2em;z-index:1}.splide__arrow svg{fill:#000;height:1.2em;width:1.2em}.splide__arrow:hover:not(:disabled){opacity:.9}.splide__arrow:disabled{opacity:.3}.splide__arrow:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide__arrow--prev{left:1em}.splide__arrow--prev svg{transform:scaleX(-1)}.splide__arrow--next{right:1em}.splide.is-focus-in .splide__arrow:focus{outline:3px solid #0bf;outline-offset:3px}.splide__pagination{bottom:.5em;left:0;padding:0 1em;position:absolute;right:0;z-index:1}.splide__pagination__page{background:#ccc;border:0;border-radius:50%;display:inline-block;height:8px;margin:3px;opacity:.7;padding:0;position:relative;transition:transform .2s linear;width:8px}.splide__pagination__page.is-active{background:#fff;transform:scale(1.4);z-index:1}.splide__pagination__page:hover{cursor:pointer;opacity:.9}.splide__pagination__page:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__pagination__page:focus{outline:3px solid #0bf;outline-offset:3px}.splide__progress__bar{background:#ccc;height:3px}.splide__slide{-webkit-tap-highlight-color:transparent}.splide__slide:focus{outline:0}@supports(outline-offset:-3px){.splide__slide:focus-visible{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast:none){.splide__slide:focus-visible{border:3px solid #0bf}}@supports(outline-offset:-3px){.splide.is-focus-in .splide__slide:focus{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast:none){.splide.is-focus-in .splide__slide:focus{border:3px solid #0bf}.splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus{border-color:#0bf}}.splide__toggle{cursor:pointer}.splide__toggle:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__toggle:focus{outline:3px solid #0bf;outline-offset:3px}.splide__track--nav>.splide__list>.splide__slide{border:3px solid transparent;cursor:pointer}.splide__track--nav>.splide__list>.splide__slide.is-active{border:3px solid #000}.splide__arrows--rtl .splide__arrow--prev{left:auto;right:1em}.splide__arrows--rtl .splide__arrow--prev svg{transform:scaleX(1)}.splide__arrows--rtl .splide__arrow--next{left:1em;right:auto}.splide__arrows--rtl .splide__arrow--next svg{transform:scaleX(-1)}.splide__arrows--ttb .splide__arrow{left:50%;transform:translate(-50%)}.splide__arrows--ttb .splide__arrow--prev{top:1em}.splide__arrows--ttb .splide__arrow--prev svg{transform:rotate(-90deg)}.splide__arrows--ttb .splide__arrow--next{bottom:1em;top:auto}.splide__arrows--ttb .splide__arrow--next svg{transform:rotate(90deg)}.splide__pagination--ttb{bottom:0;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;left:auto;padding:1em 0;right:.5em;top:0}
@keyframes scroll-hint-appear {
  0% {
    transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%,
  100% {
    transform: translateX(-40px);
    opacity: 0;
  }
}

.scroll-hint.is-right-scrollable {
  background: linear-gradient(270deg, rgba(0, 0, 0, .15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-right-scrollable.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, .15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)), linear-gradient(270deg, rgba(0, 0, 0, .15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, .15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint-icon {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 60px);
  box-sizing: border-box;
  width: 120px;
  height: 80px;
  border-radius: 5px;
  transition: opacity .3s;
  opacity: 0;
  background: rgba(0, 0, 0, .7);
  text-align: center;
  padding: 20px 10px 10px 10px;
}

.scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none;
}

.scroll-hint-text {
  font-size: 10px;
  color: #FFF;
  margin-top: 5px;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: .8;
}

.scroll-hint-icon:before {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #FFF;
  vertical-align: middle;
  text-align: center;
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon:after {
  content: "";
  width: 34px;
  height: 14px;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -20px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
  opacity: 0;
  transition-delay: 2.4s;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  opacity: 1;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  animation: scroll-hint-appear 1.2s linear;
  animation-iteration-count: 2;
}

.scroll-hint-icon-white {
  background-color: #FFF;
  box-shadow: 0 4px 5px rgba(0, 0, 0, .4);
}

.scroll-hint-icon-white:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDQ8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon-white:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiLz48L2c+PC9nPjwvc3ZnPg==);
}

.scroll-hint-icon-white .scroll-hint-text {
  color: #000;
}
@charset "utf-8";a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{border:0;font-size:100%;font:inherit;margin:0;padding:0;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}@font-face{font-display:block;font-family:icomoon;font-style:normal;font-weight:400;src:url(fonts/icomoon.ttf?v1823d571730) format("truetype"),url(fonts/icomoon.woff?v1823d571730) format("woff"),url(fonts/icomoon.svg?v1823d571730#icomoon) format("svg")}*,:after,:before{box-sizing:border-box}main{display:block}[hidden],template{display:none!important}[disabled]{cursor:not-allowed!important}[tabindex="-1"]:focus:not(:focus-visible){outline:0!important}[role=button],a,area,button,input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}a:not([href]):not([tabindex]),a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:inherit}a:not([href]):not([tabindex]):focus{outline:0}html{min-height:100%}body,html{min-height:100svh}body{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;word-wrap:break-word;-webkit-overflow-scrolling:touch;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;color:#1a1a1a;font-family:Noto Sans JP,YuGothic,Yu Gothic Medium,Yu Gothic,Meiryo,sans-serif;font-size:100%;line-height:inherit;overflow-wrap:break-word;vertical-align:baseline;width:100%}img,svg{height:auto;max-width:100%;vertical-align:top}@page{margin:20px}@media print{body{min-width:1px;overflow:visible!important}body img{max-width:100%}body,body img,html{height:auto;overflow:visible!important}}button,input,select,textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:none;border-radius:0;color:#1a1a1a;font-family:Noto Sans JP,YuGothic,Yu Gothic Medium,Yu Gothic,Meiryo,sans-serif;font-size:100%;margin:0;padding:0}button,select{cursor:pointer}input::-ms-clear,input::-ms-reveal,select::-ms-expand{display:none}h2{border-color:#1a1a1a;border-style:solid;border-width:.0625rem 0;font-family:"Noto Serif JP",Yu Mincho,YuMincho,serif;font-size:1.75rem;font-weight:700;line-height:1.2857142857;margin-bottom:1.875rem;padding:.5625rem .25rem .8125rem}@media screen and (max-width:48rem){h2{font-size:1.5rem;line-height:1.3333333333}}*+h2{margin-top:4.5625rem}h3{border-color:#1a1a1a;border-style:dotted;border-width:0 0 .0625rem .0625rem;font-family:"Noto Serif JP",Yu Mincho,YuMincho,serif;font-size:1.375rem;font-weight:700;line-height:1.3636363636;margin-bottom:1.375rem;padding-bottom:.4375rem;padding-left:.625rem}*+h3{margin-top:2.5625rem}h2+h3{margin-top:2.375rem}h4{font-size:1rem;font-weight:700;line-height:1.3125;margin-bottom:.375rem;padding-bottom:.25rem;padding-left:.9375rem;padding-top:.1875rem;position:relative}h4:before{background-color:#d4dce0;content:"";height:1.75rem;left:0;position:absolute;top:0;width:.375rem}*+h4{margin-top:2.0625rem}h2+h4,h3+h4{margin-top:1.375rem}h5,h6{font-weight:700}ol,ul{font-size:1rem;line-height:1.5}*+ol,*+ul{margin-top:1.625rem}ol>li,ul>li{padding-left:2rem}ol>li+li,ul>li+li{margin-top:1.25rem}li ol,li ul{margin-left:.25rem;margin-top:1.5rem}ul>li:before{background-color:#5e8396;border-radius:50%;content:"";display:inline-block;height:.4375rem;margin-left:-1.5rem;margin-right:1.0625rem;margin-top:-.25rem;vertical-align:middle;width:.4375rem}li ul li:before{background-color:#afb0b1}ol{counter-reset:number}ol>li{counter-increment:number}ol>li:before{color:#5e8396;content:counter(number) ".";display:inline-block;font-family:"Noto Serif JP",Yu Mincho,YuMincho,serif;font-size:1.125rem;font-weight:700;line-height:1.3333333333;margin-left:calc(-2em - .75rem);margin-right:.75rem;text-align:right;vertical-align:bottom;width:2em}li ol>li:before{content:"(" counter(number) ")"}table{border-left:.0625rem solid #d4dce0;border-top:.0625rem solid #d4dce0;font-size:1rem;line-height:1.5;width:100%}*+table{margin-top:1.875rem}td,th{border-bottom:.0625rem solid #d4dce0;border-right:.0625rem solid #d4dce0;padding:.5rem 1.25rem .75rem;vertical-align:middle}th{background-color:#f5f7f8;text-align:left}thead th{background-color:#ecf0f2;font-weight:700;padding-bottom:.9375rem;padding-top:.75rem;text-align:center}*+p{margin-top:1.375rem}h4+p,h5+p,h6+p{margin-top:.375rem}b,strong{font-weight:700}em{color:#bf3b01;font-style:normal}mark{background-color:transparent;color:#1a1a1a}sup{vertical-align:super}sub,sup{font-size:smaller}sub{vertical-align:sub}a{color:#0d2fbc;text-decoration:underline}a:visited{color:purple}a:hover{color:#4056b2}a:hover,a:hover:before{text-decoration:none}a[href^=http]:not([href*="//www.saga-ck.gr.jp/"]):not([href*="//staging"]):not([href*=".movabletype.io/"]):after{background-image:url(images/icon_outside.svg?v1823e69b010);background-size:cover;content:"";display:inline-block;height:.9375rem;margin-left:.25rem;margin-right:.25rem;margin-top:-.125rem;vertical-align:middle;width:.9375rem}.l-base{font-size:1rem;line-height:2;padding-top:5.5rem;position:relative}@media screen and (max-width:64rem){.l-base{padding-top:3.625rem}}@media screen and (max-width:48rem){.l-base{font-size:1rem;line-height:2}}.l-base__head{left:0;position:fixed;top:0;width:100%;z-index:3}@media screen and (max-width:48rem){.l-base__nav{display:none}}.l-base__body{flex-grow:1;position:relative;z-index:1}.l-base__returnTop{bottom:2.5rem;opacity:0;position:fixed;right:0;transition:opacity .3s cubic-bezier(.39,.575,.565,1),visibility 0s ease 1s;visibility:hidden;z-index:2}@media screen and (max-width:48rem){.l-base__returnTop{display:none}}.l-base.is-returnShow .l-base__returnTop{opacity:1;transition-delay:0s;visibility:visible}.l-base.is-returnFixed .l-base__returnTop{position:relative}.l-base__returnTop__btn{bottom:0;position:absolute;right:0}.l-base__foot{position:relative;z-index:1}.l-header{background-color:#fff;border-top:.1875rem solid #cea76a;position:relative}@media print,screen and (min-width:64.0625rem){.l-header{align-items:center;box-shadow:0 .1875rem .375rem 0 rgba(0,0,0,.16);display:flex;height:5.5rem;transition:height .3s cubic-bezier(.39,.575,.565,1),background-color .3s cubic-bezier(.39,.575,.565,1)}.l-header.is-scrolled{background-color:hsla(0,0%,100%,.9);height:4.375rem}}@media screen and (max-width:64rem){.l-header{height:3.625rem}}.l-header__inner{align-items:center;display:flex;justify-content:space-between;margin-left:auto;margin-right:auto;max-width:84.375rem;position:relative;width:100%;z-index:2}@media print,screen and (min-width:64.0625rem){.l-header__inner{padding-left:1.8125rem;padding-right:1.5625rem}}@media screen and (max-width:64rem){.l-header__inner{box-shadow:0 .1875rem .375rem 0 rgba(0,0,0,.16)}.l-header__logo{padding-bottom:.5625rem;padding-left:.625rem;padding-top:.625rem}}.l-header__logo .o-logo svg{height:3.25rem;width:auto}@media print,screen and (min-width:64.0625rem){.l-header__logo .o-logo svg{transition:width .3s cubic-bezier(.39,.575,.565,1),height .3s cubic-bezier(.39,.575,.565,1)}.l-header.is-scrolled .l-header__logo .o-logo svg{height:2.6875rem}}@media screen and (max-width:64rem){.l-header__logo .o-logo svg{height:2.25rem}}.l-header__content{align-items:center;display:flex;margin-top:-.25rem;transition:margin-top .3s cubic-bezier(.39,.575,.565,1)}.l-header.is-scrolled .l-header__content{margin-top:-.125rem}@media screen and (max-width:64rem){.l-header__content{display:none}}.l-header__content__links{margin-top:-.125rem}.l-header__content__btns{margin-left:2.75rem}.l-header__spToggle{border-left:.0625rem solid #d4dce0}@media print,screen and (min-width:64.0625rem){.l-header__spToggle{display:none}}.l-header__spMenu{background-color:rgba(0,0,0,.56);display:none;height:calc(100vh - 3.625rem);height:calc(100dvh - 3.625rem);left:0;overflow:auto;position:absolute;top:100%;width:100%;z-index:1}@media print,screen and (min-width:64.0625rem){.l-header__spMenu{display:none}}.l-main:not(.l-main--top) .l-main__body{margin-left:auto;margin-right:auto;max-width:57.875rem;padding:2.125rem 1.5625rem 7.5rem}@media screen and (max-width:48rem){.l-main:not(.l-main--top) .l-main__body{padding:1.8125rem .625rem 7.5rem}}.l-footer__top{background-color:#e6ddcc}@media print,screen and (min-width:48.0625rem){.l-footer__top__inner{display:flex;justify-content:space-between;margin-left:auto;margin-right:auto;max-width:84.375rem;padding-bottom:1.8125rem;padding-left:1.5625rem;padding-right:1.5625rem;padding-top:2.25rem}.l-footer__top__info{display:flex;flex-direction:column}}@media screen and (max-width:48rem){.l-footer__top__info{padding:1.5625rem .625rem 1.1875rem}}.l-footer__top__logo{margin-bottom:1.125rem}.l-footer__top__address{margin-bottom:1rem}.l-footer__top__copy{margin-top:auto}@media print,screen and (min-width:48.0625rem){.l-footer__top__links{margin-left:1.875rem;margin-top:.25rem}}@media screen and (max-width:48rem){.l-footer__bottom{background-color:#e6ddcc}}.l-footer__bottom__inner{margin-left:auto;margin-right:auto;max-width:84.375rem}@media print,screen and (min-width:48.0625rem){.l-footer__bottom__inner{padding:1.4375rem 1.5625rem 1.5625rem}}@media screen and (max-width:48rem){.l-footer__bottom__inner{padding:1.25rem .625rem}}.o-reader{display:none;position:absolute}.o-logo img,.o-logo svg{display:block}.o-headLinks__body{display:flex;justify-content:flex-end}.o-headLinks__item{font-size:.75rem;line-height:1.6666666667;margin-top:0;padding-left:0}.o-headLinks__item:before{content:none}.o-headLinks__item:after{background-color:#b6c3c9;content:"";display:inline-block;height:.0625rem;margin-left:.3125rem;margin-right:.1875rem;margin-top:-.125rem;-webkit-transform:rotate(-54.1623470457deg);transform:rotate(-54.1623470457deg);vertical-align:middle;width:1.3877252069rem}.o-headLinks__item:last-child:after{content:none}.o-headLinks__link{color:#1a1a1a;text-decoration:none}.o-headLinks__link:visited{color:#1a1a1a}.o-headLinks__link:hover{color:#1a1a1a;text-decoration:underline}.o-siteBtns__body{display:flex;justify-content:flex-end}.o-siteBtns__item{margin-top:0;padding-left:0}.o-siteBtns__item:before{content:none}.o-siteBtns__item+.o-siteBtns__item{margin-left:1.25rem}.o-siteBtns__btn{background-color:#444;border:.125rem solid #444;border-radius:2.25rem;color:#fff;display:block;font-family:"Noto Serif JP",Yu Mincho,YuMincho,serif;font-size:1rem;font-weight:700;line-height:1.5;min-width:13.75rem;padding:.25rem .3125rem;position:relative;text-align:center;text-decoration:none;transition:background-color .3s cubic-bezier(.39,.575,.565,1),color .3s cubic-bezier(.39,.575,.565,1)}.o-siteBtns__btn:after{speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";display:inline-block;font-family:icomoon!important;font-size:.8125rem;font-style:normal;font-variant:normal;font-weight:400;height:.8125rem;line-height:1;margin-left:.375rem;margin-top:-.125rem;text-decoration:none;text-indent:0;text-transform:none;vertical-align:middle;width:.8125rem}.o-siteBtns__btn:visited{color:#fff}.o-siteBtns__btn:hover{background-color:#fff;color:#1a1a1a}.o-siteBtns__btn:focus-visible{background-color:#fff;color:#1a1a1a}.o-siteBtns__btn--association{background-color:#0a76b4;border-color:#0a76b4}.o-siteBtns__btn--chairpersons{background-color:#71594f;border-color:#71594f}.o-siteBtns__btn--general-affairs{background-color:#ded1bb;border-color:#ded1bb;color:#1a1a1a}.o-siteBtns__btn--general-affairs:visited{color:#1a1a1a}.o-spNav{background-color:#fff}.o-spNav__item{display:flex;flex-wrap:wrap;margin-top:0;padding-left:0}.o-spNav__item:before{content:none}.o-spNav__item+.o-spNav__item{border-top:.0625rem solid #d4dce0}.o-spNav__link{align-items:center;color:#1a1a1a;display:flex;flex-grow:1;font-family:"Noto Serif JP",Yu Mincho,YuMincho,serif;font-size:1.25rem;font-weight:700;line-height:1.3;min-height:4rem;padding:.3125rem 2.8125rem .3125rem .625rem;text-decoration:none}.o-spNav__link:visited{color:#1a1a1a}.o-spNav__link:hover{color:#1a1a1a;text-decoration:none}.o-spNav__toggle{border-left:.0625rem solid #d4dce0;overflow:hidden;position:relative;width:2.8125rem}.o-spNav__toggle:after,.o-spNav__toggle:before{background-color:#869298;border-radius:.125rem;bottom:0;content:"";display:block;height:.125rem;left:0;margin:auto;position:absolute;right:0;top:0;transition:-webkit-transform .3s cubic-bezier(.39,.575,.565,1);transition:transform .3s cubic-bezier(.39,.575,.565,1);transition:transform .3s cubic-bezier(.39,.575,.565,1),-webkit-transform .3s cubic-bezier(.39,.575,.565,1);width:1.125rem}.o-spNav__toggle:not(.is-open):before{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.o-spNav__child{border-top:.0625rem solid #d4dce0;display:none;margin-left:0;margin-top:0;width:100%}.o-spNav__child__item{margin-top:0;padding-left:0}.o-spNav__child__item:before{content:none}.o-spNav__child__item+.o-spNav__child__item{border-top:.0625rem solid #d4dce0}.o-spNav__child__link{align-items:center;background-color:#f4f5f5;color:#333d43;display:flex;font-size:1.125rem;line-height:1.2777777778;min-height:3.75rem;padding:.3125rem 2.8125rem .5625rem 1.125rem;position:relative;text-decoration:none;width:100%}.o-spNav__child__link:after{speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;bottom:0;content:"";font-family:icomoon!important;font-size:.625rem;font-style:normal;font-variant:normal;font-weight:400;height:.625rem;line-height:1;margin-bottom:auto;margin-top:auto;position:absolute;right:1.1875rem;text-indent:0;text-transform:none;top:0}.o-spNav__child__link:visited{color:#333d43}.o-spNav__child__link:hover{color:#333d43;text-decoration:none}.o-spNav__other{border-top:.0625rem solid #d4dce0;padding:2.5rem .625rem}.o-navToggle{display:flex;font-size:.625rem;height:3.4375rem;line-height:1;position:relative;width:4rem}.o-navToggle .i-navToggle{display:block}.o-navToggle.is-open .i-navToggle__menu,.o-navToggle:not(.is-open) .i-navToggle__close{display:none}.o-navGlobal{background-color:#ded1bb;background-image:url(images/img_pattern_general-affairs.png?v181d1c2a7a0);background-position:top;background-size:10rem 9.1875rem;display:flex}.o-navGlobal__body{display:flex;justify-content:center;margin-left:auto;margin-right:auto;max-width:57.875rem;min-height:6.125rem;padding-left:1.5625rem;padding-right:1.5625rem;width:100%}.o-navGlobal__body:before{-ms-grid-row-align:center;align-self:center;background-color:#cea76a;content:"";display:block;height:1.5rem;width:.0625rem}.o-navGlobal__item{display:flex;flex-grow:1;margin-top:0;padding-left:0}.o-navGlobal__item:before{content:none}.o-navGlobal__item:after{-ms-grid-row-align:center;align-self:center;background-color:#cea76a;content:"";display:block;height:1.5rem;width:.0625rem}.o-navGlobal__link{align-items:center;display:flex;font-family:"Noto Serif JP",Yu Mincho,YuMincho,serif;font-size:.875rem;font-weight:700;line-height:1.3571428571;padding:.75rem .375rem .625rem;position:relative;text-decoration:none;width:100%}.o-navGlobal__link:before{background-color:#cea76a;bottom:0;content:"";display:block;height:.25rem;left:0;opacity:0;position:absolute;right:0;transition:opacity .3s cubic-bezier(.39,.575,.565,1)}.o-navGlobal__link:after{content:none!important}.o-navGlobal__link:hover{text-decoration:none}.o-navGlobal__link:hover:before{opacity:1}.o-navGlobal__link.is-active:before{opacity:1;transition:none}.o-navGlobal__link,.o-navGlobal__link:hover,.o-navGlobal__link:visited{color:#1a1a1a}.o-navGlobal__link__text{align-items:center;display:flex;justify-content:center;padding-bottom:.4375rem;padding-top:.375rem;text-align:center;transition:background-color .3s cubic-bezier(.39,.575,.565,1);width:100%}.o-navGlobal__link.is-active .o-navGlobal__link__text,.o-navGlobal__link:hover .o-navGlobal__link__text{background-color:#d3c3a8}.o-navGlobal__link.is-active .o-navGlobal__link__text{transition:none}.o-pageTitle{background-color:#1a1a1a;background-image:url(images/img_pageTitle_pc.jpg?v1823f0e7b90);background-position:bottom;background-size:cover;color:#fff;display:flex;position:relative;z-index:1}.o-pageTitle:before{background-color:#000;bottom:0;content:"";left:0;opacity:.56;position:absolute;right:0;top:0;z-index:-1}.o-pageTitle__ttl{align-items:center;display:flex;font-family:"Noto Serif JP",Yu Mincho,YuMincho,serif;font-size:2.25rem;font-weight:700;justify-content:center;line-height:1.3055555556;margin-left:auto;margin-right:auto;max-width:57.875rem;min-height:8.75rem;padding:1.25rem 1.5625rem 1.875rem;width:100%}@media screen and (max-width:48rem){.o-pageTitle__ttl{font-size:1.75rem;line-height:.9285714286;min-height:7.5rem;padding:1.375rem .625rem 1.75rem}}.o-breadCrumb__body{display:flex;flex-wrap:wrap;margin-left:auto;margin-right:auto;margin-top:-.375rem;max-width:57.875rem;padding:.6875rem 1.5625rem}@media screen and (max-width:48rem){.o-breadCrumb__body{padding:.6875rem .625rem}}.o-breadCrumb__item{color:#565656;font-size:.875rem;line-height:1.2857142857;margin-top:.375rem;padding-left:0;padding-right:.9375rem}.o-breadCrumb__item:before{content:none}.o-breadCrumb__item:after{border-color:#b6c3c9;border-style:solid;border-width:.0625rem .0625rem 0 0;content:"";display:inline-block;height:.5303125rem;margin-left:.625rem;margin-top:-.125rem;-webkit-transform:rotate(45deg);transform:rotate(45deg);vertical-align:middle;width:.5303125rem}.o-breadCrumb__item:last-child{padding-right:0}.o-breadCrumb__item:last-child:after{content:none}.o-breadCrumb__link{color:#565656;text-decoration:underline}.o-breadCrumb__link:visited{color:#565656}.o-breadCrumb__link:hover{color:#565656;text-decoration:none}.o-returnTop{align-items:center;background-color:#fff;border:.0625rem solid #fff;border-radius:.3125rem 0 0 .3125rem;border-right-width:0;box-shadow:0 .1875rem .375rem 0 rgba(0,0,0,.16);color:#1a1a1a;display:flex;font-family:"Noto Serif JP",Yu Mincho,YuMincho,serif;font-size:.875rem;font-weight:700;height:8.625rem;line-height:1;padding:.4375rem .375rem;text-align:center;text-decoration:none;transition:background-color .3s cubic-bezier(.39,.575,.565,1),border-color .3s cubic-bezier(.39,.575,.565,1);width:2.4375rem;-webkit-writing-mode:vertical-rl;-ms-writing-mode:tb-rl;writing-mode:vertical-rl}.o-returnTop:before{speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";display:inline-block;font-family:icomoon!important;font-size:.8125rem;font-style:normal;font-variant:normal;font-weight:400;line-height:1;margin-bottom:.5rem;text-indent:0;text-transform:none;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);-webkit-writing-mode:horizontal-tb;-ms-writing-mode:lr-tb;writing-mode:horizontal-tb}.o-returnTop:visited{color:#1a1a1a}.o-returnTop:hover{background-color:#f5f7f8;border-color:#d4dce0;color:#1a1a1a;text-decoration:none}.o-footerLogos__item{margin-top:0;padding-left:0}.o-footerLogos__item:before{content:none}.o-footerLogos__item a{display:block}.o-footerLogos__item svg{display:block;height:3.25rem;width:auto}@media screen and (max-width:48rem){.o-footerLogos__item svg{height:2.25rem}}.o-address{font-size:.875rem;line-height:1.8571428571}.o-copyright{color:#3d4f58;display:block;font-size:.625rem;line-height:1.6}.o-footerNav{display:flex}.o-footerNav__row{margin-top:0}@media print,screen and (min-width:48.0625rem){.o-footerNav__row+.o-footerNav__row{margin-left:2.5rem}}@media screen and (max-width:48rem){.o-footerNav__row{border-top:.0625rem solid #b6c3c9;width:50%}.o-footerNav__row+.o-footerNav__row{border-left:.0625rem solid #b6c3c9}}.o-footerNav__item{margin-top:0;padding-left:0}.o-footerNav__item:before{content:none}@media print,screen and (min-width:48.0625rem){.o-footerNav__item{font-size:1rem;line-height:1.875}.o-footerNav__item+.o-footerNav__item{margin-top:.375rem}}@media screen and (max-width:48rem){.o-footerNav__item{border-bottom:.0625rem solid #b6c3c9}}.o-footerNav__link{color:#1a1a1a;text-decoration:none}.o-footerNav__link:visited{color:#1a1a1a}.o-footerNav__link:hover{color:#1a1a1a;text-decoration:underline}@media screen and (max-width:48rem){.o-footerNav__link{align-items:center;display:flex;font-size:1rem;line-height:1.5;min-height:3.4375rem;padding:.1875rem .625rem .25rem}.o-footerNav__link:hover{color:#1a1a1a;text-decoration:none}.o-otherLinks{background-color:#fff;border-radius:.3125rem;padding:.8125rem 1.25rem .75rem}.o-otherLinks--header{background-color:#f4f5f5}}.o-otherLinks__body{display:flex}@media print,screen and (min-width:48.0625rem){.o-otherLinks__body{justify-content:center}}@media screen and (max-width:48rem){.o-otherLinks__body{flex-wrap:wrap;margin-top:-1.125rem}}.o-otherLinks__item{margin-top:0;padding-left:0}.o-otherLinks__item:before{content:none}.o-otherLinks__item:after{background-color:#b6c3c9;content:"";display:inline-block;height:.0625rem;margin-left:.3125rem;margin-right:.1875rem;margin-top:-.125rem;-webkit-transform:rotate(-54.1623470457deg);transform:rotate(-54.1623470457deg);vertical-align:middle;width:1.3877252069rem}.o-otherLinks__item:last-child:after{content:none}@media print,screen and (min-width:48.0625rem){.o-otherLinks__item{font-size:.875rem;line-height:1.4285714286}}@media screen and (max-width:48rem){.o-otherLinks__item{font-size:.875rem;line-height:1.4285714286;margin-top:1.125rem}.o-otherLinks__item:after{background-color:#b6c3c9;content:"";display:inline-block;height:.0625rem;margin-left:-.125rem;margin-right:-.125rem;margin-top:-.25rem;-webkit-transform:rotate(-54.1623470457deg);transform:rotate(-54.1623470457deg);vertical-align:middle;width:1.3877252069rem}.o-otherLinks__item:last-child:after{content:none}}.o-otherLinks__link{color:#1a1a1a;text-decoration:none}.o-otherLinks__link:visited{color:#1a1a1a}.o-otherLinks__link:hover{color:#1a1a1a;text-decoration:underline}.o-tabs{display:flex}.o-tabs__item{display:flex;margin-top:0;max-width:10.25rem;padding-left:0;width:100%}.o-tabs__item:before{content:none}.o-tabs__item+.o-tabs__item{margin-left:.3125rem}@media screen and (max-width:48rem){.o-tabs__item+.o-tabs__item{margin-left:.125rem}}.o-tabs__btn{align-items:center;border-top-style:solid;border-top-width:.1875rem;box-shadow:0 .1875rem .375rem 0 rgba(64,46,26,.16);color:#fff;display:flex;flex-wrap:wrap;font-family:"Noto Serif JP",Yu Mincho,YuMincho,serif;font-size:1rem;font-weight:700;justify-content:center;line-height:1.5;padding:.625rem .625rem .8125rem;text-decoration:none;transition:background-color .3s cubic-bezier(.39,.575,.565,1),color .3s cubic-bezier(.39,.575,.565,1);width:100%}@media screen and (max-width:48rem){.o-tabs__btn{font-size:.75rem;line-height:1.0833333333;padding:.625rem .625rem .6875rem}}.o-tabs__btn:visited{color:#fff}.o-tabs__btn:hover{color:#fff;text-decoration:none}.o-tabs__btn.is-active{background-color:#fff;color:#1a1a1a}.o-tabs__btn--all{border-top-color:#c34c29}.o-tabs__btn--all:not(.is-active){background-color:#c34c29}.o-tabs__btn--association{border-top-color:#0a76b4}.o-tabs__btn--association:not(.is-active){background-color:#0a76b4}.o-tabs__btn--chairpersons{border-top-color:#71594f}.o-tabs__btn--chairpersons:not(.is-active){background-color:#71594f}.o-tabs__btn--general-affairs{border-top-color:#ded1bb;color:#1a1a1a}.o-tabs__btn--general-affairs:hover,.o-tabs__btn--general-affairs:visited{color:#1a1a1a}.o-tabs__btn--general-affairs:not(.is-active){background-color:#ded1bb}.o-topButton{background-color:#fff;border:.0625rem solid #fff;border-radius:3.125rem;box-shadow:0 .1875rem .375rem 0 rgba(0,0,0,.16);color:#1a1a1a;font-family:"Noto Serif JP",Yu Mincho,YuMincho,serif;font-size:1rem;font-weight:700;line-height:1.5;min-width:12.875rem;padding:.75rem 3.125rem .75rem 1.875rem;position:relative;transition:background-color .3s cubic-bezier(.39,.575,.565,1),border-color .3s cubic-bezier(.39,.575,.565,1)}.o-topButton,.o-topButton:after{align-items:center;display:flex;justify-content:center;text-decoration:none}.o-topButton:after{speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#cea76a;border-radius:50%;bottom:0;color:#fff;content:"";font-family:icomoon!important;font-size:.8125rem;font-style:normal;font-variant:normal;font-weight:400;height:1.5rem;line-height:1;margin-bottom:auto;margin-top:auto;padding-left:.125rem;position:absolute;right:1rem;text-indent:0;text-transform:none;top:0;width:1.5rem}.o-topButton:visited{color:#1a1a1a}.o-topButton:hover{background-color:#f5f7f8;border-color:#d4dce0;color:#1a1a1a;text-decoration:underline}.o-topButton:hover:after{text-decoration:none}.o-box{border:.125rem solid #d4dce0;border-radius:.3125rem;padding:.875rem 1.4375rem 1.25rem}.o-box--fill{background-color:#f5f7f8;border-color:#f5f7f8}*+.o-box{margin-top:1.875rem}.o-box__head{font-family:"Noto Serif JP",Yu Mincho,YuMincho,serif;font-size:1.25rem;font-weight:700;line-height:1.5;margin-bottom:.375rem}*+.o-linkBtns{margin-top:1.875rem}.o-linkBtns li{margin-top:0;padding-left:0}.o-linkBtns li:before{content:none}.o-linkBtns li+li{margin-top:1.25rem}.o-linkBtns a{border:.0625rem solid #d4dce0;border-radius:.3125rem;box-shadow:0 .1875rem .375rem 0 rgba(0,0,0,.16);color:#1a1a1a;display:flex;font-size:1rem;line-height:1.5;padding:.4375rem 2.4375rem .5625rem 2.625rem;position:relative;text-decoration:none;transition:background-color .3s cubic-bezier(.39,.575,.565,1)}.o-linkBtns a:after{content:none!important}.o-linkBtns a:visited{color:#1a1a1a}.o-linkBtns a:hover{background-color:#f5f7f8;color:#1a1a1a;text-decoration:underline}.o-linkBtns a:not([href*=".pdf"]):not([href*=".PDF"]):not([href*=".doc"]):not([href*=".DOC"]):not([href*=".xls"]):not([href*=".XLS"]):not([href*=".ppt"]):not([href*=".PPT"]):not([href*=".zip"]):not([href*=".ZIP"]):before{speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;align-items:center;background-color:#cea76a;border-radius:50%;color:#fff;content:"";display:flex;font-family:icomoon!important;font-size:.625rem;font-style:normal;font-variant:normal;font-weight:400;height:1.25rem;justify-content:center;left:.75rem;line-height:1;margin-bottom:auto;margin-top:auto;padding-left:.125rem;position:absolute;text-decoration:none;text-indent:0;text-transform:none;top:.625rem;width:1.25rem}.o-linkBtns a[href*=".DOC"]:before,.o-linkBtns a[href*=".PDF"]:before,.o-linkBtns a[href*=".PPT"]:before,.o-linkBtns a[href*=".XLS"]:before,.o-linkBtns a[href*=".ZIP"]:before,.o-linkBtns a[href*=".doc"]:before,.o-linkBtns a[href*=".pdf"]:before,.o-linkBtns a[href*=".ppt"]:before,.o-linkBtns a[href*=".xls"]:before,.o-linkBtns a[href*=".zip"]:before{background-size:cover;content:"";display:block;height:1.4375rem;left:.75rem;position:absolute;top:.5625rem;width:1.125rem}.o-linkBtns a[href*=".PDF"]:before,.o-linkBtns a[href*=".pdf"]:before{background-image:url(images/icon_pdf.svg?v181b8da4fe0)}.o-linkBtns a[href*=".DOC"]:before,.o-linkBtns a[href*=".doc"]:before{background-image:url(images/icon_word.svg?v181b8da9e00)}.o-linkBtns a[href*=".XLS"]:before,.o-linkBtns a[href*=".xls"]:before{background-image:url(images/icon_excel.svg?v181b8daec20)}.o-linkBtns a[href*=".PPT"]:before,.o-linkBtns a[href*=".ppt"]:before{background-image:url(images/icon_ppt.svg?v181b8d9ea50)}.o-linkBtns a[href*=".ZIP"]:before,.o-linkBtns a[href*=".zip"]:before{background-image:url(images/icon_zip.svg?v181b8d98c90)}@media print,screen and (min-width:48.0625rem){.o-linkBtns--sitemap{display:flex;flex-wrap:wrap;justify-content:space-between}.o-linkBtns--sitemap li.is-full{width:100%}.o-linkBtns--sitemap li:not(.is-full){width:calc(50% - .625rem)}}.o-columnBtns{display:flex;flex-wrap:wrap}.o-columnBtns li{display:flex;margin-top:0;padding-left:0}.o-columnBtns li:before{content:none}@media print,screen and (min-width:48.0625rem){.o-columnBtns--column2{margin-left:-1.25rem;margin-top:-1.25rem}*+.o-columnBtns--column2{margin-top:1.25rem}.o-columnBtns--column2 li{margin-left:1.25rem;margin-top:1.25rem;width:calc(50% - 1.25rem)}.o-columnBtns--column3{margin-left:-1.125rem;margin-top:-1.125rem}*+.o-columnBtns--column3{margin-top:1.375rem}.o-columnBtns--column3 li{margin-left:1.125rem;margin-top:1.125rem;width:calc(33.33% - 1.125rem)}}@media screen and (max-width:48rem){*+.o-columnBtns{margin-top:2.5rem}.o-columnBtns li{width:100%}.o-columnBtns li+li{margin-top:.625rem}}.o-columnBtns a{border:.0625rem solid #d4dce0;border-radius:.3125rem;box-shadow:0 .1875rem .375rem 0 rgba(0,0,0,.16);color:#1a1a1a;font-family:"Noto Serif JP",Yu Mincho,YuMincho,serif;font-size:1.25rem;font-weight:700;line-height:1.3;min-height:5.5rem;padding:1rem 3.125rem 1.0625rem 1.1875rem;position:relative;transition:background-color .3s cubic-bezier(.39,.575,.565,1);width:100%}.o-columnBtns a,.o-columnBtns a:before{align-items:center;display:flex;text-decoration:none}.o-columnBtns a:before{speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#cea76a;border-radius:50%;bottom:0;color:#fff;content:"";font-family:icomoon!important;font-size:.625rem;font-style:normal;font-variant:normal;font-weight:400;height:1.25rem;justify-content:center;line-height:1;margin-bottom:auto;margin-top:auto;padding-left:.125rem;position:absolute;right:1.125rem;text-indent:0;text-transform:none;top:0;width:1.25rem}.o-columnBtns a:after{content:none!important}.o-columnBtns a:visited{color:#1a1a1a}.o-columnBtns a:hover{background-color:#f5f7f8;color:#1a1a1a;text-decoration:underline}*+.mt-be-columns,*+.o-column{margin-top:3.125rem}@media print,screen and (min-width:48.0625rem){.o-column__body{display:flex;flex-wrap:wrap;margin-left:-.625rem;margin-right:-.625rem;margin-top:-1.875rem}.o-column__item{margin-top:1.875rem;padding-left:.625rem;padding-right:.625rem}.o-column--column2 .o-column__item{width:50%}.o-column--column3 .o-column__item{width:33.33%}}@media screen and (max-width:48rem){.o-column__item+.o-column__item{margin-top:3.125rem}}.mt-be-columns{display:flex}@media screen and (max-width:48rem){.mt-be-columns{display:block!important}}.mt-be-column{width:100%}@media screen and (max-width:48rem){.mt-be-column+.mt-be-column{margin-top:3.125rem}}@media print,screen and (min-width:48.0625rem){.mt-be-column+.mt-be-column{margin-left:1.25rem}}*+.o-scrollHint{margin-top:1.875rem}.o-scrollHint .scroll-hint-icon{top:calc(50% - 40px)}.o-scrollHint .scroll-hint-icon:before{height:1.875rem;width:1.875rem}.o-scrollHint .scroll-hint-text{margin-top:0}.o-mapWrap{position:relative}*+.o-mapWrap{margin-top:1.875rem}.o-mapWrap iframe{max-width:100%}.o-mainVisual{overflow:hidden;position:relative}.o-mainVisual__inner{max-width:87.5rem}@media screen and (max-width:48rem){.o-mainVisual__inner{padding-bottom:3rem}}.o-mainVisual__head{align-items:center;background-color:#fff;border:none;display:flex;font-family:"Noto Serif JP",Yu Mincho,YuMincho,serif;font-weight:400;justify-content:center;margin-bottom:0;position:relative;z-index:2}@media print,screen and (min-width:48.0625rem){.o-mainVisual__head{font-size:1.875rem;letter-spacing:.09em;line-height:1.8;padding:2.4285714286% 0 0;width:25%;-webkit-writing-mode:vertical-rl;-ms-writing-mode:tb-rl;writing-mode:vertical-rl}}@media screen and (max-width:87.5rem){.o-mainVisual__head{font-size:2.1428571429vw}}@media screen and (max-width:48rem){.o-mainVisual__head{font-size:1.1875rem;line-height:1.5789473684;order:2;padding:.9375rem .625rem 1.1875rem;text-align:center;width:100%}}.o-linkSection{background-color:#cea76a;background-image:url(images/img_pattern_general-affairs.png?v181d1c2a7a0);background-position:top;background-size:10rem 9.1875rem}.o-linkSection__inner{margin-left:auto;margin-right:auto;max-width:71.875rem}@media print,screen and (min-width:48.0625rem){.o-linkSection__inner{padding:2.8125rem 1.5625rem 3.5625rem}}@media screen and (max-width:48rem){.o-linkSection__inner{padding:1.875rem .625rem}}.o-bannerSection{background-color:#fff}.o-bannerSection__inner{margin-left:auto;margin-right:auto;max-width:65.375rem}@media print,screen and (min-width:48.0625rem){.o-bannerSection__inner{padding:2.5rem 1.5625rem}}@media screen and (max-width:48rem){.o-bannerSection__inner{padding:1.875rem .625rem}}.o-newsSection{background-color:#fff;background-image:url(images/img_pattern_info.jpg?v181d1c29800);background-position:top;background-size:15.625rem 15.625rem}.o-newsSection__inner{margin-left:auto;margin-right:auto;max-width:71.875rem}@media print,screen and (min-width:48.0625rem){.o-newsSection__inner{padding:4.8125rem 1.5625rem 4.3125rem}}@media screen and (max-width:48rem){.o-newsSection__inner{padding:3.8125rem .625rem 3.75rem}}.o-newsSection__head{border:none;font-family:"Noto Serif JP",Yu Mincho,YuMincho,serif;font-size:2rem;font-weight:700;line-height:1.25;margin-bottom:4.125rem;margin-left:auto;margin-right:auto;max-width:36.5rem;padding:0 4.6875rem;position:relative;text-align:center}@media screen and (max-width:48rem){.o-newsSection__head{font-size:1.75rem;line-height:1.2857142857;margin-bottom:2.3125rem;padding-left:2.8125rem;padding-right:2.8125rem}}.o-newsSection__head:after,.o-newsSection__head:before{background-image:url(images/icon_info_header.svg?v181aded8f20);background-size:cover;bottom:0;content:"";display:block;height:2.25rem;margin-bottom:auto;margin-top:auto;position:absolute;top:.375rem;width:3.5625rem}@media screen and (max-width:48rem){.o-newsSection__head:after,.o-newsSection__head:before{height:1.5rem;top:.625rem;width:2.375rem}}.o-newsSection__head:before{left:0}.o-newsSection__head:after{right:0;-webkit-transform:scaleX(-1);transform:scaleX(-1)}.o-newsSection--noTab .o-newsSection__head{margin-bottom:2.25rem}@media screen and (max-width:48rem){.o-newsSection--noTab .o-newsSection__head{margin-bottom:2rem}}.o-newsSection__head span{display:inline-block}.o-newsSection__more{display:flex;justify-content:center;margin-top:2.5rem}.o-magazineSection__inner{margin-left:auto;margin-right:auto;max-width:57.875rem}@media print,screen and (min-width:48.0625rem){.o-magazineSection__inner{padding:7.8125rem 1.5625rem 6.9375rem}}@media screen and (max-width:48rem){.o-magazineSection__inner{padding:2.5rem .625rem}}.o-mvSlider.splide{position:static}.o-mvSlider .splide__pagination{align-items:center;display:flex;justify-content:center;padding:0;position:static}.o-mvSlider .splide__pagination li{margin-top:0;padding-left:0}.o-mvSlider .splide__pagination li:before{content:none}.o-mvSlider .splide__pagination li+li{margin-left:.8125rem}@media screen and (max-width:48rem){.o-mvSlider .splide__pagination li+li{margin-left:.5rem}}.o-mvSlider .splide__pagination__page{align-items:center;background-color:transparent;border-radius:0;cursor:pointer;display:flex;height:1.25rem;justify-content:center;margin:0;opacity:1;padding:0;-webkit-transform:none;transform:none;transition:none;width:1.25rem}@media screen and (max-width:48rem){.o-mvSlider .splide__pagination__page{height:.75rem;width:.75rem}}.o-mvSlider .splide__pagination__page:before{background-color:#fdf8ef;border-radius:50%;content:"";height:.8125rem;transition:background-color .3s cubic-bezier(.39,.575,.565,1);width:.8125rem}@media screen and (max-width:48rem){.o-mvSlider .splide__pagination__page:before{height:.5rem;width:.5rem}}.o-mvSlider .splide__pagination__page.is-active:before{background-color:#cea76a}.o-mvSlider__track{overflow:visible}.o-mvSlider.is-initialized:not(.is-active) .o-mvSlider__list,.o-mvSlider:not(.is-initialized) .o-mvSlider__list{display:flex;flex-wrap:nowrap}.o-mvSlider__item{margin-top:0;padding-left:0;padding-top:38.5714285714%;position:relative}.o-mvSlider__item:before{content:none}.o-mvSlider.is-initialized:not(.is-active) .o-mvSlider__item,.o-mvSlider:not(.is-initialized) .o-mvSlider__item{flex-shrink:0;width:100%}.o-mvSlider__img{height:100%;left:0;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;position:absolute;top:0;width:100%}.o-mvSlider__caption{align-items:center;background-color:#1a1a1a;bottom:0;color:#fff;display:flex;font-size:1rem;left:0;line-height:1.125;min-height:2.375rem;padding:.5625rem .625rem .6875rem;position:absolute;width:100%}@media screen and (max-width:48rem){.o-mvSlider__caption{font-size:.75rem;line-height:1.1666666667;padding:.25rem .375rem .375rem}}.o-mvSlider__caption__text{overflow:hidden}@media print,screen and (min-width:48.0625rem){.o-mvSlider__caption__text{text-overflow:ellipsis;white-space:nowrap}}@media screen and (max-width:48rem){.o-mvSlider__caption__text{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box}}.o-mvSlider.is-initialized.is-active .o-mvSlider__control{align-items:center;bottom:0;display:flex;justify-content:center;position:absolute;right:0}@media print,screen and (min-width:48.0625rem){.o-mvSlider.is-initialized.is-active .o-mvSlider__control{background-color:hsla(0,0%,100%,.56);border-top-left-radius:.3125rem;padding:.625rem .875rem .625rem 1.0625rem}}@media screen and (max-width:48rem){.o-mvSlider.is-initialized.is-active .o-mvSlider__control{bottom:1rem;width:100%}}.o-mvSlider__playBtn{display:block;height:1.5rem;margin-left:.625rem;position:relative;width:1.5rem}@media screen and (max-width:48rem){.o-mvSlider__playBtn{height:1rem;margin-left:.5rem;width:1rem}}.o-mvSlider__playBtn:after,.o-mvSlider__playBtn:before{bottom:0;content:"";display:block;margin-bottom:auto;margin-top:auto;position:absolute;top:0}.o-mvSlider__playBtn:not(.is-paused):after,.o-mvSlider__playBtn:not(.is-paused):before{background-color:#cea76a;height:1rem;width:.1875rem}@media screen and (max-width:48rem){.o-mvSlider__playBtn:not(.is-paused):after,.o-mvSlider__playBtn:not(.is-paused):before{height:.625rem;width:.125rem}}.o-mvSlider__playBtn:not(.is-paused):before{left:.4375rem}@media screen and (max-width:48rem){.o-mvSlider__playBtn:not(.is-paused):before{left:.3125rem}}.o-mvSlider__playBtn:not(.is-paused):after{left:.875rem}@media screen and (max-width:48rem){.o-mvSlider__playBtn:not(.is-paused):after{left:.5625rem}}.o-mvSlider__playBtn.is-paused:after,.o-mvSlider__playBtn.is-paused:before{border-color:transparent transparent transparent #cea76a;border-style:solid;border-width:.5rem 0 .5rem .875rem;height:0;left:.375rem;width:0}@media screen and (max-width:48rem){.o-mvSlider__playBtn.is-paused:after,.o-mvSlider__playBtn.is-paused:before{border-width:.3125rem 0 .3125rem .5rem;left:.375rem}}.o-bannerItems__body{display:flex;flex-wrap:wrap;justify-content:center}@media print,screen and (min-width:48.0625rem){.o-bannerItems__body{margin-left:-.375rem;margin-right:-.375rem;margin-top:-.75rem}}@media screen and (max-width:48rem){.o-bannerItems__body{margin-left:-.3125rem;margin-right:-.3125rem;margin-top:-.625rem}}@media print,screen and (min-width:48.0625rem){.o-bannerItems__item{margin-top:.75rem;padding-left:.375rem;padding-right:.375rem;width:25%}}@media screen and (max-width:48rem){.o-bannerItems__item{margin-top:.625rem;padding-left:.3125rem;padding-right:.3125rem;width:50%}}.o-bannerItems__item:before{content:none}.o-bannerItems__item a{display:block}.o-bannerItems__item a:after{content:none!important}.o-bannerItems__item a img{width:100%}.o-bannerItems__item a:hover img{opacity:.7}@media print,screen and (min-width:48.0625rem){.o-pageLinks__body{display:flex;flex-wrap:wrap;margin-left:-.625rem;margin-right:-.625rem;margin-top:-1.25rem}.o-pageLinks__body--center{justify-content:center}}.o-pageLinks__item{margin-top:0;padding-left:0}.o-pageLinks__item:before{content:none}@media print,screen and (min-width:48.0625rem){.o-pageLinks__item{display:flex;margin-top:1.25rem;padding-left:.625rem;padding-right:.625rem;width:25%}}@media screen and (max-width:48rem){.o-pageLinks__item+.o-pageLinks__item{margin-top:.625rem}}.o-pageLink{background-color:#fff;border-radius:.3125rem;box-shadow:0 .1875rem .375rem 0 rgba(0,0,0,.16);color:#1a1a1a;display:flex;flex-direction:column;overflow:hidden;text-decoration:none;width:100%}.o-pageLink:after{content:none!important}.o-pageLink:visited{color:#1a1a1a}.o-pageLink:hover{color:#1a1a1a;text-decoration:none}.o-pageLink__label{align-items:center;display:flex;flex-wrap:wrap;font-family:"Noto Serif JP",Yu Mincho,YuMincho,serif;font-size:1.25rem;font-weight:700;line-height:1.3;min-height:5.25rem;padding:1.0625rem 3.125rem .9375rem 1.25rem;position:relative;transition:background-color .3s cubic-bezier(.39,.575,.565,1),border-color .3s cubic-bezier(.39,.575,.565,1)}.o-pageLink__label:after{speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;align-items:center;background-color:#cea76a;border-radius:50%;bottom:0;color:#fff;content:"";display:flex;font-family:icomoon!important;font-size:.625rem;font-style:normal;font-variant:normal;font-weight:400;height:1.25rem;justify-content:center;line-height:1;margin-bottom:auto;margin-top:auto;padding-left:.125rem;position:absolute;right:1.25rem;text-decoration:none;text-indent:0;text-transform:none;top:0;width:1.25rem}.o-pageLink:hover .o-pageLink__label{background-color:#f5f7f8;text-decoration:underline}.o-pageLink__desc{align-items:center;background-color:#f5eddf;display:flex;flex-grow:1;font-size:.875rem;line-height:1.7142857143;margin-top:0;padding:.5625rem 1.25rem .8125rem}.o-pageLink:hover .o-pageLink__desc{text-decoration:underline}.o-magazineBox{background-color:#fff;box-shadow:0 .1875rem .375rem 0 rgba(0,0,0,.16);display:flex;flex-wrap:wrap}.o-magazineBox__text{background-color:#fff;order:1;padding:3.6875rem 1.5625rem 3.375rem;width:61.6438356164%;z-index:1}@media screen and (max-width:48rem){.o-magazineBox__text{order:2;padding:1.3125rem .625rem 1.875rem;width:100%;z-index:2}}.o-magazineBox__ttl{border:none;font-family:inherit;font-size:1rem;line-height:1.5;margin-bottom:1.875rem;padding:0}@media screen and (max-width:48rem){.o-magazineBox__ttl{margin-bottom:1.125rem}}.o-magazineBox__ttl__top{display:block;margin-bottom:.6875rem;text-align:center}@media screen and (max-width:48rem){.o-magazineBox__ttl__top{margin-bottom:.1875rem}}.o-magazineBox__ttl__top svg{height:1.75rem}@media screen and (max-width:48rem){.o-magazineBox__ttl__top svg{height:1.25rem}}.o-magazineBox__ttl__bottom{display:block;font-family:"Noto Serif JP",Yu Mincho,YuMincho,serif;font-size:2.5rem;font-weight:700;line-height:1;text-align:center}@media screen and (max-width:48rem){.o-magazineBox__ttl__bottom{font-size:1.875rem;line-height:1}}.o-magazineBox__btn{display:flex;justify-content:center}.o-magazineBox__img{background-color:#cea76a;order:2;position:relative;text-align:center;width:38.3561643836%;z-index:2}@media screen and (max-width:48rem){.o-magazineBox__img{height:7.5rem;order:1;width:100%;z-index:1}}.o-magazineBox__img img{margin:auto;position:absolute}@media print,screen and (min-width:48.0625rem){.o-magazineBox__img img{bottom:-11.3095238095%;left:-11.6071428571%;max-width:none;right:-8.630952381%;top:-14.880952381%;width:120.2380952381%}}@media screen and (max-width:48rem){.o-magazineBox__img img{bottom:-4.5625rem;left:0;position:absolute;right:1.25rem;top:-1rem;width:14.5rem}}.o-newsArea__body{background-color:#fff;padding-top:2.75rem;position:relative}@media screen and (max-width:48rem){.o-newsArea__body{padding-top:1.875rem}}.o-newsArea__body[aria-hidden=true]{display:none}.o-newsArea--top .o-newsArea__body{border-radius:.3125rem;box-shadow:0 .1875rem .375rem 0 rgba(64,46,26,.16);padding:1.5rem 1.875rem 1.3125rem}@media screen and (max-width:48rem){.o-newsArea--top .o-newsArea__body{padding:.4375rem .625rem .75rem}}.o-newsArea--top .o-newsArea__tabs+.o-newsArea__body{border-radius:0 0 .3125rem .3125rem}.o-newsArea__pager{margin-top:4.375rem}@media screen and (max-width:48rem){.o-newsArea__pager{margin-top:3.4375rem}}.o-newsArea__yearly{margin-top:5rem}@media screen and (max-width:48rem){.o-newsArea__yearly{margin-top:3.75rem}}.o-newsList__item{margin-top:0;padding-left:0}.o-newsList__item:before{content:none}.o-newsList__item+.o-newsList__item{border-top:.0625rem solid #d4dce0}.o-newsArticle__inner{color:#1a1a1a;display:-ms-grid;display:grid;text-decoration:none}.o-newsArticle__inner:visited{color:#1a1a1a}.o-newsArticle__inner:hover{color:#1a1a1a;text-decoration:none}@media print,screen and (min-width:48.0625rem){.o-newsArticle__inner{-ms-grid-rows:-webkit-max-content;-ms-grid-rows:max-content;-ms-grid-columns:-webkit-max-content 4.1465766635% -webkit-max-content 3.8572806172% 1fr;-ms-grid-columns:max-content 4.1465766635% max-content 3.8572806172% 1fr;grid-template:" date        ...                                        label       ....                                       ttl " max-content/max-content 4.1465766635% -webkit-max-content 3.8572806172% 1fr;grid-template:" date        ...                                        label       ....                                       ttl " max-content/max-content 4.1465766635% max-content 3.8572806172% 1fr;padding-bottom:.9375rem;padding-left:.1875rem;padding-top:.8125rem}}@media screen and (max-width:48rem){.o-newsArticle__inner{-ms-grid-rows:-webkit-max-content .75rem -webkit-max-content;-ms-grid-rows:max-content .75rem max-content;-ms-grid-columns:-webkit-max-content 1.1875rem 1fr;-ms-grid-columns:max-content 1.1875rem 1fr;grid-template:" date        ...             label " -webkit-max-content " ....        ....            ....  " .75rem " ttl         ttl             ttl   " max-content/max-content 1.1875rem 1fr;grid-template:" date        ...             label " max-content " ....        ....            ....  " .75rem " ttl         ttl             ttl   " max-content/max-content 1.1875rem 1fr;padding-bottom:1.375rem;padding-left:.5625rem;padding-top:.9375rem}}.o-newsArticle__date{align-self:flex-start;color:#627077;font-size:1.125rem;font-weight:700;grid-area:date;line-height:1.6666666667}.o-newsArticle__label{align-self:flex-start;background-color:#1a1a1a;color:#fff;font-size:.75rem;font-weight:700;grid-area:label;line-height:1;margin-top:.1875rem;padding:.4375rem .625rem;text-align:center;width:7.25rem}.o-newsArticle__label--association{background-color:#0a76b4}.o-newsArticle__label--chairpersons{background-color:#71594f}.o-newsArticle__label--general-affairs{background-color:#ded1bb;color:#1a1a1a}.o-newsArticle__ttl{align-self:flex-start;font-size:1rem;grid-area:ttl;line-height:1.5;margin-top:0;padding-right:2.1875rem;position:relative}@media print,screen and (min-width:48.0625rem){.o-newsArticle__date{-ms-grid-column:1;-ms-grid-row:1}.o-newsArticle__label{-ms-grid-column:3;-ms-grid-row:1}.o-newsArticle__ttl{-ms-grid-column:5;-ms-grid-row:1}}@media screen and (max-width:48rem){.o-newsArticle__date{-ms-grid-column:1;-ms-grid-row:1}.o-newsArticle__label{-ms-grid-column:3;-ms-grid-row:1}.o-newsArticle__ttl{-ms-grid-column-span:3;-ms-grid-column:1;-ms-grid-row:3}}@media print,screen and (min-width:48.0625rem){.o-newsArticle__ttl{margin-top:.25rem}}@media screen and (max-width:48rem){.o-newsArticle__ttl{padding-right:1.5625rem}}.o-newsArticle__ttl:after{speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;bottom:0;content:"";font-family:icomoon!important;font-size:.8125rem;font-style:normal;font-variant:normal;font-weight:400;height:1em;line-height:1;margin-bottom:auto;margin-top:auto;position:absolute;right:.9375rem;text-decoration:none;text-indent:0;text-transform:none;top:0}@media screen and (max-width:48rem){.o-newsArticle__ttl:after{right:.25rem;top:.25rem}}.o-newsArticle__inner:hover .o-newsArticle__ttl{text-decoration:underline}.o-pagination{display:flex;flex-wrap:wrap}.o-pagination__btn{margin-top:0;max-width:12.75rem;padding-left:0;width:calc(50% - .5rem)}.o-pagination__btn:before{content:none}@media screen and (max-width:48rem){.o-pagination__btn{max-width:10.625rem;min-width:10.3125rem}}.o-pagination__btn a{background-color:#fff;border:.0625rem solid #d4dce0;border-radius:.3125rem;box-shadow:0 .1875rem .375rem 0 rgba(0,0,0,.16);color:#1a1a1a;font-family:"Noto Serif JP",Yu Mincho,YuMincho,serif;font-size:1rem;font-weight:700;line-height:1.5;padding:.4375rem 2.8125rem .5625rem;position:relative;transition:background-color .3s cubic-bezier(.39,.575,.565,1)}.o-pagination__btn a,.o-pagination__btn a:before{align-items:center;display:flex;justify-content:center;text-decoration:none}.o-pagination__btn a:before{speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#cea76a;border-radius:50%;bottom:0;color:#fff;content:"";font-family:icomoon!important;font-size:.625rem;font-style:normal;font-variant:normal;font-weight:400;height:1.25rem;line-height:1;margin-bottom:auto;margin-top:auto;padding-left:.0625rem;position:absolute;text-indent:0;text-transform:none;top:0;width:1.25rem}.o-pagination__btn a:after{content:none!important}.o-pagination__btn a:visited{color:#1a1a1a}.o-pagination__btn a:hover{background-color:#f5f7f8;color:#1a1a1a;text-decoration:underline}.o-pagination__btn--prev a{padding-left:3.0625rem}.o-pagination__btn--prev a:before{left:.9375rem;-webkit-transform:scaleX(-1);transform:scaleX(-1)}.o-pagination__btn--next{margin-left:auto}.o-pagination__btn--next a{padding-right:3.0625rem}.o-pagination__btn--next a:before{right:.9375rem}.o-retirementSimulation__heading{font-size:1.125rem;font-weight:700;line-height:1.7777777778;margin-bottom:1.4375rem}.o-retirementSimulation__inner{border:.125rem solid #d4dce0;border-radius:.3125rem;overflow:hidden}@media print,screen and (min-width:56.3125rem){.o-retirementSimulation__group{display:flex}}.o-retirementSimulation__group+.o-retirementSimulation__group{border-top:.0625rem solid #d4dce0}.o-retirementSimulation__label{background-color:#f5f7f8;display:block;flex-shrink:0;font-family:"Noto Serif JP",Yu Mincho,YuMincho,serif;font-size:1.125rem;font-weight:700;line-height:1.3333333333;padding:1.625rem 2.125rem 1.875rem}@media print,screen and (min-width:56.3125rem){.o-retirementSimulation__label{width:31.4220183486%}}@media screen and (max-width:48rem){.o-retirementSimulation__label{border-bottom:.0625rem solid #d4dce0;padding:1.125rem .9375rem 1.3125rem}}.o-retirementSimulation__inputs{flex-grow:1;font-size:1.125rem;line-height:1.3333333333;padding:1.125rem 2.5rem 1.125rem 1.875rem}@media screen and (max-width:56.25rem){.o-retirementSimulation__inputs{padding:1.125rem .9375rem}}.o-retirementSimulation__inputs--fsSmall{font-size:1rem;line-height:1.5}.o-retirementSimulation__dates{display:flex;margin-top:0;max-width:33rem;width:100%}.o-retirementSimulation__date,.o-retirementSimulation__month,.o-retirementSimulation__year{align-items:center;display:flex;margin-top:0;padding-left:0;width:100%}.o-retirementSimulation__date:before,.o-retirementSimulation__month:before,.o-retirementSimulation__year:before{content:none}.o-retirementSimulation__year{max-width:11.5rem}@media screen and (max-width:48rem){.o-retirementSimulation__year{max-width:7.5rem}}.o-retirementSimulation__date,.o-retirementSimulation__month{margin-left:calc(50% - 12rem);max-width:6.25rem}@media screen and (max-width:48rem){.o-retirementSimulation__date,.o-retirementSimulation__month{margin-left:.9375rem;max-width:5.3125rem}}.o-retirementSimulation__select{border:.0625rem solid #d4dce0;border-radius:.3125rem;flex-grow:1;height:2.75rem;max-width:25rem;position:relative;z-index:1}.o-retirementSimulation__select:before{border-color:#cea76a transparent transparent;border-style:solid;border-width:.6875rem .375rem 0;bottom:0;content:"";display:block;height:0;margin-bottom:auto;margin-top:auto;position:absolute;right:.8125rem;top:.125rem;width:0;z-index:-1}@media screen and (max-width:48rem){.o-retirementSimulation__select:before{right:.5rem}}.o-retirementSimulation__select select{font-weight:700;height:100%;padding:.3125rem 1.875rem .4375rem .75rem;width:100%}@media screen and (max-width:48rem){.o-retirementSimulation__select select{padding-left:.4375rem;padding-right:1.5625rem}}.o-retirementSimulation__input{align-items:center;display:flex}.o-retirementSimulation__text{max-width:160px;width:100%}.o-retirementSimulation__text input{border:.0625rem solid #d4dce0;border-radius:.3125rem;font-weight:700;height:2.75rem;padding:.3125rem .75rem .4375rem;width:100%}@media screen and (max-width:48rem){.o-retirementSimulation__text input{padding-left:.4375rem;padding-right:.4375rem}}.o-retirementSimulation__text input[type=number]{-moz-appearance:textfield}.o-retirementSimulation__text input[type=number]::-webkit-inner-spin-button,.o-retirementSimulation__text input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.o-retirementSimulation__unit{font-size:1rem;line-height:1.5;margin-left:.5rem}.o-retirementSimulation__exclusions{margin-top:0}.o-retirementSimulation__exclusions__item{margin-top:0;padding-left:0}.o-retirementSimulation__exclusions__item:before{content:none}.o-retirementSimulation__exclusions__item+.o-retirementSimulation__exclusions__item{margin-top:1.25rem}.o-retirementSimulation__adjustment{max-width:25.5rem}@media screen and (max-width:48rem){.o-retirementSimulation__adjustment{max-width:12.1875rem}}.o-retirementSimulation__adjustment__body{display:flex;flex-wrap:wrap;margin-left:-1.875rem;margin-right:-1.875rem;margin-top:-1.8125rem}.o-retirementSimulation__adjustment__item{margin-top:1.8125rem;padding-left:1.875rem;padding-right:1.875rem;width:50%}@media screen and (max-width:48rem){.o-retirementSimulation__adjustment__item{width:100%}}.o-retirementSimulation__adjustment__item:before{content:none}.o-retirementSimulation__sum{border-top:.0625rem solid #d4dce0;margin-top:1.5625rem;padding-top:.9375rem}.o-retirementSimulation__desc{font-size:1rem;font-weight:700;line-height:1.5;margin-bottom:1.125rem}.o-retirementSimulation__error{background-color:#faf1ed;border-radius:.3125rem;color:#bf3b01;font-size:1rem;line-height:1.5;margin-top:1.25rem;padding:.625rem 1.25rem .75rem 3.25rem;position:relative}.o-retirementSimulation__error:before{speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#eb946d;content:"";display:inline-block;font-family:icomoon!important;font-size:1.375rem;font-style:normal;font-variant:normal;font-weight:400;height:1.375rem;line-height:1;margin-left:-2.125rem;margin-right:.625rem;margin-top:-.375rem;text-indent:0;text-transform:none;vertical-align:middle;width:1.5rem}.o-retirementSimulation__submit{display:flex;justify-content:center;margin-top:4.875rem}.o-retirementSimulation__submit__btn{align-items:center;background-color:#ded1bb;border:.125rem solid #ded1bb;border-radius:.3125rem;box-shadow:0 .1875rem .375rem 0 rgba(0,0,0,.16);color:#1a1a1a;display:flex;flex-wrap:wrap;font-family:"Noto Serif JP",Yu Mincho,YuMincho,serif;font-size:1.25rem;font-weight:700;justify-content:center;line-height:1.3;min-height:4.5rem;padding:.4375rem 4.1875rem .625rem 2.25rem;position:relative;text-align:center;transition:background-color .3s cubic-bezier(.39,.575,.565,1),color .3s cubic-bezier(.39,.575,.565,1)}.o-retirementSimulation__submit__btn:after{speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;bottom:0;content:"";display:block;font-family:icomoon!important;font-size:1.125rem;font-style:normal;font-variant:normal;font-weight:400;height:1.125rem;line-height:1;margin-bottom:auto;margin-top:auto;position:absolute;right:1.75rem;text-indent:0;text-transform:none;top:0;-webkit-transform:rotate(90deg);transform:rotate(90deg)}.o-retirementSimulation__submit__btn:hover{background-color:#fff;color:#1a1a1a}.o-retirementSimulation__result{margin-top:5rem}.o-exclusionItem{background-color:#f8f8f8;padding:1.25rem}@media screen and (max-width:48rem){.o-exclusionItem{padding-left:.9375rem;padding-right:.9375rem}}.o-exclusionItem__type{background-color:#fff;border:.0625rem solid #d4dce0;border-radius:.3125rem;height:2.75rem;max-width:16.25rem;position:relative;z-index:1}.o-exclusionItem__type:before{border-color:#cea76a transparent transparent;border-style:solid;border-width:.6875rem .375rem 0;bottom:0;content:"";display:block;height:0;margin-bottom:auto;margin-top:auto;position:absolute;right:.8125rem;top:.125rem;width:0;z-index:-1}@media screen and (max-width:48rem){.o-exclusionItem__type:before{right:.5rem}}.o-exclusionItem__type select{font-weight:700;height:100%;padding:.3125rem 1.875rem .4375rem .75rem;width:100%}@media screen and (max-width:48rem){.o-exclusionItem__type select{padding-left:.4375rem;padding-right:1.5625rem}}.o-exclusionItem__dates{margin-top:1rem}@media print,screen and (min-width:48.0625rem){.o-exclusionItem__dates{display:flex}}.o-exclusionItem__dates__label{display:flex;flex-shrink:0;font-size:.875rem;font-weight:700;line-height:2.2857142857}@media print,screen and (min-width:48.0625rem){.o-exclusionItem__dates__label{padding-right:1.125rem;width:5.625rem}}.o-exclusionItem__dates__label:after{content:"：";display:inline-block}@media print,screen and (min-width:48.0625rem){.o-exclusionItem__dates__label:after{margin-left:auto}}.o-exclusionItem__dates__body{flex-grow:1}.o-exclusionItem__dates__row{align-items:center;display:flex}.o-exclusionItem__dates__row+.o-exclusionItem__dates__row{margin-top:.625rem}.o-exclusionItem__dates__date,.o-exclusionItem__dates__month,.o-exclusionItem__dates__year{align-items:center;display:flex;font-size:1rem;line-height:2;width:100%}.o-exclusionItem__dates__year{max-width:7.5rem}@media screen and (max-width:48rem){.o-exclusionItem__dates__year{max-width:5.9375rem}}.o-exclusionItem__dates__date,.o-exclusionItem__dates__month{margin-left:.9375rem;max-width:5.25rem}@media screen and (max-width:48rem){.o-exclusionItem__dates__date,.o-exclusionItem__dates__month{margin-left:.625rem;max-width:4.6875rem}}.o-exclusionItem__dates__from{color:#869298;font-size:1rem;line-height:2;margin-left:.9375rem}@media screen and (max-width:48rem){.o-exclusionItem__dates__from{margin-left:.5rem}}.o-exclusionItem__dates__select{background-color:#fff;border:.0625rem solid #d4dce0;border-radius:.3125rem;flex-grow:1;height:2.25rem;position:relative;z-index:1}.o-exclusionItem__dates__select:before{border-color:#cea76a transparent transparent;border-style:solid;border-width:.6875rem .375rem 0;bottom:0;content:"";display:block;height:0;margin-bottom:auto;margin-top:auto;position:absolute;right:.8125rem;top:.125rem;width:0;z-index:-1}@media screen and (max-width:48rem){.o-exclusionItem__dates__select:before{right:.5rem}}.o-exclusionItem__dates__select select{height:100%;padding:.3125rem 1.875rem .4375rem .75rem;width:100%}@media screen and (max-width:48rem){.o-exclusionItem__dates__select select{padding-left:.4375rem;padding-right:1.5625rem}}.o-exclusionItem__dates--disabled .o-exclusionItem__dates__select{background-color:transparent}.o-exclusionItem__dates--disabled .o-exclusionItem__dates__select:before{border-color:#c5c8c9 transparent transparent}.o-exclusionItem__dates__unit{font-size:.875rem;line-height:2.2857142857;margin-left:.375rem}@media screen and (max-width:48rem){.o-exclusionItem__dates__unit{margin-left:.25rem}}.o-adjustmentItem{align-items:flex-start;display:flex;justify-content:space-between}.o-adjustmentItem__label{margin-right:.9375rem}.o-adjustmentItem__type{display:block;font-size:1rem;line-height:1.5}.o-adjustmentItem__price{color:#565656;display:block;font-size:.875rem;line-height:1.4285714286}.o-adjustmentItem__input{align-items:center;display:flex}.o-adjustmentItem__num{border:.0625rem solid #d4dce0;border-radius:.3125rem;font-size:1.125rem;font-weight:700;height:2.75rem;line-height:1.7777777778;padding:.3125rem .75rem .4375rem;text-align:right;width:4.75rem}.o-adjustmentItem__num[type=number]{-moz-appearance:textfield}.o-adjustmentItem__num[type=number]::-webkit-inner-spin-button,.o-adjustmentItem__num[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.o-adjustmentItem__unit{font-size:1rem;line-height:2;margin-left:.625rem}.o-monthSum{align-items:center;display:flex;justify-content:flex-end}.o-monthSum__label{color:#866019;font-size:1rem;font-weight:700;line-height:2;margin-right:1rem;margin-top:-.125rem}.o-monthSum__sum{align-items:center;display:flex}.o-monthSum__num{background-color:#f5f7f8;border:.0625rem solid #d4dce0;border-radius:.3125rem;display:block;font-size:1.125rem;font-weight:700;line-height:1.7777777778;min-width:4.75rem;padding:.1875rem .75rem .4375rem;text-align:right}.o-monthSum__unit{font-size:1rem;line-height:2;margin-left:.625rem;margin-top:-.125rem}.o-resultTable{background-color:#f5eddf;border:none;display:block;padding:.9375rem 1.25rem 1.25rem}.o-resultTable__caption{color:#1a1a1a;display:block;font-family:"Noto Serif JP",Yu Mincho,YuMincho,serif;font-size:1.375rem;font-weight:700;line-height:1.3636363636;margin-bottom:1.1875rem;text-align:center}.o-resultTable__caption span{display:inline-block}.o-resultTable__body{background-color:#fff;display:block;padding:1.875rem 2.8125rem}@media screen and (max-width:48rem){.o-resultTable__body{padding:.5625rem 1.25rem}}.o-resultTable__row{display:flex;flex-wrap:wrap;font-size:1.125rem;font-weight:700;line-height:1.7777777778;padding:.75rem 1.25rem .8125rem}@media screen and (max-width:48rem){.o-resultTable__row{padding-left:0;padding-right:0}}.o-resultTable__row+.o-resultTable__row{border-top:.125rem solid #c6b692}.o-resultTable__head{background-color:transparent;border:none;color:#866019;font-family:"Noto Serif JP",Yu Mincho,YuMincho,serif;padding:0 1.25rem 0 0;width:11.875rem}@media screen and (max-width:48rem){.o-resultTable__head{margin-bottom:.5625rem;padding-right:0;width:100%}}.o-resultTable__cell{border:none;flex-grow:1;padding:0}@media screen and (max-width:48rem){.o-resultTable__cell{width:100%}}.o-resultTable__cell__unit{font-size:1rem;font-weight:400;line-height:2}.o-resultTable__cell__time{font-weight:400}@media screen and (max-width:48rem){.u-pcOnly{display:none}}@media print,screen and (min-width:48.0625rem){.u-spOnly{display:none}}
