@charset "UTF-8";

/*==================================
  1. General - トップ共通
==================================*/
/* 外枠 */
.l-wide {
  margin: 0 40px;
}

@media only screen and (max-width: 1199px) {
  .l-wide {
    margin: 0 20px;
  }
}

@media only screen and (max-width: 767px) {
  .l-wide {
    margin: 0 auto;
  }
}

/* 内枠 */
.l-inner {
  padding: 0 20px;
  margin: 0 auto;
}

.l-inner__mid {
  max-width: 1160px;
}

.l-inner__lar {
  max-width: 1540px;
}

/* 共通 */
.u-radius {
  border-radius: 3rem;
}

.u-bgLight {
  background: #e8f3fa;
}

.u-bgBlue {
  background: #004c8f;
}

.u-bgYellow {
  background: #d8c700;
}

/*
 	1.1 Link - リンク系
====================================*/
.c-bnrList {
  display: grid;
  gap: 40px;
}

.c-bnrList:not(:first-of-type) {
  margin-top: 40px;
}

.c-bnrList a {
  display: block;
  width: 100%;

  text-decoration: none;
  color: inherit;
}

.c-bnrList figure img {
  width: 100%;
  height: auto;
  object-fit: cover;
  /* 角丸 */
  border-radius: 1rem;
}

.c-bnrList.c-bnrList__col2 {
  grid-template-columns: repeat(2, 1fr);
}

.c-bnrList.c-bnrList__col3 {
  grid-template-columns: repeat(3, 1fr);
}

.c-bnrList.c-bnrList__col4 {
  grid-template-columns: repeat(4, 1fr);
}

.c-bnrList.c-bnrList__col5 {
  grid-template-columns: repeat(5, 1fr);
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .c-bnrList.c-bnrList__col3.type-l {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .c-bnrList.c-bnrList__col5 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media only screen and (max-width: 767px) {
  .c-bnrList {
    gap: 20px;
  }
  .c-bnrList:not(:first-of-type) {
    margin-top: 20px;
  }
  .c-bnrList.c-bnrList__col2,
  .c-bnrList.c-bnrList__col3 {
    grid-template-columns: repeat(1, 1fr);
  }
  .c-bnrList.c-bnrList__col4,
  .c-bnrList.c-bnrList__col5 {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* figcaption */
.c-bnrList figcaption {
  font-weight: 700;
  margin-top: 10px;
}

/*==================================
  2. Title - タイトル
==================================*/
/* 見出し1 */
.p-gyoseiTtl {
  text-align: center;
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #004c8f;

  position: relative;
  padding-bottom: 20px;
}

.p-gyoseiTtl::before {
  content: "";
  position: absolute;
  bottom: 0;
  display: inline-block;
  width: 90px;
  height: 8px;
  left: 50%;
  transform: translateX(-50%);
  background: #d8c700;
  border-radius: 2em;
}

.p-gyoseiTtl > span {
  display: inline-block;
  position: relative;
}

.p-gyoseiTtl > span::before,
.p-gyoseiTtl > span::after {
  content: "";
  position: absolute;
  bottom: -24px;
  width: 16px;
  height: 16px;
  border: 4px solid #fff;
  border-radius: 50%;
}
.p-gyoseiTtl > span::before {
  left: calc(50% - 46px);
}
.p-gyoseiTtl > span::after {
  right: calc(50% - 46px);
}

.u-bgLight .p-gyoseiTtl > span::before,
.u-bgLight .p-gyoseiTtl > span::after {
  border-color: #e8f3fa;
}

/* 見出し2 */
.p-gyoseiTtl02 {
  font-size: 3rem;
  font-weight: 700;
  color: #004c8f;
}

@media only screen and (max-width: 767px) {
  .p-gyoseiTtl {
    font-size: 3rem;
  }
  .p-gyoseiTtl02 {
    font-size: 2.4rem;
  }
}

/*==================================
  3. mainVisual - メインビジュアル
==================================*/
.p-mainVisual_frame {
  margin-top: 20px;
  position: relative;
}

.p-mainVisual_frame::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
  /* aspect-ratio: 90 / 1; */
  background: url(/assets/images/common/wave_wh.svg) no-repeat center/cover;
}

@media only screen and (max-width: 767px) {
  .p-mainVisual_frame {
    padding: 0 20px;
  }
}

/* Height-adjustment */
.p-mainVisual_fade img {
  height: 74vh;

  width: 100%;
  object-fit: cover;
  border-radius: 3rem;
}

/* CatchCopy */
.p-mainVisual_catch {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-mainVisual_ttl img {
  width: 46vw;
  max-width: 340px;
  height: auto;
  filter: drop-shadow(0px 6px 4px rgba(31,31,31,0.9));
}

@media only screen and (max-width: 1199px) {
  .p-mainVisual_ttl img {
    max-width: 280px;
    max-height: 50vh;
  }
}

@media only screen and (max-width: 767px) {
  .p-mainVisual_fade::after {
    width: 46vw;
    padding-top: calc(46vw / 95 * 108);
  }
}

/*
 	3.1 Slick - スライダー
====================================*/
/* slick-adjustment */
.p-mainVisual_fade .slick-dots {
  z-index: 2;
  position: absolute;
  bottom: 40px;
  right: 6em;

  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}
.p-mainVisual_fade.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.p-mainVisual_fade .slick-dots li button:before {
  opacity: 0.6;
}
.p-mainVisual_fade .slick-dots li.slick-active button:before {
  opacity: 0.9;
  color: #d8c700;
}

/* slick-control */
.p-slick_control {
  z-index: 2;
  position: absolute;
  bottom: 40px;
  right: 2em;

  line-height: 1;
  display: flex;
  justify-content: flex-end;
}
.p-slick_control > button {
  background: #004c8f;
  border-radius: 3px;
  color: #fff;
  width: calc(1em + 4px);
  height: calc(1em + 4px);
  padding: 2px;
  position: relative;
}
.p-slick_control > *:not(:first-of-type) {
  margin-left: 10px;
}
.p-slick_control > button span {
  font-size: 0;
}

.p-slick_control > button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
}
.p-slick_control > button.i_pause::after {
  background: url(/assets/images/common/i_pause.svg) no-repeat center/cover;
}
.p-slick_control > button.i_play::after {
  background: url(/assets/images/common/i_play.svg) no-repeat center/cover;
}

/*==================================
  4. gcse - 検索エリア
==================================*/
/* Title */
.c-gcseTtl {
  font-size: 2.4rem;
  font-weight: 700;
  color: #004c8f;

  position: relative;
  padding-left: calc(1em + 0.5em);
}

.c-gcseTtl::before {
  content: "";
  position: absolute;
  top: 0.4em;
  left: 0;
  width: 1em;
  height: 1em;
}

.c-gcseTtl.i_search::before {
  background: url(/assets/images/index/i_search.svg) no-repeat;
}
.c-gcseTtl.i_keyword::before {
  background: url(/assets/images/index/i_keyword.svg) no-repeat;
}

/* BoxUnit */
.c-gcseBoxUnit {
  display: flex;
  gap: 0 40px;
}

.c-gcseBox__search {
  width: 60%;
}
.c-gcseBox__number {
  width: 40%;
}

@media only screen and (max-width: 767px) {
  .c-gcseTtl {
    font-size: 2rem;
  }
  .c-gcseBoxUnit {
    flex-direction: column;
  }
  .c-gcseBox {
    width: 100%;
  }
  .c-gcseBox__number {
    margin-top: 20px;
  }
}

/*
 	4.1 Google検索/登録番号検索
====================================*/
.c-searchbox {
  border: 3px solid #004c8f;
  border-radius: 1rem;
  padding: 0 6px;
  /* adjustment */
  height: 50px;
}

/* adjustment */
.gsc-input-box {
  border-color: transparent !important;
}
form.gsc-search-box,
.table.gsc-search-box {
  margin-bottom: 0 !important;
}

/* numberbox */
.c-searchbox.c-searchbox__num {
  padding: 0;
  height: 50px;
}
.c-searchbox__num form {
  width: 100%;
  height: 100%;
  position: relative;
}

.c-searchbox__num form input {
  width: calc(100% - 4em);
  height: 100%;
  padding: 0 1em;
  text-align: left;
  background: #fff;
  margin-right: 4em;

  border: 1px solid transparent;
  border-radius: 0.4em 0 0 0.4em;
}

.c-searchbox__num form button {
  width: 4em;
  height: 100%;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;

  background: #004c8f;
  border: 1px solid #004c8f;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .c-searchbox {
    height: auto;
  }
}

/*
 	4.3 人気キーワード
====================================*/
.c-keywordList {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.c-keywordList_item > a {
  display: block;
  text-decoration: none;
  background: #e8f3fa;
  border-radius: 9999px;
  color: #3e475b;
  padding: 4px 1.2em;
}

@media only screen and (max-width: 767px) {
  .c-keywordList {
    gap: 10px 20px;
  }
}

/*==================================
  5. Attention - 注目記事
==================================*/
.p-topAttn_def {
  display: flex;
  border: 2px solid #d8c700;
  border-radius: 1rem;
}

.p-topAttn_head {
  width: 260px;
  background: #d8c700;
  padding: 40px;

  display: flex;
  align-items: center;
  justify-content: center;
}

.p-topAttn_ttl {
  color: #004c8f;
  font-size: 2.4rem;
  font-weight: 700;
  display: inline-block;
  position: relative;
  padding-top: 70px;
}

.p-topAttn_ttl::before,
.p-topAttn_ttl::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.p-topAttn_ttl::before {
  top: 0;
  width: 70px;
  height: 70px;
  background: #fff;
  border-radius: 50%;
}

.p-topAttn_ttl.i_attn::after {
  top: 15px;
  width: 40px;
  height: 40px;
  background: url(/assets/images/index/i_attn.svg) no-repeat;
}

.p-topAttn_body {
  width: calc(100% - 260px);
  padding: 20px 40px;
}

@media only screen and (max-width: 767px) {
  .p-topAttn_def {
    flex-direction: column;
  }
  .p-topAttn_head,
  .p-topAttn_body {
    width: 100%;
    padding: 20px;
  }
  .p-topAttn_ttl {
    font-size: 2rem;
  }
}

/*
 	5.1 記事リスト
====================================*/
.c-attentionList {
  display: grid;
}

.c-attentionList_item {
  border-bottom: 1px solid #ccdbe9;
  padding: 0.4em 0;

  position: relative;
  padding-left: calc(1em + 0.5em);
}

.c-attentionList_item:last-child {
  border-bottom: none;
}

.c-attentionList_item::before {
  content: "";
  position: absolute;
  top: 1em;
  left: 0;
  width: 0.6em;
  height: 0.6em;

  background: #d8c700;
  border-radius: 50%;
}

/*==================================
  6. Easy Search - かんたん検索
==================================*/
@media only screen and (min-width: 1200px) {
  .p-topSearch_inr {
    padding: 0 10%;
  }
  .c-searchList__top {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
  }
  .c-searchList__top li > a {
    padding: 20px;
    text-align: center;
  }
  .c-searchList__top li > a span {
    padding-bottom: calc(70px + 20px);
    letter-spacing: 0.1em;
  }
  .c-searchList__top li > a span::after {
    top: calc(2em + 10px);
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
    height: 70px;
  }
}

@media only screen and (max-width: 1199px) {
  .p-topSearch_inr {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .p-topSearch_inr {
    padding: 0 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .c-searchList__top li > a span {
    line-height: 80px;
    padding-left: 80px;
  }
  .c-searchList__top li > a span::after {
    top: 10px;
    left: 10px;
    width: 60px;
    height: 60px;
  }
}

@media only screen and (max-width: 767px) {
  /* Sideと共通 */
  .c-searchList__top li > a span {
    line-height: 60px;
    padding-left: 60px;
  }
  .c-searchList__top li > a span::after {
    top: 10px;
    left: 10px;
    width: 40px;
    height: 40px;
  }
}

/*
 	6.1 テキストバナー
====================================*/
.c-textbnr_item {
  display: block;
  background: #e8f3fa;
  border-radius: 1rem;
  color: #004c8f;
  font-weight: 700;
  width: 100%;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 2px 6px #e0e0e0;
}

/*
 	6.2 コンテンツリンク
====================================*/
.p-topSearch_hr {
  border-top: 1px solid #ccdbe9;
  margin: 60px auto;
}

.c-searchLink.c-bnrList {
  gap: 20px;
}

.c-searchLink_item > a {
  display: block;
  border: 1px solid #ccdbe9;
  border-radius: 1rem;
  font-weight: 700;
  padding: 20px;
}

.c-searchLink_item > a span {
  display: inline-block;
  position: relative;
  padding-left: 1.2em;
}

.c-searchLink_item > a span::before {
  content: "";
  position: absolute;
  top: calc(1em / 2 + 4px);
  left: 0;

  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d8c700;
}

/*==================================
  7. Information - お知らせ
==================================*/

/* 共通白枠 */
.c-frame {
  background: #fff;
  padding: 40px;
  border-radius: 1rem;
}

@media only screen and (max-width: 767px) {
  .c-frame {
    padding: 20px;
  }
  .p-topInfo_inr {
    padding: 40px 20px;
  }
}

/* topNews - 高さ固定 */
.c-newsList--hFix {
  height: 370px;
  overflow-y: auto;
  margin-bottom: 0;
}

/*
 	7.1 新着情報
====================================*/
.p-topNews_heading {
  display: flex;
}

.p-topNews_rss {
  display: flex;
  align-items: center;
  margin-left: 1em;
}

.p-topNews_rss > a {
  display: block;
}

.p-topNews_rss > a img {
  width: 34px;
}

.p-topNews_frame {
  border-top-left-radius: 0;
}

/* adjustment */
.p-topNews .c-tablist {
  display: flex;
  gap: 10px;
}

.p-topNews .c-tablist_item {
  width: 26%;
}

.p-topNews .c-newsList--hFix {
  height: 500px;
}

@media only screen and (max-width: 767px) {
  .p-topNews_rss > a img {
    width: 26px;
  }
  .p-topNews_frame {
    border-top-right-radius: 0;
  }
  .p-topNews .c-tablist {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4px;
  }
  .p-topNews .c-tablist_item {
    width: auto;
  }
}

/*
 	7.2 イベントカレンダー
====================================*/
.p-topBbs_inr {
  border-top: 1px solid #ccdbe9;
  border-bottom: 1px solid #ccdbe9;
  padding: 20px 0;
}

.p-topBbs_item {
  padding-left: calc(1.8em + 1em);
  position: relative;
}

.p-topBbs_item::before {
  content: "";
  position: absolute;
  top: 0.2em;
  left: 0;
  width: 1.4em;
  height: 1.4em;
}

.p-topBbs_item.i_calendar::before {
  background: url(/assets/images/common/i_calendar.svg) no-repeat;
}

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

/*==================================
  8. Overview - 市の概要
==================================*/
.p-topOv_inr {
  margin-top: 20px;
  padding: 120px 80px;
  border-radius: 0 0 3rem 3rem;
  color: #fff;
  position: relative;
  margin-bottom: 32px;
}

.p-topOv_inr::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  height: 20px;
  /* aspect-ratio: 90 / 1; */
  background: url(/assets/images/common/wave_bl.svg) no-repeat center/cover;
}

.p-topOv_inr::after {
  content: "";
  position: absolute;
  bottom: -32px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 32px;
  /* aspect-ratio: 5 / 2; */
  background: url(/assets/images/common/speech_bl.svg) no-repeat center/cover;
}

.p-topOv_inr .p-gyoseiTtl02 {
  color: #fff;
}

@media only screen and (max-width: 1199px) {
  .p-topOv_inr {
    padding: 60px 40px;
  }
}

@media only screen and (max-width: 768px) {
  .p-topOv_inr {
    padding: 40px 0;
  }
}

/*
 	8.1 概要
====================================*/
.c-overviewUnit {
  display: flex;
}

.c-overview {
  flex: 1;
}

.c-overview_map {
  margin-left: 10%;
  margin-bottom: 10%;
}

.c-overview_map img {
  width: 100%;
  max-width: 700px;
}

@media only screen and (min-width: 1200px) {
  .c-overview:first-child {
    order: 2;
  }
  .c-overview:nth-child(2) {
    order: 1;
  }
}

@media only screen and (max-width: 1199px) {
  .c-overviewUnit {
    flex-direction: column;
    align-items: center;
  }
}

.c-overview_brand img {
  width: 80%;
  max-width: 430px;
}

/*
 	8.2 人口情報
====================================*/
.c-population_def {
  display: flex;
  align-items: center;
  gap: 20px;
}

.c-population_head {
  display: inline-block;
  border: 2px solid #fff;
  border-radius: 1rem;
  font-weight: 700;

  width: 7em;
  text-align: center;
}

.c-population_body > span {
  display: inline-block;
  line-height: 1;
  font-weight: 700;
  font-size: 3.2rem;
}

/* 総人口 */
.c-population_def__total .c-population_head {
  background: #ca4b02;
  border-color: #ca4b02;
}

.c-population_def__total .c-population_body > span {
  font-size: 6rem;
}

@media only screen and (max-width: 767px) {
  .c-population_def__total {
    display: block;
  }
  .c-population_def__total .c-population_body {
    margin-top: 10px;
  }
}

/*==================================
  10. Social - 広報・SNS
==================================*/
.c-snsList figure img {
  background: #fff;
  border-radius: 1rem;
}

/* 掲載について */
.p-topSocial_link {
  font-weight: 700;
  text-align: right;
  font-size: 90%;
}
.p-topSocial_link > a {
  color: #3e475b
}

/*スライダー*/
.p-mainVisual,.p-mainVisual_frame,.p-mainVisual_fade,.p-mainVisual_catch,.slick-track,.slick-list {
	pointer-events: none;
}
.slick-slide,.slick-dots,.p-slick_control{
	pointer-events: auto;
}