@charset "UTF-8";
/* -------- 共通・ヘッダー ---------*/
@media screen and (max-width: 1100px) {
  #uNav,
  #ForeignLanguageCaution,
  #hNav,
  #SearchBtn,
  #SearchBox {
    display: none !important;
  }
}
/* -------- 共通・オリジナルヘッダー ---------*/
@media screen and (max-width: 1100px) {
  .oriHeader {
    height: 72px;
    margin-bottom: 0;
    padding-left: 20px;
    width: 100%;
  }
  .oriHeader__logo {
    width: 258px;
  }
}
@media screen and (max-width: 960px) {
  .oriHeader {
    height: 60px;
  }
}
/*ハンバーガーボタン*/
@media screen and (max-width: 1100px) {
  .hamburger {
    display: block;
  }
}
@media screen and (max-width: 960px) {
  .hamburger {
    right: 15px;
    top: 8px;
  }
}
/*ナビゲーションメニュー*/
@media screen and (max-width: 1100px) {
  .gnav {
    position: absolute;
    display: none;
    top: 72px;
    left: 0;
    background-color: #fff;
    z-index: var(--z-gnav);
    width: 100%;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
  }
  .gnav__list {
    flex-direction: column;
  }
  .gnav__item {
    width: 100%;
    padding: 20px;
  }
  .gnav__item + .gnav__item {
    margin-left: 0;
    border-top: 1px dashed #707070;
  }
  .gnav__item + .gnav__item::before {
    display: none;
  }
  .gnav__link {
    display: block;
    text-align: center;
    font-size: 1.4375em;
    letter-spacing: 0.15em;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 960px) {
  .gnav {
    top: 60px;
  }
}
/* フッター */
/*===============================================================*/
/* メニュー */
@media screen and (max-width: 767px) {
  .fMenu {
    display: block;
    padding: 20px 0;
  }
  .fMenu:before,
  .fMenu:after {
    content: " ";
    display: block;
    height: 0;
    overflow: hidden;
  }
  .fMenu:after {
    clear: both;
  }
  .fMenu ul {
    list-style: none;
  }
  .fMenu ul li {
    width: 100%;
    display: block;
    float: none;
    margin: 0;
  }
  .fMenu ul li:after {
    display: none;
  }
  .fMenu ul li:last-child:after {
    display: none;
  }
  .fMenu ul li a {
    display: block;
    width: 100%;
    color: #333333;
    margin: 0 0 5px 0;
    transition: 0.3s ease-in-out;
    padding: 5px 10px;
    box-sizing: border-box;
    border: 1px solid #E0E0E0;
  }
  .fMenu ul li a:hover {
    color: #B3A22D;
  }
}
/* ロゴ */
@media screen and (max-width: 767px) {
  .fLogo {
    display: block;
    padding: 0 0 20px 0;
  }
  .fLogo a {
    display: block;
    text-indent: -9800px;
    width: 100%;
    height: 50px;
    background: url("../img/citizen/LogoMark.png") center 0 no-repeat;
    background-size: contain;
  }
  .fLogo a.ecoparkbanner {
    margin-left: 0px;
    height: 70px;
  }
  /* 住所・連絡先 */
  .fAdd {
    font-size: 0.9em;
    padding: 0 0 20px 0;
  }
  .fAdd span {
    display: inline-block;
  }
  .faFax {
    margin: 0 0 0 10px;
  }
}
/* -------- 共通・レイアウト ---------*/
@media screen and (max-width: 960px) {
  .wrapper {
    padding: 64px 0;
  }
  .wrapper.wrapper--bgStripe {
    padding-bottom: 100px;
  }
  .wrapper.wrapper--bgImg {
    margin-bottom: 64px;
    padding: 100px 0;
  }
  .wrapper.wrapper--bgGray {
    margin-bottom: 48px;
    padding-bottom: 100px;
  }
  .content {
    width: calc(100% - 40px);
  }
  .content.content--bg {
    padding: 56px 20px 185px;
    flex-direction: column;
  }
  .content__header {
    width: 100%;
  }
  .content__headerBtn.arrowTransBtn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 60px;
    font-size: 1.4375em;
    padding: 22px 0 22px 54px;
    border-radius: 60px;
  }
  .content__headerBtn.arrowTransBtn::before, .content__headerBtn.arrowTransBtn::after {
    right: 50px;
  }
  .content__headerBtn.arrowTransBtn::before {
    width: 42px;
    height: 42px;
    transform: translateY(-50%);
  }
  .content__headerBtn.arrowTransBtn::after {
    width: 15px;
    height: 15px;
    border-top-width: 3px;
    border-right-width: 3px;
    margin-right: 16px;
    margin-top: -7px;
  }
  .content__body {
    width: 100%;
  }
}
/* -------- 共通・メディア型パーツ ---------*/
@media screen and (max-width: 960px) {
  .media {
    flex-direction: column-reverse;
    margin-bottom: 44px;
  }
  .media + .media {
    margin-top: -44px;
  }
  .media__imgWrapper {
    width: min(100%, 650px);
    margin-bottom: 35px;
  }
  .media__body {
    width: 100%;
  }
  .media__ttl {
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .media__txt {
    font-size: 1.125em;
    line-height: 1.6666666667;
    margin-bottom: 35px;
  }
  .media__btn.arrowTransBtn {
    margin-left: auto;
    margin-right: auto;
  }
}
/* -------- 共通・支援カードパーツ ---------*/
@media screen and (max-width: 960px) {
  .supportCards {
    grid-template-columns: repeat(1, 1fr);
    gap: 32px;
    margin-bottom: 48px;
  }
  .supportCards.supportCards--mbSm {
    margin-bottom: 40px;
  }
  .supportCard {
    padding: 32px 20px;
  }
  .supportCard__ttl {
    font-size: 1.5625em;
  }
  .supportCard__txt {
    font-size: 1.125em;
    margin-bottom: 32px;
  }
  .supportCard__defList {
    width: -moz-fit-content;
    width: fit-content;
    flex-direction: column;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }
  .supportCard__defTtl {
    text-align: left;
  }
  .supportCard__defData {
    font-size: 5em;
  }
  .supportCard__defData > span {
    font-size: 0.5em;
  }
}
/* -------- 共通・カード型パーツ ---------*/
@media screen and (max-width: 960px) {
  .card__ttl {
    font-size: 1.375em;
    padding-left: 43px;
  }
  .card__ttl::before {
    width: 30px;
    height: 30px;
  }
  .card__ttl::after {
    width: 10px;
    height: 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    margin-left: 8px;
    margin-top: -5px;
  }
}
/* -------- トップ・リンク集 ---------*/
@media screen and (max-width: 960px) {
  .aside {
    margin-bottom: 90px;
  }
  .aside__list {
    row-gap: 24px;
    grid-template-columns: repeat(1, 1fr);
  }
  .aside__item {
    min-height: 104px;
  }
  .aside__link {
    font-size: 1.375em;
    line-height: 1.5909090909;
    padding: 15px 10px 15px 56px;
  }
  .aside__link::before {
    width: 32px;
    height: 32px;
    left: 11px;
  }
  .aside__link::after {
    left: 19px;
    width: 11px;
    height: 11px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    margin-top: 1px;
  }
}
/* -------- 共通・スペース ---------*/
@media screen and (max-width: 960px) {
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-0_25 {
    margin-top: 0.25em !important;
  }
  .mt-md-0_5 {
    margin-top: 0.5em !important;
  }
  .mt-md-1 {
    margin-top: 1em !important;
  }
  .mt-md-1_5 {
    margin-top: 1.5em !important;
  }
  .mt-md-2 {
    margin-top: 2em !important;
  }
  .mt-md-2_5 {
    margin-top: 2.5em !important;
  }
  .mt-md-3 {
    margin-top: 3em !important;
  }
  .mt-md-4 {
    margin-top: 4em !important;
  }
  .mt-md-5 {
    margin-top: 5em !important;
  }
  .mt-md-6 {
    margin-top: 6em !important;
  }
  .mt-md-7 {
    margin-top: 7em !important;
  }
  .mt-md-8 {
    margin-top: 8em !important;
  }
  .mt-md-9 {
    margin-top: 9em !important;
  }
  .mt-md-10 {
    margin-top: 10em !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .mr-md-0 {
    margin-right: 0 !important;
  }
  .mr-md-0_25 {
    margin-right: 0.25em !important;
  }
  .mr-md-0_5 {
    margin-right: 0.5em !important;
  }
  .mr-md-1 {
    margin-right: 1em !important;
  }
  .mr-md-1_5 {
    margin-right: 1.5em !important;
  }
  .mr-md-2 {
    margin-right: 2em !important;
  }
  .mr-md-2_5 {
    margin-right: 2.5em !important;
  }
  .mr-md-3 {
    margin-right: 3em !important;
  }
  .mr-md-4 {
    margin-right: 4em !important;
  }
  .mr-md-5 {
    margin-right: 5em !important;
  }
  .mr-md-6 {
    margin-right: 6em !important;
  }
  .mr-md-7 {
    margin-right: 7em !important;
  }
  .mr-md-8 {
    margin-right: 8em !important;
  }
  .mr-md-9 {
    margin-right: 9em !important;
  }
  .mr-md-10 {
    margin-right: 10em !important;
  }
  .mr-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-0_25 {
    margin-bottom: 0.25em !important;
  }
  .mb-md-0_5 {
    margin-bottom: 0.5em !important;
  }
  .mb-md-1 {
    margin-bottom: 1em !important;
  }
  .mb-md-1_5 {
    margin-bottom: 1.5em !important;
  }
  .mb-md-2 {
    margin-bottom: 2em !important;
  }
  .mb-md-2_5 {
    margin-bottom: 2.5em !important;
  }
  .mb-md-3 {
    margin-bottom: 3em !important;
  }
  .mb-md-4 {
    margin-bottom: 4em !important;
  }
  .mb-md-5 {
    margin-bottom: 5em !important;
  }
  .mb-md-6 {
    margin-bottom: 6em !important;
  }
  .mb-md-7 {
    margin-bottom: 7em !important;
  }
  .mb-md-8 {
    margin-bottom: 8em !important;
  }
  .mb-md-9 {
    margin-bottom: 9em !important;
  }
  .mb-md-10 {
    margin-bottom: 10em !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-0 {
    margin-left: 0 !important;
  }
  .ml-md-0_25 {
    margin-left: 0.25em !important;
  }
  .ml-md-0_5 {
    margin-left: 0.5em !important;
  }
  .ml-md-1 {
    margin-left: 1em !important;
  }
  .ml-md-1_5 {
    margin-left: 1.5em !important;
  }
  .ml-md-2 {
    margin-left: 2em !important;
  }
  .ml-md-2_5 {
    margin-left: 2.5em !important;
  }
  .ml-md-3 {
    margin-left: 3em !important;
  }
  .ml-md-4 {
    margin-left: 4em !important;
  }
  .ml-md-5 {
    margin-left: 5em !important;
  }
  .ml-md-6 {
    margin-left: 6em !important;
  }
  .ml-md-7 {
    margin-left: 7em !important;
  }
  .ml-md-8 {
    margin-left: 8em !important;
  }
  .ml-md-9 {
    margin-left: 9em !important;
  }
  .ml-md-10 {
    margin-left: 10em !important;
  }
  .ml-md-auto {
    margin-left: auto !important;
  }
  .mx-md-0 {
    margin-right: 0;
    margin-left: 0 !important;
  }
  .mx-md-0_25 {
    margin-right: 0.25em;
    margin-left: 0.25em !important;
  }
  .mx-md-0_5 {
    margin-right: 0.5em;
    margin-left: 0.5em !important;
  }
  .mx-md-1 {
    margin-right: 1em;
    margin-left: 1em !important;
  }
  .mx-md-1_5 {
    margin-right: 1.5em;
    margin-left: 1.5em !important;
  }
  .mx-md-2 {
    margin-right: 2em;
    margin-left: 2em !important;
  }
  .mx-md-2_5 {
    margin-right: 2.5em;
    margin-left: 2.5em !important;
  }
  .mx-md-3 {
    margin-right: 3em;
    margin-left: 3em !important;
  }
  .mx-md-4 {
    margin-right: 4em;
    margin-left: 4em !important;
  }
  .mx-md-5 {
    margin-right: 5em;
    margin-left: 5em !important;
  }
  .mx-md-6 {
    margin-right: 6em;
    margin-left: 6em !important;
  }
  .mx-md-7 {
    margin-right: 7em;
    margin-left: 7em !important;
  }
  .mx-md-8 {
    margin-right: 8em;
    margin-left: 8em !important;
  }
  .mx-md-9 {
    margin-right: 9em;
    margin-left: 9em !important;
  }
  .mx-md-10 {
    margin-right: 10em;
    margin-left: 10em !important;
  }
  .mx-md-auto {
    margin-right: auto;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0;
    margin-bottom: 0 !important;
  }
  .my-md-0_25 {
    margin-top: 0.25em;
    margin-bottom: 0.25em !important;
  }
  .my-md-0_5 {
    margin-top: 0.5em;
    margin-bottom: 0.5em !important;
  }
  .my-md-1 {
    margin-top: 1em;
    margin-bottom: 1em !important;
  }
  .my-md-1_5 {
    margin-top: 1.5em;
    margin-bottom: 1.5em !important;
  }
  .my-md-2 {
    margin-top: 2em;
    margin-bottom: 2em !important;
  }
  .my-md-2_5 {
    margin-top: 2.5em;
    margin-bottom: 2.5em !important;
  }
  .my-md-3 {
    margin-top: 3em;
    margin-bottom: 3em !important;
  }
  .my-md-4 {
    margin-top: 4em;
    margin-bottom: 4em !important;
  }
  .my-md-5 {
    margin-top: 5em;
    margin-bottom: 5em !important;
  }
  .my-md-6 {
    margin-top: 6em;
    margin-bottom: 6em !important;
  }
  .my-md-7 {
    margin-top: 7em;
    margin-bottom: 7em !important;
  }
  .my-md-8 {
    margin-top: 8em;
    margin-bottom: 8em !important;
  }
  .my-md-9 {
    margin-top: 9em;
    margin-bottom: 9em !important;
  }
  .my-md-10 {
    margin-top: 10em;
    margin-bottom: 10em !important;
  }
  .my-md-auto {
    margin-top: auto;
    margin-bottom: auto !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-0_25 {
    margin: 0.25em !important;
  }
  .m-md-0_5 {
    margin: 0.5em !important;
  }
  .m-md-1 {
    margin: 1em !important;
  }
  .m-md-1_5 {
    margin: 1.5em !important;
  }
  .m-md-2 {
    margin: 2em !important;
  }
  .m-md-2_5 {
    margin: 2.5em !important;
  }
  .m-md-3 {
    margin: 3em !important;
  }
  .m-md-4 {
    margin: 4em !important;
  }
  .m-md-5 {
    margin: 5em !important;
  }
  .m-md-6 {
    margin: 6em !important;
  }
  .m-md-7 {
    margin: 7em !important;
  }
  .m-md-8 {
    margin: 8em !important;
  }
  .m-md-9 {
    margin: 9em !important;
  }
  .m-md-10 {
    margin: 10em !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-0_25 {
    padding-top: 0.25em !important;
  }
  .pt-md-0_5 {
    padding-top: 0.5em !important;
  }
  .pt-md-1 {
    padding-top: 1em !important;
  }
  .pt-md-1_5 {
    padding-top: 1.5em !important;
  }
  .pt-md-2 {
    padding-top: 2em !important;
  }
  .pt-md-2_5 {
    padding-top: 2.5em !important;
  }
  .pt-md-3 {
    padding-top: 3em !important;
  }
  .pt-md-4 {
    padding-top: 4em !important;
  }
  .pt-md-5 {
    padding-top: 5em !important;
  }
  .pt-md-6 {
    padding-top: 6em !important;
  }
  .pt-md-7 {
    padding-top: 7em !important;
  }
  .pt-md-8 {
    padding-top: 8em !important;
  }
  .pt-md-9 {
    padding-top: 9em !important;
  }
  .pt-md-10 {
    padding-top: 10em !important;
  }
  .pr-md-0 {
    padding-right: 0 !important;
  }
  .pr-md-0_25 {
    padding-right: 0.25em !important;
  }
  .pr-md-0_5 {
    padding-right: 0.5em !important;
  }
  .pr-md-1 {
    padding-right: 1em !important;
  }
  .pr-md-1_5 {
    padding-right: 1.5em !important;
  }
  .pr-md-2 {
    padding-right: 2em !important;
  }
  .pr-md-2_5 {
    padding-right: 2.5em !important;
  }
  .pr-md-3 {
    padding-right: 3em !important;
  }
  .pr-md-4 {
    padding-right: 4em !important;
  }
  .pr-md-5 {
    padding-right: 5em !important;
  }
  .pr-md-6 {
    padding-right: 6em !important;
  }
  .pr-md-7 {
    padding-right: 7em !important;
  }
  .pr-md-8 {
    padding-right: 8em !important;
  }
  .pr-md-9 {
    padding-right: 9em !important;
  }
  .pr-md-10 {
    padding-right: 10em !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-0_25 {
    padding-bottom: 0.25em !important;
  }
  .pb-md-0_5 {
    padding-bottom: 0.5em !important;
  }
  .pb-md-1 {
    padding-bottom: 1em !important;
  }
  .pb-md-1_5 {
    padding-bottom: 1.5em !important;
  }
  .pb-md-2 {
    padding-bottom: 2em !important;
  }
  .pb-md-2_5 {
    padding-bottom: 2.5em !important;
  }
  .pb-md-3 {
    padding-bottom: 3em !important;
  }
  .pb-md-4 {
    padding-bottom: 4em !important;
  }
  .pb-md-5 {
    padding-bottom: 5em !important;
  }
  .pb-md-6 {
    padding-bottom: 6em !important;
  }
  .pb-md-7 {
    padding-bottom: 7em !important;
  }
  .pb-md-8 {
    padding-bottom: 8em !important;
  }
  .pb-md-9 {
    padding-bottom: 9em !important;
  }
  .pb-md-10 {
    padding-bottom: 10em !important;
  }
  .pl-md-0 {
    padding-left: 0 !important;
  }
  .pl-md-0_25 {
    padding-left: 0.25em !important;
  }
  .pl-md-0_5 {
    padding-left: 0.5em !important;
  }
  .pl-md-1 {
    padding-left: 1em !important;
  }
  .pl-md-1_5 {
    padding-left: 1.5em !important;
  }
  .pl-md-2 {
    padding-left: 2em !important;
  }
  .pl-md-2_5 {
    padding-left: 2.5em !important;
  }
  .pl-md-3 {
    padding-left: 3em !important;
  }
  .pl-md-4 {
    padding-left: 4em !important;
  }
  .pl-md-5 {
    padding-left: 5em !important;
  }
  .pl-md-6 {
    padding-left: 6em !important;
  }
  .pl-md-7 {
    padding-left: 7em !important;
  }
  .pl-md-8 {
    padding-left: 8em !important;
  }
  .pl-md-9 {
    padding-left: 9em !important;
  }
  .pl-md-10 {
    padding-left: 10em !important;
  }
  .px-md-0 {
    padding-right: 0;
    padding-left: 0 !important;
  }
  .px-md-0_25 {
    padding-right: 0.25em;
    padding-left: 0.25em !important;
  }
  .px-md-0_5 {
    padding-right: 0.5em;
    padding-left: 0.5em !important;
  }
  .px-md-1 {
    padding-right: 1em;
    padding-left: 1em !important;
  }
  .px-md-1_5 {
    padding-right: 1.5em;
    padding-left: 1.5em !important;
  }
  .px-md-2 {
    padding-right: 2em;
    padding-left: 2em !important;
  }
  .px-md-2_5 {
    padding-right: 2.5em;
    padding-left: 2.5em !important;
  }
  .px-md-3 {
    padding-right: 3em;
    padding-left: 3em !important;
  }
  .px-md-4 {
    padding-right: 4em;
    padding-left: 4em !important;
  }
  .px-md-5 {
    padding-right: 5em;
    padding-left: 5em !important;
  }
  .px-md-6 {
    padding-right: 6em;
    padding-left: 6em !important;
  }
  .px-md-7 {
    padding-right: 7em;
    padding-left: 7em !important;
  }
  .px-md-8 {
    padding-right: 8em;
    padding-left: 8em !important;
  }
  .px-md-9 {
    padding-right: 9em;
    padding-left: 9em !important;
  }
  .px-md-10 {
    padding-right: 10em;
    padding-left: 10em !important;
  }
  .py-md-0 {
    padding-top: 0;
    padding-bottom: 0 !important;
  }
  .py-md-0_25 {
    padding-top: 0.25em;
    padding-bottom: 0.25em !important;
  }
  .py-md-0_5 {
    padding-top: 0.5em;
    padding-bottom: 0.5em !important;
  }
  .py-md-1 {
    padding-top: 1em;
    padding-bottom: 1em !important;
  }
  .py-md-1_5 {
    padding-top: 1.5em;
    padding-bottom: 1.5em !important;
  }
  .py-md-2 {
    padding-top: 2em;
    padding-bottom: 2em !important;
  }
  .py-md-2_5 {
    padding-top: 2.5em;
    padding-bottom: 2.5em !important;
  }
  .py-md-3 {
    padding-top: 3em;
    padding-bottom: 3em !important;
  }
  .py-md-4 {
    padding-top: 4em;
    padding-bottom: 4em !important;
  }
  .py-md-5 {
    padding-top: 5em;
    padding-bottom: 5em !important;
  }
  .py-md-6 {
    padding-top: 6em;
    padding-bottom: 6em !important;
  }
  .py-md-7 {
    padding-top: 7em;
    padding-bottom: 7em !important;
  }
  .py-md-8 {
    padding-top: 8em;
    padding-bottom: 8em !important;
  }
  .py-md-9 {
    padding-top: 9em;
    padding-bottom: 9em !important;
  }
  .py-md-10 {
    padding-top: 10em;
    padding-bottom: 10em !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-0_25 {
    padding: 0.25em !important;
  }
  .p-md-0_5 {
    padding: 0.5em !important;
  }
  .p-md-1 {
    padding: 1em !important;
  }
  .p-md-1_5 {
    padding: 1.5em !important;
  }
  .p-md-2 {
    padding: 2em !important;
  }
  .p-md-2_5 {
    padding: 2.5em !important;
  }
  .p-md-3 {
    padding: 3em !important;
  }
  .p-md-4 {
    padding: 4em !important;
  }
  .p-md-5 {
    padding: 5em !important;
  }
  .p-md-6 {
    padding: 6em !important;
  }
  .p-md-7 {
    padding: 7em !important;
  }
  .p-md-8 {
    padding: 8em !important;
  }
  .p-md-9 {
    padding: 9em !important;
  }
  .p-md-10 {
    padding: 10em !important;
  }
}
/* -------- 共通ブロック ---------*/
@media screen and (max-width: 1280px) {
  .xl-only {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .sm-only {
    display: block;
  }
}