@charset "UTF-8";
/* メインカラー */
/* サブカラー */
/* アクセントカラー */
/* ======================================================
pc
====================================================== */
@media (min-width: 1001px) {
  #mainvisual {
    width: 100%;
    height: 33vw;
    overflow: hidden;
  }
  .ctitle__logo {
    color: var(--secondary-color);
  }
  .ctitle {
    margin-bottom: 100px;
  }
  .ch3_1 {
    font-size: 2.6rem;
    margin-bottom: 50px;
    line-height: 1.8;
    text-align: center;
  }
  .note {
    font-size: 1.4rem;
    line-height: 2.3;
  }
  .indent1 {
    text-indent: -1em;
    padding-left: 1em;
  }
  .indent15 {
    text-indent: -1.2em;
    padding-left: 1.5em;
  }
  .indentPlus1 {
    text-indent: 1em;
  }
  .w860 {
    width: 860px;
    margin: auto;
  }
  .cfex {
    display: flex;
  }
  .jc_sa {
    justify-content: space-around;
  }
  .jc_sb {
    justify-content: space-between;
  }
  .fd_co {
    flex-direction: column;
  }
  .fd_cor {
    flex-direction: column-reverse;
  }
  .fd_ro {
    flex-direction: row;
  }
  .fd_ror {
    flex-direction: row-reverse;
  }
  .ai_c {
    align-items: center;
  }
  /* sort
  ---------------------------------------------------------------------- */
  .cmenu {
    display: flex;
    justify-content: center;
    margin-bottom: 100px;
  }
  .cmenu li {
    position: relative;
    padding: 0 5px;
  }
  .cmenu li::before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 100%;
    background-color: #808080;
    position: absolute;
    left: 0;
    top: 0;
  }
  .cmenu li:last-of-type::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 100%;
    background-color: #808080;
    position: absolute;
    right: 0;
    top: 0;
  }
  .cmenu li a {
    position: relative;
    padding: 0.2em 1.5em;
    font-size: 1.8rem;
    line-height: 1.5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-align: center;
  }
  .cmenu li a.active {
    border-bottom: 1px solid #808080;
  }
  /* .cmenu li a::after {
      content: "";
      display: inline-block;
      width: 7px;
      height: 4px;
      background: url(../../images/icon_arrow_cmenu.svg) center no-repeat;
      background-size: contain;
      transform: translateY(-5px);
      margin-left: 0.5em;
  } */
  /* inner
  ---------------------------------------------------------------------- */
  .topic {
    padding: 200px 0;
  }
  .topic h3 {
    font-size: 1.75rem;
  }
  .topic .inner .news_list {
    width: 80%;
    margin: 0 auto;
    border-top: 1px solid #eee;
  }
  .topic .inner .news_list li,
  .topic .inner .news_list li a {
    padding: 20px 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    border-bottom: 1px solid #eee;
  }
  .topic .inner .news_list li {
    padding: 0;
  }
  .topic .inner .news_list li a {
    border-bottom: none;
  }
  .topic .inner .img {
    width: 29.07%;
  }
  .topic .inner .img_detail {
    width: 69.092%;
    margin: 0 auto;
    text-align: center;
  }
  .topic .inner .txt {
    width: 70%;
    text-align: left;
  }
  .topic .inner .txt_detail {
    width: 69.092%;
    margin: 0 auto;
    /* text-align: left; */
  }
  .topic .inner .txt h4,
  .topic .inner .txt_detail h4 {
    padding: 0 10px;
    line-height: 1.75;
    text-align: left;
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .topic .inner .news_list .txt h4 {
    margin-bottom: 0;
    padding-bottom: 5px;
  }
  .topic .inner .txt_detail h4 {
    font-size: 20px;
    font-weight: bold;
  }
  .topic .inner .txt time,
  .topic .inner .txt_detail time {
    padding: 0 10px;
  }
  .topic .inner .news_list .txt time {
    font-size: 12px;
  }
  .topic .inner .txt p,
  .topic .inner .txt_detail p {
    padding: 0 10px;
  }
  .topic .inner .news_list .txt p {
    line-height: 1.5;
    font-size: 12px;
    letter-spacing: 1.5px;
  }
  .n_logo {
    width: 40%;
    margin: 0 auto;
  }
  .f_size22 {
    font-size: 22px;
  }
  .f_size14 {
    font-size: 14px;
  }
  .f_size30 {
    font-size: 30px;
  }
  .color_g {
    color: #00b66f;
  }
  .color_r {
    color: #ff0000;
  }
  .color_b {
    color: #0072c1;
  }
  .font_b {
    font-weight: bold;
  }
  .txt_r {
    text-align: right;
  }
  .txt_c {
    text-align: center;
  }
  .img_r {
    margin-left: auto;
    display: block;
  }
  .img_l {
    margin-right: auto;
    display: block;
  }
  /* ページネーション
  ----------- ----------------------------------------------------------- */
  .nav-links {
    width: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    margin: 0 auto 0;
  }
  .nav-links a,
  .nav-links .current {
    font-size: 1.375em;
    border: 1px solid var(--primary-color);
    width: 60px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: #f2f2f2;
  }
  .nav-links a:hover,
  .nav-links .current {
    color: #fff;
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
  }
  .nav-links .dots {
    margin: 0 -9px;
  }
  a.page-numbers.prev,
  a.page-numbers.next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 90px;
  }
  a.page-numbers.prev::before,
  a.page-numbers.next::after {
    content: "";
    width: 100%;
    height: 100%;
    font-size: 1.8rem;
    line-height: 2.5;
    text-align: center;
  }
  a.page-numbers.prev::before {
    content: "←前へ";
  }
  a.page-numbers.next::after {
    content: "次へ→";
  }
  a.page-numbers.prev:hover:before {
    border-color: #fff;
  }
  a.page-numbers.next:hover::after {
    border-color: #fff;
  }
  .kiji.topic {
    background: url("../images/bg_news1.png") center top, url("../images/bg_news2.jpg") center top no-repeat;
    background-size: auto, 100%;
    padding: 200px 0;
  }
  .kiji .inner {
    background: #FFF;
    padding: 170px 0;
  }
  /**
   * ---------------------------------------------------
   * back
   * ---------------------------------------------------
   */
  .news__link {
    display: flex;
    justify-content: center;
    gap: 155px;
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    /* font-family: "游明朝","Yu Mincho",serif; */
  }
  .news__linkPrev,
  .news__linkNext {
    color: #2c8bcc;
  }
} /* End min-width:1001px */
@media (max-width: 1000px) {
  .w1100 {
    width: 88vw;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  .w860 {
    width: 88vw;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  #mainvisual {
    width: 100%;
    aspect-ratio: 4/3;
  }
  #mainvisual img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .ctitle__logo {
    color: var(--secondary-color);
  }
  .ctitle {
    margin-bottom: 12vw;
  }
  .indent1 {
    text-indent: -1em;
    padding-left: 1em;
  }
  .indent15 {
    text-indent: -1.2em;
    padding-left: 1.5em;
  }
  .indentPlus1 {
    text-indent: 1em;
  }
}
@media screen and (max-width: 1000px) and (max-width: 1000px) {
  /* visual
  ---------------------------------------------------------------------- */
  .news .newsVox {
    width: 100vw;
    padding: 0;
    background: #fff;
  }
  .news .TitleVox {
    width: 100%;
    height: 170px;
    background: url(../../news/images/newsTitleBg_sp.jpg) no-repeat top center;
    background-size: cover;
    position: relative;
    z-index: 0;
  }
  .news .TitleVox::after {
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 170px;
    z-index: 1;
    position: absolute;
    background: linear-gradient(rgba(51, 51, 51, 0.4), rgba(51, 51, 51, 0.4));
  }
  /* sort
  ---------------------------------------------------------------------- */
  .cmenu {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    /* margin-bottom: 12vw; */
  }
  .cmenu li {
    position: relative;
    width: 33%;
    margin-bottom: 4vw;
    padding: 0 1vw;
  }
  .cmenu li::before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 100%;
    background-color: #808080;
    position: absolute;
    left: 0;
    top: 0;
  }
  .cmenu li:nth-of-type(3)::after,
  .cmenu li:last-of-type::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 100%;
    background-color: #808080;
    position: absolute;
    right: 0;
    top: 0;
  }
  .cmenu li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    padding: 0.2em 0.5em;
    font-size: 3vw;
    line-height: 1.5;
    width: 100%;
    height: 100%;
    text-align: center;
  }
  .cmenu li a.active {
    border-bottom: 1px solid #808080;
  }
  /* .cmenu li a::after {
      content: "";
      display: inline-block;
      width: 2vw;
      height: 2vw;
      background: url(../../images/icon_arrow_cmenu.svg) center no-repeat;
      background-size: contain;
      position: absolute;
      right: 1vw;
      top: 50%;
      transform: translateY(-50%);
  } */
  /* inner
  ---------------------------------------------------------------------- */
  .news {
    margin-top: 0;
    text-align: center;
  }
  .news .topic {
    padding-top: 5em;
    background: linear-gradient(to bottom, #efeff3 0%, #efeff3 50%, #fff 50%, #fff 100%);
  }
  .news .topic .inner.sortSelect {
    background: #fff;
    padding: 24vw 1em 0;
  }
  .news .topic .inner.news_list_wrap {
    background: #fff;
    padding: 12vw 1em 24vw;
  }
  .news h3 {
    text-align: left;
    font-size: 1.25rem;
    margin: 1em auto;
  }
  .topic,
  .news_detail {
    width: 100vw;
  }
  .topic .inner,
  .news_detail .inner {
    width: 88vw;
    margin: 0 auto;
    padding: 6em 0;
  }
  .topic .inner .news_list {
    width: 100%;
  }
  .topic .inner .news_list li,
  .topic .inner .news_list li a {
    padding: 0;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .topic .inner .news_list li {
    padding-bottom: 8vw;
    margin-bottom: 8vw;
    border-bottom: 1px solid #979797;
  }
  .topic .inner .news_list li .img {
    width: 80vw;
    margin-bottom: 0.5em;
  }
  .topic .inner .news_list .txt,
  .topic .inner .txt_detail .txt {
    width: 80vw;
    margin: 0 auto;
    /* text-align: left; */
  }
  .topic .inner .txt h4,
  .topic .inner .txt_detail h4 {
    padding: 0 1em;
    line-height: 1.75;
    text-align: left;
    font-weight: bold;
    padding-bottom: 0.5em;
    /* margin-bottom: 0.75em; */
    /* border-bottom: 1px solid #979797; */
  }
  .topic .inner .txt_detail h4 {
    font-size: 1.25em;
  }
  .topic .inner .txt time,
  .topic .inner .txt_detail time {
    display: block;
    padding: 0 1em;
    text-align: left;
  }
  .topic .inner .txt p,
  .topic .inner .txt_detail p {
    padding: 0 1em;
    line-height: 1.75;
  }
  .topic .inner .news_list .txt p {
    font-size: 3.3vw;
  }
  .n_logo {
    width: 60vw;
    margin: 0 auto;
    text-align: center;
  }
  .f_size22 {
    font-size: 1.375em;
  }
  .f_size14 {
    font-size: 0.875em;
  }
  .f_size30 {
    font-size: 1.875em;
  }
  .color_g {
    color: #00b66f;
  }
  .color_r {
    color: #ff0000;
  }
  .color_b {
    color: #0072c1;
  }
  .font_b {
    font-weight: bold;
  }
  .txt_r {
    text-align: right;
  }
  .txt_c {
    text-align: center;
  }
  .img_r {
    margin-left: auto;
    display: block;
  }
  .img_l {
    margin-right: auto;
    display: block;
  }
  /* ページネーション
  ----------- ----------------------------------------------------------- */
  .nav-links {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 3vw;
    margin: 0 auto 0;
  }
  .nav-links a,
  .nav-links .current {
    font-size: 2.2rem;
    border: 1px solid var(--primary-color);
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: #f2f2f2;
  }
  .nav-links a:hover,
  .nav-links .current {
    color: #fff;
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
  }
  .nav-links .dots {
    margin: 0 -9px;
  }
  a.page-numbers.prev,
  a.page-numbers.next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 12vw;
  }
  a.page-numbers.prev::before,
  a.page-numbers.next::after {
    content: "";
    width: 100%;
    height: 100%;
    font-size: 2vw;
    line-height: 2.5;
    text-align: center;
  }
  a.page-numbers.prev::before {
    content: "←前へ";
  }
  a.page-numbers.next::after {
    content: "次へ→";
  }
  a.page-numbers.prev:hover:before {
    border-color: #fff;
  }
  a.page-numbers.next:hover::after {
    border-color: #fff;
  }
  /**
   * ---------------------------------------------------
   * back
   * ---------------------------------------------------
   */
  .news__link {
    display: flex;
    justify-content: space-between;
    font-size: 3.2vw;
    letter-spacing: 0;
    font-family: "游明朝", "Yu Mincho", serif;
  }
  .news__linkPrev,
  .news__linkNext {
    color: #2c8bcc;
  }
}
@media (max-width: 1000px) {
  /* 記事内
  -------------------------------------------------- */
  .detailBox .icatchimg {
    text-align: center;
    width: auto;
    max-width: 100%;
  }
  .topic .txt_detail {
    -webkit-text-size-adjust: auto;
    -moz-text-size-adjust: auto;
    -ms-text-size-adjust: auto;
    -o-text-size-adjust: auto;
    text-size-adjust: auto;
    font-style: initial;
    font-size: initial;
  }
  .topic .txt_detail h1,
  .topic .txt_detail h2,
  .topic .txt_detail h3,
  .topic .txt_detail h4,
  .topic .txt_detail h5,
  .topic .txt_detail h6,
  .topic .txt_detail strong,
  .topic .txt_detail em {
    font: initial;
    font-weight: revert;
  }
  .topic .txt_detail h1,
  .topic .txt_detail h2,
  .topic .txt_detail h3,
  .topic .txt_detail h4,
  .topic .txt_detail h5,
  .topic .txt_detail h6 {
    font-size: initial;
  }
  .topic .txt_detail h1 {
    font-size: revert;
  }
  /*.topic .txt_detail h2 {
      font-size: 1.5em;
  }
  .topic .txt_detail h3 {
      font-size: 1.17em;
  }*/
  /*.topic .txt_detail p {
      margin-bottom: initial;
      text-align: initial;
  }*/
  .topic .txt_detail ul {
    margin-left: 1rem;
  }
  .topic .txt_detail li {
    list-style: initial;
  }
  .topic .txt_detail ol {
    margin-left: 1rem;
  }
  .topic .txt_detail ol li {
    list-style: decimal;
  }
  .topic .txt_detail a {
    color: initial;
    text-decoration: initial;
  }
  .topic .txt_detail img {
    margin-bottom: initial;
    width: auto;
    height: auto;
  }
  .topic .txt_detail img.alignright {
    display: block;
    margin: 0 0 0.125em auto;
  }
  .topic .txt_detail img.alignleft {
    display: block;
    margin: 0 auto 0.125em 0;
  }
  .topic .txt_detail img.aligncenter {
    display: block;
    margin: 0 auto 0.125em auto;
  }
  .kiji.topic {
    background: url("../images/bg_news1.png") center top, url("../images/bg_news2.jpg") center top no-repeat;
    background-size: auto, 100%;
  }
  .kiji.topic .inner {
    background: #FFF;
    padding: 4vw 4vw 24vw;
  }
} /* End max-width:1000px */
.txt_detail {
  word-wrap: break-word;
}

.kiji.topic .inner p.news__cate {
  width: fit-content;
  color: #FFF;
  padding: 0.2em 0.5em;
  line-height: 1.2;
  margin-left: 10px;
}

.kiji.topic .inner p.news__cate.cat--topic {
  background-color: #ED1E79;
}

.kiji.topic .inner p.news__cate.cat--news {
  background-color: #22b573;
}

.kiji.topic .inner p.news__cate.cat--blog {
  background-color: #8d81bb;
}

.kiji.topic .inner p.news__cate.cat--event {
  background-color: #399fff;
}

.kiji.topic .inner p.news__cate.cat--sonota {
  background-color: #999999;
}

.topic .inner .news_list li a .txt .cat {
  display: block;
  width: fit-content;
  color: #FFF;
  padding: 0.2em 0.5em;
  line-height: 1.2;
  margin-left: 10px;
  font-size: 14px;
}

@media (max-width: 1000px) {
  .topic .inner .news_list li a .txt .cat {
    font-size: 3vw;
  }
}
.topic .inner .news_list li a .txt .cat.cat--topic {
  background-color: #ED1E79;
}

.topic .inner .news_list li a .txt .cat.cat--news {
  background-color: #22b573;
}

.topic .inner .news_list li a .txt .cat.cat--blog {
  background-color: #8d81bb;
}

.topic .inner .news_list li a .txt .cat.cat--event {
  background-color: #399fff;
}

.topic .inner .news_list li a .txt .cat.cat--sonota {
  background-color: #999999;
}

/* WP投稿コンテンツのCSS 2024-03-05追記
------------------------------------------------------------*/
.kiji.topic .txt_detail {
  -webkit-text-size-adjust: auto;
  -moz-text-size-adjust: auto;
  -ms-text-size-adjust: auto;
  -o-text-size-adjust: auto;
  text-size-adjust: auto;
  font-style: initial;
  font-size: revert;
  line-height: revert;
}

.kiji.topic .txt_detail h1,
.kiji.topic .txt_detail h2,
.kiji.topic .txt_detail h3,
.kiji.topic .txt_detail h4,
.kiji.topic .txt_detail h5,
.kiji.topic .txt_detail h6,
.kiji.topic .txt_detail strong,
.kiji.topic .txt_detail em {
  font: revert;
}

.kiji.topic .txt_detail h1,
.kiji.topic .txt_detail h2,
.kiji.topic .txt_detail h3,
.kiji.topic .txt_detail h4,
.kiji.topic .txt_detail h5,
.kiji.topic .txt_detail h6 {
  font-size: revert;
}

.kiji.topic .txt_detail h1 {
  font-size: 2em;
}

.kiji.topic .kiji.topic .txt_detail p {
  font-size: revert;
}

.kiji.topic .txt_detail ul {
  margin-left: 1rem;
}

.kiji.topic .txt_detail li {
  list-style: initial;
}

.kiji.topic .txt_detail ol {
  margin-left: 1rem;
}

.kiji.topic .txt_detail ol li {
  list-style: decimal;
}

.kiji.topic .txt_detail a {
  color: revert;
  text-decoration: revert;
}

.kiji.topic .txt_detail img {
  margin-bottom: initial;
  height: auto;
}

.kiji.topic .txt_detail img.alignright {
  display: block;
  margin: 0 0 0.125em auto;
}

.kiji.topic .txt_detail img.alignleft {
  display: block;
  margin: 0 auto 0.125em 0;
}

.kiji.topic .txt_detail img.aligncenter {
  display: block;
  margin: 0 auto 0.125em auto;
}

/* @media (min-width: 1001px) {
  .midashiH3 {
    text-align: center;
    font-size: 10px;
    line-height: 2;
    letter-spacing: 1.4px;
  }
  .midashiH3 span {
    font-size: 18px;
    letter-spacing: 6.8px;
  }
}
@media (max-width: 1000px) {
  .midashiH3 {
    text-align: center;
    font-size: 2.6vw;
    line-height: 2;
    letter-spacing: 0.3vw;
  }
  .midashiH3 span {
    font-size: 4.7vw;
    letter-spacing: 0.1vw;
  }
} */

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