@charset "UTF-8";
@font-face {
  font-family: "NotoSansJP-Black";
  src: url(/fonts/NotoSansJP/NotoSansJP-Black.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP-Bold";
  src: url(/fonts/NotoSansJP/NotoSansJP-Bold.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP-Light";
  src: url(/fonts/NotoSansJP/NotoSansJP-Light.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP-Medium";
  src: url(/fonts/NotoSansJP/NotoSansJP-Medium.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP-Regular";
  src: url(/fonts/NotoSansJP/NotoSansJP-Regular.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP-Thin";
  src: url(/fonts/NotoSansJP/NotoSansJP-Thin.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Oswald-Medium";
  src: url(/fonts/Oswald/Oswald-Medium.woff) format("woff");
  font-display: swap;
}
/*16*1.75/2*/
/*===================*/
/* フォントサイズ調整 */
/*===================*/
.font-small .webpage .heading01, .font-small .webpage h2 {
  margin: 82px 0 32px;
}
@media (max-width: 767px) {
  .font-small .webpage .heading01, .font-small .webpage h2 {
    margin: 56px 0 32px;
  }
}
.font-small .webpage .heading02, .font-small .webpage h3 {
  margin: 56px 0 32px;
}
.font-small .webpage .heading03, .font-small .webpage h4 {
  margin: 48px 0 24px;
}

.font-middle .webpage .heading01, .font-middle .webpage h2 {
  margin: 96px 0 32px;
}
@media (max-width: 767px) {
  .font-middle .webpage .heading01, .font-middle .webpage h2 {
    margin: 64px 0 32px;
  }
}
.font-middle .webpage .heading02, .font-middle .webpage h3 {
  margin: 56px 0 32px;
}

.font-large .webpage .heading01, .font-large .webpage h2 {
  margin: 104px 0 48px;
}
@media (max-width: 767px) {
  .font-large .webpage .heading01, .font-large .webpage h2 {
    margin: 80px 0 40px;
  }
}
.font-large .webpage .heading02, .font-large .webpage h3 {
  margin: 64px 0 40px;
}

/*=================*/
/* CMS-ウェブページ */
/*=================*/
.webpage > h2:first-child {
  margin-top: 0;
}
.webpage a:not([class]) {
  text-decoration: underline;
}
.webpage a[href*=".pdf"],
.webpage a[href*=".PDF"] {
  background: url(/images/common/file_ic01.gif) 6px 5px no-repeat;
  background-size: 16px auto;
  padding-left: 29px;
  text-decoration: underline;
}
.webpage a[href*=".xls"],
.webpage a[href*=".xlsx"] {
  background: url(/images/common/file_ic02.gif) 6px 5px no-repeat;
  background-size: 16px auto;
  padding-left: 29px;
  text-decoration: underline;
}
.webpage a[href*=".doc"],
.webpage a[href*=".docx"] {
  background: url(/images/common/file_ic03.gif) 6px 5px no-repeat;
  background-size: 16px auto;
  padding-left: 29px;
  text-decoration: underline;
}
.webpage ul:not([class]) {
  margin-left: 24px;
  list-style: disc;
}
.webpage ul:not([class]) > li {
  margin-bottom: 8px;
}
.webpage ul:not([class]) > li ul:not([class]) {
  margin-left: 40px;
  margin-top: 16px;
}
.webpage ol:not([class]) {
  margin-left: 24px;
}
.webpage ol:not([class]) > li {
  margin-bottom: 8px;
}
.webpage ol:not([class]) > li ol:not([class]) {
  margin-left: 40px;
  margin-top: 16px;
}
.webpage table {
  width: 100% !important;
  height: auto !important;
  margin-top: 2em;
  margin-bottom: 2em;
  border-collapse: collapse;
  border-spacing: 0;
}
.webpage table th {
  padding: 16px;
  border: solid 1px var(--base-color);
  background-color: #eff4f4;
  font-family: "NotoSansJP-Bold", sans-serif;
}
@media (max-width: 767px) {
  .webpage table th {
    padding: 8px 4px;
  }
}
.webpage table td {
  padding: 16px;
  border: solid 1px var(--base-color);
}
@media (max-width: 767px) {
  .webpage table td {
    padding: 8px 4px;
  }
}

/*=============*/
/* CMS-記事詳細 */
/*=============*/
.entry {
  padding-top: 56px;
  padding-bottom: 56px;
}
@media (max-width: 767px) {
  .entry {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

/*=============*/
/* CMS-フォーム */
/*=============*/
#contactform .contact-form-information {
  text-align: center;
  font-size: 16px;
}
#contactform .contact-form {
  margin: 32px auto;
}

/*=======*/
/* about */
/*=======*/
/*======*/
/* news */
/*======*/
.news {
  /* ページャー
  -----------------------------------*/
}
.news .tab-menu {
  display: flex;
  align-items: flex-end;
  gap: 0 1.4875%;
  margin-bottom: 0;
}
.news .tab-menu li {
  width: 18.81%;
}
.news .tab-menu li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 52px;
  border: 3px solid #eff4f4;
  border-bottom: 0;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background-color: #FFF;
  font-family: "NotoSansJP-Bold", sans-serif;
  line-height: 1;
  color: var(--txt-color);
  letter-spacing: 0.03em;
}
@media (max-width: 767px) {
  .news .tab-menu li a {
    border-width: 1px;
  }
}
.news .tab-menu li a.current {
  height: 58px;
  background-color: #eff4f4;
}
.news .tab-menu li a:hover {
  height: 58px;
  text-decoration: none;
}
.news .news-list-area {
  padding-top: 64px;
  border-top: 10px solid #eff4f4;
}
@media (max-width: 767px) {
  .news .news-list-area {
    border-width: 4px;
  }
}
.news .list-news > li {
  border-top: 1px solid #CCC;
}
.news .list-news > li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 32px 24px;
  font-family: "NotoSansJP-Medium", sans-serif;
  color: var(--txt-color);
}
@media (max-width: 767px) {
  .news .list-news > li a {
    padding: 16px 8px;
  }
}
.news .list-news > li a figure {
  width: 184px;
}
@media (max-width: 767px) {
  .news .list-news > li a figure {
    width: 80px;
  }
}
.news .list-news > li a .news-wrap {
  width: calc(100% - 232px);
  padding-right: 16px;
  position: relative;
}
@media (max-width: 767px) {
  .news .list-news > li a .news-wrap {
    width: calc(100% - 88px);
  }
}
.news .list-news > li a .news-wrap::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -3px;
  border-color: var(--txt-color);
  border-style: solid;
  border-width: 0 2px 2px 0;
  height: 6px;
  vertical-align: middle;
  width: 6px;
  transform: rotate(-45deg);
}
.news .list-news > li a .date {
  display: block;
  margin-bottom: 16px;
  font-size: 1.0625em;
  /*17/16*/
  line-height: 1;
  color: #888;
}
@media (max-width: 767px) {
  .news .list-news > li a .date {
    margin-bottom: 8px;
    font-size: 0.85em;
    /*12/14*/
  }
}
.news .list-news > li a .title {
  margin-bottom: 16px;
  font-size: 1.25em;
  /*20/16*/
  line-height: 1.3;
  word-break: break-all;
}
@media (max-width: 767px) {
  .news .list-news > li a .title {
    margin-bottom: 8px;
    font-size: 1em;
  }
}
.news .list-news > li a .list-tag {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  margin-bottom: 0;
}
.news .list-news > li a .list-tag li {
  color: var(--base-color);
  line-height: 1;
}
@media (max-width: 767px) {
  .news .list-news > li a .list-tag li {
    font-size: 0.85em;
    /*12/14*/
  }
}
.news .list-news > li a:hover {
  color: var(--base-color);
  text-decoration: none;
}
.news .list-news > li a:hover .news-wrap::after {
  border-color: var(--base-color);
  border-style: solid;
  border-width: 0 2px 2px 0;
  height: 6px;
  vertical-align: middle;
  width: 6px;
  transform: rotate(-45deg);
}
.news .pager-area {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px 16px;
  padding: 72px 0 140px;
  font-size: 1.125em;
  /*18/16*/
  font-family: "NotoSansJP-Bold", sans-serif;
  line-height: 48px;
  text-align: center;
}
@media (max-width: 767px) {
  .news .pager-area {
    gap: 4px 8px;
    padding: 48px 0 72px;
    font-size: 1em;
    line-height: 32px;
  }
}
.news .pager-area .page {
  display: block;
  width: 48px;
  color: #888;
  border: 1px solid #CCC;
  transition: 0.3s all;
}
@media (max-width: 767px) {
  .news .pager-area .page {
    width: 32px;
  }
}
.news .pager-area .page:hover, .news .pager-area .page.current {
  text-decoration: none;
  border-color: var(--base-color);
  background-color: var(--base-color);
  color: #FFF;
}
.news .pager-area .arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  transition: 0.3s all;
}
@media (max-width: 767px) {
  .news .pager-area .arrow {
    width: 24px;
  }
}
.news .pager-area .arrow.prev::before {
  content: "";
  display: block;
  border-color: #CCC;
  border-style: solid;
  border-width: 0 2px 2px 0;
  height: 6px;
  vertical-align: middle;
  width: 6px;
  transform: rotate(135deg);
}
.news .pager-area .arrow.next::before {
  content: "";
  display: block;
  border-color: #CCC;
  border-style: solid;
  border-width: 0 2px 2px 0;
  height: 6px;
  vertical-align: middle;
  width: 6px;
  transform: rotate(-45deg);
}
.news .pager-area a.arrow.prev::before {
  border-color: var(--base-color);
  border-style: solid;
  border-width: 0 2px 2px 0;
  height: 6px;
  vertical-align: middle;
  width: 6px;
  transform: rotate(135deg);
}
.news .pager-area a.arrow.next::before {
  border-color: var(--base-color);
  border-style: solid;
  border-width: 0 2px 2px 0;
  height: 6px;
  vertical-align: middle;
  width: 6px;
  transform: rotate(-45deg);
}
.news .pager-area a.arrow:hover {
  background-color: #f2f4f4;
}

/* 投稿記事
-----------------------------------*/
.news-detail .title-area {
  padding-bottom: 56px;
  border-bottom: 10px solid #eff4f4;
}
@media (max-width: 767px) {
  .news-detail .title-area {
    border-width: 4px;
  }
}
.news-detail .title-area .meta-info {
  display: flex;
  margin-bottom: 48px;
}
.news-detail .title-area .meta-info .list-tag {
  width: calc(100% - 160px);
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  margin-bottom: 0;
}
.news-detail .title-area .meta-info .list-tag li {
  color: var(--base-color);
  line-height: 1;
}
.news-detail .title-area .meta-info .date {
  width: 140px;
  margin-bottom: 0;
  font-size: 0.75em;
  /*12/16*/
  line-height: 1;
  font-family: "NotoSansJP-Bold", sans-serif;
  text-align: right;
}
.news-detail .title-area .heading-title {
  text-align: left;
}
.news-detail .main-img {
  max-width: 800px;
  margin: 64px auto 0;
  text-align: center;
}
.news-detail .heading01 {
  color: #398c8e;
  border-color: #398c8e;
}
.news-detail .txt-area {
  width: 90%;
  margin: 0 auto;
}
.news-detail .h-news {
  position: relative;
  padding-left: 24px;
  padding-bottom: 16px;
  margin: 120px 0 40px;
  border-bottom: 3px solid #47433f;
  font-size: 1.25em;
  /**/
  font-family: "NotoSansJP-Bold", sans-serif;
  line-height: 1.3;
}
.news-detail .h-news::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.3em;
  display: block;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #000;
}
.news-detail .list-detail {
  display: flex;
  gap: 0 5%;
  margin-bottom: 120px;
}
.news-detail .list-detail > li {
  width: 30%;
}
.news-detail .list-detail > li a {
  display: block;
}
.news-detail .list-detail > li a figure {
  margin-bottom: 16px;
  text-align: center;
}
.news-detail .list-detail > li a .date {
  display: block;
  margin-bottom: 16px;
  font-size: 1 0.75em;
  /*12/16*/
  line-height: 1;
  color: #999;
}
.news-detail .list-detail > li a .title {
  margin-bottom: 16px;
  font-size: 1.125em;
  /*18/16*/
  line-height: 1.3;
  font-family: "NotoSansJP-Bold", sans-serif;
  color: var(--txt-color);
  word-break: break-all;
}
.news-detail .list-detail > li a .list-tag {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  margin-bottom: 0;
  font-size: 0.875em;
  /*14/16*/
}
.news-detail .list-detail > li a .list-tag li {
  color: var(--base-color);
  line-height: 1;
}
.news-detail .list-detail > li a:hover {
  color: var(--base-color);
  text-decoration: none;
}

/*=========*/
/* contact */
/*=========*/
@media (max-width: 767px) {
  .contact .table {
    display: block;
    margin-top: 24px;
  }
  .contact .table tr:last-child td {
    border-bottom: 1px solid #333;
  }
  .contact .table td {
    display: block;
    border-top: none;
    border-bottom: none;
  }
}
.contact .table th {
  width: 280px;
  text-align: left;
}
.contact .table th .required {
  margin-left: 16px;
  padding: 4px;
  background-color: #F00;
  color: #FFF;
  font-size: 14px;
}
@media (max-width: 767px) {
  .contact .table th {
    display: block;
    width: 100%;
  }
}
.contact .table .error {
  display: block;
  color: #F00;
}
.contact .data-name {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.contact .data-name dt {
  width: 3em;
}
.contact .data-name dd {
  width: calc(100% - 3em);
  margin-bottom: 8px;
}
.contact .data-address {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.contact .data-address dt {
  width: 5em;
}
.contact .data-address dd {
  width: calc(100% - 5em);
  margin-bottom: 8px;
}
.contact .data-address .p-postal-code {
  max-width: 200px;
}
.contact .end-msg {
  margin: 64px 0;
  font-size: 18px;
  text-align: center;
}
.contact .list-bt {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 88px auto;
}
@media (max-width: 767px) {
  .contact .list-bt {
    display: block;
    margin: 64px 0;
  }
}
.contact .list-bt li {
  margin: 0 8px;
}

/* 行政視察 */
ul.list-shisatsu {
  height: 200px;
  margin: 20px 70px 20px 70px;
}

ul.list-shisatsu li {
  float: left;
  margin: 0px 0px 20px 0px;
  list-style-type: none;
}

ul.list-shisatsu li.shisatsu01 {
  margin: 0px 20px 20px 0px;
}

ul.list-shisatsu li.shisatsu03 {
  margin: 0px 20px 20px 0px;
}

ul.list-shisatsu li.shisatsu01 a:hover, ul.list-shisatsu li.shisatsu02 a:hover {
  opacity: 0.7;
}

ul.list-shisatsu li.shisatsu03 a, ul.list-shisatsu li.shisatsu04 a {
  display: block;
  height: 90px;
}

ul.list-shisatsu li.shisatsu03 a:hover, ul.list-shisatsu li.shisatsu04 a:hover {
  background-color: #eee;
}

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