@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@1,400;1,500;1,600&family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@1,400;1,500;1,600&family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
/* line 6, ../sass/common.scss */
* {
  min-height: 0vw;
  /* Safari clamp関数対策 */
}

/* line 9, ../sass/common.scss */
a, .pagebute .current_page {
  text-decoration: none;
}

/* line 12, ../sass/common.scss */
.pcOnly {
  display: block;
}
@media screen and (max-width: 768px) {
  /* line 12, ../sass/common.scss */
  .pcOnly {
    display: none;
  }
}

/* line 18, ../sass/common.scss */
.spOnly {
  display: none;
}
@media screen and (max-width: 768px) {
  /* line 18, ../sass/common.scss */
  .spOnly {
    display: block;
  }
}

/* line 25, ../sass/common.scss */
.noIcon:before {
  display: none !important;
}
/* line 28, ../sass/common.scss */
.noIcon:after {
  display: none !important;
}

/* line 32, ../sass/common.scss */
a[target$="_blank"], .pagebute [target$="_blank"].current_page {
  position: relative;
}
/* line 34, ../sass/common.scss */
a[target$="_blank"]:after, .pagebute [target$="_blank"].current_page:after {
  font-family: "Font Awesome 5 Free";
  content: "\f24d";
  font-size: 14px;
  margin-left: 7px;
  font-weight: 400;
}

/* line 43, ../sass/common.scss */
a[href$=".pdf"], .pagebute [href$=".pdf"].current_page {
  position: relative;
}
/* line 45, ../sass/common.scss */
a[href$=".pdf"]:after, .pagebute [href$=".pdf"].current_page:after {
  font-family: "Font Awesome 5 Free";
  content: "" !important;
  font-size: 16px;
  margin-left: 7px;
  font-weight: 400;
  color: #f00;
}

/* line 54, ../sass/common.scss */
a[href$=".doc"], .pagebute [href$=".doc"].current_page,
a[href$=".docx"],
.pagebute [href$=".docx"].current_page {
  position: relative;
}
/* line 57, ../sass/common.scss */
a[href$=".doc"]:after, .pagebute [href$=".doc"].current_page:after,
a[href$=".docx"]:after,
.pagebute [href$=".docx"].current_page:after {
  font-family: "Font Awesome 5 Free";
  content: "\f1c2";
  font-size: 16px;
  margin-left: 7px;
  font-weight: 400;
  color: #2b579a;
}

/* line 66, ../sass/common.scss */
a[href$=".xls"], .pagebute [href$=".xls"].current_page,
a[href$=".xlsx"],
.pagebute [href$=".xlsx"].current_page {
  position: relative;
}
/* line 69, ../sass/common.scss */
a[href$=".xls"]:after, .pagebute [href$=".xls"].current_page:after,
a[href$=".xlsx"]:after,
.pagebute [href$=".xlsx"].current_page:after {
  font-family: "Font Awesome 5 Free";
  content: "\f1c3";
  font-size: 16px;
  margin-left: 7px;
  font-weight: 400;
  color: #007233;
}

/* line 78, ../sass/common.scss */
a[href$=".ppt"], .pagebute [href$=".ppt"].current_page,
a[href$=".pptm"],
.pagebute [href$=".pptm"].current_page,
a[href$=".pptx"],
.pagebute [href$=".pptx"].current_page {
  position: relative;
}
/* line 82, ../sass/common.scss */
a[href$=".ppt"]:after, .pagebute [href$=".ppt"].current_page:after,
a[href$=".pptm"]:after,
.pagebute [href$=".pptm"].current_page:after,
a[href$=".pptx"]:after,
.pagebute [href$=".pptx"].current_page:after {
  font-family: "Font Awesome 5 Free";
  content: "\f1c4";
  font-size: 16px;
  margin-left: 7px;
  font-weight: 400;
  color: #00B1FF;
}

/* line 92, ../sass/common.scss */
.bNone {
  border: none !important;
}

/* line 96, ../sass/common.scss */
.bgWhite {
  background-color: #fff;
}

/* line 100, ../sass/common.scss */
.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}

/* line 119, ../sass/common.scss */
header {
  padding: 0.83333vw 1.66667vw;
  position: sticky;
  left: 0;
  right: 0;
  top: 0;
  background: #fff;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
  z-index: 99;
}
@media screen and (max-width: 768px) {
  /* line 119, ../sass/common.scss */
  header {
    padding: 4.26667vw 5.33333vw;
    height: 18.66667vw;
  }
}
/* line 132, ../sass/common.scss */
header .header {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  justify-content: space-between;
}
/* line 135, ../sass/common.scss */
header .header .logo {
  width: 22.70833vw;
}
@media screen and (max-width: 768px) {
  /* line 135, ../sass/common.scss */
  header .header .logo {
    width: 72vw;
  }
}
/* line 141, ../sass/common.scss */
header .header .sp_nav_open {
  display: none;
}
@media screen and (max-width: 768px) {
  /* line 141, ../sass/common.scss */
  header .header .sp_nav_open {
    display: block;
    width: 5.86667vw;
    height: 5.86667vw;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 8.53333vw;
  }
  /* line 151, ../sass/common.scss */
  header .header .sp_nav_open span {
    display: block;
    width: 100%;
    height: 0.53333vw;
    background-color: #333;
    position: absolute;
    top: 3.2vw;
    left: 0;
    right: 0;
  }
  /* line 160, ../sass/common.scss */
  header .header .sp_nav_open span:first-child {
    top: 1.06667vw;
  }
  /* line 163, ../sass/common.scss */
  header .header .sp_nav_open span:last-child {
    top: 5.33333vw;
  }
}
/* line 169, ../sass/common.scss */
header .header .nav {
  display: block;
}
@media screen and (max-width: 768px) {
  /* line 169, ../sass/common.scss */
  header .header .nav {
    display: none;
  }
}
/* line 175, ../sass/common.scss */
header .header .nav nav .nav_link {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: clamp(14px, 0.83333vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  display: inline-block;
  margin-right: 0.78125vw;
}
/* line 184, ../sass/common.scss */
header .header .nav nav .nav_link:last-child {
  margin-right: 0;
}

/* line 194, ../sass/common.scss */
.sp_nav {
  display: none;
}
@media screen and (max-width: 768px) {
  /* line 194, ../sass/common.scss */
  .sp_nav {
    position: fixed;
    top: 18.66667vw;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #fff;
    z-index: 98;
  }
}
@media screen and (max-width: 768px) {
  /* line 205, ../sass/common.scss */
  .sp_nav nav {
    padding: 8.53333vw 4.26667vw;
  }
}
@media screen and (max-width: 768px) {
  /* line 209, ../sass/common.scss */
  .sp_nav nav .nav_link {
    font-size: clamp(16px, 2.60417vw, 20px);
    font-weight: 700;
    display: block;
    color: #333;
    padding: 4.26667vw;
    border-bottom: 1px dashed #008953;
    position: relative;
  }
  /* line 218, ../sass/common.scss */
  .sp_nav nav .nav_link:after {
    font-family: 'Font Awesome 6 Free';
    content: "";
    font-weight: 600;
    font-size: 1em;
    color: #008953;
    position: absolute;
    right: 5.33333vw;
    top: 50%;
    transform: translateY(-50%);
  }
}

/* line 230, ../sass/common.scss */
.contHead {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  /* line 230, ../sass/common.scss */
  .contHead {
    margin-bottom: 5.33333vw;
  }
}
/* line 237, ../sass/common.scss */
.contHead .inner {
  padding: 3.33333vw 0px;
  height: 20.83333vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  /* line 237, ../sass/common.scss */
  .contHead .inner {
    padding: 8.53333vw 0px;
    height: 53.33333vw;
  }
}
/* line 245, ../sass/common.scss */
.contHead .inner .head_mds {
  color: #FFFDF8;
  text-align: center;
  font-family: var(--JP, "Noto Sans JP");
  font-size: clamp(36px, 2.1875vw, 42px);
  font-style: normal;
  font-weight: 500;
  padding: 0.83333vw;
  background-color: rgba(0, 137, 83, 0.7);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  /* line 245, ../sass/common.scss */
  .contHead .inner .head_mds {
    width: 80%;
    font-size: 6.4vw;
    padding: 2.13333vw;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

/* line 269, ../sass/common.scss */
footer {
  background-color: #FFFCDA;
  padding: 2.60417vw 0;
}
@media screen and (max-width: 768px) {
  /* line 269, ../sass/common.scss */
  footer {
    padding: 6.66667vw 0;
  }
}
/* line 275, ../sass/common.scss */
footer .f_logo {
  text-align: center;
  width: 22.70833vw;
  margin: 0 auto;
  margin-bottom: 1.04167vw;
}
@media screen and (max-width: 768px) {
  /* line 275, ../sass/common.scss */
  footer .f_logo {
    width: 58.13333vw;
    margin: 0 auto;
    margin-bottom: 2.66667vw;
  }
}
/* line 286, ../sass/common.scss */
footer .info {
  text-align: center;
  margin-bottom: 2.08333vw;
}
@media screen and (max-width: 768px) {
  /* line 286, ../sass/common.scss */
  footer .info {
    margin-bottom: 5.33333vw;
  }
}
/* line 292, ../sass/common.scss */
footer .info span {
  display: block;
}
/* line 296, ../sass/common.scss */
footer .links {
  text-align: center;
  margin-bottom: 2.08333vw;
}
@media screen and (max-width: 768px) {
  /* line 296, ../sass/common.scss */
  footer .links {
    margin-bottom: 5.33333vw;
  }
}
/* line 302, ../sass/common.scss */
footer .links .link {
  display: inline-block;
  margin: 0.26042vw 0.52083vw;
}
@media screen and (max-width: 768px) {
  /* line 302, ../sass/common.scss */
  footer .links .link {
    margin: 1.33333vw 2.66667vw;
  }
}
/* line 310, ../sass/common.scss */
footer .copy {
  text-align: center;
}
@media screen and (max-width: 768px) {
  /* line 310, ../sass/common.scss */
  footer .copy {
    font-size: 12px;
  }
}

/* line 318, ../sass/common.scss */
body {
  width: 100%;
}
/* line 320, ../sass/common.scss */
body .continer {
  width: 83.33333vw;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  /* line 320, ../sass/common.scss */
  body .continer {
    width: 100%;
  }
}
/* line 327, ../sass/common.scss */
body .inner {
  width: 69.27083vw;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  /* line 327, ../sass/common.scss */
  body .inner {
    width: 100%;
    padding: 0 5%;
  }
}
/* line 334, ../sass/common.scss */
body .inner.index {
  width: 54.6875vw;
}
@media screen and (max-width: 768px) {
  /* line 334, ../sass/common.scss */
  body .inner.index {
    width: 100%;
    padding: 0 5%;
  }
}

/* line 347, ../sass/common.scss */
.categories {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  gap: 2%;
  margin-bottom: 3.33333vw;
}
/* line 351, ../sass/common.scss */
.categories .menu {
  border-radius: 1.04167vw;
  border: 1px solid #008953;
  position: relative;
  width: 15%;
  min-width: 70px;
  padding: 1.25vw 0.83333vw;
  color: #333;
  font-size: clamp(14px, 0.83333vw, 16px);
  text-align: center;
  cursor: pointer;
  font-style: normal;
  font-weight: 700;
  text-decoration: none !important;
}
@media screen and (max-width: 768px) {
  /* line 351, ../sass/common.scss */
  .categories .menu {
    width: 48%;
    margin-bottom: 2.66667vw;
  }
}
@media screen and (max-width: 768px) {
  /* line 351, ../sass/common.scss */
  .categories .menu {
    font-size: clamp(14px, 2.08333vw, 16px);
    padding: 2.13333vw;
  }
}
/* line 373, ../sass/common.scss */
.categories .menu.active {
  background-color: #B0E7D1;
}
/* line 376, ../sass/common.scss */
.categories .menu:hover {
  background-color: #B0E7D1;
  text-decoration: underline !important;
}

/* line 385, ../sass/common.scss */
.tabMenu {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  gap: 2%;
  margin-bottom: 3.33333vw;
}
/* line 389, ../sass/common.scss */
.tabMenu .menu {
  border-radius: 1.04167vw;
  border: 1px solid #008953;
  position: relative;
  width: 18%;
  min-width: 70px;
  padding: 1.25vw 0.83333vw;
  color: #333;
  font-size: clamp(14px, 0.83333vw, 16px);
  text-align: center;
  cursor: pointer;
  font-style: normal;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  /* line 389, ../sass/common.scss */
  .tabMenu .menu {
    width: 48%;
    margin-bottom: 2.66667vw;
  }
}
@media screen and (max-width: 768px) {
  /* line 389, ../sass/common.scss */
  .tabMenu .menu {
    font-size: clamp(14px, 2.08333vw, 16px);
    padding: 2.13333vw;
  }
}
/* line 410, ../sass/common.scss */
.tabMenu .menu.active {
  background-color: #B0E7D1;
}

/* line 418, ../sass/common.scss */
.tabBoxes {
  margin-bottom: 2.5vw;
}
@media screen and (max-width: 768px) {
  /* line 418, ../sass/common.scss */
  .tabBoxes {
    margin-bottom: 6.4vw;
  }
}
/* line 423, ../sass/common.scss */
.tabBoxes .boxes {
  display: none;
  padding: 1em;
}
@media screen and (max-width: 768px) {
  /* line 423, ../sass/common.scss */
  .tabBoxes .boxes {
    padding: 0;
  }
}

/* line 435, ../sass/common.scss */
.news_list .thmb_list {
  border: 1px solid #008953;
  width: 31%;
  margin-bottom: 1.04167vw;
  display: block;
  text-decoration: none !important;
  color: #333;
}
@media screen and (max-width: 768px) {
  /* line 435, ../sass/common.scss */
  .news_list .thmb_list {
    width: 48%;
    margin-bottom: 5.33333vw;
  }
}
@media screen and (max-width: 420px) {
  /* line 435, ../sass/common.scss */
  .news_list .thmb_list {
    width: 100%;
  }
}
/* line 449, ../sass/common.scss */
.news_list .thmb_list .ovf {
  overflow: hidden;
  margin: 0.52083vw;
  display: block;
}
/* line 453, ../sass/common.scss */
.news_list .thmb_list .ovf .thmb {
  display: block;
  height: 11.61458vw;
  width: 100%;
  transition: 0.5s;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  /* line 453, ../sass/common.scss */
  .news_list .thmb_list .ovf .thmb {
    height: 33.33333vw;
  }
}
/* line 466, ../sass/common.scss */
.news_list .thmb_list .info {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  padding: 0.52083vw 0.83333vw;
}
/* line 473, ../sass/common.scss */
.news_list .thmb_list .info .date {
  display: block;
  font-size: clamp(14px, 0.83333vw, 16px);
}
/* line 477, ../sass/common.scss */
.news_list .thmb_list .info .title {
  display: block;
  font-size: clamp(16px, 0.9375vw, 18px);
}
/* line 483, ../sass/common.scss */
.news_list .list_item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  color: #333;
  gap: 1.04167vw;
  text-decoration: none !important;
  padding: 1.25vw 1.14583vw;
  border-bottom: 1px dashed #008953;
}
@media screen and (max-width: 768px) {
  /* line 483, ../sass/common.scss */
  .news_list .list_item {
    padding: 3.2vw 2.93333vw;
    font-size: clamp(16px, 2.34375vw, 18px);
    flex-wrap: wrap;
  }
}
/* line 499, ../sass/common.scss */
.news_list .list_item .date {
  display: inline-block;
}
/* line 502, ../sass/common.scss */
.news_list .list_item .cat {
  display: inline-block;
  width: 10em;
  padding: 0.41667vw 0.52083vw;
  text-align: center;
  border-radius: 0.52083vw;
  border: 1px solid #008953;
  background-color: #FFFDF8;
  color: #008953;
  font-family: "Noto Sans JP";
  font-size: clamp(12px, 0.72917vw, 14px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 768px) {
  /* line 502, ../sass/common.scss */
  .news_list .list_item .cat {
    font-size: clamp(14px, 2.08333vw, 16px);
  }
}
/* line 520, ../sass/common.scss */
.news_list .list_item .title {
  display: block;
}
@media screen and (max-width: 768px) {
  /* line 520, ../sass/common.scss */
  .news_list .list_item .title {
    width: 100%;
    font-size: clamp(16px, 2.34375vw, 18px);
  }
}

/* line 530, ../sass/common.scss */
.btn {
  border: 1px solid #008953;
  background-color: #008953;
  display: inline-block;
  min-width: 12.23958vw;
  padding: 1.25vw 3.125vw 1.25vw 2.08333vw;
  color: #fff;
  line-height: 1;
  text-align: center;
  position: relative;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  /* line 530, ../sass/common.scss */
  .btn {
    min-width: 62.66667vw;
    padding: 4.26667vw 8vw 4.26667vw 5.33333vw;
  }
}
/* line 545, ../sass/common.scss */
.btn:after {
  font-family: 'Font Awesome 6 Free';
  content: "";
  font-weight: 600;
  font-size: 1em;
  color: #fff;
  position: absolute;
  right: 1.04167vw;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  /* line 545, ../sass/common.scss */
  .btn:after {
    right: 2.66667vw;
  }
}
/* line 557, ../sass/common.scss */
.btn.reverse {
  padding: 1.25vw 2.08333vw 1.25vw 3.125vw;
}
/* line 559, ../sass/common.scss */
.btn.reverse:after {
  font-family: 'Font Awesome 6 Free';
  content: "";
  font-weight: 600;
  font-size: 1em;
  left: 1.04167vw;
  transition: 0.5s;
  right: unset;
}
@media screen and (max-width: 768px) {
  /* line 559, ../sass/common.scss */
  .btn.reverse:after {
    left: 2.66667vw;
  }
}

/* line 573, ../sass/common.scss */
.index_btn {
  display: block;
  width: 48%;
  border: 0.10417vw solid #008953;
  padding: 1.66667vw 3.33333vw 1.66667vw 0.83333vw;
  line-height: 1;
  position: relative;
  transition: 0.5s;
  color: #333;
  text-decoration: none !important;
  margin-bottom: 1.04167vw;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  /* line 573, ../sass/common.scss */
  .index_btn {
    width: 100%;
    margin-bottom: 4vw;
    padding: 4.26667vw 8.53333vw 4.26667vw 2.13333vw;
  }
}
/* line 590, ../sass/common.scss */
.index_btn:after {
  font-family: 'Font Awesome 6 Free';
  content: "";
  font-weight: 600;
  font-size: 1em;
  color: #008953;
  position: absolute;
  right: 1.04167vw;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  /* line 590, ../sass/common.scss */
  .index_btn:after {
    right: 2.66667vw;
  }
}

/* line 607, ../sass/common.scss */
.cookie-consent {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  font-size: var(--cookie-pop-fontsize);
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  padding: 1.2em;
  box-sizing: border-box;
  visibility: hidden;
  z-index: 9999;
}
/* line 623, ../sass/common.scss */
.cookie-consent.is-show {
  visibility: visible;
}
/* line 626, ../sass/common.scss */
.cookie-consent a, .cookie-consent .pagebute .current_page, .pagebute .cookie-consent .current_page {
  color: #fff !important;
}

/* line 631, ../sass/common.scss */
.cookie-agree {
  color: #fff;
  background: dodgerblue;
  padding: .5em 1.5em;
}
/* line 635, ../sass/common.scss */
.cookie-agree:hover {
  cursor: pointer;
}

/* line 640, ../sass/common.scss */
.cc-hide1 {
  display: none;
}

/* line 644, ../sass/common.scss */
.cc-hide2 {
  animation: hide 1s linear 0s;
  animation-fill-mode: forwards;
}

@keyframes hide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}
@media screen and (max-width: 600px) {
  /* line 659, ../sass/common.scss */
  .cookie-consent {
    flex-direction: column;
  }

  /* line 662, ../sass/common.scss */
  .cookie-text {
    margin-bottom: 1em;
  }
}
/* line 670, ../sass/common.scss */
.pagebute {
  text-align: center;
  margin-top: 50px;
  padding-top: 1em;
  width: 100%;
}
/* line 675, ../sass/common.scss */
.pagebute a, .pagebute .current_page {
  display: inline-block;
  border: 1px solid #008953;
  padding: 0.5em 0;
  margin: 0.3em;
  text-align: center;
}
@media screen and (max-width: 374px) {
  /* line 675, ../sass/common.scss */
  .pagebute a, .pagebute .current_page {
    padding: 0.6em !important;
    margin: 0.6em 0.3em;
  }
}
/* line 685, ../sass/common.scss */
.pagebute a.link_next, .pagebute .link_next.current_page {
  width: 7em;
}
/* line 686, ../sass/common.scss */
.pagebute a.link_before, .pagebute .link_before.current_page {
  width: 7em;
}
/* line 687, ../sass/common.scss */
.pagebute a.link_first, .pagebute .link_first.current_page {
  padding: 0.5em 0.5em;
}
/* line 688, ../sass/common.scss */
.pagebute a.link_last, .pagebute .link_last.current_page {
  padding: 0.5em 0.5em;
}
/* line 689, ../sass/common.scss */
.pagebute a:hover, .pagebute .current_page:hover {
  background: #008953;
  color: #fff;
  text-decoration: none;
}
/* line 694, ../sass/common.scss */
.pagebute a.link_page, .pagebute .link_page.current_page {
  width: 3em;
}
/* line 698, ../sass/common.scss */
.pagebute .current_page {
  background: #008953;
  border-color: #008953;
  color: #fff;
  width: 3em;
}
/* line 704, ../sass/common.scss */
.pagebute .current_page:hover {
  background: #008953;
  border-color: #008953;
  color: #fff;
}

/* line 715, ../sass/common.scss */
.fuwat {
  opacity: 0;
  visibility: hidden;
  -moz-transform: translate(0, 120px);
  -ms-transform: translate(0, 120px);
  -webkit-transform: translate(0, 120px);
  transform: translate(0, 120px);
}
/* line 723, ../sass/common.scss */
.fuwat.left {
  -moz-transform: translate(-120px, 0);
  -ms-transform: translate(-120px, 0);
  -webkit-transform: translate(-120px, 0);
  transform: translate(-120px, 0);
}
/* line 726, ../sass/common.scss */
.fuwat.right {
  -moz-transform: translate(120px, 0);
  -ms-transform: translate(120px, 0);
  -webkit-transform: translate(120px, 0);
  transform: translate(120px, 0);
}
/* line 729, ../sass/common.scss */
.fuwat.top {
  -moz-transform: translate(0, -120px);
  -ms-transform: translate(0, -120px);
  -webkit-transform: translate(0, -120px);
  transform: translate(0, -120px);
}
/* line 732, ../sass/common.scss */
.fuwat.active {
  -moz-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
  opacity: 1;
  visibility: visible;
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
@media screen and (max-width: 768px) {
  /* line 715, ../sass/common.scss */
  .fuwat {
    -moz-transform: translate(0, 120px);
    -ms-transform: translate(0, 120px);
    -webkit-transform: translate(0, 120px);
    transform: translate(0, 120px);
  }
  /* line 740, ../sass/common.scss */
  .fuwat.left {
    -moz-transform: translate(-120px, 0);
    -ms-transform: translate(-120px, 0);
    -webkit-transform: translate(-120px, 0);
    transform: translate(-120px, 0);
  }
  /* line 743, ../sass/common.scss */
  .fuwat.right {
    -moz-transform: translate(120px, 0);
    -ms-transform: translate(120px, 0);
    -webkit-transform: translate(120px, 0);
    transform: translate(120px, 0);
  }
  /* line 746, ../sass/common.scss */
  .fuwat.top {
    -moz-transform: translate(0, -120px);
    -ms-transform: translate(0, -120px);
    -webkit-transform: translate(0, -120px);
    transform: translate(0, -120px);
  }
  /* line 749, ../sass/common.scss */
  .fuwat.active {
    -moz-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    -webkit-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
  }
}

/* line 756, ../sass/common.scss */
.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 200, "GRAD" 0, "opsz" 36;
}

@media screen and (min-width: 1079px) {
  /* line 770, ../sass/common.scss */
  .nav nav .nav_link:hover {
    color: #008953 !important;
    text-decoration: underline;
  }

  /* line 779, ../sass/common.scss */
  .tabMenu .menu:hover {
    background-color: #B0E7D1;
    text-decoration: underline;
  }

  /* line 788, ../sass/common.scss */
  .news_list .list_item:hover .title {
    color: #008953;
    text-decoration: underline;
  }
  /* line 797, ../sass/common.scss */
  .news_list .thmb_list:hover .ovf .thmb {
    transform: scale(1.1);
    transition: 0.5s;
  }
  /* line 803, ../sass/common.scss */
  .news_list .thmb_list:hover .info .title {
    color: #008953;
    text-decoration: underline;
    text-decoration-color: #008953;
  }

  /* line 813, ../sass/common.scss */
  .btn:hover {
    color: #fff;
    border-color: rgba(0, 137, 83, 0.7);
    background-color: rgba(0, 137, 83, 0.7);
    transition: 0.5s;
  }
  /* line 818, ../sass/common.scss */
  .btn:hover:after {
    transform: translate(10px, -50%);
    transition: 0.5s;
  }
  /* line 825, ../sass/common.scss */
  .btn.reverse:hover:after {
    transform: translate(-10px, -50%);
    transition: 0.5s;
  }

  /* line 833, ../sass/common.scss */
  .index_btn:hover {
    color: #008953;
    transition: 0.5s;
    text-decoration: underline;
  }
  /* line 837, ../sass/common.scss */
  .index_btn:hover:after {
    transform: translate(10px, -50%);
    transition: 0.5s;
  }
}
