/**************************
color*/
/*** color ***/
.conteiner .mb-5 {
  margin-bottom: 5em !important;
}
.conteiner .mb-4 {
  margin-bottom: 4em !important;
}
.conteiner .mb-3 {
  margin-bottom: 3em !important;
}
.conteiner .mb-2 {
  margin-bottom: 2em !important;
}
.conteiner .mb-1_5 {
  margin-bottom: 1.5em !important;
}
.conteiner .mb-1 {
  margin-bottom: 1em !important;
}
.conteiner .mb-05 {
  margin-bottom: 0.5em !important;
}
.conteiner .mb-0 {
  margin-bottom: 0 !important;
}
.conteiner .mt-5 {
  margin-top: 5em !important;
}
.conteiner .mt-4 {
  margin-top: 4em !important;
}
.conteiner .mt-3 {
  margin-top: 3em !important;
}
.conteiner .mt-2 {
  margin-top: 2em !important;
}
.conteiner .mt-1_5 {
  margin-top: 1.5em !important;
}
.conteiner .mt-1 {
  margin-top: 1em !important;
}
.conteiner .mt-05 {
  margin-top: 0.5em !important;
}
.conteiner .mt-0 {
  margin-top: 0 !important;
}
.conteiner .mt-5 {
  margin-top: 5em !important;
}
.conteiner .mt-4 {
  margin-top: 4em !important;
}
.conteiner .mt-3 {
  margin-top: 3em !important;
}
.conteiner .mt-2 {
  margin-top: 2em !important;
}
.conteiner .mt-1_5 {
  margin-top: 1.5em !important;
}
.conteiner .mt-1 {
  margin-top: 1em !important;
}
.conteiner .mt-05 {
  margin-top: 0.5em !important;
}
.conteiner .mt-0 {
  margin-top: 0 !important;
}
.conteiner .my-5 {
  margin-left: 5em !important;
  margin-bottom: 5em !important;
}
.conteiner .my-4 {
  margin-left: 4em !important;
  margin-bottom: 4em !important;
}
.conteiner .my-3 {
  margin-left: 3em !important;
  margin-bottom: 3em !important;
}
.conteiner .my-2 {
  margin-left: 2em !important;
  margin-bottom: 2em !important;
}
.conteiner .my-1_5 {
  margin-left: 1.5em !important;
  margin-bottom: 1.5em !important;
}
.conteiner .my-1 {
  margin-left: 1em !important;
  margin-bottom: 1em !important;
}
.conteiner .my-05 {
  margin-left: 0.5em !important;
  margin-bottom: 0.5em !important;
}
.conteiner .my-0 {
  margin-left: 0 !important;
  margin-bottom: 0 !important;
}
.conteiner .mr-5 {
  margin-right: 5em !important;
}
.conteiner .mr-4 {
  margin-right: 4em !important;
}
.conteiner .mr-3 {
  margin-right: 3em !important;
}
.conteiner .mr-2 {
  margin-right: 2em !important;
}
.conteiner .mr-1_5 {
  margin-right: 1.5em !important;
}
.conteiner .mr-1 {
  margin-right: 1em !important;
}
.conteiner .mr-05 {
  margin-right: 0.5em !important;
}
.conteiner .mr-0 {
  margin-right: 0 !important;
}
.conteiner .my-5 {
  margin-top: 5em !important;
  margin-bottom: 5em !important;
}
.conteiner .my-4 {
  margin-top: 4em !important;
  margin-bottom: 4em !important;
}
.conteiner .my-3 {
  margin-top: 3em !important;
  margin-bottom: 3em !important;
}
.conteiner .my-2 {
  margin-top: 2em !important;
  margin-bottom: 2em !important;
}
.conteiner .my-1_5 {
  margin-top: 1.5em !important;
  margin-bottom: 1.5em !important;
}
.conteiner .my-1 {
  margin-top: 1em !important;
  margin-bottom: 1em !important;
}
.conteiner .my-05 {
  margin-top: 0.5em !important;
  margin-bottom: 0.5em !important;
}
.conteiner .my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.conteiner .mx-5 {
  margin-left: 5em !important;
  margin-right: 5em !important;
}
.conteiner .mx-4 {
  margin-left: 4em !important;
  margin-right: 4em !important;
}
.conteiner .mx-3 {
  margin-left: 3em !important;
  margin-right: 3em !important;
}
.conteiner .mx-2 {
  margin-left: 2em !important;
  margin-right: 2em !important;
}
.conteiner .mx-1_5 {
  margin-left: 1.5em !important;
  margin-right: 1.5em !important;
}
.conteiner .mx-1 {
  margin-left: 1em !important;
  margin-right: 1em !important;
}
.conteiner .mx-05 {
  margin-left: 0.5em !important;
  margin-right: 0.5em !important;
}
.conteiner .mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.gnav {
  height: 55px;
}
@media only screen and (max-width: 767px) {
  .gnav {
    height: 30px;
  }
}
.gnav > div {
  display: none;
}

.title_are {
  max-width: 1200px;
  height: auto;
  margin-bottom: -5px;
  overflow: visible;
}
@media (max-height: 1080px) and (min-width: 767px) {
  .title_are {
    width: 50%;
  }
}
@media (max-width: 1200px) {
  .title_are {
    width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  .title_are {
    width: 100%;
    height: auto;
  }
}
.title_are .swiper-slide {
  pointer-events: none;
  transition: all 0.4s;
}
.title_are .swiper-slide a {
  pointer-events: none;
}
.title_are .swiper-slide img {
  pointer-events: all !important;
  opacity: 0.5;
  transition: all 0.5s;
}
.title_are .swiper-slide.swiper-slide-active img {
  opacity: 1;
}
.title_are .swiper-button-next, .title_are .swiper-button-prev {
  width: 50px;
  height: 50px;
  background-image: url(../img/icon/icon_swiper.webp);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 50;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .title_are .swiper-button-next, .title_are .swiper-button-prev {
    width: 50px;
    height: 50px;
  }
}
.title_are .swiper-button-next:hover, .title_are .swiper-button-prev:hover {
  cursor: pointer;
}
.title_are .swiper-button-next:after, .title_are .swiper-button-prev:after {
  content: none !important;
}
.title_are .swiper-button-next {
  right: 10px;
}
@media only screen and (max-width: 767px) {
  .title_are .swiper-button-next {
    right: 10px;
  }
}
.title_are .swiper-button-prev {
  left: 10px;
  transform: rotate(180deg);
}
@media only screen and (max-width: 767px) {
  .title_are .swiper-button-prev {
    left: 10px;
  }
}

h2.corona {
  color: #000;
}
h2.corona:before {
  content: none;
}

.index_nav {
  list-style: none;
  margin: 1.5rem auto 0px;
  display: flex;
  padding: 0;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1000px;
}
@media only screen and (max-width: 767px) {
  .index_nav {
    width: calc(100% + 20px);
    margin: 1.5rem -10px 0px;
  }
}
@media (max-width: 540px) {
  .index_nav {
    width: calc(100% + 10px);
    margin: 1.5rem -5px 0px;
  }
}
.index_nav li {
  position: relative;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: inline-block;
  width: 220px;
  max-width: 220px;
  padding: 0 15px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .index_nav li {
    width: 33.33%;
    padding: 0 10px;
    margin-bottom: 0px;
    box-sizing: border-box;
  }
}
@media (max-width: 540px) {
  .index_nav li {
    width: 50%;
    padding: 0 5px;
  }
}
.index_nav li a {
  aspect-ratio: 1/1;
  display: block;
  border-radius: 50%;
  transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
  position: relative;
}
.index_nav li a.green {
  background-color: #00A08C;
}
.index_nav li a.red {
  background-color: #DB5140;
}
.index_nav li a.yellow {
  background-color: #ebc708;
}
.index_nav li a.yellowgreen {
  background-color: #A0CD37;
}
.index_nav li a ._icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
}
.index_nav li a ._icon img {
  max-width: 100px;
}
@media (max-width: 420px) {
  .index_nav li a ._icon img {
    max-width: 70px;
  }
}
.index_nav li a ._icon span {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  margin-top: 10px;
  text-align: center;
}
@media (max-width: 540px) {
  .index_nav li a ._icon span {
    font-size: 17px;
  }
}
@media (max-width: 540px) {
  .index_nav li a ._icon span {
    font-size: 22px;
  }
}
.index_nav li a ._icon:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
}
.index_nav li a .hover_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  color: #fff;
  font-size: 20px;
  z-index: 11;
  width: calc(100% + 150px);
  text-align: center;
  padding: 0 20px;
  box-sizing: border-box;
  opacity: 0;
  pointer-events: none;
  color: #4f6e06;
  font-size: 16px;
  z-index: 10;
  letter-spacing: 0.05em;
  transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
}
@media (max-width: 540px) {
  .index_nav li a .hover_text {
    font-size: 15px;
  }
}
.index_nav li a:hover {
  transform: translateY(15px);
}
.index_nav li a:hover ._icon:after {
  opacity: 0.7;
}
.index_nav li a:hover .hover_text {
  opacity: 1;
}

.news_column_content {
  margin-top: 2rem;
}
.news_column_content ul li {
  padding: 0;
}
.news_column_content ul li:before {
  content: none;
}

#topics_tab {
  display: flex;
  justify-content: space-between;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  #topics_tab {
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  #topics_tab {
    flex-wrap: wrap;
  }
}
#topics_tab li {
  width: 100%;
}
#topics_tab li:nth-child(4n+1) {
  border: 2px solid #00a08c;
  background-color: #fff;
  box-sizing: border-box;
}
#topics_tab li:nth-child(4n+1) a {
  color: #00a08c;
}
#topics_tab li:nth-child(4n+1) a span {
  position: relative;
}
#topics_tab li:nth-child(4n+1) a span:after {
  content: "";
  width: 0%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #00a08c;
  transform-origin: 50% 50%;
  transition: all 0.2s;
}
#topics_tab li:nth-child(4n+1) a:hover span:after, #topics_tab li:nth-child(4n+1) a.active span:after {
  width: 100%;
}
#topics_tab li:nth-child(4n+2) {
  background-color: #f6ddd6;
}
#topics_tab li:nth-child(4n+2) a {
  color: #d25532;
}
#topics_tab li:nth-child(4n+2) a span {
  position: relative;
}
#topics_tab li:nth-child(4n+2) a span:after {
  content: "";
  width: 0%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #d25532;
  transform-origin: 50% 50%;
  transition: all 0.2s;
}
#topics_tab li:nth-child(4n+2) a:hover span:after, #topics_tab li:nth-child(4n+2) a.active span:after {
  width: 100%;
}
#topics_tab li:nth-child(4n+3) {
  background-color: #ecf5d7;
}
#topics_tab li:nth-child(4n+3) a {
  color: #a0cd37;
}
#topics_tab li:nth-child(4n+3) a span {
  position: relative;
}
#topics_tab li:nth-child(4n+3) a span:after {
  content: "";
  width: 0%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #a0cd37;
  transform-origin: 50% 50%;
  transition: all 0.2s;
}
#topics_tab li:nth-child(4n+3) a:hover span:after, #topics_tab li:nth-child(4n+3) a.active span:after {
  width: 100%;
}
#topics_tab li:nth-child(4n) {
  background-color: #ccece8;
}
#topics_tab li:nth-child(4n) a {
  color: #00a08c;
}
#topics_tab li:nth-child(4n) a span {
  position: relative;
}
#topics_tab li:nth-child(4n) a span:after {
  content: "";
  width: 0%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #00a08c;
  transform-origin: 50% 50%;
  transition: all 0.2s;
}
#topics_tab li:nth-child(4n) a:hover span:after, #topics_tab li:nth-child(4n) a.active span:after {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #topics_tab li {
    width: 50%;
  }
}
#topics_tab li a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 0;
  box-sizing: border-box;
}

#topics_content .news_list {
  display: none;
}
#topics_content ul {
  padding: 0;
}

.inews_contents {
  padding: 0px;
}
.inews_contents li {
  padding: 0;
}
.inews_contents li:before {
  content: none;
}
.inews_contents li a {
  color: #000;
}
.inews_contents .newsline {
  padding: 5px 10px;
  box-sizing: border-box;
  display: flex;
}
.inews_contents .newsline:hover, .inews_contents .newsline.active {
  background-color: #ecf5d7;
  color: #000;
}
@media only screen and (max-width: 767px) {
  .inews_contents .newsline {
    display: block;
    padding: 5px 10px;
  }
}
.inews_contents .newsline span.text.pdf:before, .inews_contents .newsline span.text.ext:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 21px;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0px 5px 0 0;
  transform: translateY(4px);
  position: relative;
  z-index: 10;
}
.inews_contents .newsline span.text.ext:before {
  width: 16px;
  height: 13px;
  background-image: url(../img/icon/icon_ext.webp);
}
.inews_contents .newsline span.text.pdf:before {
  width: 13px;
  height: 17px;
  background-image: url(../img/icon/icon_pdf.webp);
}
.inews_contents .newsline:before {
  content: none;
}
.inews_contents .news_head {
  display: flex;
}
.inews_contents .news_head .date, .inews_contents .news_head .icon_area {
  display: inline-block;
}
.inews_contents .news_head .date span, .inews_contents .news_head .icon_area span {
  border-radius: 20px;
  font-size: 12px;
}
.inews_contents .news_head .date span.label, .inews_contents .news_head .icon_area span.label {
  color: #fff;
  background-color: #00a08c;
  padding: 2px 15px;
  box-sizing: border-box;
  min-width: 120px;
  display: block;
  text-align: center;
  margin: 0px 15px 0px 0;
  padding: 2px 20px;
}
.inews_contents .news_head .date span.label:nth-child(n+2), .inews_contents .news_head .icon_area span.label:nth-child(n+2) {
  margin-top: 5px;
}
@media only screen and (max-width: 767px) {
  .inews_contents .news_head .date span.label, .inews_contents .news_head .icon_area span.label {
    margin: 2px 15px 5px 0;
  }
}
.inews_contents .news_head .date span.label._important, .inews_contents .news_head .icon_area span.label._important {
  background-color: #d25532;
}
.inews_contents .news_head .date span.label._event, .inews_contents .news_head .icon_area span.label._event {
  background-color: #a0cd37;
}
.inews_contents .news_head .date span.label._impor_campaigntant, .inews_contents .news_head .icon_area span.label._impor_campaigntant {
  background-color: #00a08c;
}
.inews_contents .news_head .date span.label._news, .inews_contents .news_head .icon_area span.label._news {
  background-color: #fff;
  border: 2px solid #00a08c;
  color: #00a08c;
}
.inews_contents .news_head .date {
  font-size: 90%;
  box-sizing: border-box;
  margin-right: 15px;
  padding-top: 3px;
}
@media only screen and (max-width: 767px) {
  .inews_contents .news_head .date {
    line-height: 2;
  }
}
.inews_contents .news_head .icon_area {
  font-size: 85%;
}
.inews_contents .icon_new {
  background-color: #d25532;
  color: #fff;
  padding: 0 5px;
  margin-right: 0.25ex;
  font-size: 90%;
}

.sns_area {
  background-color: #ecf5d7;
  padding: 25px 0;
  display: flex;
  position: relative;
  margin-top: -10px;
}
@media only screen and (max-width: 767px) {
  .sns_area {
    padding: 20px 0;
    flex-wrap: wrap;
  }
}
.sns_area > * {
  width: 50%;
  padding: 10px 20px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .sns_area > * {
    width: 100%;
    padding: 10px 0px;
  }
}
.sns_area:before {
  content: "";
  width: 200vw;
  height: 100%;
  display: block;
  position: absolute;
  left: -50vw;
  top: 0;
  background-color: #ecf5d7;
  z-index: -1;
}
.sns_area .sns_content {
  width: 100%;
  aspect-ratio: 5/3;
  text-align: center;
}
.sns_area .sns_content iframe, .sns_area .sns_content .fb-page {
  margin: 0 auto;
  width: 100%;
  height: 100%;
}
.sns_area .right {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sns_area .btn {
  font-size: 20px;
}
.sns_area ._contents {
  margin: 0 auto;
}
.sns_area ._contents .sns_icon {
  display: flex;
  justify-content: center;
  margin: 0 auto 2rem;
}
@media only screen and (max-width: 767px) {
  .sns_area ._contents .sns_icon {
    margin-bottom: 0;
  }
}
.sns_area ._contents .sns_icon a {
  margin: 0 1.5rem;
}
@media only screen and (max-width: 767px) {
  .sns_area ._contents .sns_icon a {
    margin: 0 0.75rem;
  }
}
.sns_area ._contents .sns_icon a img {
  width: 100%;
  max-width: 60px;
  aspect-ratio: 1/1;
  transition: all 0.2s;
}
.sns_area ._contents .sns_icon a:hover img {
  opacity: 0.5;
  transform: scale(1.05);
}

.maparea {
  margin-top: 40px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .maparea {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .maparea {
    margin-top: 0px;
  }
}
.maparea .image_map {
  position: relative;
  display: inline-block;
}
.maparea .image_map area {
  cursor: pointer;
}
.maparea .image_map area:hover {
  transform: scale(2);
}
@media only screen and (min-width: 768px) {
  .maparea .text_area {
    position: absolute;
    top: 0;
    left: 0;
  }
  .maparea .text_area h3 {
    border-bottom: none;
    color: #d25532;
    margin-top: 20px;
  }
}
.maparea .text_area ul {
  margin-top: 30px;
  padding: 0;
}
.maparea .text_area ul li {
  padding: 0;
}
.maparea .text_area ul li a {
  color: #000;
}
.maparea .text_area ul li a:hover {
  color: #a0cd37;
}
.maparea .text_area ul li:before {
  content: none;
}
@media only screen and (max-width: 767px) {
  .maparea .text_area ul {
    margin-top: 1rem;
  }
}

@media only screen and (max-width: 767px) {
  .map_link {
    margin-bottom: 0 !important;
  }
}
.map_link a {
  color: #000;
}
.map_link a:hover {
  color: #a0cd37;
}
.map_link ol {
  margin: 0;
}

.pickup {
  background-color: #a0cd37;
  padding: 15px 40px 20px;
  position: relative;
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  .pickup {
    padding: 15px 0px 20px;
  }
}
.pickup:before {
  content: "";
  width: 200vw;
  height: 100%;
  display: block;
  position: absolute;
  left: -50vw;
  top: 0;
  background-color: #a0cd37;
  z-index: -1;
}
.pickup h3 {
  color: #fff;
  border-bottom: none;
  margin: 0px auto;
  text-align: center;
}
.pickup .pickup_container {
  overflow: hidden;
}

.pickup_swiper .swiper-slide {
  display: inline-block;
}
@media (max-width: 630px) {
  .pickup_swiper .swiper-slide {
    transform: translateX(-54%);
  }
}
@media (max-width: 380px) {
  .pickup_swiper .swiper-slide {
    transform: translateX(0%);
  }
}
.pickup_swiper .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.pickup_swiper .swiper-slide a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.pickup_swiper .swiper-slide a .image {
  aspect-ratio: 5/4;
}
.pickup_swiper .swiper-slide a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.2s;
}
.pickup_swiper .swiper-slide a:hover img {
  transform: scale(1.025);
  opacity: 0.9;
}
.pickup_swiper .swiper-slide a .text {
  color: #fff;
  text-align: center;
}
.pickup_swiper .swiper-button-next, .pickup_swiper .swiper-button-prev {
  width: 30px;
  height: 30px;
  background-image: url(../img/icon/icon_swiper.webp);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 50;
  top: calc(50% + 0px);
  cursor: pointer;
}
.pickup_swiper .swiper-button-next:hover, .pickup_swiper .swiper-button-prev:hover {
  cursor: pointer;
}
.pickup_swiper .swiper-button-next:after, .pickup_swiper .swiper-button-prev:after {
  content: none !important;
}
.pickup_swiper .swiper-button-next {
  right: 0px;
}
@media only screen and (max-width: 767px) {
  .pickup_swiper .swiper-button-next {
    right: 10px;
  }
}
.pickup_swiper .swiper-button-prev {
  left: 0px;
  transform: rotate(180deg);
}
@media only screen and (max-width: 767px) {
  .pickup_swiper .swiper-button-prev {
    left: 10px;
  }
}

.pagelink_area {
  display: none;
}

@media print {
  .index_nav {
    position: relative;
    width: 100%;
  }
  #topics_tab {
    margin-bottom: 2rem;
  }
  #topics_content .news_list {
    display: none;
  }
  #topics_content ul {
    padding: 0;
  }
  .maparea {
    text-align: center;
  }
  .maparea .text_area {
    position: absolute;
    top: 0;
    left: 0;
  }
  .maparea .text_area h3 {
    border-bottom: none;
    color: #d25532;
    margin-top: 20px;
  }
  .gnav_area .scroll_down .nav_list,
  .index_nav .scroll_down .nav_list {
    display: none;
  }
  .gnav_area .gnav.fixed {
    background-color: #a0cd37 !important;
  }
  .news_column_content,
  .maparea {
    page-break-before: always;
  }
  .pickup_swiper .swiper-button-next {
    right: 0px;
  }
}
