@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Urbanist:wght@900&display=swap");
#contents {
  padding-bottom: 0 !important;
}

.only-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .only-sp {
    display: block;
  }
}

a:hover img {
  opacity: 1;
}

h2.top-h2 {
  margin-bottom: 0.3em;
  padding-top: 0.7em;
  font-family: "Urbanist", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  font-size: 5em;
  color: #0e227f;
  letter-spacing: -0.01em;
}
h2.top-h2 small {
  display: inline-block;
  margin-left: 0.5em;
  font-size: 40%;
  font-weight: bold;
  color: #000;
  vertical-align: 8%;
}
@media screen and (max-width: 1259px) {
  h2.top-h2 {
    font-size: 4.5em;
  }
}
@media screen and (max-width: 1023px) {
  h2.top-h2 {
    font-size: 4em;
  }
}
@media screen and (max-width: 767px) {
  h2.top-h2 {
    padding-top: 3.5vw;
    font-size: 6vw;
  }
}

.m-wrap {
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
  padding: 0;
}
@media screen and (max-width: 1259px) {
  .m-wrap {
    width: 960px;
  }
}
@media screen and (max-width: 1023px) {
  .m-wrap {
    width: 700px;
  }
}
@media screen and (max-width: 767px) {
  .m-wrap {
    width: 94vw;
  }
}

.m-tmb {
  position: relative;
  width: 22em;
  height: auto;
}
.m-tmb a {
  text-decoration: none;
}
.m-tmb img {
  width: 22em;
  height: 22em;
  -o-object-fit: cover;
     object-fit: cover;
}
.m-tmb .__cat {
  position: absolute;
  top: 2%;
  left: 2.4%;
  box-sizing: border-box;
  width: 6em;
  padding: 0 1.5em;
  font-size: 1.2em;
  font-weight: bold;
  color: #fff;
  line-height: 1.6em;
  text-align: center;
  -moz-text-align-last: justify;
       text-align-last: justify;
  background: #999;
  border-radius: 0.8em;
}
.m-tmb .__user {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.3em;
  font-size: 1.4em;
  height: 3em;
  font-weight: bold;
  color: #fff;
  line-height: 1.45rem;
  text-align: center;
  background: #0e227f;
  border-radius: 1.5em;
}
.m-tmb p {
/*
  display: flex;
  align-items: center;
*/
  margin: 0.5em 0 0.5em;
/*
  height: 4em;
*/
  font-size: 1.35em;
  font-weight: bold;
  line-height: 1.3;
  color: #333;
/*
  overflow: hidden;
*/
}
@media screen and (max-width: 1259px) {
  .m-tmb {
    font-size: 11px;
    line-height: 1.2rem;
  }
}
@media screen and (max-width: 1023px) {
  .m-tmb {
    font-size: 10.5px;
  }
  .m-tmb .__user {
    line-height: 1.75rem;
  }
}
@media screen and (max-width: 767px) {
  .m-tmb {
    font-size: 1.8vw;
  }
  .m-tmb .__user {
    line-height: 1.12rem;
  }
}

.v--gov {
  background: #0e227f !important;
}

.v--localgov {
  background: #de3c0b !important;
}

.v--disaster {
  color: #222 !important;
  background: #fbc600 !important;
}

.v--town {
  color: #222 !important;
  background: #9ac451 !important;
}

.v--traffic {
  color: #222 !important;
  background: #7F6FB1 !important;
}

.v--ict {
  color: #222 !important;
  background: #76bcd5 !important;
}

.v--driving {
  color: #222 !important;
  background: #1f864f !important;
}

.v--tourism {
  color: #222 !important;
  background: #d95400 !important;
}

.v--education {
  color: #222 !important;
  background: #e67fb0 !important;
}

.v--sports {
  color: #222 !important;
  background: #568594 !important;
}

.v--gov,
.v--localgov,
.v--disaster,
.v--town,
.v--traffic,
.v--ict,
.v--driving,
.v--tourism,
.v--education,
.v--sports {
  padding: 0 !important;
  -moz-text-align-last: auto !important;
       text-align-last: auto !important;
}

.bg-video {
  position: fixed;
  z-index: -1;
}
.bg-video video {
  width: 100%;
  height: auto;
}

.bg-wrap {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.85);
}

.btn-more {
  display: block;
  width: 14em;
  margin: 0 auto 1em;
  font-size: 2.2em;
  font-weight: bold;
  color: #0e227f;
  text-align: center;
  justify-content: center;
  line-height: 1.5;
  background: #fff;
  border: 0.1em solid #0e227f;
  border-radius: 0.75em;
}
.btn-more:hover {
  text-decoration: none;
  background: rgba(255, 255, 255, 0.6);
}
.btn-more > i {
	vertical-align: middle;
	margin-top: auto;
	margin-bottom: auto;
	padding-right: 0.5rem;
}
.pdf {
	margin-top: 1.75rem;
	padding: 0 1rem;
	display: flex;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width: 1023px) {
  .btn-more {
    font-size: 2em;
  }
}
@media screen and (max-width: 767px) {
  .btn-more {
    font-size: 3.6vw;
  }
}

#topSecHead {
  position: relative;
  margin: 1.5em 0 1.2em;
  height: 15em;
}
#topSecHead img {
  width: auto;
  height: 100%;
}
#topSecHead .head-title {
  padding-top: 0.6em;
  height: 9.2em;
  font-size: 100%;
}
#topSecHead .head-sub {
  padding-top: 1em;
  height: 3.6em;
}
#topSecHead .bg-h1 {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 10em;
  left: -50vw;
  margin-left: 440px;
  background: #0e227f;
  border-radius: 5.4em;
}
#topSecHead .bg-sub {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 5em;
  top: 10em;
  left: -50vw;
  margin-left: 600px;
  background: rgba(40, 40, 40, 0.7);
  border-radius: 5.4em;
}
#topSecHead .head-search {
  position: absolute;
  top: 0;
  left: 50%;
  width: 6.4em;
  height: 6.4em;
  margin-left: calc(600px - 7em);
}
#topSecHead .head-search img {
  border-radius: 50%;
  border: 0.3em solid #fff;
}
@media screen and (max-width: 1259px) {
  #topSecHead {
    margin: 1.2em 0 1em;
    height: 12.4em;
  }
  #topSecHead .head-title {
    padding-top: 0.6em;
    height: 7.6em;
  }
  #topSecHead .head-sub {
    padding-top: 0.7em;
    height: 3em;
  }
  #topSecHead .bg-h1 {
    height: 8.4em;
    margin-left: 380px;
    border-radius: 4.2em;
  }
  #topSecHead .bg-sub {
    height: 4em;
    top: 8.4em;
    margin-left: 480px;
    border-radius: 2em;
  }
  #topSecHead .head-search {
    width: 5em;
    height: 5em;
    margin-left: calc(480px - 5.6em);
  }
}
@media screen and (max-width: 1023px) {
  #topSecHead {
    margin: 1em 0 0.8em;
    height: 9.4em;
  }
  #topSecHead .head-title {
    padding-top: 0.6em;
    height: 5.6em;
  }
  #topSecHead .head-sub {
    padding-top: 0.7em;
    height: 2.2em;
  }
  #topSecHead .bg-h1 {
    height: 6.4em;
    margin-left: 280px;
    border-radius: 4.2em;
  }
  #topSecHead .bg-sub {
    height: 3em;
    top: 6.4em;
    margin-left: 350px;
    border-radius: 2em;
  }
  #topSecHead .head-search {
    width: 4.6em;
    height: 4.6em;
    margin-left: calc(350px - 5em);
  }
  #topSecHead .head-search img {
    border: 0.2em solid #fff;
  }
}
@media screen and (max-width: 767px) {
  #topSecHead {
    margin: 1vw 0.8em;
    height: 15.6vw;
  }
  #topSecHead .head-title {
    padding-top: 1vw;
    height: 9vw;
  }
  #topSecHead .head-sub {
    padding-top: 0.4em;
    height: 3.7vw;
  }
  #topSecHead .bg-h1 {
    width: 100vw;
    height: 10.6vw;
    margin-left: 35vw;
    border-radius: 5.3vw;
  }
  #topSecHead .bg-sub {
    width: 100vw;
    height: 5vw;
    top: 10.6vw;
    margin-left: 45vw;
    border-radius: 2.5vw;
  }
  #topSecHead .head-search {
    width: 8vw;
    height: 8vw;
    margin-left: 39vw;
  }
}

#topSecRecom {
  padding-bottom: 3em;
  background: #fff;
}
#topSecRecom .m-tmb {
  margin: 0 1.6em;
}
@media screen and (max-width: 1259px) {
  #topSecRecom {
    padding-bottom: 3em;
  }
}
@media screen and (max-width: 1023px) {
  #topSecRecom {
    padding-bottom: 3em;
  }
}
@media screen and (max-width: 767px) {
  #topSecRecom {
    padding-bottom: 2vw;
  }
  #topSecRecom .m-tmb {
    margin: 0 2vw;
  }
}

.swiper-container {
  width: 100%;
  overflow: hidden;
}
.swiper-container .swiper-wrapper {
  transition-timing-function: linear;
}
.swiper-container .swiper-slide img {
  width: 100%;
  height: auto;
}

#topSecNews .news-ul {
  display: block;
  margin-right: -3.8em;
}
#topSecNews .news-ul::after {
  content: "";
  display: block;
  clear: both;
}
#topSecNews .news-ul li {
  float: left;
  margin-right: 3.8em;
  margin-bottom: 3em;
}
#topSecNews .news-ul li:first-child {
  font-size: 216%;
  margin-right: 1.9em;
  margin-bottom: 0;
}
@media screen and (max-width: 1259px) {
  #topSecNews .news-ul {
    margin-right: -3.6em;
  }
  #topSecNews .news-ul li {
    margin-right: 3.6em;
  }
  #topSecNews .news-ul li:first-child {
    font-size: 228%;
    margin-right: 2.3em;
  }
  #topSecNews .news-ul .m-tmb {
    font-size: 13px;
  }
}
@media screen and (max-width: 1023px) {
  #topSecNews .news-ul {
    margin-right: -2.1em;
  }
  #topSecNews .news-ul li {
    margin-right: 2.1em;
  }
  #topSecNews .news-ul li:first-child {
    font-size: 262%;
    margin-right: 0;
  }
  #topSecNews .news-ul .m-tmb {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  #topSecNews .news-ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
  }
  #topSecNews .news-ul::after {
    display: none;
  }
  #topSecNews .news-ul li {
    margin-right: 0;
  }
  #topSecNews .news-ul li:first-child {
    font-size: 4.25vw;
    margin-right: 0;
    margin-bottom: 0.5em;
  }
  #topSecNews .news-ul .m-tmb {
    font-size: 2vw;
  }
}

#topSecCategory h3 {
  display: flex;
  align-items: center;
  margin: 0 0 0.4em;
  font-size: 3.6em;
  font-weight: bold;
  border-radius: 0.75em;
}
#topSecCategory h3 span {
  width: 1.5em;
}
@media screen and (max-width: 1259px) {
  #topSecCategory h3 {
    font-size: 3.4em;
  }
}
@media screen and (max-width: 1023px) {
  #topSecCategory h3 {
    font-size: 3.2em;
  }
}
@media screen and (max-width: 767px) {
  #topSecCategory h3 {
    font-size: 5vw;
  }
}
#topSecCategory .category-btn-ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1%;
  margin-bottom: 1.2em;
  font-size: 1.6em;
}
#topSecCategory .category-btn-ul a {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  margin-bottom: 0.3em;
  padding: 0 3.5em 0 4.5em;
  width: 12em;
  font-weight: bold;
  color: #fff;
  text-align: center;
  -moz-text-align-last: justify;
       text-align-last: justify;
  line-height: 2.4;
  border-radius: 1.2em;
}
#topSecCategory .category-btn-ul a:hover {
  text-decoration: none;
  opacity: 0.8;
}
#topSecCategory .category-btn-ul a span {
  position: absolute;
  top: 0;
  left: 0.1em;
  width: 2.4em;
}
#topSecCategory  .category-btn-ul a.active {
  background-color: #0066cc;
  color: #fff;
}
@media screen and (max-width: 1259px) {
  #topSecCategory .category-btn-ul {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 1023px) {
  #topSecCategory .category-btn-ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767px) {
  #topSecCategory .category-btn-ul {
    font-size: 2.5vw;
  }
}
#topSecCategory .category-ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 4%;
  margin-bottom: 2em;
}
#topSecCategory .category-ul li {
  margin-bottom: 2em;
}
@media screen and (max-width: 1259px) {
  #topSecCategory .category-ul {
    grid-template-columns: repeat(3, 1fr);
    gap: 0 5%;
  }
  #topSecCategory .category-ul .m-tmb {
    font-size: 13px;
  }
}
@media screen and (max-width: 1023px) {
  #topSecCategory .category-ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 0 4%;
  }
  #topSecCategory .category-ul .m-tmb {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  #topSecCategory .category-ul .m-tmb {
    font-size: 2vw;
  }
}

#atcSecHead {
  position: relative;
  margin: 1.5em 0 1.2em;
  height: 6.4em;
}
#atcSecHead img {
  width: auto;
  height: 100%;
}
#atcSecHead .head-title {
  padding-top: 0.6em;
  height: 5.2em;
  font-size: 100%;
}
#atcSecHead .bg-h1 {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 6.4em;
  left: -50vw;
  margin-left: 440px;
  background: #0e227f;
  border-radius: 5.4em;
}
#atcSecHead .head-search {
  position: absolute;
  top: 0;
  left: 50%;
  width: 6.4em;
  height: 6.4em;
  margin-left: calc(600px - 7em);
}
#atcSecHead .head-search img {
  border-radius: 50%;
  border: 0.3em solid #fff;
}
@media screen and (max-width: 1259px) {
  #atcSecHead {
    margin: 1.2em 0 1em;
    height: 5.2em;
  }
  #atcSecHead .head-title {
    padding-top: 0.6em;
    height: 4em;
  }
  #atcSecHead .bg-h1 {
    height: 5.2em;
    margin-left: 380px;
    border-radius: 3.1em;
  }
  #atcSecHead .head-search {
    width: 5em;
    height: 5em;
    margin-left: calc(480px - 5.6em);
  }
}
@media screen and (max-width: 1023px) {
  #atcSecHead {
    margin: 1em 0 0.8em;
    height: 4.6em;
  }
  #atcSecHead .head-title {
    padding-top: 0.6em;
    height: 3.4em;
  }
  #atcSecHead .bg-h1 {
    height: 4.6em;
    margin-left: 280px;
    border-radius: 2.3em;
  }
  #atcSecHead .head-search {
    top: -0.2em;
    width: 4.6em;
    height: 4.6em;
    margin-left: calc(350px - 5em);
  }
  #atcSecHead .head-search img {
    border: 0.2em solid #fff;
  }
}
@media screen and (max-width: 767px) {
  #atcSecHead {
    margin: 1vw 0.8em;
    height: 8vw;
  }
  #atcSecHead .head-title {
    padding-top: 1vw;
    height: 6vw;
  }
  #atcSecHead .bg-h1 {
    width: 100vw;
    height: 8vw;
    margin-left: 35vw;
    border-radius: 4vw;
  }
  #atcSecHead .head-search {
    width: 8vw;
    height: 8vw;
    margin-left: 39vw;
  }
}

#atcSecTitle {
  position: relative;
  padding: 0.3em 0 0 !important;
  background: #ccc;
  font-size: 2.2em;
  color: #fff;
}
#atcSecTitle.v--town .atc-category, #atcSecTitle.v--ict .atc-category, #atcSecTitle.v--driving .atc-category, #atcSecTitle.v--sports .atc-category {
  padding: 0 0 0 1em !important;
  -moz-text-align-last: auto !important;
       text-align-last: auto !important;
}
#atcSecTitle.v--disaster .atc-category, #atcSecTitle.v--town .atc-category, #atcSecTitle.v--ict .atc-category {
  color: #111 !important;
}
#atcSecTitle .act-title-wrap {
  margin: 0 0 0.3em;
  background-image: linear-gradient(90deg, transparent, transparent 50%, #ffffff 50% 100%);
}
#atcSecTitle .act-title-wrap .m-wrap {
  display: flex;
}
#atcSecTitle .atc-category {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  padding: 0 2em 0 4.5em;
  width: 14em;
  font-weight: bold;
  color: #333;
  text-align: center;
  -moz-text-align-last: justify;
       text-align-last: justify;
  line-height: 2.4;
  background: #fff;
  border-radius: 1.2em;
}
#atcSecTitle .atc-category span {
  position: absolute;
  top: 0;
  left: 0.1em;
  width: 2.4em;
}
#atcSecTitle .atc-prize {
  display: flex;
  align-items: center;
  justify-content: right;
  width: 100%;
  margin-left: 0.8em;
  height: 2.4em;
  background: #fff;
  border-radius: 1.2em 0 0 1.2em;
}
#atcSecTitle .atc-prize img {
  height: 1.4em;
  width: auto;
}
#atcSecTitle h2.atc-h2 {
  margin-bottom: 0.3em;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.2;
}
#atcSecTitle .act-user-wrap {
  background: #0e227f;
}
#atcSecTitle .act-user-txt {
  padding: 0.4em;
  display: flex;
  font-size: 0.9em;
  color: #fff;
  line-height: 1.2;
}
#atcSecTitle .act-user-txt span {
  width: 4.2em;
  font-weight: bold;
}
#atcSecTitle .act-user-txt p {
  flex: 1;
  font-weight: bold;
}
@media screen and (max-width: 1259px) {
  #atcSecTitle {
    font-size: 1.8em;
  }
}
@media screen and (max-width: 1023px) {
  #atcSecTitle {
    font-size: 1.3em;
  }
}
@media screen and (max-width: 767px) {
  #atcSecTitle {
    font-size: 3vw;
  }
  #atcSecTitle br {
    display: none;
  }
}

#atcSecMain {
  width: 1000px;
  margin: 1em auto 0;
  padding: 0;
  font-size: 1.5em;
  line-height: 1.5;
  box-sizing: border-box;
  background: none !important;
}
@media screen and (max-width: 1259px) {
  #atcSecMain {
    width: 900px;
    font-size: 1.4em;
  }
}
@media screen and (max-width: 1023px) {
  #atcSecMain {
    width: 700px;
    font-size: 1.2em;
  }
}
@media screen and (max-width: 767px) {
  #atcSecMain {
    width: 94vw;
    font-size: 3.4vw;
  }
}
#atcSecMain h3 {
  margin-bottom: 0.8em;
  font-size: 1.5em;
  font-weight: bold;
  color: #0e227f;
}
#atcSecMain h4 {
  margin-bottom: 0.5em;
  font-size: 1.2em;
  font-weight: bold;
  padding-left: 1em;
}
#atcSecMain h4::before {
  content: "■";
  color: red;
  margin-left: -1em;
}
#atcSecMain.v--disaster h4::before {
  color: #fbc600 !important;
}
#atcSecMain.v--town h4::before {
  color: #9ac451 !important;
}
#atcSecMain.v--traffic h4::before {
  color: #6d5ba4 !important;
}
#atcSecMain.v--ict h4::before {
  color: #76bcd5 !important;
}
#atcSecMain.v--driving h4::before {
  color: #1f864f !important;
}
#atcSecMain.v--tourism h4::before {
  color: #d95400 !important;
}
#atcSecMain.v--education h4::before {
  color: #e67fb0 !important;
}
#atcSecMain.v--sports h4::before {
  color: #568594 !important;
}

#atcSecMain h5 {
  font-size: 1.15em;
  font-weight: bold;
}
#atcSecMain p {
  margin-bottom: 1.5em;
}
#atcSecMain .atc-visual {
  margin-bottom: 1.2em;
}
#atcSecMain .atc-col {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 1.1em;
}
#atcSecMain .col-unit {
  margin-bottom: 1.5em;
}
#atcSecMain .col-1 .col-unit {
  width: 100%;
}
#atcSecMain .col-2 .col-unit {
  width: 49%;
}
#atcSecMain .col-3 .col-unit {
  width: 32%;
}
@media screen and (max-width: 768px) {
  #atcSecMain .col-2 .col-unit {
    width: 100%;
  }
  #atcSecMain .col-3 .col-unit {
    width: 49%;
  }
  #atcSecMain .col-rev {
    flex-direction: column-reverse;
  }
}
#atcSecMain figcaption {
  font-size: 80%;
}
#atcSecMain .yt-wrap {
  margin: 2em auto;
  width: 80%;
  aspect-ratio: 16/9;
}
#atcSecMain .yt-wrap iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  #atcSecMain .yt-wrap {
    width: 100%;
  }
}

.modaal-container {
  max-width: none;
}

.modaal-content-container {
  padding: 0;
}

.modaal-close {
  opacity: 0;
}

.modalSearch {
  position: relative;
  background: #0e227f;
  padding: 1.5em 0;
  font-size: 15px;
}
.modalSearch .search-title {
  margin-bottom: 1.5em;
  padding: 0.6em;
  padding-left: 10%;
  width: 80%;
  background: #fff;
  border-radius: 0 4.6em 4.6em 0;
}
.modalSearch .search-title img {
  width: auto;
  height: 4em;
}
.modalSearch .search-close {
  position: absolute;
  top: 1.5em;
  left: 82%;
  width: 5.2em;
  height: 5.2em;
  border: 0.3em #fff solid;
  background: #0e227f;
  border-radius: 3.2em;
}
.modalSearch .search-close:hover {
  opacity: 0.8;
}
.modalSearch .search-ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 80%;
  margin: auto;
}
.modalSearch .search-ul li {
  display: flex;
  flex-wrap: nowrap;
  width: 49%;
  margin-bottom: 1em;
  line-height: 1.5em;
}
.modalSearch .search-ul li em {
  display: inline-block;
  margin-right: 1em;
  width: 6em;
  height: 1.5em;
  font-weight: bold;
  color: #0e227f;
  text-align: center;
  background: #fff;
  border-radius: 0.75em;
}
.modalSearch .search-ul li a {
  flex: 1;
  font-weight: bold;
  color: #fff;
  text-decoration: underline;
}
.modalSearch .search-inquiry {
  display: block;
  width: 30em;
  margin: 1em auto;
  padding: 1em 1.2em;
  background: #fff;
  border-radius: 1em;
}
@media screen and (max-width: 1259px) {
  .modalSearch {
    font-size: 14px;
  }
  .modalSearch .search-title {
    padding-left: 5%;
    width: 86%;
  }
  .modalSearch .search-close {
    left: 88%;
  }
  .modalSearch .search-ul {
    width: 90%;
  }
}
@media screen and (max-width: 1023px) {
  .modalSearch {
    font-size: 13px;
  }
  .modalSearch .search-title {
    padding-left: 3%;
  }
  .modalSearch .search-close {
    left: 88%;
  }
  .modalSearch .search-ul {
    width: 94%;
  }
}
@media screen and (max-width: 767px) {
  .modalSearch {
    font-size: 2.4vw;
  }
  .modalSearch .search-title {
    padding: 0.8em;
  }
  .modalSearch .search-title img {
    height: 3.6em;
  }
  .modalSearch .search-close {
    position: absolute;
    top: 2em;
    left: 88%;
    width: 4.2em;
    height: 4.2em;
    border-radius: 2.1em;
  }
  .modalSearch .search-ul li {
    width: 100%;
  }
}

.foot-info {
  margin-top: 6em;
  padding: 3em 0;
  background: #fbc600;
}
.foot-info .m-wrap {
  display: flex;
  align-items: center;
  width: 1000px;
}
.foot-info .m-wrap .foot-info-txt {
  width: 78%;
}
.foot-info .m-wrap .foot-info-txt a {
  display: block;
  margin-top: 2%;
  padding: 3%;
  background: #fff;
  border-radius: 2em;
}
.foot-info .m-wrap .foot-info-img {
  width: 22%;
}
@media screen and (max-width: 1259px) {
  .foot-info .m-wrap {
    width: 920px;
  }
}
@media screen and (max-width: 1023px) {
  .foot-info .m-wrap {
    width: 700px;
  }
  .foot-info .m-wrap a {
    border-radius: 1em;
  }
}
@media screen and (max-width: 767px) {
  .foot-info {
    font-size: 1vw;
  }
  .foot-info .m-wrap {
    width: 90vw;
  }
}

.footer_in {
  padding: 4em 0 5em;
  text-align: center;
}
.footer_in img {
  width: 100%;
  height: auto;
}
.footer_in ul {
  width: 100%;
}
.footer_in ul li {
  display: inline-block;
  margin: 0 0.5em;
  width: 4em;
}
.footer_in .foot-logo {
  margin: 0.6em auto;
  width: 25em;
}
.footer_in address {
  font-size: 1.5em;
}
@media screen and (max-width: 767px) {
  .footer_in address {
    font-size: 1.1em;
  }
}
/* Swiperナビゲーションボタンのスタイル */
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.95);
  border: 2px solid #0e227f;
  border-radius: 50%;
  color: #0e227f;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-button-next {
  right: 10px;
}

.swiper-button-prev {
  left: 30px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 20px;
  font-weight: bold;
  color: #0e227f;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  transform: translateY(-50%) scale(1.05);
}

.swiper-button-next.clicked,
.swiper-button-prev.clicked {
  transform: translateY(-50%) scale(0.95);
}

/* ボタンが無効な時のスタイル */
.swiper-button-disabled {
  opacity: 0.3;
  cursor: not-allowed;
  pointer-events: none;
}

/* ページネーション（ドット）のスタイル */
.swiper-pagination {
  position: relative !important;
  margin-top: 20px;
  text-align: center;
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: rgba(14, 34, 127, 0.3);
  border-radius: 50%;
  display: inline-block;
  margin: 0 6px;
  cursor: pointer;
  transition: all 0.3s ease;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #0e227f;
  transform: scale(1.2);
}

.swiper-pagination-bullet:hover {
  background: #0e227f;
  opacity: 0.7;
}

/* レスポンシブ対応 */
@media screen and (max-width: 1259px) {
  .swiper-button-next,
  .swiper-button-prev {
    width: 45px;
    height: 45px;
  }
  
  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 18px;
  }
}

@media screen and (max-width: 1023px) {
  .swiper-button-next,
  .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
  
  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 16px;
  }
  
  .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 4px;
  }
}

@media screen and (max-width: 767px) {
  .swiper-button-next,
  .swiper-button-prev {
    width: 8vw;
    height: 8vw;
    min-width: 35px;
    min-height: 35px;
  }
  
  .swiper-button-next {
    right: 5px;
  }
  
  .swiper-button-prev {
    left: 5px;
  }
  
  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 3vw;
    min-font-size: 14px;
  }
  
  .swiper-pagination {
    margin-top: 15px;
  }
  
  .swiper-pagination-bullet {
    width: 2.4vw;
    height: 2.4vw;
    min-width: 8px;
    min-height: 8px;
    margin: 0 1vw;
  }
}

/* アクセシビリティ対応 */
.swiper-button-next:focus,
.swiper-button-prev:focus {
  outline: 2px solid #0e227f;
  outline-offset: 2px;
}

.swiper-pagination-bullet:focus {
  outline: 2px solid #0e227f;
  outline-offset: 2px;
}

/* 高コントラストモード対応 */
@media (prefers-contrast: high) {
  .swiper-button-next,
  .swiper-button-prev {
    background: #fff;
    border: 3px solid #000;
  }
  
  .swiper-button-next:after,
  .swiper-button-prev:after {
    color: #000;
  }
  
  .swiper-pagination-bullet {
    background: #000;
    border: 1px solid #fff;
  }
  
  .swiper-pagination-bullet-active {
    background: #000;
    border: 2px solid #fff;
  }
}

/* ダークモード対応 */
@media (prefers-color-scheme: dark) {
  .swiper-button-next,
  .swiper-button-prev {
    background: rgba(0, 0, 0, 0.8);
    border-color: rgba(255, 255, 255, 0.3);
  }
  
  .swiper-button-next:after,
  .swiper-button-prev:after {
    color: #fff;
  }
  
  .swiper-button-next:hover,
  .swiper-button-prev:hover {
    background: rgba(0, 0, 0, 0.9);
    border-color: rgba(255, 255, 255, 0.5);
  }
}

/* プリント用スタイル */
@media print {
  .swiper-button-next,
  .swiper-button-prev,
  .swiper-pagination {
    display: none;
  }
}

/* アニメーション効果 */
@keyframes buttonPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(14, 34, 127, 0.4);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(14, 34, 127, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(14, 34, 127, 0);
  }
}

.swiper-button-next:active,
.swiper-button-prev:active {
  animation: buttonPulse 0.6s ease-out;
}

/* 見出し（h3）の「官公庁ソリューション」を白 */
#topSecCategory h3.v--gov {
  color: #fff;
}

/* 1) まずレイアウトがズレないよう “透明ボーダー” を常時セット */
#topSecCategory .category-btn-ul a {
  border: 2px solid transparent;   /* ← 透明の枠を先に確保（選択時にズレない） */
  border-radius: 9999px;            /* お好みで pill 形状。不要なら削除OK */
  padding: .45rem .8rem;            /* 余白（既存と干渉しなければ） */
  box-sizing: border-box;
  transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}

/* 2) 選択（.active）が付いた時の“線”と薄いハイライト */
#topSecCategory .category-btn-ul a.active {
  border-color: #1e90ff;                 /* 線の色（お好みで変更） */
  box-shadow: 0 0 0 3px rgba(30,144,255,.25);  /* 外側のリング（任意） */
  background: rgba(30,144,255,.06);      /* 背景の薄い色（任意） */
}

/* 3) キーボード操作の見やすさ（Tabでフォーカスが来た時） */
#topSecCategory .category-btn-ul a:focus-visible {
  outline: 2px solid #1e90ff;
  outline-offset: 2px;
}
/* スクロール停止位置を少し上に（固定ヘッダー分など） */
#topSecCategory {
  scroll-margin-top: 80px; /* ここを環境に合わせて調整 */
}

/* pillの最低高さを統一（他カテゴリにも効くので見出しの背丈が揃う） */
#topSecCategory h3 {
  min-height: 1.4em;   /* お好みで 2.4〜3.2em くらいで調整 */
  padding: .2em .8em;
}

/* 自治体/官公庁はアイコンを使わずテキストだけに */
#topSecCategory h3.v--localgov span,
#topSecCategory h3.v--gov span {
  display: none;
}

/* 官公庁ソリューションの文字色は白で固定（ご要望どおり） */
#topSecCategory h3.v--localgov,
#topSecCategory h3.v--gov { color: #fff; }

/* まず枠の土台（ズレ防止用の透明ボーダー） */
#topSecCategory .category-btn-ul a {
  border: 2px solid transparent;
  border-radius: 9999px;
  box-sizing: border-box;
  transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}

/* 選択中（classでもARIAでも同じ見た目に） */
#topSecCategory .category-btn-ul a.active,
#topSecCategory .category-btn-ul a[aria-pressed="true"] {
  border-color: #1e90ff;
  box-shadow: 0 0 0 3px rgba(30,144,255,.25);
  background: rgba(30,144,255,.06);
  color: #0e227f;        /* 背景が薄いので文字は濃色に */
}
/* ▼ 1) サムネ用(__cat)だけに限定して当て直し（ボタンには当てない） */
.m-tmb .__cat.v--gov,
.m-tmb .__cat.v--localgov,
.m-tmb .__cat.v--town,
.m-tmb .__cat.v--ict,
.m-tmb .__cat.v--driving,
.m-tmb .__cat.v--sports {
  padding: 0 !important;
  text-align-last: auto !important;
}

/* ▼ 2) カテゴリーボタンには常に同じパディングを付与して揃える */
#topSecCategory .category-btn-ul a.v--disaster,
#topSecCategory .category-btn-ul a.v--traffic,
#topSecCategory .category-btn-ul a.v--tourism,
#topSecCategory .category-btn-ul a.v--education {
  padding: 0 3.5em 0 4.5em !important; /* 左はアイコン分、右は余白 */
  line-height: 2.4;                     /* 高さを統一 */
  box-sizing: border-box;
}

/* ▼ 3) アイコン枠のサイズを固定（ボタンの高さが揃う） */
#topSecCategory .category-btn-ul a span {
  position: absolute;
  top: 0;
  left: 0.1em;
  width: 2.4em;
  height: 2.4em;            /* 行高に合わせて固定 */
  display: flex;
  align-items: center;
  justify-content: center;
}
#topSecCategory .category-btn-ul a span img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
/* 官公庁ソリューション: 選択(.active)時も文字色を白で固定 */
#topSecCategory .category-btn-ul a.v--gov,
#topSecCategory .category-btn-ul a.v--gov:link,
#topSecCategory .category-btn-ul a.v--gov:visited,
#topSecCategory .category-btn-ul a.v--gov:hover,
#topSecCategory .category-btn-ul a.v--gov:active,
#topSecCategory .category-btn-ul a.v--gov.active {
  color: #fff !important;
}

/* （任意）選択中も背景色を紺で固定したい場合は併用 */
#topSecCategory .category-btn-ul a.v--gov.active {
  background-color: #0e227f !important;
}