@charset "UTF-8";
/*
 * 変数
 */
/*
 * ブレークポイント
 */
/*
 * 480pxより広くなったら改行なくす
 */
@media (min-width: 560px) {
  .br_sp {
    display: none;
  }
}

/*
 * 780pxより広くなったら改行なくす
 */
@media (min-width: 880px) {
  .br_tab {
    display: none;
  }
}

/*
 * 780pxより狭くなったら改行なくす
 */
@media (max-width: 880px) {
  .pc_br {
    display: none;
  }
}

/*
 * トランジション
 */
.arc-column-top-tit img {
  max-width: 320px;
}
@media (max-width: 560px) {
  .arc-column-top-tit img {
    width: 77%;
  }
}
@media (max-width: 560px) {
  .arc-column-top-tit span {
    margin-top: 3%;
    margin-left: 4%;
  }
}

.news-column-top-tit img {
  max-width: 220px;
}

.content--block {
  margin-top: 5%;
  padding-bottom: 7%;
}

.content--block-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row-reverse;
  width: 93%;
  max-width: 1400px;
  margin: 0 auto;
}
@media (max-width: 880px) {
  .content--block-inner {
    flex-direction: column-reverse;
    align-items: center;
  }
}
@media (max-width: 560px) {
  .content--block-inner {
    padding: 0;
    margin-bottom: 14%;
  }
}

article.article-content {
  width: 71%;
  padding: 2% 6% 5%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  background: white;
}
@media (max-width: 880px) {
  article.article-content {
    width: 100%;
  }
}
@media (max-width: 560px) {
  article.article-content {
    padding: 4% 5% 5%;
    padding-bottom: 10%;
  }
}

.article-info {
  width: 100%;
  border-bottom: 2px solid #8FC31F;
}

.arc-info-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.arc-info-box .single-day {
  color: #AFAFAF;
}

.article-title-s {
  text-align: justify;
  margin: 9px 0px 1%;
  position: relative;
  font-size: clamp(22px, 2vw, 28px);
}
@media (max-width: 560px) {
  .article-title-s {
    margin: 2% 0 3%;
  }
}
.article-title-s:before {
  position: absolute;
  bottom: -7px;
  width: 100%;
  height: 4px;
  content: "";
}

.single-inner {
  width: 100%;
  margin-top: 1em;
}
.single-inner h2 {
  font-size: clamp(20px, 2vw, 27px);
}
.single-inner p {
  text-align: justify;
  line-height: 1.7;
}
.single-inner .single-linkbtn {
  margin-bottom: 10px;
  transition: all 0.5s ease;
}
.single-inner .single-linkbtn a {
  margin: 0 auto;
  padding: 10px 4em;
  transition: all 0.5s ease;
  background-size: 200% auto;
  color: white;
  display: inline-block;
  border: 0px;
  font-weight: 700;
  background-color: #003F88;
  position: relative;
  font-size: initial;
  margin-top: 5%;
}
@media (max-width: 560px) {
  .single-inner .single-linkbtn a {
    padding: 10px 1em;
  }
}
.single-inner .single-linkbtn a::after {
  content: "";
  background-image: url(../images/link-line.svg);
  background-repeat: no-repeat;
  background-position: center;
  height: 17px;
  width: 18px;
  display: inline-block;
  margin-left: 3px;
  vertical-align: text-top;
}
.single-inner .single-linkbtn:hover a {
  transform: translateY(-5px);
  background-color: #90d442;
}

p.single-in-tit {
  color: #003F88;
  font-weight: bold;
}

.wp-block-image {
  margin-top: 1em;
  text-align: center;
}
.wp-block-image img {
  height: auto;
  border: 1px solid #8f8f8f;
}

.arc-cat {
  color: white;
  font-size: 13px;
  padding: 1px 3px;
  white-space: nowrap;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 5px;
}
.arc-cat span {
  padding-right: 9px;
  padding-left: 9px;
  display: inline-block;
}
.arc-cat span.ippan {
  background-color: #8FC31F;
}
.arc-cat span.daihyou {
  background-color: #003F88;
}
.arc-cat span.gikai-date {
  background-color: #FCAE00;
}
.arc-cat span.info {
  background-color: #824a8a;
}
.arc-cat .assem-term {
  margin-right: 7px;
  white-space: nowrap;
  padding: 0;
}
.arc-cat .assem-term a {
  font-size: 14px;
  padding: 2px 6px;
  color: #003F88;
  border: 1px solid #003F88;
  transition: all 0.3s cubic-bezier(0.79, 0.14, 0.15, 0.86);
}
.arc-cat .assem-term a:hover {
  opacity: 0.7;
}

/* テーブル */
.wp-block-table {
  width: 100%;
  white-space: nowrap;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 4%;
}
.wp-block-table table {
  width: 99%;
}
.wp-block-table tbody {
  border: 1px solid #ccc;
}
.wp-block-table thead {
  background: #003F88;
  color: white;
}
.wp-block-table tr:nth-of-type(even):not(:first-of-type) {
  background: #f1f1f1;
}
.wp-block-table th, .wp-block-table td {
  text-align: center;
  padding: 10px;
  vertical-align: middle;
  border: none;
}
.wp-block-table th:not(:last-of-type), .wp-block-table td:not(:last-of-type) {
  border-right: 1px solid #ccc;
}
.wp-block-table th {
  border: 1px solid #383838;
}

.ark-block-accordion {
  margin-bottom: 1%;
}

aside#sidebar {
  width: 24%;
  font-size: 16px;
  color: #003F88;
}
@media (max-width: 880px) {
  aside#sidebar {
    width: 100%;
  }
}
@media (max-width: 560px) {
  aside#sidebar {
    width: 95%;
    margin: 0 auto;
    margin-top: 9%;
  }
}

.sidebar-wrapper {
  margin-bottom: 20%;
}
@media (max-width: 880px) {
  .sidebar-wrapper {
    margin-bottom: 6%;
  }
}

.sidebar-title {
  background: #003F88;
  color: white;
  padding: 3px 10px 1px;
  position: relative;
  width: 90%;
  z-index: 2;
}
.sidebar-title:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  left: 22px;
  top: 0%;
  transform: skewX(-36deg);
  transform-origin: 100% 0;
  background: #003F88;
  z-index: -1;
}
@media (max-width: 560px) {
  .sidebar-title:after {
    transform: skewX(-31deg);
  }
}

.sidebar-wrapper {
  margin-bottom: 6%;
  margin-top: 9%;
}

/*
 * カテゴリー
 */
.side-item-list li a {
  color: #383838;
}
.side-item-list li a:hover {
  color: #8FC31F;
}

.year-archive-inner {
  position: relative;
  overflow: hidden;
  margin-top: 2%;
  font-size: 15px;
}

.grad-trigger.is-show + .year-archive-inner {
  /*バーの太さ*/
  /*バーの色*/
}
.grad-trigger.is-show + .year-archive-inner::-webkit-scrollbar {
  width: 6px;
}
.grad-trigger.is-show + .year-archive-inner::-webkit-scrollbar-thumb {
  background: rgba(65, 174, 214, 0.64);
  border-radius: 30px;
}

p.year-current {
  position: relative;
  cursor: pointer;
  padding: 2px 11px;
  transition: 0.2s ease;
}
p.year-current::before {
  background: url(../images/plus.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 12px;
  height: 12px;
  content: "";
  margin-right: 6px;
  display: inline-block;
  color: #003F88;
  transition: transform 0.3s cubic-bezier(0.7, 0.3, 0.3, 0.9), -webkit-transform 0.3s cubic-bezier(0.7, 0.3, 0.3, 0.9);
}
p.year-current:hover {
  color: #8FC31F;
}

/* 開いたときのアイコン*/
p.year-current.on::before {
  content: "";
  width: 12px;
  height: 3px;
  margin-bottom: 5px;
  background: #003F88;
  transform: rotate(180deg);
  transition: transform 0.3s cubic-bezier(0.7, 0.3, 0.3, 0.9), -webkit-transform 0.3s cubic-bezier(0.7, 0.3, 0.3, 0.9);
}

.sidemenu-year-all {
  display: none;
}
.sidemenu-year-all a {
  padding: 6px 23px;
  display: block;
  position: relative;
  transition: all 0.5s cubic-bezier(0.37, 0.16, 0.12, 1);
}
.sidemenu-year-all a::after {
  content: "";
  background: url(../images/chevron-right-b.svg);
  width: 14px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center right;
  position: absolute;
  bottom: 10px;
  left: 87px;
  transition: all 0.5s cubic-bezier(0.37, 0.16, 0.12, 1);
}
.sidemenu-year-all:hover a {
  color: #003F88;
}
.sidemenu-year-all:hover a::after {
  background: url(../images/chevron-right-b-h.svg);
  background-repeat: no-repeat;
  background-position: center right;
  width: 18px;
}

.tag-inner {
  margin-top: 2%;
  font-weight: 500;
}
.tag-inner a {
  display: block;
  padding: 3px 9px;
  font-size: 15px;
  transition: all 0.3s cubic-bezier(0.79, 0.14, 0.15, 0.86);
  font-size: 15px;
}
.tag-inner a:hover {
  color: #8FC31F;
}

/*前の記事、次の記事*/
.p_page_pager_block {
  width: 100%;
  font-size: 16px;
  border-top: 1px solid #eaeade;
  margin-top: 5%;
  margin-bottom: 3%;
}
@media (max-width: 880px) {
  .p_page_pager_block {
    margin-top: 8%;
  }
}

.p_page_pager {
  width: 100%;
  margin: 0 auto;
  margin-top: 5%;
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 560px) {
  .p_page_pager {
    padding-top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 9%;
  }
}

.p_pager_prev, .p_pager_next {
  box-sizing: border-box;
  margin: 0 auto;
  cursor: pointer;
  font-weight: 700;
  line-height: 24px;
  outline: 0 solid transparent;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: fit-content;
  word-break: break-word;
  position: relative;
  border: 0;
  overflow: hidden;
  isolation: isolate;
  position: absolute;
}
.p_pager_prev a, .p_pager_next a {
  padding: 1rem 6rem;
  color: #fff;
  border-radius: 0;
  background: #003F88;
  display: inline-block;
}
.p_pager_prev a span, .p_pager_next a span {
  position: relative;
}
.p_pager_prev a:before, .p_pager_next a:before {
  position: absolute;
  top: 0;
  left: 97px;
  width: 150%;
  height: 500%;
  content: "";
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translateX(-98%) translateY(-70%) rotate(135deg);
  transform: translateX(-98%) translateY(-70%) rotate(135deg);
  background: #8FC31F;
}
.p_pager_prev a:after, .p_pager_next a:after {
  position: absolute;
  content: "";
  background: url(../images/metro-chevron-thin-right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.5s cubic-bezier(0.37, 0.16, 0.12, 1);
  color: #003F88;
  font-size: 15px;
  right: 5%;
  width: 12px;
  height: 15px;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.p_pager_prev a:hover:before, .p_pager_next a:hover:before {
  -webkit-transform: translateX(-9%) translateY(-25%) rotate(135deg);
  transform: translateX(-9%) translateY(-25%) rotate(135deg);
}
.p_pager_prev a:hover:after, .p_pager_next a:hover:after {
  transition: all 0.5s cubic-bezier(0.37, 0.16, 0.12, 1);
  transition-property: transform;
  transform: translate(7px, -50%);
}
@media (max-width: 560px) {
  .p_pager_prev, .p_pager_next {
    position: relative;
    width: 85%;
    margin-bottom: 2%;
  }
}

.p_pager_prev, .p_pager_next, .top_next {
  text-align: left;
  position: relative;
  display: inline-block;
  width: 30%;
}
.p_pager_prev a, .p_pager_next a, .top_next a {
  display: block;
}
@media (max-width: 560px) {
  .p_pager_prev, .p_pager_next, .top_next {
    font-size: 14px;
    width: 90%;
  }
}

.p_pager_prev {
  left: 0;
}
@media (max-width: 560px) {
  .p_pager_prev {
    margin-bottom: 4%;
  }
}

.p_pager_next {
  right: 0;
}
@media (max-width: 560px) {
  .p_pager_next {
    margin-top: 4%;
  }
}

.p_pager_next a, .p_pager_prev a {
  color: white;
  display: inline-block;
  border: none;
  text-align: center;
  width: 100%;
  transition: color 0.5s;
  cursor: pointer;
  padding: 2% 0;
}
.p_pager_next p, .p_pager_prev p {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: padding 0.5s;
}

.p_pager_next p:after {
  content: url("../images/Icon metro-chevron-thin-right.svg");
  position: absolute;
  top: 0;
  right: -15px;
  transition-duration: 0.5s;
  transition-property: opacity, right, left;
}

.p_pager_prev p:before {
  content: url("../images/Icon metro-chevron-thin-left.svg");
  position: absolute;
  top: 0;
  left: -15px;
  transition-duration: 0.5s;
  transition-property: opacity, right, left;
}

.p_pager_prev a:after {
  content: none;
}

.p_pager_next a:after {
  content: none;
}

.p_pager_next:hover p {
  padding-left: 15px;
}

.p_pager_prev:hover p {
  padding-right: 15px;
}

.p_pager_next:hover p:after {
  right: -20px;
}

.p_pager_prev:hover p:before {
  left: -20px;
}

/*記事一覧に戻る*/
.top_next {
  text-align: center;
  position: relative;
  margin: 0 auto;
  display: block;
  color: #383838;
}
.top_next a {
  transition: all 0.5s cubic-bezier(0.37, 0.16, 0.12, 1);
  transition-property: color, border;
  position: relative;
  z-index: 0;
  display: inline;
}
.top_next a::before, .top_next a::after {
  position: absolute;
  width: 100%;
  height: 1px;
  background: #8FC31F;
  top: 100%;
  left: 0;
  pointer-events: none;
}
.top_next a::before {
  content: "";
  transform-origin: 100% 50%;
  transform: scale3d(0, 1, 1);
  transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
}
.top_next a::after {
  content: "";
  top: calc(100% + 4px);
  transform-origin: 0% 50%;
  transform: scale3d(0, 1, 1);
  transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
}
.top_next a:hover {
  color: #8FC31F;
}
.top_next a:hover::before {
  transform-origin: 0% 50%;
  transform: scale3d(1, 1, 1);
  transition-timing-function: cubic-bezier(0.4, 1, 0.8, 1);
}
.top_next a:hover::after {
  transform-origin: 100% 50%;
  transform: scale3d(1, 1, 1);
  transition-timing-function: cubic-bezier(0.4, 1, 0.8, 1);
}
@media (max-width: 560px) {
  .top_next {
    width: 97%;
    margin: 0 auto;
    display: block;
  }
}

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