@charset "UTF-8";
/*
Theme Name: 自由民主党鳥取県支部連合会
Version: 2.0
*/
@font-face {
  font-weight: 900;
  font-family: 'Arca Majora 3';
  src: url("./fonts/ArcaMajora3-Heavy.woff2") format("woff2"), url("./fonts/ArcaMajora3-Heavy.woff") format("woff"), url("./fonts/ArcaMajora3-Heavy.eot") format("embedded-opentype");
}

body {
  color: #222;
  font-family: 'Noto Sans JP', sans-serif;
}

a {
  color: #0071bb;
  text-decoration: underline;
}

a:hover img {
  opacity: .6;
}

.container {
  max-width: 760px;
}

.skip-link {
  background-color: #fff;
  font-size: 1.125rem;
  padding: 1.5rem;
  position: absolute;
  right: 100%;
  top: 0;
  z-index: 100;
}

.skip-link:focus {
  right: auto;
}

.container-wrapper {
  margin-left: calc((-100vw + 100%) / 2);
  width: 100vw;
}

.ofi-cover {
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.button {
  border: 1px solid #007f41;
  color: #fff !important;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  line-height: 20px;
  min-height: 60px;
  min-width: 220px;
  overflow: hidden;
  padding: 20px 15px;
  position: relative;
  text-align: left;
  text-decoration: none !important;
  z-index: 1;
}

.button::before {
  content: "";
  position: absolute;
  width: 220%;
  max-width: 220%;
  height: 100%;
  bottom: 0;
  left: -120%;
  transition: 0.2s ease-out;
  background: linear-gradient(286deg, #007f41 50%, #15a054 50.1%);
  z-index: -1;
}

.members-index-item:hover .button-outline,
.button:hover {
  border-color: #15a054;
  box-shadow: 4px 4px 15px 0 rgba(0, 127, 65, 0.5);
}

.members-index-item:hover .button-outline::before,
.button:hover::before {
  left: 0;
}

.button-outline {
  color: #007f41 !important;
}

.button-outline::before {
  background: linear-gradient(286deg, #fff 50%, #15a054 50.1%);
}

.members-index-item:hover .button-outline,
.button-outline:hover {
  color: #fff !important;
}

.button-sm {
  font-size: 14px;
  min-height: 40px;
  min-width: 160px;
  padding: 10px 13px;
}

.button-icon-right::after {
  content: '';
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  height: .5em;
  margin-top: -.25em;
  position: absolute;
  right: 1em;
  top: 50%;
  transform: rotate(45deg);
  transition: right .3s .1s;
  width: .5em;
  z-index: 1;
}

.button-icon-right:hover::after {
  right: .5em;
}

.button-outline.button-icon-right::after {
  border-color: #007f41;
}

.button-outline.button-icon-right:hover::after {
  border-color: #fff;
}

.site-header {
  position: relative;
  z-index: 50;
}

.global-nav {
  padding: 0;
}

@media (min-width: 1200px) {
  .site-brand {
    margin: 0 0 0 30px;
  }
  .global-nav {
    height: 95px;
  }
  .global-nav a {
    text-decoration: none;
  }
  .global-nav .sub-menu {
    display: none;
  }
  .global-nav .menu > li {
    margin-top: 20.5px;
    position: relative;
  }
  .global-nav .menu > li a {
    position: relative;
    text-align: center;
    display: block;
    line-height: 54px;
    text-decoration: none;
    padding: 0 1.75em;
    transition: 0.1s ease;
    white-space: nowrap;
    font-size: 16px;
    overflow: hidden;
    transition: .2s ease-out;
  }
  .global-nav .menu > li > a {
    color: #222;
  }
  body.home .global-nav .menu > li > a {
    color: #fff;
  }
  .global-nav .sub-menu {
    position: absolute;
    display: block;
    padding: 0;
    pointer-events: none;
    top: 100%;
    left: 50%;
    opacity: 0;
    transform-origin: top center;
    transform: translate(-50%, 0) scaleY(0);
  }
  .global-nav .sub-menu li {
    display: block;
  }
  .global-nav .sub-menu li a {
    color: #222;
    background: #f1f1f1;
    width: 240px;
  }
  .global-nav .sub-menu li:nth-child(2n) a {
    background: #fff;
  }
  .global-nav .menu > li > a::after {
    content: "";
    display: block;
    width: 220%;
    height: 100%;
    background: linear-gradient(286deg, #15a054 50%, #007f41 50.1%);
    position: absolute;
    bottom: 0;
    left: -225%;
    z-index: -1;
    transition: none;
  }
  .global-nav .menu > li.current-menu-ancestor::before,
  .global-nav .menu > li.current-page-ancestor::before,
  .global-nav .menu > li.current-menu-item::before {
    content: "";
    position: absolute;
    width: 100%;
    max-width: 74px;
    height: 2px;
    bottom: 20.5px;
    left: 50%;
    transform: translate(-50%, 0);
    background: #007f41;
    z-index: 2;
  }
  .global-nav .menu > li:last-child {
    margin-top: 0;
    margin-left: 1em;
  }
  .global-nav .menu > li > a[href*="meyasubako"] {
    color: #fff;
    line-height: 95px;
    padding: 0 2.5em;
  }
  .global-nav .menu > li > a[href*="meyasubako"]::after {
    width: 400%;
    background: linear-gradient(286deg, #007f41 50%, #15a054 50.1%);
  }
  .global-nav .menu > li > a[href*="meyasubako"]::before {
    background: #fff;
  }
  .global-nav .menu > li:hover > a {
    color: #fff;
    box-shadow: 4px 4px 15px 0 rgba(0, 127, 65, 0.5);
  }
  .global-nav .menu > li:hover > a::after {
    transition: 0.3s ease-out;
    left: 0;
  }
  .global-nav .menu > li:hover > ul {
    display: block;
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, 0) scaleY(1);
    transition: 0.2s ease-out;
  }
  .global-nav .menu > li:hover > ul > li {
    overflow: hidden;
    margin: 0;
  }
  .global-nav .menu > li:hover > ul > li:hover > a {
    background: #c7e4d1;
  }
  .global-nav .menu > li:hover ul::after {
    content: "";
    width: 100%;
    position: absolute;
    z-index: -1;
    top: 1em;
    bottom: 0;
    display: block;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2);
  }
}

@media (max-width: 1199px) {
  .site-brand {
    margin: auto 0 auto 15px;
  }
  .site-brand-img {
    width: 150px;
  }
  .global-nav {
    height: 52px;
  }
  .global-nav .navbar-toggler {
    background-color: #007f41;
    border: none;
    border-radius: 0;
    height: 52px;
    width: 52px;
  }
  .global-nav .navbar-collapse {
    background-color: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
  }
  .global-nav .menu a {
    color: inherit;
    display: block;
    padding: 15px 30px;
    text-decoration: none;
  }
  .global-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .global-nav .menu > li + li {
    border-top: 1px solid #15a054;
  }
  .global-nav .menu > li > a {
    background-color: #007f41;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    position: relative;
  }
  .global-nav .menu > li > a::after {
    right: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .global-nav .menu > li:not(.menu-item-has-children) > a::after {
    content: '';
    background: url(./img/icon-angle-right.svg) no-repeat center center/100% auto;
    width: 5px;
    height: 9px;
    right: 32px;
  }
  .global-nav .menu > .menu-item-has-children > a::after {
    content: '';
    background: url(./img/icon-plus.svg) no-repeat center center/100% auto;
    width: 10px;
    height: 17px;
  }
  .global-nav .menu > .menu-item-has-children > a.is-active::after {
    content: '';
    background: url(./img/icon-minus.svg) no-repeat center center/100% auto;
    width: 7px;
    height: 17px;
  }
  .global-nav .sub-menu {
    display: none;
  }
  .global-nav .sub-menu li a {
    color: #222;
    background: #f1f1f1;
    font-size: 14px;
    padding-left: 40px;
    position: relative;
  }
  .global-nav .sub-menu li:nth-child(2n) a {
    background: #fff;
  }
  .global-nav .sub-menu li a:before {
    content: '▶︎ ';
    color: #007f41;
    font-size: 10px;
  }
}

.site-footer {
  background-color: #e6f2ec;
  padding: 205px 0 80px;
  position: relative;
}

.site-footer::before {
  border-top: 125px solid #fff;
  border-left: 100vw solid transparent;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  z-index: 1;
}

.footer-banner {
  margin: 0 0 55px;
}

.footer-logo {
  display: inline-block;
  margin: 0 0 25px;
}

.footer-address address {
  font-size: 14px;
  margin: 0 0 15px;
}

.footer-nav .menu {
  column-count: 3;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-nav .sub-menu {
  padding: 0 0 0 10px;
  list-style: none;
}

.footer-nav-title {
  margin: 0 0 5px;
}

.link-list {
  padding: 0;
  list-style: none;
}

.link-list ul {
  padding-left: 10px;
}

.link-list-facebook,
.link-list-youtube {
  padding: 0 0 0 10px;
}

.link-list li {
  font-size: 14px;
  font-weight: 700;
  line-height: 26px;
  margin: 0 0 0 10px;
  text-indent: -10px;
}

.link-list li::before {
  content: '▶︎ ';
  color: #007f41;
  font-size: 10px;
}

.link-list-facebook li,
.link-list-youtube li,
.link-list li li {
  font-weight: 400;
}

.link-list a {
  color: inherit;
  text-decoration: none;
}

.link-list a:hover {
  text-decoration: underline;
}

.link-list-youtube li::before {
  color: #f00;
}

.link-list-facebook li::before {
  color: #1877f2;
}

.site-copyright {
  color: #989898;
  display: block;
  font-size: 11px;
  margin: 70px 0 0;
  text-align: center;
}

@media (max-width: 991px) {
  .site-footer {
    padding: 73px 0 40px;
  }
  .site-footer::before {
    border-top-width: 33px;
  }
  .footer-banner {
    margin: 0 0 25px;
  }
  .footer-address {
    text-align: center;
  }
  .footer-logo {
    margin: 0 0 15px;
  }
  .footer-logo img {
    width: 150px;
  }
  .footer-address .button {
    margin: 0 auto;
    max-width: 255px;
  }
  .site-copyright {
    margin: 40px 0 0;
  }
}

.section-header {
  margin: 0 0 40px;
  position: relative;
}

.section-header > *:last-child {
  margin-bottom: 0;
}

.section-header-entitle {
  height: 80px;
  width: 100%;
}

.section-header-entitle text {
  fill: none;
  font-size: 80px;
  font-family: 'Arca Majora 3', sans-serif;
  stroke: #007f41;
  stroke-width: 1px;
}

.section-header-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  position: relative;
}

.section-header-entitle + .section-header-title {
  margin-top: 30px;
}

.section-header-text {
  font-size: 15px;
  font-weight: 500;
  line-height: 23px;
}

@media (max-width: 991px) {
  .section-header {
    margin: 0 0 30px;
  }
  .section-header-entitle {
    height: 50px;
  }
  .section-header-entitle text {
    font-size: 48px;
  }
  .section-header-title {
    font-size: 21px;
  }
  .section-header-text {
    font-size: 14px;
    line-height: 1.5;
  }
  .section-header-entitle + .section-header-title {
    margin-top: 15px;
  }
}

.page-header {
  color: #fff;
  height: 380px;
  position: relative;
  width: 100%;
}

.page-header-bg {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.page-header-bg::after {
  border-bottom: 125px solid #fff;
  border-left: 100vw solid transparent;
  bottom: 0;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  right: 0;
  width: 0;
}

.page-header-bg-img {
  height: 100%;
  object-fit: cover;
  object-position: right bottom;
  width: 100%;
  font-family: 'object-fit: cover;object-position: right bottom;';
}

.page-header-parent {
  bottom: 100%;
  position: absolute;
  left: 0;
}

.page-header .section-header-entitle + .section-header-title {
  margin-top: 15px;
}

.page-header .section-header-entitle text {
  stroke: #fff;
}

.page-header-bg.is-copyright::before {
  bottom: 140px;
  color: #fff;
  content: "\0a9鳥取県";
  font-size: 11px;
  position: absolute;
  right: 15px;
}

@media (max-width: 991px) {
  .page-header {
    height: 190px;
  }
  .page-header-bg::after {
    border-bottom-width: 33px;
  }
  .page-header .section-header {
    margin: 0;
  }
  .page-header .section-header-entitle + .section-header-title {
    margin-top: 10px;
  }
  .page-header-bg.is-copyright::before {
    bottom: 48px;
  }
}

.news-index-item {
  margin: 0 0 40px;
  position: relative;
}

.news-index-new::before {
  background-color: #c0272d;
  color: #fff;
  content: 'NEW';
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  height: 24px;
  line-height: 24px;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 40px;
  z-index: 5;
}

.news-index-new::after {
  border-top: 24px solid #c0272d;
  border-right: 6px solid transparent;
  content: '';
  display: block;
  height: 0;
  left: 40px;
  position: absolute;
  top: 0;
  width: 0;
  z-index: 5;
}

.news-index-item [class*="col-"],
.news-index-item .row {
  position: static;
}

.news-index-title {
  font-size: 15px;
  line-height: 21px;
}

a.news-index-link {
  color: inherit;
  text-decoration: none;
}

.news-index-link::after {
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 20;
}

.news-time {
  color: #989898;
  font-size: 13px;
  line-height: 23px;
}

.news-index-img {
  height: 0;
  padding-top: 66.666667%;
  position: relative;
  overflow: hidden;
  width: 100%;
}

.news-index-img .ofi-cover {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.news-index-item:hover .news-index-img::before {
  bottom: 0;
  background-color: rgba(0, 127, 65, 0.4);
  content: '';
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}

.news-index-item:hover .news-index-img::after {
  color: #fff;
  content: '記事を読む';
  font-size: 14px;
  font-weight: 700;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 15;
}

.news-index-item:hover .news-index-link:hover {
  text-decoration: underline;
}

.news-cat {
  height: 30px;
}

.news-cat-name {
  font-size: 13px;
  line-height: 23px;
}

.news-cat-icon {
  line-height: 1;
}

.news-important {
  background-color: #fff;
  margin: 0 0 40px;
}

.news-important-title {
  background-color: #c0272d;
  color: #fff;
  font-size: 14px;
  height: 60px;
  line-height: 20px;
  margin: 0;
  padding: 10px 20px;
  position: relative;
  width: 235px;
}

.news-important-title::after {
  border-bottom: 60px solid transparent;
  border-left: 20px solid #c0272d;
  content: '';
  position: absolute;
  left: 100%;
  top: 0;
}

.newslist-item {
  position: relative;
}

.newslist-detail {
  font-size: 15px;
  line-height: 21px;
  margin: 0;
}

a.newslist-link {
  color: inherit;
  text-decoration: none;
}

.newslist-link::after {
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.newslist-item:hover .newslist-link {
  text-decoration: underline;
}

.news-index-img .noimage {
  border: 1px solid #989898;
}

@media (min-width: 992px) {
  .newslist-item {
    height: 60px;
  }
}

@media (max-width: 991px) {
  .news-index {
    margin-bottom: 15px;
  }
  .news-index-item {
    margin-bottom: 15px;
  }
  .news-index-new::before {
    left: -15px;
    top: -12px;
  }
  .news-index-new::after {
    left: 25px;
    top: -12px;
  }
  .news-index-body {
    margin-left: -15px;
  }
  .news-index-title {
    font-size: 13px;
    line-height: 16px;
  }
  .news-time {
    font-size: 11px;
  }
  .news-cat-name {
    font-size: 12px;
  }
  .news-cat-icon img {
    width: 20px;
  }
  .news-important {
    margin: 50px 0 30px 0;
  }
  .news-important-title {
    height: 40px;
    left: 0;
    position: absolute;
    top: -20px;
    width: 150px;
    z-index: 1;
  }
  .news-important-title::after {
    border-bottom-width: 40px;
  }
  .newslist-item {
    background-color: #fff;
    margin-left: calc((-100vw + 100%) / 2);
    padding: 30px 15px 15px;
    width: 100vw;
  }
  .newslist-detail {
    width: 100%;
  }
}

.top-hero {
  margin: -95px 0 150px;
  position: relative;
  overflow: hidden;
}

.hero-slider .swiper-slide {
  height: 890px;
  margin: 0;
  width: 100%;
}

.hero-slider .swiper-slide::after {
  border-bottom: 125px solid #fff;
  border-left: 100vw solid transparent;
  bottom: 0;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  right: 0;
  width: 0;
}

.hero-slider .ofi-slider {
  bottom: 0;
  object-fit: cover;
  object-position: right bottom;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  font-family: 'object-fit: cover;object-position: right bottom;';
}

.hero-slider .figure-copyright {
  bottom: 130px;
  right: 150px;
}

.hero-slider .figure-caption {
  bottom: 130px;
  position: absolute;
  right: 30px;
}

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
.hero-slider .swiper-pagination-custom,
.hero-slider .swiper-pagination-fraction {
  bottom: 85px;
  display: inline-block;
  left: auto;
  right: 30px;
  width: auto;
}

.hero-slider .swiper-pagination-bullet {
  border: 1px solid #989898;
  background-color: transparent;
  border-radius: 0;
  opacity: 1;
}

.hero-slider .swiper-pagination-bullet-active {
  border-color: #007f41;
  background-color: #007f41;
}

.top-hero > .d-flex {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.hero-body {
  color: #fff;
  display: inline-block;
  letter-spacing: .01em;
  position: relative;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  z-index: 10;
}

.hero-title {
  font-size: 118px;
  font-weight: 900;
  line-height: 124px;
  margin: 0;
  position: relative;
  word-break: keep-all;
}

.hero-title-animation span {
  filter: blur(5px);
  line-height: 1;
  opacity: 0;
  transform: skewX(-80deg);
}

.hero-title-subline,
.hero-lead {
  color: #fff;
  font-size: 30px;
  font-weight: 900;
  margin-top: 10px;
  position: relative;
}

.hero-title-animation.hero-title-subline span {
  transform: skewX(-45deg);
}

.hero-title.run .hero-title-animation span {
  animation: in 0.25s ease-in-out;
  animation-fill-mode: forwards;
}

@keyframes in {
  to {
    opacity: 1;
    transform: skewX(0);
    filter: blur(0);
  }
}

@media (max-width: 991px) {
  .top-hero {
    margin: -52px 0 0;
  }
  .hero-slider .swiper-slide {
    height: 560px;
  }
  .hero-slider .swiper-slide::after {
    border-bottom-width: 33px;
  }
  .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
  .hero-slider .figure-caption {
    display: none;
  }
  .hero-slider .figure-copyright {
    bottom: 40px;
    right: 15px;
  }
  .hero-body {
    margin: 0 0 0 30px;
  }
  .hero-title {
    font-size: 49px;
    line-height: 52px;
    letter-spacing: .01em;
  }
  .hero-title-subline,
  .hero-lead {
    font-size: 16px;
    letter-spacing: .01em;
    margin-top: 5px;
  }
}

.top-about {
  padding: 0 0 120px;
  position: relative;
  z-index: 10;
}

.top-about::after {
  border-bottom: 125px solid #f8f8f7;
  border-right: 100vw solid transparent;
  bottom: 0;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  right: 0;
  width: 0;
  z-index: -1;
}

.top-about .section-header::before {
  bottom: 100%;
}

.about-img img {
  margin-top: -320px;
}

.about-body {
  background-color: #fff;
  margin: -125px 0 0;
  padding: 0 60px 60px;
}

.about-body .section-header-entitle {
  margin-top: -45px;
}

@media (max-width: 991px) {
  .top-about {
    padding: 0 0 50px;
  }
  .top-about::after {
    border-bottom-width: 33px;
  }
  .about-img {
    margin: 0 45px 0 -15px;
  }
  .about-img img {
    margin-top: -120px;
  }
  .about-body {
    margin: -50px 0 0;
    padding: 25px 30px 30px;
  }
  .about-body .section-header-entitle {
    margin-top: 0;
  }
}

.top-news {
  background-color: #f8f8f7;
  padding: 25px 0 100px;
}

@media (max-width: 991px) {
  .top-news {
    padding: 50px 0 80px;
  }
}

.top-members {
  padding: 0 0 100px;
}

.top-activity .container-xl,
.top-members .container-xl {
  position: relative;
}

.top-activity .container-xl::before,
.top-members .container-xl::before {
  background-color: rgba(0, 127, 65, 0.5);
  content: '';
  height: 200px;
  position: absolute;
  top: 15px;
  width: 200px;
  z-index: -1;
}

.top-members .container-xl::before {
  right: -45px;
}

.top-activity .container-xl::before {
  left: -45px;
}

.top-activity .section-header-entitle text,
.top-members .section-header-entitle text {
  stroke: #fff;
}

.members-index-item {
  margin: 0 0 30px;
  position: relative;
}

.members-index-title {
  font-size: 32px;
  font-weight: 400;
  line-height: 1;
  margin: 0 0 5px;
}

.members-index-entitle {
  color: #007f41;
  font-size: 11px;
  line-height: 1;
  letter-spacing: .2em;
  margin: 0 0 20px;
}

.members-index-meta {
  font-size: 13px;
  line-height: 18px;
  margin: 0 0 10px;
}

.members-index-img {
  position: relative;
  margin: 0 0 15px;
  max-width: 255px;
}

.members-index-img-bg {
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: .2s linear;
  transform-origin: bottom center;
  z-index: -1;
  overflow: hidden;
}

.members-index-img-bg::before {
  background: linear-gradient(to right, #e5e5e5, #b7b7b7);
  bottom: 0;
  content: '';
  display: block;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 110%;
  z-index: -2;
}

.members-index-item:hover .members-index-img-bg {
  transform: skewX(-5deg) translate(-5%, 0);
}

.members-index-01 .members-index-img img {
  max-width: 117.254902%;
  margin-left: -17.254902%;
}

.members-index-link:hover,
.members-index-link {
  text-decoration: none;
}

.members-index-link::after {
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

@media (min-width: 992px) {
  .members-index {
    margin: 0 0 30px;
  }
}

@media (max-width: 991px) {
  .top-members {
    margin-top: -20px;
    padding: 0 0 100px;
  }
  .top-activity .container-xl::before,
  .top-members .container-xl::before {
    height: 50px;
    width: 50px;
  }
  .top-members .container-xl::before {
    right: 0;
  }
  .top-activity .container-xl::before {
    left: 0;
    top: 30px;
  }
  .members-index-meta {
    font-size: 12px;
    line-height: 16px;
    min-height: 3rem;
  }
  .members-index-title {
    font-size: 28px;
  }
  .members-index-entitle {
    font-size: 10px;
  }
}

.top-activity {
  padding: 0 0 95px;
}

.activity-body {
  background-color: #fff;
  margin: -150px 0 0;
  padding: 60px;
}

@media (max-width: 991px) {
  .top-activity {
    margin-top: -20px;
    padding: 0 0 100px;
  }
  .activity-body {
    margin: 25px 0 0;
    padding: 0;
  }
}

.top-other {
  padding: 0 0 150px;
  overflow: hidden;
}

.other-item {
  height: 320px;
}

.other-item {
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 768px) {
  .other-01 {
    background-image: url(./img/other-01.png);
    background-position: right top;
    margin-right: -27px;
  }
  .other-02 {
    background-image: url(./img/other-02.png);
    background-position: left center;
    margin-left: -27px;
  }
}

@media (max-width: 767px) {
  .top-other {
    padding: 0 0 100px;
  }
  .other-item {
    height: 160px;
  }
  .other-01 {
    background-image: url(./img/other-01-sp.jpg);
    background-position: center top;
    margin: 0 0 4px;
  }
  .other-02 {
    background-image: url(./img/other-02-sp.jpg);
    background-position: center center;
  }
}

.activity-bg,
.members-bg {
  overflow-x: hidden;
  position: relative;
  z-index: -1;
}

.activity-bg figure,
.members-bg figure {
  position: relative;
}

.figure-copyright {
  color: #fff;
  font-size: 11px;
  line-height: 13px;
  position: absolute;
  right: 30px;
}

.members-bg .figure-copyright {
  bottom: 25px;
}

.activity-bg .figure-copyright {
  bottom: calc(8.68055556vw + 25px);
}

@media (max-width: 991px) {
  .figure-copyright {
    bottom: auto;
    font-size: 10px;
    right: 15px;
  }
  .members-bg .figure-copyright {
    top: 18.66667vw;
  }
  .activity-bg .figure-copyright {
    top: 4vw;
  }
}

.top-activity,
.top-members {
  overflow: hidden;
}

.top-members {
  margin-top: -22.80702%;
}

.top-activity {
  margin-top: -26.31579%;
}

@media (min-width: 1140px) {
  .top-members {
    margin-top: -260px;
  }
  .top-activity {
    margin-top: -300px;
  }
}

.top-sns {
  margin: 0 0 -65px;
  position: relative;
  z-index: 5;
}

@media (max-width: 991px) {
  .top-sns {
    margin-bottom: -33px;
  }
}

.widget {
  margin: 0 0 15px;
}

.breadcrumbs {
  color: #666;
  font-size: 12px;
  margin: 10px 0;
}

.breadcrumbs a {
  color: #666;
}

#content:focus {
  outline: 0;
}

#content > article,
#content > [class*="container"] {
  margin-top: 125px;
  margin-bottom: 150px;
}

.page-body h1,
.page-title {
  border-left: 2px solid #007f41;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  margin: 0 0 45px;
  padding: 0 0 0 18px;
}

.page-body {
  font-size: 15px;
  line-height: 23px;
}

.page-body img {
  max-width: 100%;
  height: auto;
}

.page-body table,
.page-body ol,
.page-body ul,
.page-body p {
  margin: 0 0 25px;
}

.page-body p:empty {
  display: none;
}

.page-body ol,
.page-body ul {
  padding-left: 20px;
}

.page-body h1 {
  margin-top: 150px;
}

.page-body h1:first-child {
  margin-top: 0;
}

.page-body h2 {
  font-size: 18px;
  font-weight: 700;
  margin: 80px 0 20px;
  padding: 0 0 0 25px;
  position: relative;
}

.page-body h2::before {
  background-color: #007f41;
  content: '';
  display: block;
  height: 18px;
  left: 0;
  position: absolute;
  top: .1em;
  width: 18px;
}

.page-body > h2:first-child {
  margin-top: 0;
}

.page-body h3 {
  font-size: 16px;
  font-weight: 700;
  margin: 45px 0 15px;
  padding: 0 0 0 25px;
  position: relative;
}

.page-body h3::before {
  background-color: #a8ccb4;
  content: '';
  display: block;
  height: 16px;
  left: 0;
  position: absolute;
  top: .1em;
  width: 16px;
}

.page-body h4 {
  font-size: 16px;
  font-weight: 700;
  margin: 45px 0 20px;
}

.page-body h5 {
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 15px;
}

.page-body table {
  border-collapse: collapse;
  max-width: 100%;
  width: 100%;
}

.page-body tr {
  border-bottom: 1px solid #cbcbcb;
}

.page-body tr:first-child {
  border-top: 1px solid #cbcbcb;
}

.page-body td,
.page-body th {
  padding: 6px 15px;
}

.page-body td:first-child,
.page-body th {
  background-color: #f5faf7;
  font-weight: 700;
  vertical-align: middle;
}

.page-body > .wp-block-table table td:first-child,
.page-body > .wp-block-table table th {
  width: 210px;
}

.page-body .mincho {
  font-size: 30px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
  font-weight: 500;
}

.page-body > .wp-block-image {
  margin: 0 0 45px;
}

.pagination .nav-links {
  margin: 40px auto 0;
}

.page-numbers {
  background-color: #fff;
  border: 1px solid #007f41;
  color: #007f41;
  display: inline-block;
  font-size: 15px;
  font-size: 0.9375rem;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
}

.page-numbers.current {
  background-color: #007f41;
  color: #fff;
}

a.page-numbers:hover {
  color: #007f41;
  opacity: .6;
  text-decoration: none;
}

.page-numbers:not(:last-child) {
  margin-right: .5rem;
}

.page-title + .page-meta {
  margin: -25px 0 45px;
}

.jimin-card {
  border-color: #a8ccb4;
  border-radius: 0;
}

.jimin-card .card-title {
  font-size: 16px;
  font-weight: 700;
  margin-left: -20px;
  line-height: 1.2;
  padding: 0 0 0 25px;
  position: relative;
}

.jimin-card .card-title::before {
  background-color: rgba(0, 127, 65, 0.4);
  content: '';
  display: block;
  height: 16px;
  left: 0;
  position: absolute;
  top: .1em;
  width: 16px;
}

@media (max-width: 991px) {
  #content > article,
  #content > [class*="container"] {
    margin-top: 60px;
    margin-bottom: 100px;
  }
  .page-body h1,
  .page-title {
    font-size: 21px;
    line-height: 1.2;
    margin-bottom: 20px;
  }
  .page-body {
    font-size: 14px;
    line-height: 1.5;
  }
  .page-body table,
  .page-body ol,
  .page-body ul,
  .page-body p {
    margin-bottom: 20px;
  }
  .page-body td,
  .page-body th {
    line-height: 18px;
    padding: 10px;
  }
  .page-title + .page-meta {
    margin: -10px 0 20px;
  }

  .page-body h1 {
    margin-top: 60px;
  }

}

.page-body ul.ugoki_list1 {
  list-style: none;
  padding: 0;
}

ul.ugoki_list1:not(:first-of-type) {
  display: none;
}

.ugoki_list1 li {
  padding: 0 5px;
  margin: 0 0 5px;
  display: inline-block;
}

.ugoki_list1 li + li {
  margin-left: 5px;
  border-left: 1px solid #989898;
}

#pagetop {
  display: none;
}

body.page-id-35 .page-body section[id]:not(:first-of-type) {
  display: none;
}

.screen-reader-text {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  white-space: nowrap;
  width: 1px;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5rem;
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5rem;
}

.aligncenter {
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
