<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*==================================
Title
==================================*/
.p-gyoseiTtl {
  font-size: 3.2rem;
  font-weight: 700;
}

.p-gyoseiTtl_en {
  color: #226677;
}
.p-gyoseiTtl_jp {
  margin-left: 1em;
  padding-left: 1em;
  border-left: 3px solid #363636;
  display: inline-block;
  line-height: 1;
}

@media only screen and (max-width: 768px) {
  .p-gyoseiTtl {
    font-size: 2.6rem;
  }
}

/*==================================
Slider - スライダー
==================================*/
.p-slider {
  padding: 4% 0 2%;
  position: relative;
}

.p-slider_inr {
  position: relative;
}

.p-sliderList_item img {
  display: block;
  width: 100%;
  aspect-ratio: 5 / 2;
  object-fit: cover;
  padding: 6px;
  background: #fff;
}

.p-slider_control {
  z-index: 2;
  position: absolute;
  right: 2em;
  bottom: 0;
  color: #23785e;

  line-height: 1;
  display: flex;
}
.p-slider_control &gt; button {
  background: #fff;
  border-radius: 3px;
  color: #23785e;
  width: calc(1em + 4px);
  height: calc(1em + 4px);
  padding: 2px;
}
.p-slider_control &gt; *:not(:first-of-type) {
  margin-left: 10px;
}
.p-slider_control &gt; button span {
  font-size: 0;
}

/* slick-adjustment */
.p-sliderList .slick-slide {
  margin-right: 3vw !important;
  margin-left: 3vw !important;
}

.p-sliderList .slick-prev,
.p-sliderList .slick-next {
  z-index: 2;

  width: 5rem;
  height: 5rem;
}
.p-sliderList .slick-prev {
  left: 20%;
}
.p-sliderList .slick-next {
  right: 20%;
}

.p-sliderList .slick-prev::before,
.p-sliderList .slick-next::before {
  font-family: "icomoon";
  font-size: 5rem;
  line-height: normal;
  opacity: 0.9;
}
.p-sliderList .slick-prev::before {
  content: "\e908";
}
.p-sliderList .slick-next::before {
  content: "\e907";
}

.p-sliderList .slick-dots {
  z-index: 2;
  position: relative;
  bottom: auto;
  width: auto;
  text-align: right;

  display: flex;
  justify-content: flex-end;
  margin-right: 6em;
  margin-top: 20px;
}
.p-sliderList .slick-dots li button::before {
  color: #fff;
}
.p-sliderList .slick-dots li.slick-active button::before {
  font-size: 14px;
}
.p-sliderList.slick-dotted.slick-slider {
  margin-bottom: auto;
}

/*==================================
Event - 本日のイベントスケジュール
==================================*/
.p-topSchedule_inr {
  width: 100%;
  padding: 20px 0;
}
.p-topSchedule_body {
  display: flex;
  margin-top: 10px;
}
.p-topSchedule_body a {
  color: inherit;
}
.p-topSchedule_ttl {
  flex-shrink: 0;
  position: relative;
  font-weight: 700;
}
.p-topSchedule_ttl {
  padding-left: 2.4em;
}
.p-topSchedule_ttl::before {
  content: "\e911";
  color: #23785e;
  font-size: 3.4rem;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

@media only screen and (min-width: 1200px) {
  .p-topSchedule_inr {
    display: flex;
    align-items: center;
  }
  .p-topSchedule_body {
    margin-top: 0;
    margin-left: 2em;
  }
}

@media only screen and (max-width: 768px) {
  .p-topSchedule_ttl::before {
    font-size: 2.6rem;
  }
}

/* 一行表示 */
.overtext-parent {
  padding-right: 2em;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.overtext-child {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: table-cell;
}

.c-eventlist_item_next {
  flex-shrink: 0;
}
.c-eventlist_item_next &gt; a {
  text-decoration: none;
  height: 100%;
  background: #23785e;
  color: #fff;
  padding: 0 16px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  .overtext-parent {
    padding-right: 1em;
  }
}

/*==================================
Easy Search - かんたん検索
==================================*/
.p-topSearch .p-gyoseiTtl {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-topSearch .p-gyoseiTtl &gt; span {
  display: inline-block;
  margin-right: 16px;
  font-size: 6rem;
  color: #23785e;
}

.p-topSearch_link &gt; a {
  text-decoration: none;
  color: inherit;

  display: block;
  padding: 30px 20px;
  border: 2px solid #23785e;
  text-align: center;
  font-weight: 700;
}

@media only screen and (max-width: 768px) {
  .p-topSearch .p-gyoseiTtl &gt; span {
    font-size: 4.2rem;
    margin-right: 8px;
  }
  .p-topSearch_link &gt; a {
    padding: 10px 20px;
  }
}

/*==================================
Information - インフォメーション
==================================*/
.p-topInfo_deco {
  position: relative;
}

.p-topNews_ttl {
  display: flex;
}

.p-topNews_ttl &gt; * {
  flex: 1;
}

.p-topNews_heading {
  display: flex;
  align-items: center;
}

.p-topNews_rss {
  margin-left: 30px;
  font-size: 4rem;
}
.p-topNews_rss &gt; a {
  text-decoration: none;
  color: inherit;
  color: #226677;
}

@media only screen and (max-width: 1200px) {
  .p-topNews_ttl {
    flex-direction: column;
  }
  .p-topNews_tabmenu {
    margin-top: 20px;
  }
}

/* News - 新着情報 */
.p-topNews_tab {
  width: 100%;
  margin-left: auto;
}

.p-topNews_box {
  padding: 40px;
  background: #fff;
}

.p-topNews_box .c-newsList_item {
  padding: 20px 0;
}

.p-topNews_box .c-newsList_item_def {
  display: flex;
}

.p-topNews_box .c-newsList_item_body {
  margin-top: 0;
  margin-left: 1em;
}

@media only screen and (max-width: 768px) {
  .p-topNews {
    margin-top: 30px;
  }
  .p-topNews_box {
    border-radius: 10px;
    padding: 20px;
  }
  .p-topNews_box .c-newsList_item {
    padding: 20px 0;
  }

  .p-topNews_box .c-newsList_item_def {
    flex-direction: column;
  }
  .p-topNews_box .c-newsList_item_body {
    margin-top: 10px;
    margin-left: 0;
  }
}

/* SiteLink - サイト内リンク*/
.p-topInfo_link {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -40px;
}

.p-topInfo_link li {
  margin-top: 40px;
}

.p-topInfo_link__med li {
  width: calc(100% / 2 - 40px);
}
.p-topInfo_link__st li {
  width: calc(100% / 4 - 25px);
}

/* Medium */
.p-topInfo_link__med li &gt; a {
  text-decoration: none;

  display: flex;
  align-items: center;
  background: #226677;
  color: #fff;
  font-weight: 700;
  padding: 20px 40px;
}

.p-topInfo_link__med li &gt; a:hover {
  opacity: 0.8;
}

.p-topInfo_link__med li &gt; a.u-icon::before {
  display: inline-block;
  margin-right: 1em;
  font-size: 150%;
}

.i-flag::before {
  content: "\e90d";
}

.i-handsup::before {
  content: "\e90f";
}

@media only screen and (max-width: 1200px) {
  .p-topInfo_link__med li {
    width: calc(100% / 2 - 20px);
  }
  .p-topInfo_link__st::after {
    content: "";
    display: block;
    width: calc(100% / 3 - 20px);
  }
  .p-topInfo_link__st li {
    width: calc(100% / 3 - 20px);
  }
}

@media only screen and (max-width: 768px) {
  .p-topInfo_link__med li {
    width: 100%;
  }
  .p-topInfo_link__st li {
    width: calc(100% / 2 - 5px);
  }
  .p-topInfo_link {
    margin-top: -20px;
  }
  .p-topInfo_link li {
    margin-top: 20px;
  }
}

/*==================================
Topics - まちの話題
==================================*/
.p-topTopics_inr {
  background-image: url(/gyosei/assets/images/index/bg_topics.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
}
.p-topTopics_inr::after {
  content: "";
  display: block;
  padding-bottom: 12%;
}

.p-topTopics_more {
  display: flex;
  justify-content: flex-end;
}

/*==================================
Data - 町長室・人口
==================================*/
.c-dataUnit {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;

  margin-left: -80px;
  margin-top: -40px;
}

.c-dataUnit.c-dataUnit__2col &gt; .c-data {
  width: 540px;
  flex-shrink: 0;

  margin-left: 80px;
  margin-top: 40px;
}

@media only screen and (max-width: 768px) {
  .c-dataUnit {
    margin-left: auto;
  }
  .c-dataUnit.c-dataUnit__2col &gt; .c-data {
    width: 100%;
    margin-left: auto;
  }
}

.c-data {
  padding: 40px;
}

.c-data_inr {
  position: relative;
  padding-top: 64%;
  width: 100%;
  height: 100%;
}

.c-data_inr::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);

  width: 100%;
}

.c-data__mayor .c-data_inr::before {
  max-width: 260px;
  aspect-ratio: 1 / 1;
  background: url(/gyosei/assets/images/index/illust-b1.png) no-repeat center/cover;
}
.c-data__stats .c-data_inr::before {
  max-width: 368px;
  aspect-ratio: 92 / 65;
  background: url(/gyosei/assets/images/index/illust-b2.png) no-repeat center/cover;
}

@media only screen and (max-width: 768px) {
  .c-data__mayor .c-data_inr::before {
    width: 50%;
    max-width: none;
  }
  .c-data__stats .c-data_inr::before {
    width: 85%;
    max-width: none;
  }
}

.c-data_inr01 {
  position: relative;
  padding-left: 320px;
  width: 100%;
  height: 200px;
}
.c-data__letter .c-data_inr01::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 240px;
  aspect-ratio: 6 / 5;
  background: url(/gyosei/assets/images/index/illust-b3.png) no-repeat center/cover;
}
@media only screen and (max-width: 768px) {
  .c-data_inr01 {
    padding-left: 0;
    padding-top: 64%;
    height: 100%;
  }
  .c-data__letter .c-data_inr01::before {
    left: 50%;
    transform: translateX(-50%);
    width: 55%;
    max-width: none;
  }
}

.c-dataTtl {
  font-size: 2.8rem;
}

.c-data_sup {
  margin-top: 40px;
}

.c-dataLink_more {
  display: flex;
  justify-content: flex-end;
}

.c-statsList {
  margin-top: -10px;
}
.c-statsList li {
  margin-top: 10px;
}

.c-statsList_def {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.c-statsList_def dt {
  width: 4em;
}

.c-statsList_def dd {
  margin-left: 2em;
}

.c-statsList_def .stats-number &gt; span {
  color: #23785e;
  font-weight: 700;
  font-size: 160%;
  line-height: 1;
  display: inline-block;
  margin-right: 5px;
}

.c-statsList_def .stats-number::before {
  content: "\ff1a";
  display: inline-block;
  margin-right: 2em;
}

@media only screen and (max-width: 768px) {
  .c-statsList_def dt {
    width: 100%;
  }
  .c-statsList_def .stats-number::before {
    content: none;
  }
  .c-statsList_def dd {
    margin-left: 1em;
  }
}

/*==================================
PR - 広報
==================================*/
.p-top2col {
  display: flex;
  justify-content: space-between;
}

.p-top2col &gt; * {
  width: calc(100% / 2 - 20px);
}

/* 埋め込み動画とFB用 */
.p-top2col--hfix {
  padding: 40px;
  background: #fff;
  /* height adjustment */
  height: 350px;
}

@media only screen and (max-width: 1200px) {
  .p-top2col {
    flex-direction: column;
    align-items: center;
  }
  .p-top2col &gt; * {
    width: 100%;
  }
  .p-top2col--hfix {
    padding: 20px;
    max-width: 540px;
    height: auto;
  }
  .p-top2col--hfix:not(:first-of-type) {
    margin-top: 30px;
  }
}

/* Social - youtube */
.yt-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.yt-container iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* Social - facebook */
.fb-container {
  width: 480px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .fb-container {
    width: 500px;
  }
}
@media screen and (max-width: 768px) {
  .fb-container {
    width: 100%;
    max-width: 500px;
  }
}

.p-topPr_inr {
  background: #f5f5f5 url(/gyosei/assets/images/index/bg_pr.png) no-repeat bottom center/cover;
}

.p-topPr_img {
  position: relative;
}
.p-topPr_img::before {
  content: "";
  position: absolute;
  right: -200px;
  bottom: -60px;
  background: url(/gyosei/assets/images/index/illust-c1.png) no-repeat center/cover;
  width: 196px;
  height: 293px;
}

.p-topPrList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-topPrList::after {
  content: "";
  display: block;
  width: calc(100% / 3 - 40px);
}

.p-topPrList_item {
  width: calc(100% / 3 - 40px);
}
.p-topPrList_item:nth-of-type(n + 4) {
  margin-top: 40px;
}

.p-topPrList_item &gt; a {
  display: flex;
  align-items: center;
  height: 100%;
  background: #fff;
  padding: 40px;

  text-decoration: none;
  color: inherit;
}

.p-topPrList_item &gt; a:hover {
  opacity: 0.8;
}

.p-topPrList_item &gt; a [class^="icon-"]::before {
  color: #23785e;
  font-size: 4rem;
  display: inline-block;
  margin-right: 28px;
}

@media only screen and (max-width: 1200px) {
  .p-topPrList_item {
    width: calc(100% / 2 - 20px);
  }
  .p-topPrList_item:nth-of-type(n + 3) {
    margin-top: 40px;
  }
  .p-topPrList_item &gt; a img {
    max-height: 60px;
  }
}

@media only screen and (max-width: 768px) {
  .p-topPrList_item {
    width: 100%;
  }
  .p-topPrList_item:nth-of-type(n + 2) {
    margin-top: 20px;
  }
  .p-topPrList_item &gt; a {
    padding: 20px;
  }
}

/*==================================
LINK - 関連リンク
==================================*/
.p-topLink_inr {
  background: url(/gyosei/assets/images/index/bg_link.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;

  padding: 80px 0;
}

.p-topLink_more {
  display: flex;
  justify-content: flex-end;
}

.p-topLinkUnit {
  display: flex;
  justify-content: space-between;
}

.p-topLinkList.p-topLinkList__circle li {
  position: relative;
  padding-left: 1em;
}

.p-topLinkList {
  width: calc(100% / 3 - 40px);
}

.p-topLinkList li:not(:first-of-type) {
  margin-top: 10px;
}

.p-topLinkList.p-topLinkList__circle li::before {
  content: "\30fb";
  position: absolute;
  top: 0;
  left: 0;
}

.p-topLinkList li &gt; a {
  color: inherit;
}

@media only screen and (max-width: 768px) {
  .p-topLinkUnit {
    flex-direction: column;
  }
  .p-topLinkList {
    width: 100%;
  }
  .p-topLinkList:not(:first-of-type) {
    margin-top: 40px;
  }
}

/* 240112追記　SiteLink - サイト内リンク */
.p-topInfo_link__st li a {
  display: block;
  background: #ffffff;
  height: 100%;
  padding: calc(66.7% + 10px) 20px 10px;
  position: relative;
  text-decoration: none;
  font-weight: 700;
}
.p-topInfo_link__st li a::before {
  content: "";
  width: 100%;
  aspect-ratio: 3 / 2;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.5s;
}
.p-topInfo_link__st li a:active::before,
.p-topInfo_link__st li a:focus:before,
.p-topInfo_link__st li a:hover::before {
  opacity: 0.7;
}
.Info_link__pr::before {
  background: url(/gyosei/assets/images/index/bnr_link01-2.jpg) no-repeat center/cover;
}
.Info_link__kosodate::before {
  background: url(/gyosei/assets/images/index/bnr_link02.jpg) no-repeat center/cover;
}
.Info_link__gikai::before {
  background: url(/gyosei/assets/images/index/bnr_link03.jpg) no-repeat center/cover;
}
.Info_link__furusato::before {
  background: url(/gyosei/assets/images/index/bnr_link04.jpg) no-repeat center/cover;
}
.Info_link__bank::before {
  background: url(/gyosei/assets/images/index/bnr_link05.jpg) no-repeat center/cover;
}
.Info_link__iju::before {
  background: url(/gyosei/assets/images/index/bnr_link06.jpg) no-repeat center/cover;
}
.Info_link__shisetsu::before {
  background: url(/gyosei/assets/images/index/bnr_link07.jpg) no-repeat center/cover;
}
.Info_link__koryu::before {
  background: url(/gyosei/assets/images/index/bnr_link08.jpg) no-repeat center/cover;
}
.Info_link__ttl {
  padding-left: 1.5em;
}

@media only screen and (max-width: 768px) {
  .p-topInfo_link__st li a {
  padding: calc(66.7% + 10px) 10px 10px;
  }
}

/* 240201追記　FAQ - よくある質問 */
.p-faq_link &gt; a {
  text-decoration: none;
  color: #fff;
  display: block;
  text-align:center;
  padding: 30px 20px;
  background-color: #23785e;
  font-weight: 700;
}

.p-faq-icon{
  position: relative;
  display: inline-block;
  padding-left: calc(66px + 20px);
}

.p-faq-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 66px;
  height: 55px;
}

.i-faq::before{
  background: url(/gyosei/assets/images/index/faq.svg) no-repeat center/contain;
}</pre></body></html>