@charset "UTF-8";
img {
  width: 100%;
}

.noto_sans {
  font-family: "Noto Sans JP", sans-serif;
}

.test1 {
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  -webkit-transition: all 0.4s ease-out 0.01s;
  transition: all 0.4s ease-out 0.01s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transform: scale(1);
  transform: rotate(-45deg);
  border-radius: 50%;
  animation: Flash1 1s infinite;
  animation: beyooon_a 1s forwards;
  animation: beyooon_b 1s forwards;
  font-family: "Noto Serif JP", serif;
  background: linear-gradient(90deg, rgb(0, 72, 110) 0%, rgb(0, 120, 155) 100%);
}

@keyframes Flash1 {
  50% {
    opacity: 0;
  }
}
@keyframes beyooon_a {
  0% {
    transform: translate(-50%, 0%) scale(0.5);
  }
  16% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1.22);
  }
  28% {
    transform: translate(-50%, 0%) scale(1);
  }
  88% {
    transform: translate(-50%, 0%) scale(1);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1);
  }
}
@keyframes beyooon_b {
  0% {
    transform: scale(0.5);
  }
  16% {
    transform: scale(1.32);
  }
  28% {
    transform: scale(0.87);
  }
  44% {
    transform: scale(1.05);
  }
  59% {
    transform: scale(0.98);
  }
  73% {
    transform: scale(1.01);
  }
  88% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.test {
  content: "\f105";
  font-family: FontAwesome;
}

.shadow {
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4), 1px 3px 3px rgba(0, 0, 0, 0.4), 1px 2px 3px rgba(0, 0, 0, 0.4);
}

/**scss共通ここまで***/
#section01 {
  width: 100%;
  padding-top: 84px;
  padding-bottom: 220px;
  position: relative;
  background-color: #fff;
}
@media screen and (max-width:800px) {
  #section01 {
    padding-top: 68px;
    padding-bottom: 160px;
  }
}
#section01 .section__in {
  width: 84%;
  max-width: 1100px;
  margin: 0 auto 0 auto;
  position: relative;
  z-index: 5;
}
@media screen and (max-width:800px) {
  #section01 .section__in {
    width: 84%;
    margin: 0 auto;
  }
}
#section01 .title_block .page_title img {
  width: auto;
  height: 37px;
}
@media screen and (max-width:800px) {
  #section01 .title_block .page_title img {
    width: auto;
    height: 7.466vw;
  }
}
#section01 .title_block .page_title--ja {
  margin-top: 30px;
}
@media screen and (max-width:800px) {
  #section01 .title_block .page_title--ja {
    margin-top: 15px;
    font-size: 6vw;
  }
}
#section01 .message_block_in {
  padding-left: 50px;
  margin-top: 70px;
  padding-right: 30%;
  position: relative;
  top: 0;
  left: 0;
}
@media screen and (max-width:800px) {
  #section01 .message_block_in {
    padding-right: 0;
    padding-left: 0;
    margin-top: 58px;
  }
}
#section01 .news_contents_titles {
  width: 100%;
  max-width: 700px;
}
@media screen and (max-width:800px) {
  #section01 .news_contents_titles {
    margin: 60px auto 25px auto;
  }
}
#section01 .sitemapbox {
  width: 100%;
  max-width: 1000px;
  margin: 135px auto 0 auto;
  font-family: "Noto Sans JP", BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "游ゴシック  Medium", meiryo, sans-serif;
}
@media screen and (max-width:800px) {
  #section01 .sitemapbox {
    margin: 75px auto 0 auto;
  }
}
#section01 .sitemapbox h3 {
  font-weight: 500;
  color: #0D6521;
  margin-bottom: 0.95em;
}
#section01 .sitemapbox h4 {
  width: 100%;
  background-color: #F8F6F6;
  line-height: 160%;
  padding: 0.2em 1em 0.3em 1em;
  margin-bottom: 0.95em;
}
#section01 .sitemapbox .listbox {
  padding-left: 1em;
  margin-bottom: 70px;
}
@media screen and (max-width:800px) {
  #section01 .sitemapbox .listbox {
    margin-bottom: 60px;
  }
}
#section01 .sitemapbox .listbox_nobottom {
  padding-left: 1em;
  margin-bottom: 0px;
}
@media screen and (max-width:800px) {
  #section01 .sitemapbox .listbox_nobottom {
    margin-bottom: 0px;
  }
}
#section01 .sitemapbox .listbox_minibottom {
  padding-left: 1em;
  margin-bottom: 25px;
}
@media screen and (max-width:800px) {
  #section01 .sitemapbox .listbox_minibottom {
    margin-bottom: 15px;
  }
}
#section01 .sitemapbox ul.baselist li {
  margin-bottom: 1.25em;
}
#section01 .sitemapbox ul.base4list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#section01 .sitemapbox ul.base4list li {
  margin-bottom: 1.25em;
  width: 25%;
  padding-right: 1em;
}
@media screen and (max-width:800px) {
  #section01 .sitemapbox ul.base4list li {
    width: 48%;
    margin-right: 4%;
  }
}
@media screen and (max-width:800px) {
  #section01 .sitemapbox ul.base4list li:nth-child(2n) {
    margin-right: 0%;
  }
}
#section01 .sitemapbox a {
  line-height: 140%;
  position: relative;
}
#section01 .sitemapbox a::after {
  content: "";
  width: 0.45em;
  height: 1em;
  display: inline-block;
  margin-left: 0.7em;
  background: url(../images/icon_sitemap.svg) no-repeat center 75%;
  background-size: contain;
}
@media screen and (max-width:800px) {
  #section01 .sitemapbox a::after {
    margin-left: 0.6em;
  }
}/*# sourceMappingURL=sitemap.css.map */