@charset "UTF-8";
/*====================================

  ----------------------------------
  CSS - 共通
  ----------------------------------

    reset.css
      全サイト共通/書き換え不可

    common.css
      全サイト共通
      サブサイトも含むため固有の指定は行わない

    gyosei.css
      行政サイト共通
      サイト固有の指定はここで行う

    index.css
      行政サイトTOPページ
      トップページのみ

    underlayer.css
      下層ページ共通
      サブはbodyのclassで色変する

    cassette.css
      カセット共通
      サブはbodyのclassで色変する

  ----------------------------------
  CSS - 固有
  ----------------------------------

    bbs.css
      イベント投稿

    faq.css
      よくある質問

====================================*/
/*==================================
  General
==================================*/
html {
  font-size: 62.5%;
}

@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}
* {
  box-sizing: border-box;
}

body {
  font-size: 1rem;
  line-height: 1.8;
  font-feature-settings: "palt";
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}

@media only screen and (max-width: 767px) {
  body {
    min-width: 375px;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
  }
}
main {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: #1558d6;
  transition: 0.5s;
}
a:visited {
  color: #681da8;
}
a:hover,
a:active,
a:focus {
  opacity: 0.8;
  text-decoration: none;
}
a img {
  transition: all 0.5s;
  backface-visibility: hidden;
}
a:hover img,
a:active img,
a:focus img {
  opacity: 0.8;
}
a[href^="tel:"] {
  cursor: default;
  text-decoration: none;
  color: inherit;
}
a[href^="tel:"]:hover img,
a[href^="tel:"]:active img,
a[href^="tel:"]:focus img {
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
button {
  transition: 0.5s;
}
button:hover {
  opacity: 0.8;
}

:focus {
  outline-offset: 4px;
}

:focus:not(:focus-visible) {
  outline: 0;
}

::-moz-placeholder {
  color: #cfcfcf;
}

::placeholder {
  color: #cfcfcf;
}

.l-wrapper {
  width: 100%;
  text-align: left;
  overflow: hidden;
  font-size: 1.8rem;
}
.l-wrapper.is-fixed {
  position: fixed;
}

@media only screen and (max-width: 767px) {
  .l-wrapper {
    font-size: 1.6rem;
  }
}
.l-wrap {
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}

/*==================================
  Skipnav
==================================*/
#skiptocontent a {
  color: #333;
  background: #ccc;
  font-size: 1.4rem;
  padding: 4px 1em;
  position: absolute;
  top: -40px;
  left: 0px;
  border-bottom-right-radius: 8px;
  z-index: 9999;
}
#skiptocontent a:focus {
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
  #skiptocontent a {
    transition-duration: 0.001ms !important;
  }
}
/*==================================
  Utility
==================================*/
.u-sup {
  font-size: 1.2rem;
  letter-spacing: 0;
}

.u-error {
  color: #b60000;
}

.u-colon {
  position: relative;
}
.u-colon::after {
  content: "：";
  padding: 0 0.25em;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*
  Display
====================================*/
.pc_none {
  display: none;
}

.pc_space {
  margin-left: 1em;
}

@media only screen and (max-width: 767px) {
  .pc_none {
    display: block;
  }
  .pc_space {
    margin: auto;
  }
}
/*
  Font
====================================*/
.u-strong {
  font-weight: 700;
}

.u-small {
  font-size: 90%;
}

.u-smaller {
  font-size: 60%;
}

.u-big {
  font-size: 110%;
}

.u-bigger {
  font-size: 140%;
}

.u-biggest {
  font-size: 170%;
}

/*
  Margin
====================================*/
.u-mt0 {
  margin-top: 0 !important;
}

.u-mt20 {
  margin-top: 20px;
}

.u-mt40 {
  margin-top: 40px;
}

.u-mt60 {
  margin-top: 60px;
}

.u-mt80 {
  margin-top: 80px;
}

.u-mt100 {
  margin-top: 100px;
}

.u-mt120 {
  margin-top: 120px;
}

.u-mt160 {
  margin-top: 160px;
}

@media only screen and (max-width: 767px) {
  .u-mt20 {
    margin-top: 10px;
  }
  .u-mt40 {
    margin-top: 20px;
  }
  .u-mt60 {
    margin-top: 30px;
  }
  .u-mt80 {
    margin-top: 40px;
  }
  .u-mt100 {
    margin-top: 50px;
  }
  .u-mt120 {
    margin-top: 60px;
  }
  .u-mt160 {
    margin-top: 80px;
  }
}
/*
  Padding
====================================*/
.u-pd80 {
  padding: 80px 0;
}

.u-pd120 {
  padding: 120px 0;
}

.u-pd160 {
  padding: 160px 0;
}

.u-pt80 {
  padding-top: 80px;
}

.u-pt120 {
  padding-top: 120px;
}

.u-pb120 {
  padding-bottom: 120px;
}

@media only screen and (max-width: 767px) {
  .u-pd80 {
    padding: 40px 0;
  }
  .u-pd120 {
    padding: 60px 0;
  }
  .u-pd160 {
    padding: 80px 0;
  }
  .u-pt80 {
    padding-top: 40px;
  }
  .u-pt120 {
    padding-top: 60px;
  }
  .u-pb120 {
    padding-bottom: 60px;
  }
}
/*==================================
  List
==================================*/
/*
  Grid - 左寄せ
====================================*/
.c-gridList {
  display: grid;
  gap: 40px;
}
.c-gridList:not(:first-of-type) {
  margin-top: 40px;
}
.c-gridList a {
  display: block;
  width: 100%;
  text-decoration: none;
  color: inherit;
}
.c-gridList figure img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.c-gridList figure figcaption {
  font-weight: 700;
}

@media only screen and (min-width: 1200px) {
  .c-gridList.pc-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .c-gridList.pc-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .c-gridList.pc-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .c-gridList.pc-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .c-gridList.tb-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .c-gridList.tb-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .c-gridList.tb-1 {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .c-gridList {
    gap: 20px;
  }
  .c-gridList:not(:first-of-type) {
    margin-top: 20px;
  }
  .c-gridList.sm-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .c-gridList.sm-1 {
    grid-template-columns: repeat(1, 1fr);
  }
}
/*
  Flex - 中央寄せ
====================================*/
.c-flexList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -20px;
  margin-top: -20px;
}
.c-flexList a {
  display: block;
  width: 100%;
  text-decoration: none;
  color: inherit;
}
.c-flexList a img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.c-flexList a figcaption {
  font-weight: 700;
}
.c-flexList li {
  margin-left: 20px;
  margin-top: 20px;
}
.c-flexList.c-flexList__col2 > li {
  width: calc(50% - 20px);
}
.c-flexList.c-flexList__col3 > li {
  width: calc(33.3333333333% - 20px);
}
.c-flexList.c-flexList__col4 > li {
  width: calc(25% - 20px);
}
.c-flexList.c-flexList__col5 > li {
  width: calc(20% - 20px);
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .c-flexList.c-flexList__col4 > li,
  .c-flexList.c-flexList__col5 > li {
    width: calc(33.3333333333% - 20px);
  }
}
@media only screen and (max-width: 767px) {
  .c-flexList.c-flexList__col2 > li,
  .c-flexList.c-flexList__col3 > li {
    width: calc(100% - 20px);
  }
  .c-flexList.c-flexList__col4 > li,
  .c-flexList.c-flexList__col5 > li {
    width: calc(50% - 20px);
  }
}
/*
  textlink - 通常
====================================*/
.c-linkList > li {
  border-bottom: 1px solid #dedede;
  padding: 20px 0;
  /* アイコン */
  position: relative;
  padding-left: calc(1.8em + 40px);
}
.c-linkList > li::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  width: 1.8em;
  height: 1.8em;
}
.c-linkList > li > a {
  display: inline-block;
}
.c-linkList.i-folder > li::before {
  background: url(/assets/images/common/i_folder.svg) no-repeat;
}
.c-linkList.i-page > li::before {
  background: url(/assets/images/common/i_page.svg) no-repeat;
}
.c-linkList_unit .c-linkList:first-of-type {
  border-top: 1px solid #dedede;
}
.c-linkList__col2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

@media only screen and (max-width: 767px) {
  .c-linkList > li {
    padding: 16px 0;
    padding-left: calc(1.8em + 32px);
  }
  .c-linkList > li::before {
    top: 16px;
    left: 16px;
  }
  .c-linkList__col2 {
    display: block;
  }
}
/*
  Thumbnail - サムネ
====================================*/
.c-tmbList_article > a {
  display: block;
  text-decoration: none;
  position: relative;
}
.c-tmbList_photo img {
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
  object-fit: cover;
}
.c-tmbList_info time {
  font-size: 90%;
  color: #333;
  font-weight: 700;
}
.c-tmbList.c-tmbList--tb.c-tmbList__line .c-tmbList_article {
  border-top: 1px solid #e0e0e0;
  padding: 20px 0;
}
.c-tmbList.c-tmbList--tb.c-tmbList__line .c-tmbList_article:last-of-type {
  border-bottom: 1px solid #e0e0e0;
}

/* rl */
.c-tmbList--rl {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 20px;
}

/* tb */
.c-tmbList--tb .c-tmbList_item {
  display: flex;
  gap: 40px;
}
.c-tmbList--tb .c-tmbList_photo {
  flex-shrink: 0;
  width: 240px;
}
.c-tmbList--tb .c-tmbList_info {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .c-tmbList--rl {
    grid-template-columns: repeat(1, 1fr);
  }
  .c-tmbList--tb .c-tmbList_item {
    flex-direction: column;
    gap: 10px;
  }
  .c-tmbList--tb .c-tmbList_photo {
    width: 100%;
  }
}
/*
  Line - 罫線
====================================*/
.c-lineList {
  display: grid;
}
.c-lineList_item {
  border-top: 1px solid #d8d8d8;
  padding: 0.4em 0;
}
.c-lineList_item:last-child {
  border-bottom: 1px solid #d8d8d8;
}

.c-lineList--sim .c-lineList_item {
  position: relative;
  padding-left: 1.5em;
}
.c-lineList--sim .c-lineList_item::before {
  content: "";
  position: absolute;
  top: 1em;
  left: 0;
  width: 0.6em;
  height: 0.6em;
  background: #d0d0d0;
  border-radius: 50%;
}
