@charset "UTF-8";
/*--------------------------------------------------------------
# サイト独自の変数
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# ベース
--------------------------------------------------------------*/
/*-------------------------------------------------------------
# 基本設定
-------------------------------------------------------------*/
html {
  font-size: 16px;
  /* root */
}

body {
  font-family: 'Yu Gothic UI' !important;
  overflow-y: scroll;
  margin: 0;
  padding: 0;
  padding-top: 10rem;
  transition: .7s all;
}

body, div, h1, h2, h3, h4, h5, h6, p, span, a {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: 'Yu Gothic UI' !important;
}

a {
  text-decoration: none;
  color: #000000;
}

a:focus, a:hover {
  color: #032983;
}

a:focus img, a:hover img {
  opacity: .8;
}

img {
  vertical-align: top;
}

ul, li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.sp {
  display: none !important;
}

.pc {
  display: block !important;
}

@media all and (max-width: 576px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
}

/*--------------------------------------------------------------
# 全体レイアウト
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 見出し
--------------------------------------------------------------*/
h1, .h1 {
  margin-top: 0;
  margin-bottom: 0;
}

h2, .h2 {
  margin-top: 0;
  margin-bottom: 0;
}

h3, .h3 {
  margin-top: 0;
  margin-bottom: 0;
}

h4, .h4 {
  margin-top: 0;
  margin-bottom: 0;
}

h5, .h5 {
  margin-top: 0;
  margin-bottom: 0;
}

h6, .h6 {
  margin-top: 0;
  margin-bottom: 0;
}

p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# 文字
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Webフォント
--------------------------------------------------------------*/
.font-kosugi {
  font-family: 'Kosugi', sans-serif !important;
}

.font-kaku {
  font-family: 'Hiragino Kaku Gothic ProN' !important;
}

.font-maru {
  font-family: 'Hiragino Maru Gothic ProN W4' !important;
}

.font-mincho {
  font-family: 'Hiragino Mincho ProN' !important;
}

/*--------------------------------------------------------------
# 文字サイズ
--------------------------------------------------------------*/
.text-medium {
  font-size: 1rem !important;
}

.text-large {
  font-size: 1.25rem !important;
}

.text-small {
  font-size: 0.85rem !important;
}

.text-xlarge {
  font-size: 1.5625rem !important;
}

.text-xsmall {
  font-size: 0.7225rem !important;
}

.text-xxlarge {
  font-size: 1.95312rem !important;
}

.text-xxsmall {
  font-size: 0.61412rem !important;
}

/*--------------------------------------------------------------
# 文字色
--------------------------------------------------------------*/
.text-main {
  color: #9f00a5 !important;
}

.text-main-light {
  color: #e900f2 !important;
}

.text-sub {
  color: #e6d1e7 !important;
}

.text-sub-light {
  color: white !important;
}

.text-accent {
  color: #EC000D !important;
}

.text-accent-light {
  color: #ff3a44 !important;
}

.text-grey {
  color: #000 !important;
}

.text-grey-light {
  color: #262626 !important;
}

.text-white {
  color: white !important;
}

.text-black {
  color: black !important;
}

/*--------------------------------------------------------------
# 背景色
--------------------------------------------------------------*/
.bg-main {
  background-color: #9f00a5 !important;
  color: white;
}

.bg-main-light {
  background-color: #e900f2 !important;
}

.bg-sub {
  background-color: #e6d1e7 !important;
  color: white;
}

.bg-sub-light {
  background-color: white !important;
}

.bg-accent {
  background-color: #EC000D !important;
  color: white;
}

.bg-accent-light {
  background-color: #ff3a44 !important;
}

.bg-grey {
  background-color: #000 !important;
  color: white;
}

.bg-grey-light {
  background-color: #262626 !important;
}

.bg-white {
  background-color: white !important;
  color: #000;
}

.bg-black {
  background-color: black !important;
  color: white;
}

.bg-yellow {
  background-color: #e6d1e7;
  color: #9f00a5;
}

/*--------------------------------------------------------------
# 共通パーツ
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# ページ送り
--------------------------------------------------------------*/
.pager-wrap,
.pagination-wrap {
  margin-top: 5rem;
  margin-bottom: 0;
  font-size: relative-size(14, 16, rem);
}

.pager {
  padding-left: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-align: center;
  list-style: none;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: .75rem 1rem;
  border: 1px solid #262626;
  border-radius: .25rem;
}

.pager .pager-prev > a,
.pager .pager-prev > span {
  float: left;
}

.pager .pager-next > a,
.pager .pager-next > span {
  float: right;
}

.pager li > a {
  color: #9f00a5;
  background-color: white;
}

.pager li > a:hover {
  color: white;
  background-color: #9f00a5;
  border-color: #262626;
}

.pager .disabled > a,
.pager .disabled > a:focus,
.pager .disabled > a:hover {
  color: #9f00a5;
  background-color: white;
}

.pagination li {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# ヘッダ
--------------------------------------------------------------*/
.site-header {
  z-index: 50;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 12rem;
  width: 100%;
  background-color: #FFFFFF;
  transition: .7s all;
  border-bottom: 1px solid #9f00a5;
}

.site-header .site-header-navigation {
  display: flex;
  max-width: 1280px;
  width: 95%;
  margin: 0 auto;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  transition: all .7s;
  position: relative;
}

.site-header .site-header-navigation .header-logo {
  display: block;
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.25rem;
  color: #9f00a5;
  overflow: hidden;
}

.site-header .site-header-navigation .header-logo span {
  display: block;
  font-family: 'Hiragino Mincho ProN' !important;
  font-size: 0.85rem;
  color: #000;
  margin-bottom: 0.25rem;
}

.site-header .site-header-navigation a.sub-header-logo {
  display: none;
  color: #9f00a5;
}

.site-header .site-header-navigation .header-nav__lists {
  display: flex;
  justify-content: center;
}

.site-header .site-header-navigation .header-nav__lists > li {
  position: relative;
  margin: 0 0.5rem;
}

.site-header .site-header-navigation .header-nav__lists > li a {
  font-family: 'Hiragino Mincho ProN' !important;
  padding: 0.25rem 0.5rem;
  position: relative;
  transition: .3s color;
}

.site-header .site-header-navigation .header-nav__lists > li a:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #9f00a5;
  display: block;
  content: "";
  transform: scale(0);
  transition: .3s transform;
}

.site-header .site-header-navigation .header-nav__lists > li a:hover {
  color: #9f00a5;
  transition: .3s;
}

.site-header .site-header-navigation .header-nav__lists > li a:hover:before {
  transform: scale(1);
  transition: .3s;
}

.site-header .site-header-navigation .header-nav__lists > li .sub-menu {
  position: absolute;
  z-index: 10;
  background-color: #FFF;
  width: 10rem;
  padding: 1rem;
  transform: translate(-1rem, 0.5rem);
  transition: .5s transform opacity;
  opacity: 0;
  box-shadow: 0 0 6px gray;
}

.site-header .site-header-navigation .header-nav__lists > li:hover > .sub-menu {
  transform: translate(0, 0.5rem);
  transition: .5s;
  opacity: 1;
}

.site-header .site-header-navigation .header-nav__lists > li:hover > .sub-menu li {
  margin-bottom: 0.5rem;
}

.site-header .site-header-navigation .header-sns {
  position: absolute;
  top: 2.5rem;
  right: 1.5rem;
}

.site-header .site-header-navigation .header-sns a {
  margin: 0 0.25rem;
}

.site-header .site-header-navigation .header-sns a img {
  height: 2rem;
}

@media screen and (max-width: 960px) {
  .site-header {
    height: 4.6rem;
  }
  .site-header .site-header-navigation {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    transition: .7s all;
  }
  .site-header .site-header-navigation .header-logo {
    text-align: left;
    margin-bottom: 0;
    font-size: 1rem;
    transition: .7s all;
  }
  .site-header .site-header-navigation .header-logo span {
    display: none;
  }
  .site-header .site-header-navigation .header-nav {
    display: none;
  }
  .site-header .site-header-navigation .header-sns {
    display: none;
  }
}

@media screen and (max-width: 520px) {
  .site-header .site-header-navigation {
    padding: 0 0.5rem;
  }
  .site-header .site-header-navigation .header-logo {
    font-size: 0.75rem;
  }
}

/*--------------------------------------------------------------
# グロナビ
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# フッタ
--------------------------------------------------------------*/
.site-footer__top {
  background-color: #9f00a5;
  color: #FFF;
}

.site-footer__top .site-footer__top-inner {
  display: flex;
  max-width: 960px;
  width: 90%;
  padding: 5rem 0;
  margin: 0 auto;
}

.site-footer__top .site-footer__top-inner--item {
  width: 50%;
  padding-right: 5rem;
}

.site-footer__top .site-footer__top-inner--item--logo span {
  font-size: 0.85rem;
  margin-bottom: 0.25rem;
  display: block;
  font-family: 'Hiragino Mincho ProN' !important;
}

.site-footer__top .site-footer__top-inner--item--logo h1 {
  font-size: 3rem;
  margin-bottom: 1.5rem;
}

.site-footer__top .site-footer__top-inner--item--address p {
  font-size: 1.25rem;
  font-family: 'Hiragino Maru Gothic ProN W4' !important;
}

.site-footer__top .site-footer__top-inner--navigation {
  width: 50%;
}

.site-footer__top .site-footer__top-inner--navigation .footer-nav__lists {
  display: flex;
  flex-wrap: wrap;
}

.site-footer__top .site-footer__top-inner--navigation .footer-nav__lists > li {
  box-sizing: border-box;
  width: 50%;
  padding-left: 1.5rem;
  margin-bottom: 0.5rem;
  position: relative;
}

.site-footer__top .site-footer__top-inner--navigation .footer-nav__lists > li:before {
  position: absolute;
  top: 6px;
  left: 0;
  background-color: #e6d1e7;
  width: 14px;
  height: 14px;
  display: block;
  content: "";
  border-radius: 2px;
  transition: .3s all;
}

.site-footer__top .site-footer__top-inner--navigation .footer-nav__lists > li a {
  color: #FFF;
  font-size: 1.15rem;
  font-family: 'Hiragino Mincho ProN' !important;
}

.site-footer__top .site-footer__top-inner--navigation .footer-nav__lists > li:hover:before {
  transition: .3s all;
  background-color: #c27fdd;
}

.site-footer__top .site-footer__top-inner--navigation .footer-sns {
  margin-top: 1rem;
}

.site-footer__top .site-footer__top-inner--navigation .footer-sns a {
  margin-right: 0.5rem;
}

.site-footer__top .site-footer__top-inner--navigation .footer-sns a img {
  height: 2rem;
}

.site-footer__bottom p {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem 0;
}

.site-footer__bottom p span {
  font-size: 1.75rem;
  margin: 0 0.5rem;
}

@media screen and (max-width: 768px) {
  .site-footer__top .site-footer__top-inner {
    display: flex;
    flex-wrap: wrap;
    padding: 3rem 0;
  }
  .site-footer__top .site-footer__top-inner--item {
    width: 100%;
    order: 2;
    padding-right: 0;
  }
  .site-footer__top .site-footer__top-inner--item--logo {
    margin-top: 3rem;
  }
  .site-footer__top .site-footer__top-inner--item--address p {
    font-size: 1.15rem;
  }
  .site-footer__top .site-footer__top-inner--navigation {
    width: 100%;
    order: 1;
  }
  .site-footer__top .site-footer__top-inner--navigation .footer-nav__lists > li {
    padding-left: 1rem;
    margin-bottom: 0.25rem;
  }
  .site-footer__top .site-footer__top-inner--navigation .footer-nav__lists > li:before {
    top: 6px;
    width: 12px;
    height: 12px;
  }
  .site-footer__top .site-footer__top-inner--navigation .footer-nav__lists > li a {
    font-size: 1rem;
  }
  .site-footer__bottom p {
    font-size: 0.75rem;
  }
  .site-footer__bottom p span {
    font-size: 1.3rem;
  }
}

/*--------------------------------------------------------------
# サイドバー
--------------------------------------------------------------*/
.widget-area > .widget:not(:first-child) {
  margin-top: 2rem;
}

/*--------------------------------------------------------------
# コンテンツエリア
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# モバイルメニュー
--------------------------------------------------------------*/
.mobile-menu {
  display: none;
}

@media all and (max-width: 960px) {
  .mobile-menu {
    display: block;
    width: 30px;
    height: 20px;
    position: relative;
    cursor: pointer;
  }
  .mobile-menu div {
    background-color: #000;
    border-radius: 10px;
    display: block;
    width: 100%;
    height: 3px;
    transform-origin: center;
    transition: all 0.5s;
    background-color: #9f00a5;
  }
  .mobile-menu div:nth-of-type(2) {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
  }
  .mobile-menu div:nth-of-type(3) {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  .mobile-menu div:nth-of-type(1).close {
    transform: translateY(8.5px) rotate(-45deg);
  }
  .mobile-menu div:nth-of-type(2).close {
    opacity: 0;
  }
  .mobile-menu div:nth-of-type(3).close {
    transform: translateY(-8.5px) rotate(45deg);
  }
}

/*--------------------------------------------------------------
# スクロール・モーダル
--------------------------------------------------------------*/
.menu-modal {
  box-sizing: border-box;
  background-color: #FFFFFF;
  position: fixed;
  top: 4.6rem;
  right: 0;
  bottom: 0;
  width: 100%;
  height: calc(100vh - 4.6rem);
  z-index: 5;
  transform: translateY(-100%);
  transition: .5s;
  overflow: scroll;
}

.menu-modal .menu-modal-nav__lists li {
  border-bottom: 1px solid #AAA;
  padding-left: 2rem;
  position: relative;
}

.menu-modal .menu-modal-nav__lists li:before {
  position: absolute;
  top: 50%;
  left: 1rem;
  width: 14px;
  height: 14px;
  border-radius: 2px;
  background-color: #e6d1e7;
  content: "";
  transform: translateY(-50%);
}

.menu-modal .menu-modal-nav__lists li a {
  display: block;
  color: #9f00a5;
  padding: 1rem;
}

.show {
  transform: translateX(0%);
}

/*--------------------------------------------------------------
# ローディング
--------------------------------------------------------------*/
.loading-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  z-index: 100;
  pointer-events: none;
}

.loading-wrapper span {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: salmon;
  margin: 0 10px;
  -webkit-animation: ball 1.8s infinite forwards;
          animation: ball 1.8s infinite forwards;
}

.loading-wrapper span:nth-of-type(1) {
  background-color: salmon;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.loading-wrapper span:nth-of-type(2) {
  background-color: sandybrown;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.loading-wrapper span:nth-of-type(3) {
  background-color: seagreen;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.loading-wrapper span:nth-of-type(4) {
  background-color: skyblue;
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.loading-wrapper span:nth-of-type(5) {
  background-color: slateblue;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.loading-wrapper span:nth-of-type(6) {
  background-color: violet;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

@-webkit-keyframes ball {
  0% {
    height: 30px;
    width: 30px;
    transform: translateY(0px);
  }
  50% {
    height: 5px;
    width: 5px;
    transform: translateY(-50px);
  }
  100% {
    height: 30px;
    width: 30px;
    transform: translateY(0px);
  }
}

@keyframes ball {
  0% {
    height: 30px;
    width: 30px;
    transform: translateY(0px);
  }
  50% {
    height: 5px;
    width: 5px;
    transform: translateY(-50px);
  }
  100% {
    height: 30px;
    width: 30px;
    transform: translateY(0px);
  }
}

/*--------------------------------------------------------------
# 各ページのオーバーレイ
--------------------------------------------------------------*/
.overlay {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  pointer-events: none;
}

.overlay__f {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-image: linear-gradient(to top, #dfe9f3 0%, white 100%);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 50%, 0 50%);
          clip-path: polygon(0 0, 100% 0%, 100% 50%, 0 50%);
}

.overlay__s {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 50%;
  background-image: linear-gradient(to top, #dfe9f3 0%, white 100%);
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 50%, 0 50%);
          clip-path: polygon(0 100%, 100% 100%, 100% 50%, 0 50%);
}

/*--------------------------------------------------------------
# トップ戻りボタン
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 3rem;
  height: 3rem;
  z-index: 30;
}

.scroll-top__btn {
  width: 100%;
  height: 100%;
  background-color: #9f00a5;
  border-radius: 100%;
  cursor: pointer;
  position: relative;
  transition: .3s all;
}

.scroll-top__btn span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.75rem;
  height: 0.75rem;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.scroll-top__btn span:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 3px;
  background-color: #FFF;
  border-radius: 2px;
  content: "";
}

.scroll-top__btn span:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 3px;
  height: 100%;
  background-color: #FFF;
  border-radius: 2px;
  content: "";
}

.scroll-top__btn:hover {
  opacity: 0.7;
}

/*--------------------------------------------------------------
# 404ページ
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# よく使う便利なクラスの詰め合わせ
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 文字
--------------------------------------------------------------*/
.fa_style, .btn-arrow::after, .fa-sup:before, .fa-sup:after, .wpcf7 .wpcf7-response-output:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.text-stroke-white {
  text-shadow: 0 1px 0 #fff, 1px 0 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}

.text-stroke-black {
  text-shadow: 0 1px 0 #000, 1px 0 0 #000, 0 -1px 0 #000, -1px 0 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

/*--------------------------------------------------------------
# ボタン
--------------------------------------------------------------*/
.btn {
  border-radius: .25rem;
}

.btn-solid {
  border-radius: 0 !important;
}

.btn-pill {
  border-radius: 50rem !important;
}

.btn-arrow {
  text-align: left;
  white-space: normal;
}

.btn-arrow::after {
  float: right;
  content: "\f105";
  padding: 0 0 0 2rem;
  margin: 0;
  font-size: 1.25em;
  opacity: .9;
}

.page-top {
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 100;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #9f00a5;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.page-top::before {
  content: "";
  width: 12px;
  height: 12px;
  margin-bottom: -6px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  transform: rotate(-45deg);
}

/*--------------------------------------------------------------
# バッジ
--------------------------------------------------------------*/
.badge {
  display: inline-block;
  padding: .35em .65em;
  font-size: .75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
}

.badge-solid {
  border-radius: 0 !important;
}

/*--------------------------------------------------------------
# 画像
--------------------------------------------------------------*/
.img-full {
  width: 100%;
  height: auto;
  display: block;
}

.bg-cover-center {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-cover-right {
  background-position: right center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-cover-left {
  background-position: left center;
  background-size: cover;
  background-repeat: no-repeat;
}

.img-border {
  border: 4px solid #BCC0D1;
}

/*--------------------------------------------------------------
# リスト
--------------------------------------------------------------*/
/* .list-bordered    ------------------------------------- */
.list-bordered {
  padding-left: 0;
  list-style-position: inside;
}

.list-bordered li {
  padding-bottom: .25em;
  border-bottom: 1px solid #BCC0D1;
  padding-left: .25em;
  margin-top: .5em;
}

/* .dl-bordered      ------------------------------------- */
.dl-bordered dd {
  border-bottom: 1px solid #BCC0D1;
}

/* .dl-bordered      ------------------------------------- */
/*--------------------------------------------------------------
# テーブル
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# ボーダー
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# アイコン
--------------------------------------------------------------*/
.before-caret-right:before,
.before-caret-up:before,
.before-caret-down:before,
.before-angle-right:before {
  padding-right: 0.5em;
}

.before-caret-right:after,
.before-caret-up:after,
.before-caret-down:after,
.before-angle-right:after {
  padding-left: 0.5em;
}

.before-caret-right:before, .after-caret-right:after {
  content: "\f0da";
}

.before-caret-up:before, .after-caret-up:after {
  content: "\f0d8";
}

.before-caret-down:before, .after-caret-down:after {
  content: "\f0d7";
}

.before-angle-right:before, .after-angle-right:after {
  content: "\f105";
}

/*--------------------------------------------------------------
# 共通パーツ
--------------------------------------------------------------*/
.row-bordered {
  padding-left: 15px;
  padding-right: 15px;
}

.row-bordered.no-gutters {
  padding-left: 0;
  padding-right: 0;
}

.row-bordered > [class*="col"] {
  border-bottom: 1px solid #e9ecef;
  padding-bottom: .8rem;
  padding-top: .4rem;
  margin-bottom: 0;
  margin-top: .4rem;
}

.row-bordered dt {
  font-weight: bold;
}

.row-bordered dd {
  font-weight: normal;
}

.vertical-center:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  margin-right: -0.5%;
}

.vertical-center-content {
  display: inline-block;
  vertical-align: middle;
}

/* 画像を全画面に表示    -------------------------------------
 * 使い方の例：
<div class="cover text-center" style="background-image:url('画像');">
  <div class="container">
    <div class="row">
      <div class="col-lg-12">
        <h1 class="display-1 text-white">SECTION TITLE</h1>
        <p class="lead text-white">LEAD TEXT</p>
        <a href="#" class="btn btn-lg btn-secondary-outline m-y-lg">Button</a>
      </div>
    </div>
  </div>
</div>
 */
body > * {
  background-size: cover;
  background-repeat: none;
  background-position: center;
}

.cover .container, .cover .container-fluid {
  min-height: 100% !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* 画像を要素にフィット    -------------------------------------
 * 使い方の例：
<div class="section image-fill image-fill-height image-fill-opaque-dark text-center py-5">
  <div class="image-fill-background-image" style="background-image:url('https://picsum.photos/1600/900/?random');">
    <img class="img-fluid d-block d-lg-none" src="https://picsum.photos/1024/768/?random" alt="">
  </div>
  <div class="container">
    <div class="row">
      <div class="col py-5">
        <h1 class="mb-4">投稿タイトルが入ります</h1>
        <p>この文章はダミーテキストです。文字の大きさ・字間・行間などを確認するために入れています。<br class="d-none d-lg-block">この文章はダミーテキストです。文字の大きさ・字間・行間などを確認するために入れています。<br class="d-none d-lg-block">この文章はダミーテキストです。文字の大きさ・字間・行間などを確認するために入れています。</p>
        <a href="#" class="btn btn-outline-secondary mt-4">詳細を見る</a>
      </div><!-- / .col -->
    </div><!-- / .row -->
  </div><!-- / .container -->
</div><!-- / .section -->

<div class="section mt-5">
  <div class="row no-gutters">
    <div class="col-lg-6 image-fill">
      <div class="image-fill-background-image" style="background-image:url('https://picsum.photos/1600/900/?random');">
        <img class="img-fluid d-block d-lg-none" src="https://picsum.photos/1600/900/?random" alt="">
      </div>
    </div><!-- / .col -->

    <div class="col-lg-6 p-lg-5 image-fill image-fill-opaque-dark text-center">
      <div class="image-fill-background-image" style="background-image:url('https://picsum.photos/1600/900/?random');">
        <img class="img-fluid d-block d-lg-none" src="https://picsum.photos/1600/900/?random" alt="">
      </div>
      <h2 class="mb-4">投稿タイトルが入ります</h1>
      <p>この文章はダミーテキストです。文字の大きさ・字間・行間などを確認するために入れています。<br class="d-none d-lg-block">この文章はダミーテキストです。文字の大きさ・字間・行間などを確認するために入れています。<br class="d-none d-lg-block">この文章はダミーテキストです。文字の大きさ・字間・行間などを確認するために入れています。</p>
      <a href="#" class="btn btn-outline-secondary mt-4">詳細を見る</a>
    </div><!-- / .col -->
  </div><!-- / .row -->
</div><!-- / .section -->
 */
.image-fill {
  position: relative;
  display: block;
  background-color: transparent;
}

.image-fill a:hover {
  opacity: .8;
}

.image-fill-background-image {
  z-index: 1;
  position: relative;
  background-image: none;
}

/* filter overlay */
.image-fill-opaque-dark {
  color: inherit;
}

@media (min-width: 992px) {
  .image-fill-height {
    display: flex;
    height: 100%;
    align-items: center;
  }
  .image-fill-background-image {
    z-index: -1;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-image: inherit;
    background-size: cover;
    background-position: center;
  }
  .image-fill-background-image.fixed {
    background-attachment: fixed;
  }
  .image-fill-background-video-wrapper {
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
  }
  .image-fill-background-video-wrapper .video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  /* filter overlay */
  .image-fill-opaque-dark {
    background-color: rgba(0, 0, 0, 0.7) !important;
    color: white;
  }
  .image-fill-opaque-dark a {
    color: white;
  }
  .image-fill-opaque-light {
    background-color: rgba(255, 255, 255, 0.7) !important;
  }
}

/*--------------------------------------------------------------
# PLUGIN: Contact Form 7
--------------------------------------------------------------*/
.wpcf7 {
  margin-top: 3em;
}

.wpcf7 .wpcf7-response-output:before {
  font-size: 1.25em;
  line-height: 1.25;
}

.wpcf7 .wpcf7-mail-sent-ok:before {
  content: "\f058\00a0";
}

.wpcf7 .wpcf7-mail-sent-ng:before {
  content: "\f057\00a0";
}

.wpcf7 .wpcf7-validation-errors:before {
  content: "\f071\00a0";
}

.wpcf7 .has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.wpcf7 .has-error .checkbox,
.wpcf7 .has-error .checkbox-inline,
.wpcf7 .has-error .control-label,
.wpcf7 .has-error .form-control-feedback,
.wpcf7 .has-error .help-block,
.wpcf7 .has-error .radio,
.wpcf7 .has-error .radio-inline,
.wpcf7 .has-error.checkbox label,
.wpcf7 .has-error.checkbox-inline label,
.wpcf7 .has-error.radio label,
.wpcf7 .has-error.radio-inline label {
  color: #a94442;
}

.wpcf7 .help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

.wpcf7 .wpcf7-response-output {
  padding: 15px;
  margin-bottom: 20px;
  margin: 2em 0;
  border: 1px solid transparent;
  border-radius: 4px;
}

.wpcf7 .wpcf7-validation-errors {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.wpcf7 .wpcf7-mail-sent-ok {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.wpcf7 .required {
  font-size: 0.85em;
  font-weight: normal;
}

.wpcf7 label {
  font-weight: 700;
  padding: .5rem .75rem;
}

.wpcf7 .radio label,
.wpcf7 .checkbox label {
  font-weight: inherit;
}

.wpcf7 img.ajax-loader {
  display: none;
}

.wpcf7 .wpcf7-form .form-group:last-child {
  margin-bottom: 0;
}

.wpcf7 .wpcf7-not-valid-tip {
  color: #a94442;
  font-size: .9rem;
}

.wpcf7 .wpcf7-list-item {
  margin-left: 0;
  margin-right: 0.5em;
}

.wpcf7 .contact__form__checkbox {
  padding: 0.5rem 0.75rem;
}

.wpcf7 .wpcf7-form-control.wpcf7-acceptance {
  margin-top: 0;
}

/*--------------------------------------------------------------
# WordPressに搭載されている基本クラス
--------------------------------------------------------------*/
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* content width */
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}

/* Theme Require */
.gallery-caption {
  width: auto;
}

.bypostauthor {
  width: auto;
}

/*--------------------------------------------------------------
# 各ページで使う定義
--------------------------------------------------------------*/
body {
  font-family: 'Hiragino Kaku Gothic ProN' !important;
  margin: 0;
  padding: 0;
  padding-top: 12rem;
  transition: .7s all;
}

@media screen and (max-width: 960px) {
  body {
    padding-top: 4.6rem;
  }
}

.page-top-pic img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 768px) {
  .page-top-pic img {
    width: 100%;
    height: 260px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.section {
  padding: 5rem 0;
}

.section .sec-head {
  border-bottom: 1px solid #CCC;
  margin-bottom: 4rem;
}

.section .sec-head__inner {
  max-width: 1120px;
  width: 90%;
  margin: 0 auto;
}

.section .sec-head__inner h2 {
  font-family: 'Hiragino Mincho ProN' !important;
  font-size: 2.5rem;
  font-weight: 400;
  letter-spacing: 3px;
  padding-bottom: 0.75rem;
  display: inline-block;
  position: relative;
}

.section .sec-head__inner h2:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 3px;
  background-color: #9f00a5;
}

.section .sec-body__inner {
  max-width: 1120px;
  width: 90%;
  margin: 0 auto;
}

.section .sec-body__inner .sec-link {
  text-align: center;
}

.section .sec-body__inner .sec-link a {
  font-family: 'Hiragino Mincho ProN' !important;
  display: inline-block;
  padding: 1rem 5rem;
  border: 1px solid #9f00a5;
  position: relative;
}

.section .sec-body__inner .sec-link a:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  height: 100%;
  display: block;
  content: "";
  background-color: #9f00a5;
  transition: .3s all;
}

.section .sec-body__inner .sec-link a:after {
  position: relative;
  content: attr(data-link);
  display: block;
  color: #9f00a5;
  transition: .3s all;
  z-index: 2;
}

.section .sec-body__inner .sec-link a:hover:before {
  transition: .3s all;
  width: 100%;
}

.section .sec-body__inner .sec-link a:hover:after {
  color: #FFF;
  transition: .3s all;
}

@media screen and (max-width: 520px) {
  .section {
    padding: 3rem 0;
  }
  .section .sec-head {
    margin-bottom: 2rem;
  }
  .section .sec-head__inner h2 {
    font-size: 1.75rem;
    font-weight: 600;
    padding-bottom: 0.5rem;
  }
  .section .sec-body__inner .sec-link {
    text-align: center;
  }
  .section .sec-body__inner .sec-link a {
    display: inline-block;
    padding: 1rem 5rem;
    border: 1px solid #9f00a5;
    position: relative;
  }
  .section .sec-body__inner .sec-link a:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    height: 100%;
    display: block;
    content: "";
    background-color: #9f00a5;
    transition: .3s all;
  }
  .section .sec-body__inner .sec-link a:after {
    position: relative;
    content: attr(data-link);
    display: block;
    color: #9f00a5;
    transition: .3s all;
    z-index: 2;
  }
  .section .sec-body__inner .sec-link a:hover:before {
    transition: .3s all;
    width: 100%;
  }
  .section .sec-body__inner .sec-link a:hover:after {
    color: #FFF;
    transition: .3s all;
  }
}

.page-menus {
  background-color: #EEE;
  padding: 4rem 0;
}

.page-menus__inner--lists {
  max-width: 1120px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.page-menus__inner--lists li {
  width: 32%;
  position: relative;
}

.page-menus__inner--lists li a {
  width: 100%;
  display: block;
  overflow: hidden;
}

.page-menus__inner--lists li a img {
  width: 100%;
  height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: .3s all;
}

.page-menus__inner--lists li a h4 {
  position: absolute;
  top: 50%;
  left: 0;
  padding: 1rem 2rem;
  transform: translateY(-50%);
  background-color: rgba(230, 209, 231, 0.7);
  font-size: 1.25rem;
  letter-spacing: 1.4px;
  line-height: 1.4;
  color: #9f00a5;
}

.page-menus__inner--lists li:hover a img {
  transition: .3s all;
  transform: scale(1.2, 1.2);
}

@media screen and (max-width: 960px) {
  .page-menus__inner--lists li {
    width: 48%;
    margin-bottom: 3rem;
  }
  .page-menus__inner--lists li:last-of-type {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  .page-menus__inner--lists li {
    width: 100%;
  }
}

/*--------------------------------------------------------------
# 各ページ : XXXXX
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# トップ
--------------------------------------------------------------*/
.top-swiper-container {
  position: relative;
  padding-bottom: 3rem;
}

.top-swiper-container .top-swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 560px;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-swiper-container .top-swiper-pagination {
  position: absolute;
  bottom: 0.25rem;
}

.top-swiper-container .top-swiper-pagination .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  display: inline-block;
  border-radius: 2px;
  background-color: #9f00a5;
  margin: 0 0.5rem;
  transition: .2s opacity;
}

.top-swiper-container .top-swiper-pagination .swiper-pagination-bullet:hover {
  transform: scale(1.1, 1.1);
  transition: .2s;
  opacity: .6;
}

@media screen and (max-width: 520px) {
  .top-swiper-container .top-swiper-wrapper .swiper-slide img {
    height: 400px;
  }
  .top-swiper-container .top-swiper-pagination {
    position: absolute;
    bottom: .25rem;
  }
  .top-swiper-container .top-swiper-pagination .swiper-pagination-bullet {
    width: 1rem;
    height: 1rem;
    display: inline-block;
    border-radius: 2px;
    background-color: #9f00a5;
    margin: 0 0.5rem;
    transition: .2s opacity;
  }
  .top-swiper-container .top-swiper-pagination .swiper-pagination-bullet:hover {
    transform: scale(1.1, 1.1);
    transition: .2s;
    opacity: .6;
  }
}

.top-sec00 .top-sec00-body .sec-body__inner {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #CCC;
  position: relative;
}

.top-sec00 .top-sec00-body .sec-body__inner:after {
  content: "";
  position: absolute;
  right: 50%;
  top: 0;
  bottom: 0;
  width: 1px;
  height: 100%;
  background-color: #CCC;
  transform: translateX(-50%);
}

.top-sec00 .top-sec00-body .sec-body__inner .topic-list {
  width: 50%;
  padding: 0 3rem 3rem 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.top-sec00 .top-sec00-body .sec-body__inner .topic-list ul li {
  transition: .3s all;
  padding: 1.5rem 0;
  border-bottom: 1px solid #CCC;
}

.top-sec00 .top-sec00-body .sec-body__inner .topic-list ul li:nth-of-type(1) {
  padding-top: 0;
}

.top-sec00 .top-sec00-body .sec-body__inner .topic-list ul li:hover time:before {
  opacity: 1;
}

.top-sec00 .top-sec00-body .sec-body__inner .topic-list ul li time {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
  letter-spacing: 1.4px;
}

.top-sec00 .top-sec00-body .sec-body__inner .topic-list ul li time:before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #9f00a5;
  margin-right: 0.5rem;
  opacity: 0.2;
  border-radius: 2px;
  transition: .3s all;
}

.top-sec00 .top-sec00-body .sec-body__inner .topic-list ul li a {
  display: block;
}

.top-sec00 .top-sec00-body .sec-body__inner .fb-widget {
  width: 50%;
  padding: 0 0 3rem 3rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.top-sec00 .top-sec00-body .sec-body__inner .fb-widget .fb-widget-box {
  width: 100%;
  height: 500px;
  margin-bottom: 50px;
  border: 1px solid #DDD;
}

.top-sec00 .top-sec00-body .sec-body__inner .fb-widget .fb-widget-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 960px) {
  .top-sec00 .top-sec00-body .sec-body__inner:after {
    display: none;
  }
  .top-sec00 .top-sec00-body .sec-body__inner .topic-list {
    width: 100%;
    padding: 0;
    display: block;
    margin-bottom: 2rem;
  }
  .top-sec00 .top-sec00-body .sec-body__inner .topic-list ul li {
    padding: 1.5rem 0;
  }
  .top-sec00 .top-sec00-body .sec-body__inner .topic-list ul li:hover time:before {
    opacity: 1;
  }
  .top-sec00 .top-sec00-body .sec-body__inner .topic-list ul li time {
    display: flex;
    align-items: center;
  }
  .top-sec00 .top-sec00-body .sec-body__inner .topic-list ul li time:before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #9f00a5;
    margin-right: 0.5rem;
    opacity: 0.2;
    border-radius: 2px;
    transition: .3s all;
  }
  .top-sec00 .top-sec00-body .sec-body__inner .topic-list ul li a {
    display: block;
  }
  .top-sec00 .top-sec00-body .sec-body__inner .topic-list .top-topic-link {
    margin: 2rem 0;
  }
  .top-sec00 .top-sec00-body .sec-body__inner .fb-widget {
    width: 100%;
    padding: 0;
    display: block;
  }
  .top-sec00 .top-sec00-body .sec-body__inner .fb-widget .fb-widget-box {
    width: 100%;
    margin-bottom: 0;
  }
  .top-sec00 .top-sec00-body .sec-body__inner .fb-widget .top-fb-link {
    margin: 2rem 0;
  }
}

@media screen and (max-width: 520px) {
  .top-sec00 .top-sec00-body .sec-body__inner .topic-list ul li time {
    font-size: 0.9rem;
  }
  .top-sec00 .top-sec00-body .sec-body__inner .fb-widget .fb-widget-box {
    height: 400px;
  }
}

.top-sec01 {
  background-color: #EEE;
}

.top-sec01 .top-sec01-body .sec-body__inner .top-profile {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.top-sec01 .top-sec01-body .sec-body__inner .top-profile__pr {
  width: 60%;
}

.top-sec01 .top-sec01-body .sec-body__inner .top-profile__pr p {
  font-size: 1rem;
  line-height: 1.7;
  letter-spacing: 1.4px;
  font-family: 'Hiragino Kaku Gothic ProN' !important;
}

.top-sec01 .top-sec01-body .sec-body__inner .top-profile__pr .top-profile-link {
  text-align: left;
}

.top-sec01 .top-sec01-body .sec-body__inner .top-profile__pr .top-profile-link a {
  margin-top: 3rem;
}

.top-sec01 .top-sec01-body .sec-body__inner .top-profile__thumb {
  width: 35%;
  text-align: center;
}

.top-sec01 .top-sec01-body .sec-body__inner .top-profile__thumb img {
  width: 100%;
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}

@media screen and (max-width: 960px) {
  .top-sec01 .top-sec01-body .sec-body__inner .top-profile__pr p {
    font-size: 1rem;
  }
}

@media screen and (max-width: 768px) {
  .top-sec01 .top-sec01-body .sec-body__inner .top-profile__pr {
    width: 100%;
    order: 2;
  }
  .top-sec01 .top-sec01-body .sec-body__inner .top-profile__pr .top-profile-link {
    text-align: center;
  }
  .top-sec01 .top-sec01-body .sec-body__inner .top-profile__thumb {
    width: 100%;
    order: 1;
    margin-bottom: 2rem;
  }
  .top-sec01 .top-sec01-body .sec-body__inner .top-profile__thumb img {
    width: 50%;
    min-width: 280px;
    border-radius: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.top-sec02 {
  background-image: url(/wp-content/uploads/2021/10/policy_bg.jpeg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding-bottom: 700px;
}

.top-sec02 .top-sec02-body .sec-body__inner .top-active ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.top-sec02 .top-sec02-body .sec-body__inner .top-active ul li {
  width: 48%;
  margin-bottom: 2rem;
}

.top-sec02 .top-sec02-body .sec-body__inner .top-active ul li a {
  width: 100%;
}

.top-sec02 .top-sec02-body .sec-body__inner .top-active ul li a .thumb-box {
  overflow: hidden;
}

.top-sec02 .top-sec02-body .sec-body__inner .top-active ul li a .thumb-box img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: .5s all;
}

.top-sec02 .top-sec02-body .sec-body__inner .top-active ul li a h3 {
  font-size: 1.25rem;
  text-align: center;
  margin: 1rem 0;
}

.top-sec02 .top-sec02-body .sec-body__inner .top-active ul li a span {
  display: block;
  border: 1px solid #9f00a5;
  position: relative;
  text-align: center;
  padding: 0.5rem 0;
}

.top-sec02 .top-sec02-body .sec-body__inner .top-active ul li a span:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  height: 100%;
  display: block;
  content: "";
  background-color: #9f00a5;
  transition: .3s all;
}

.top-sec02 .top-sec02-body .sec-body__inner .top-active ul li a span:after {
  position: relative;
  content: "詳しく見る";
  display: block;
  color: #9f00a5;
  transition: .3s all;
  z-index: 2;
}

.top-sec02 .top-sec02-body .sec-body__inner .top-active ul li:hover a .thumb-box img {
  transform: scale(1.3);
  transition: .5s all;
}

.top-sec02 .top-sec02-body .sec-body__inner .top-active ul li:hover a span:before {
  transition: .3s all;
  width: 100%;
}

.top-sec02 .top-sec02-body .sec-body__inner .top-active ul li:hover a span:after {
  color: #FFF;
  transition: .3s all;
}

@media screen and (max-width: 768px) {
  .top-sec02 {
    padding-bottom: 300px;
  }
  .top-sec02 .top-sec02-body .sec-body__inner .top-active ul li {
    width: 100%;
    margin-bottom: 4rem;
  }
  .top-sec02 .top-sec02-body .sec-body__inner .top-active ul li a .thumb-box img {
    height: 250px;
  }
}

.top-sec03 .top-sec03-body .sec-body__inner .top-policy {
  padding: 0 0 8rem;
}

.top-sec03 .top-sec03-body .sec-body__inner .top-policy__item {
  position: relative;
  margin-bottom: 10rem;
}

.top-sec03 .top-sec03-body .sec-body__inner .top-policy__item:nth-of-type(3) {
  margin-bottom: 5rem;
}

.top-sec03 .top-sec03-body .sec-body__inner .top-policy__item h2 {
  font-family: 'Hiragino Mincho ProN' !important;
  font-size: 2.5rem;
  font-weight: 400;
  color: #9f00a5;
  margin-bottom: 2.5rem;
  text-shadow: 0 0 8px #FFF;
}

.top-sec03 .top-sec03-body .sec-body__inner .top-policy__item--lists {
  width: 40%;
  padding: 3rem;
  background-color: rgba(230, 209, 231, 0.7);
}

.top-sec03 .top-sec03-body .sec-body__inner .top-policy__item--lists li {
  line-height: 1.7;
  letter-spacing: 1.6px;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
  position: relative;
}

.top-sec03 .top-sec03-body .sec-body__inner .top-policy__item--lists li:before {
  position: absolute;
  top: 4px;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  background-color: #9f00a5;
  border-radius: 2px;
  margin-right: 0.5rem;
  content: "";
  z-index: 2;
}

.top-sec03 .top-sec03-body .sec-body__inner .top-policy__item--thumb {
  position: absolute;
  top: 5rem;
  right: 0;
  width: 65%;
  height: 500px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .top-sec03 .top-sec03-body .sec-body__inner .top-policy {
    padding: 0;
  }
  .top-sec03 .top-sec03-body .sec-body__inner .top-policy__item {
    position: relative;
    margin-bottom: 3rem;
  }
  .top-sec03 .top-sec03-body .sec-body__inner .top-policy__item:nth-of-type(3) {
    margin-bottom: 0rem;
  }
  .top-sec03 .top-sec03-body .sec-body__inner .top-policy__item h2 {
    font-size: 1.25rem;
    margin-bottom: 12rem;
  }
  .top-sec03 .top-sec03-body .sec-body__inner .top-policy__item--lists {
    box-sizing: border-box;
    width: 100%;
    padding: 1rem;
  }
  .top-sec03 .top-sec03-body .sec-body__inner .top-policy__item--lists li {
    line-height: 1.5;
    letter-spacing: 1.2px;
    margin-bottom: 1rem;
    padding-left: 1rem;
  }
  .top-sec03 .top-sec03-body .sec-body__inner .top-policy__item--lists li:before {
    top: 5px;
    width: 12px;
    height: 12px;
    margin-right: 0;
  }
  .top-sec03 .top-sec03-body .sec-body__inner .top-policy__item--thumb {
    top: 3rem;
    right: 50%;
    width: 90%;
    height: 250px;
    transform: translateX(50%) !important;
  }
}

.top-sec04 {
  background-color: #EEE;
}

.top-sec04 .top-sec04-body .sec-body__inner .top-company {
  display: flex;
  justify-content: space-between;
}

.top-sec04 .top-sec04-body .sec-body__inner .top-company__info {
  width: 30%;
  font-size: 1.24rem;
}

.top-sec04 .top-sec04-body .sec-body__inner .top-company__info--address {
  margin-bottom: 2rem;
}

.top-sec04 .top-sec04-body .sec-body__inner .top-company__info--address p {
  line-height: 1.5;
  font-family: 'Hiragino Maru Gothic ProN W4' !important;
}

.top-sec04 .top-sec04-body .sec-body__inner .top-company__info--tel {
  border-top: 1px solid #BBB;
  border-bottom: 1px solid #BBB;
  padding: 1.5rem 0;
}

.top-sec04 .top-sec04-body .sec-body__inner .top-company__gmap {
  width: 60%;
}

.top-sec04 .top-sec04-body .sec-body__inner .top-company__gmap img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 960px) {
  .top-sec04 .top-sec04-body .sec-body__inner .top-company {
    display: block;
  }
  .top-sec04 .top-sec04-body .sec-body__inner .top-company__info {
    width: 100%;
    margin-bottom: 3rem;
    font-size: 1.5rem;
  }
  .top-sec04 .top-sec04-body .sec-body__inner .top-company__info--address {
    margin-bottom: 2rem;
  }
  .top-sec04 .top-sec04-body .sec-body__inner .top-company__info--address p {
    line-height: 1.5;
  }
  .top-sec04 .top-sec04-body .sec-body__inner .top-company__info--tel {
    border-top: 1px solid #BBB;
    border-bottom: 1px solid #BBB;
    padding: 1.5rem 0;
  }
  .top-sec04 .top-sec04-body .sec-body__inner .top-company__gmap {
    width: 100%;
  }
}

@media screen and (max-width: 520px) {
  .top-sec04 .top-sec04-body .sec-body__inner .top-company__info {
    font-size: 1.2rem;
  }
  .top-sec04 .top-sec04-body .sec-body__inner .top-company__info--address {
    margin-bottom: 1rem;
  }
  .top-sec04 .top-sec04-body .sec-body__inner .top-company__info--tel {
    padding: 1rem 0;
  }
}

/*--------------------------------------------------------------
# プロフィール：
--------------------------------------------------------------*/
.profile-sec01 .profile-sec01-body .sec-body__inner .page-profile {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.profile-sec01 .profile-sec01-body .sec-body__inner .page-profile__pr {
  width: calc( 100% - ( 260px + 8rem ));
}

.profile-sec01 .profile-sec01-body .sec-body__inner .page-profile__pr p {
  font-size: 1rem;
  line-height: 1.7;
  letter-spacing: 1.4px;
  font-family: 'Hiragino Kaku Gothic ProN' !important;
}

.profile-sec01 .profile-sec01-body .sec-body__inner .page-profile__thumb {
  width: 300px;
}

.profile-sec01 .profile-sec01-body .sec-body__inner .page-profile__thumb img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
}

@media screen and (max-width: 768px) {
  .profile-sec01 .profile-sec01-body .sec-body__inner .page-profile {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .profile-sec01 .profile-sec01-body .sec-body__inner .page-profile__pr {
    width: 100%;
    order: 2;
  }
  .profile-sec01 .profile-sec01-body .sec-body__inner .page-profile__pr p {
    font-size: 0.9rem;
  }
  .profile-sec01 .profile-sec01-body .sec-body__inner .page-profile__thumb {
    width: 100%;
    text-align: center;
    margin-bottom: 3rem;
  }
  .profile-sec01 .profile-sec01-body .sec-body__inner .page-profile__thumb img {
    width: 280px;
  }
}

.profile-sec02 .profile-sec02-body .sec-body__inner .page-profile-tl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.profile-sec02 .profile-sec02-body .sec-body__inner .page-profile-tl__tb {
  width: calc( 100% - ( 350px + 7% ));
  border-collapse: collapse;
}

.profile-sec02 .profile-sec02-body .sec-body__inner .page-profile-tl__tb tr td {
  padding: 0.5rem 0;
}

.profile-sec02 .profile-sec02-body .sec-body__inner .page-profile-tl__tb tr td:nth-of-type(1) {
  width: 130px;
  vertical-align: top;
  position: relative;
}

.profile-sec02 .profile-sec02-body .sec-body__inner .page-profile-tl__tb tr td:nth-of-type(1):before {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
  background-color: #9f00a5;
  content: "";
  display: block;
}

.profile-sec02 .profile-sec02-body .sec-body__inner .page-profile-tl__tb tr td:nth-of-type(1):after {
  position: absolute;
  top: 0;
  right: 0;
  width: 10px;
  height: 10px;
  border: 2px solid #9f00a5;
  background-color: #FFF;
  border-radius: 100%;
  content: "";
  display: block;
  transform: translate(50%, 50%);
}

.profile-sec02 .profile-sec02-body .sec-body__inner .page-profile-tl__tb tr td:nth-of-type(2) {
  padding-left: 3rem;
}

.profile-sec02 .profile-sec02-body .sec-body__inner .page-profile-tl__thumb {
  width: 350px;
}

.profile-sec02 .profile-sec02-body .sec-body__inner .page-profile-tl__thumb img {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 960px) {
  .profile-sec02 .profile-sec02-body .sec-body__inner .page-profile-tl__tb {
    width: 100%;
    margin-bottom: 3rem;
  }
  .profile-sec02 .profile-sec02-body .sec-body__inner .page-profile-tl__thumb {
    width: 100%;
  }
  .profile-sec02 .profile-sec02-body .sec-body__inner .page-profile-tl__thumb img {
    width: 75%;
  }
}

@media screen and (max-width: 768px) {
  .profile-sec02 .profile-sec02-body .sec-body__inner .page-profile-tl__tb tr td {
    font-size: 0.85rem;
  }
  .profile-sec02 .profile-sec02-body .sec-body__inner .page-profile-tl__tb tr td:nth-of-type(1) {
    width: 100px;
  }
  .profile-sec02 .profile-sec02-body .sec-body__inner .page-profile-tl__tb tr td:nth-of-type(2) {
    padding-left: 2rem;
  }
  .profile-sec02 .profile-sec02-body .sec-body__inner .page-profile-tl__thumb img {
    width: 100%;
    height: 250px;
  }
}

/*--------------------------------------------------------------
# 政策理念：政治理念
--------------------------------------------------------------*/
.policy-sec01 .policy-sec01-body .sec-body__inner .page-policy {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.policy-sec01 .policy-sec01-body .sec-body__inner .page-policy__pr {
  width: calc( 100% - ( 300px + 4rem ));
}

.policy-sec01 .policy-sec01-body .sec-body__inner .page-policy__pr p {
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 1.7px;
}

.policy-sec01 .policy-sec01-body .sec-body__inner .page-policy__thumb {
  width: 300px;
}

.policy-sec01 .policy-sec01-body .sec-body__inner .page-policy__thumb img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
}

@media screen and (max-width: 960px) {
  .policy-sec01 .policy-sec01-body .sec-body__inner .page-policy__pr p {
    font-size: 0.9rem;
  }
}

@media screen and (max-width: 768px) {
  .policy-sec01 .policy-sec01-body .sec-body__inner .page-policy__pr {
    width: 100%;
    order: 2;
  }
  .policy-sec01 .policy-sec01-body .sec-body__inner .page-policy__pr p {
    font-size: 0.9rem;
  }
  .policy-sec01 .policy-sec01-body .sec-body__inner .page-policy__thumb {
    width: 100%;
    text-align: center;
    margin-bottom: 3rem;
  }
  .policy-sec01 .policy-sec01-body .sec-body__inner .page-policy__thumb img {
    width: 280px;
  }
}

.policy-sec02 .policy-sec02-body .sec-body__inner .mission__lists {
  margin-bottom: 4rem;
}

.policy-sec02 .policy-sec02-body .sec-body__inner .mission__lists h2 {
  color: #9f00a5;
  font-size: 1.75rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #DDD;
  margin-bottom: 2rem;
  font-family: 'Hiragino Mincho ProN' !important;
}

.policy-sec02 .policy-sec02-body .sec-body__inner .mission__lists ul {
  font-family: "Hiragino Maru Gothic ProN W4";
}

.policy-sec02 .policy-sec02-body .sec-body__inner .mission__lists ul li {
  margin-bottom: 2rem;
  letter-spacing: 1.4px;
  line-height: 1.6;
  font-size: 1.15rem;
  padding-left: 3rem;
  position: relative;
}

.policy-sec02 .policy-sec02-body .sec-body__inner .mission__lists ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "1";
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 2px solid #9f00a5;
  border-radius: 100%;
  color: #9f00a5;
}

.policy-sec02 .policy-sec02-body .sec-body__inner .mission__lists ul li:nth-of-type(2):before {
  content: "2";
}

.policy-sec02 .policy-sec02-body .sec-body__inner .mission__lists ul li:nth-of-type(3):before {
  content: "3";
}

@media screen and (max-width: 768px) {
  .policy-sec02 {
    padding: 0 0 2rem;
  }
  .policy-sec02 .policy-sec02-body .sec-body__inner .mission__lists {
    margin-bottom: 3rem;
  }
  .policy-sec02 .policy-sec02-body .sec-body__inner .mission__lists h2 {
    font-size: 1.3rem;
  }
  .policy-sec02 .policy-sec02-body .sec-body__inner .mission__lists ul li {
    margin-bottom: 1.5rem;
    font-size: 1rem;
  }
}

/*--------------------------------------------------------------
# 後援会・寄付について：
--------------------------------------------------------------*/
.admission-sec01 .admission-sec01-body .sec-body__inner h4 {
  font-size: 1.25rem;
  letter-spacing: 1.4px;
  margin-bottom: 1rem;
  color: #9f00a5;
}

.admission-sec01 .admission-sec01-body .sec-body__inner p {
  margin-bottom: 2rem;
}

.admission-sec01 .admission-sec01-body .sec-body__inner .sec-link {
  text-align: left;
}

.admission-sec02 {
  padding-top: 0;
}

.admission-sec02 .admission-sec02-body .sec-body__inner h4 {
  font-size: 1.25rem;
  letter-spacing: 1.4px;
  margin-bottom: 1rem;
  color: #9f00a5;
}

.admission-sec02 .admission-sec02-body .sec-body__inner p {
  margin-bottom: 2rem;
}

.admission-sec02 .admission-sec02-body .sec-body__inner .sec-link {
  text-align: left;
}

/*--------------------------------------------------------------
# 問い合わせ：
--------------------------------------------------------------*/
.contact .contact-container {
  max-width: 1120px;
  width: 95%;
  margin: 0 auto;
  padding: 5rem 0;
}

.contact .contact-container .contact-top-text {
  border-bottom: 1px solid #DDD;
  text-align: center;
  padding-bottom: 2rem;
}

.contact .contact-container .contact-top-text p {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.contact .contact-container .contact-top-text span {
  font-size: 1rem;
}

.contact .contact-container .contact-tb {
  width: 100%;
  max-width: 800px;
  margin: 6rem auto 2rem;
}

.contact .contact-container .contact-tb tr td {
  padding-bottom: 1.5rem;
  box-sizing: border-box;
}

.contact .contact-container .contact-tb tr td:nth-of-type(1) {
  vertical-align: top;
  width: 230px;
}

.contact .contact-container .contact-tb tr td:nth-of-type(1) label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Hiragino Maru Gothic ProN W4";
}

.contact .contact-container .contact-tb tr td:nth-of-type(1) label:after {
  display: inline-block;
  content: "必須";
  background-color: #c20a0a;
  color: #FFF;
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  border-radius: 6px;
}

.contact .contact-container .contact-tb tr td:nth-of-type(1) label.free:after {
  content: "任意";
  background-color: #6b8180;
}

.contact .contact-container .contact-tb tr td:nth-of-type(2) {
  padding-left: 2rem;
}

.contact .contact-container .contact-tb tr td:nth-of-type(2) input, .contact .contact-container .contact-tb tr td:nth-of-type(2) textarea {
  width: 100%;
  border: 1px solid #CCC;
  border-radius: 4px;
  font-size: 1rem;
  padding: 0.75rem;
  box-sizing: border-box;
}

.contact .contact-container .contact-tb tr td:nth-of-type(2) .check-input {
  padding: 0.5rem 0;
}

.contact .contact-container .contact-tb tr td:nth-of-type(2) .check-input label {
  padding: 0.5rem 0;
  font-family: 'Hiragino Mincho ProN' !important;
  font-weight: normal;
}

.contact .contact-container .contact-tb tr td:nth-of-type(2) .check-input label input {
  width: 15px;
}

.contact .contact-container .contact-tb tr:nth-of-type(1) td:nth-of-type(2) {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.contact .contact-container .contact-tb tr:nth-of-type(1) td:nth-of-type(2) label {
  cursor: pointer;
  margin-right: 1rem;
}

.contact .contact-container .contact-tb tr:nth-of-type(1) td:nth-of-type(2) label:last-of-type {
  margin-right: 0;
}

.contact .contact-container .contact-privacy {
  background-color: #EEE;
  padding: 2.5rem 4rem;
  text-align: center;
}

.contact .contact-container .contact-privacy h4 {
  margin-bottom: 2rem;
  font-size: 1.25rem;
}

.contact .contact-container .contact-privacy__box {
  border: 1px solid #AAA;
  margin-bottom: 3rem;
  padding: 2rem;
  height: 400px;
  overflow-y: scroll;
  text-align: left;
}

.contact .contact-container .contact-privacy__box h3 {
  padding-bottom: 0.25rem;
  margin-bottom: 0.75rem;
  border-bottom: 1px solid #DDD;
  font-size: 1.25rem;
  font-family: 'Hiragino Mincho ProN' !important;
}

.contact .contact-container .contact-privacy__box p {
  line-height: 1.8;
  letter-spacing: 1.4px;
  margin-bottom: 2rem;
}

.contact .contact-container .contact-privacy .prpl span {
  letter-spacing: 1.6px;
}

.contact .contact-container .contact-submit {
  text-align: center;
  margin: 4rem;
}

.contact .contact-container .contact-submit .form_submit {
  border-style: none;
  padding: 1rem 8rem;
  font-size: 1.1rem;
  cursor: pointer;
  background-color: #e6d1e7;
}

.contact .contact-container .contact-submit span {
  display: none;
}

@media screen and (max-width: 768px) {
  .contact .contact-container {
    padding: 3rem 0;
  }
  .contact .contact-container .contact-top-text p {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
  }
  .contact .contact-container .contact-top-text span {
    font-size: 0.75rem;
  }
  .contact .contact-container .contact-tb {
    margin: 3rem auto 2rem;
  }
  .contact .contact-container .contact-tb tr {
    display: block;
  }
  .contact .contact-container .contact-tb tr td {
    display: block;
    padding-bottom: 1.5rem;
  }
  .contact .contact-container .contact-tb tr td:nth-of-type(1) {
    padding-bottom: 0.5rem;
  }
  .contact .contact-container .contact-tb tr td:nth-of-type(1) label {
    justify-content: start;
  }
  .contact .contact-container .contact-tb tr td:nth-of-type(1) label:after {
    margin-left: 1rem;
  }
  .contact .contact-container .contact-tb tr td:nth-of-type(2) {
    padding-left: 0;
  }
  .contact .contact-container .contact-privacy {
    padding: 2rem;
  }
  .contact .contact-container .contact-privacy h4 {
    margin-bottom: 2rem;
    font-size: 1.25rem;
  }
  .contact .contact-container .contact-privacy__box {
    margin-bottom: 3rem;
    padding: 1rem;
    height: 300px;
  }
  .contact .contact-container .contact-privacy__box h3 {
    font-size: 1.25rem;
  }
  .contact .contact-container .contact-privacy__box p {
    letter-spacing: 1.2px;
    font-size: 0.85rem;
  }
  .contact .contact-container .contact-submit {
    margin: 3rem 0 2rem;
  }
}

/*--------------------------------------------------------------
# 活動報告: 一覧ページ
--------------------------------------------------------------*/
.page-activity__container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1120px;
  width: 90%;
  margin: 5rem auto;
}

.page-activity__container--main-area {
  width: calc(100% - (300px + 4rem));
}

.page-activity__container--main-area .main-area__inner--post-lists {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.page-activity__container--main-area .main-area__inner--post-lists article {
  width: 47%;
  margin-bottom: 3rem;
  box-sizing: border-box;
}

.page-activity__container--main-area .main-area__inner--post-lists article .entry-contents .entry-thumb {
  overflow: hidden;
}

.page-activity__container--main-area .main-area__inner--post-lists article .entry-contents .entry-meta {
  padding: 0.25rem 0;
}

.page-activity__container--main-area .main-area__inner--post-lists article .entry-contents .entry-meta .metadata {
  display: flex;
  justify-content: space-between;
  font-size: 0.85rem;
  color: #AAA;
}

.page-activity__container--main-area .main-area__inner--post-lists article .entry-contents .entry-meta .metadata a {
  color: #AAA;
}

.page-activity__container--main-area .main-area__inner--post-lists article .entry-contents .entry-title {
  font-size: 1.25rem;
  padding: 0.5rem 0;
}

.page-activity__container--main-area .pagination .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-activity__container--main-area .pagination .nav-links .page-numbers {
  display: inline-block;
  border: 3px solid #e6d1e7;
  margin: 0 0.25rem;
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  text-align: center;
  box-sizing: border-box;
  font-family: 'Kosugi', sans-serif !important;
  color: #626262;
  transition: .3s all;
}

.page-activity__container--main-area .pagination .nav-links .page-numbers:hover {
  background-color: #e6d1e7;
}

.page-activity__container--main-area .pagination .nav-links .next {
  position: relative;
}

.page-activity__container--main-area .pagination .nav-links .next:after {
  position: absolute;
  top: 54%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #626262;
  border-right: 2px solid #626262;
}

.page-activity__container--main-area .pagination .nav-links .prev {
  position: relative;
}

.page-activity__container--main-area .pagination .nav-links .prev:after {
  position: absolute;
  top: 58%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-135deg);
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #626262;
  border-right: 2px solid #626262;
}

.page-activity__container--side-area {
  width: 300px;
}

.page-activity__container--side-area .widget-area .sidebar-widget-wrap aside {
  margin-bottom: 2rem;
}

.page-activity__container--side-area .widget-area .sidebar-widget-wrap aside .widget-title {
  border-bottom: 1px solid #9f00a5;
  padding-bottom: 0.25rem;
  margin-bottom: 1rem;
}

.page-activity__container--side-area .widget-area .sidebar-widget-wrap aside .widget-title h2 {
  font-size: 1.3rem;
  font-family: 'Hiragino Mincho ProN' !important;
}

.page-activity__container--side-area .widget-area .sidebar-widget-wrap aside ul li {
  font-size: 0.85rem;
  margin-bottom: 0.5rem;
}

.page-activity__container--side-area .widget-area .sidebar-widget-wrap aside ul li a {
  display: block;
  padding-left: 1.25rem;
  position: relative;
  color: #000;
}

.page-activity__container--side-area .widget-area .sidebar-widget-wrap aside ul li a:before {
  position: absolute;
  top: 4px;
  left: 0;
  width: 12px;
  height: 12px;
  background: #e6d1e7;
  content: "";
  border-radius: 2px;
  transition: .3s all;
}

.page-activity__container--side-area .widget-area .sidebar-widget-wrap aside ul li:hover a:before {
  transition: .3s all;
  background-color: #9f00a5;
}

@media screen and (max-width: 960px) {
  .page-activity__container--main-area .main-area__inner--post-lists article {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .page-activity__container {
    margin: 3rem auto;
  }
  .page-activity__container--main-area {
    width: 100%;
    margin-bottom: 5rem;
  }
  .page-activity__container--main-area .main-area__inner--post-lists article .entry-contents .entry-title {
    padding: 0;
  }
  .page-activity__container--side-area {
    width: 100%;
  }
  .page-activity__container--side-area .widget-area .sidebar-widget-wrap aside .widget-title {
    border-bottom: 2px solid #9f00a5;
  }
  .page-activity__container--side-area .widget-area .sidebar-widget-wrap aside .widget-title h2 {
    font-size: 1.5rem;
  }
  .page-activity__container--side-area .widget-area .sidebar-widget-wrap aside ul li {
    font-size: 1rem;
  }
  .page-activity__container--side-area .widget-area .sidebar-widget-wrap aside ul li a:before {
    width: 14px;
    height: 14px;
  }
}

/*--------------------------------------------------------------
# 活動報告: シングルページ
--------------------------------------------------------------*/
.page-activity__container--main-area .main-area__inner article {
  margin-bottom: 3rem;
  box-sizing: border-box;
}

.page-activity__container--main-area .main-area__inner article .single-entry-contents .single-entry-meta .metadata {
  display: flex;
  justify-content: space-between;
  font-size: 0.85rem;
  color: #AAA;
}

.page-activity__container--main-area .main-area__inner article .single-entry-contents .single-entry-meta .metadata a {
  color: #AAA;
}

.page-activity__container--main-area .main-area__inner article .single-entry-contents .single-entry-title {
  font-size: 2rem;
  padding: 0.5rem 0;
  border-top: 3px solid #9f00a5;
  border-bottom: 3px solid #9f00a5;
  margin: 0.5rem 0 2rem;
}

.page-activity__container--main-area .main-area__inner article .single-entry-contents .single-entry-content {
  margin: 2rem 0;
  font-size: 1.25rem;
}

.page-activity__container--main-area .page-single-pagination {
  display: flex;
  justify-content: space-between;
}

.page-activity__container--main-area .page-single-pagination a {
  display: inline-block;
  position: relative;
  padding: 0.5rem 2rem;
  color: #000;
}

.page-activity__container--main-area .page-single-pagination a:before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 3px;
  background-color: #e6d1e7;
  content: "";
  display: block;
  transition: .3s all;
}

.page-activity__container--main-area .page-single-pagination .next:after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30px;
  height: 3px;
  background-color: #e6d1e7;
  content: "";
  display: block;
  transform: rotate(30deg);
  transform-origin: right bottom;
  transition: .3s all;
}

.page-activity__container--main-area .page-single-pagination .next:hover:before {
  transform: translateX(20px);
  transition: .3s all;
}

.page-activity__container--main-area .page-single-pagination .next:hover:after {
  transform: translateX(20px) rotate(30deg);
  transition: .3s all;
}

.page-activity__container--main-area .page-single-pagination .prev:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 3px;
  background-color: #e6d1e7;
  content: "";
  display: block;
  transform: rotate(-30deg);
  transform-origin: left bottom;
  transition: .3s all;
}

.page-activity__container--main-area .page-single-pagination .prev:hover:before {
  transform: translateX(-20px);
  transition: .3s all;
}

.page-activity__container--main-area .page-single-pagination .prev:hover:after {
  transform: translateX(-20px) rotate(-30deg);
  transition: .3s all;
}
