@charset "UTF-8";
/*==================================
common
==================================*/
body {
  color: #3A3A3A;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.25em;
}

#skiptocontent a {
  color: #ffffff;
  background: #006284;
}

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

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

button {
  letter-spacing: 0.1em;
}

/*==================================
Scrollin
==================================*/
.scrollin,
.scrollins__item {
  opacity: 0;
  transform: translate(0, 30px);
}

.scrollin.is-visible,
.scrollins__item.is-visible {
  opacity: 1;
  transform: translate(0, 0);
  transition: 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/*==================================
共通パーツ
==================================*/
.u-relative {
  position: relative;
}

.u-block {
  display: block;
}

.u-height100 {
  height: 100%;
}

@media only screen and (min-width: 768px) {
  .sp_only {
    display: none;
  }
}
.c-btn {
  width: min(100%, 320px);
  padding: 20px 30px;
  background: #006283;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  -webkit-clip-path: polygon(0% 0%, 92% 0, 100% 50%, 92% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 92% 0, 100% 50%, 92% 100%, 0% 100%);
}
.c-btn:hover {
  opacity: 0.7;
}

/* 見出し */
.p-council-title {
  font-size: 4.8rem;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 700;
  position: relative;
  padding-bottom: 40px;
}
.p-council-title::before {
  content: "";
  background: url(/council/assets/images/title-deco.svg) no-repeat center/cover;
  width: 60px;
  aspect-ratio: 3/1;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media only screen and (max-width: 767px) {
  .p-council-title {
    font-size: 2.8rem;
  }
}
.bg_lightblue {
  background: #D8EBEA;
}

/* 各セクションイラスト */
.p-council-illust {
  position: relative;
}
.p-council-illust::before {
  content: "";
  position: absolute;
  width: 140px;
  aspect-ratio: 1;
  z-index: 1;
}

.p-council-illust01::before {
  background: url(/council/assets/images/illust1.png) no-repeat center/cover;
  bottom: -10%;
  right: 0;
}

.p-council-illust02::before {
  background: url(/council/assets/images/illust2.png) no-repeat center/cover;
  bottom: -18%;
  right: 5%;
}

.p-council-illust03::before {
  background: url(/council/assets/images/illust3.png) no-repeat center/cover;
  bottom: -14%;
  right: 14%;
}

@media only screen and (max-width: 767px) {
  .p-council-illust::before {
    width: 100px;
  }
  .p-council-illust01::before {
    bottom: 10%;
  }
}
.p-council-bg_circle {
  position: relative;
}
.p-council-bg_circle::before {
  content: "";
  width: 80%;
  max-width: 560px;
  aspect-ratio: 1;
  border-radius: 50%;
  position: absolute;
  background: url(/council/assets/images/texture.jpg);
}
.p-council-bg_circle_right::before {
  top: 0;
  right: -80px;
}
.p-council-bg_circle_left::before {
  left: -80px;
  bottom: 0;
}
.p-council-bg_circle--pt80 {
  padding-top: 80px;
}
.p-council-bg_circle--pb80 {
  padding-bottom: 80px;
}

@media only screen and (max-width: 767px) {
  .p-council-bg_circle_right::before {
    right: -10px;
  }
  .p-council-bg_circle_left::before {
    left: -10px;
  }
  .p-council-bg_circle--pt80 {
    padding-top: 0;
  }
  .p-council-bg_circle--pb80 {
    padding-bottom: 0;
  }
}
/*==================================
  Header -  ヘッダー
==================================*/
.l-header {
  padding-top: 140px;
}
.l-header_logo {
  width: 20%;
  min-width: 160px;
  display: inline-block;
  position: absolute;
  top: 80px;
  left: 120px;
}
.l-header_logo a {
  display: inline-block;
}

@media only screen and (max-width: 1199px) {
  .l-header_logo {
    top: 20px;
    left: 20px;
  }
}
/*==================================
  MainVisual - メインビジュアル
==================================*/
.p-council-mv_container {
  max-width: 1600px;
  margin-left: auto;
  padding: 0 20px;
}

.p-council-mv_bg {
  position: relative;
  padding-bottom: max(600px, 100% - 900px + 120px);
}
.p-council-mv_bg::before {
  content: "";
  position: absolute;
  right: -20px;
  bottom: 0;
  width: 1800px;
  height: calc(100% - 900px - 120px);
  background: #006284;
}
.p-council-mv_bg::after {
  content: "";
  position: absolute;
  bottom: 9%;
  left: 20px;
  width: 74.5%;
  max-width: 1160px;
  background: url(/council/assets/images/subvis01.png) no-repeat center/cover;
  aspect-ratio: 58/39;
}

@media only screen and (max-width: 1199px) {
  .p-council-mv_bg {
    padding-bottom: min(1020px, 60% + 40px);
  }
  .p-council-mv_bg::before {
    bottom: 0;
    width: 112.5%;
    max-width: 1800px;
    height: 25%;
  }
  .p-council-mv_bg::after {
    bottom: 3%;
    width: 74.5%;
    max-width: 1160px;
  }
}
@media only screen and (max-width: 767px) {
  .p-council-mv_bg {
    padding-bottom: min(1020px, 80% + 40px);
  }
  .p-council-mv_bg::after {
    left: 0;
    width: 100%;
  }
}
.p-council-mv_image {
  padding-right: calc(56% + 40px);
  position: relative;
  height: 900px;
  display: flex;
  align-items: center;
}
.p-council-mv_image::before {
  content: "";
  width: 56%;
  max-width: 870px;
  position: absolute;
  top: 0;
  right: -20px;
  background: url(/council/assets/images/mainvis01.jpg) no-repeat center/cover;
  height: 100%;
}
.p-council-mv_image img {
  width: 460px;
}

@media only screen and (max-width: 1199px) {
  .p-council-mv_image {
    padding-right: 0;
    padding-top: min(940px, 103% + 40px);
    height: auto;
  }
  .p-council-mv_image::before {
    width: 100%;
    height: auto;
    aspect-ratio: 29/30;
  }
}
@media only screen and (max-width: 767px) {
  .p-council-mv_image img {
    width: 200px;
  }
}
/*==================================
  About - 弥彦村議会について
==================================*/
.p-council-about-bg {
  max-width: 1280px;
  padding: 120px 80px;
  margin: 0 auto;
}

.p-council-about_img {
  padding-left: calc(45.371% + 40px);
  position: relative;
  min-height: 590px;
  display: flex;
  align-items: center;
}
.p-council-about_img::before {
  content: "";
  position: absolute;
  top: 0;
  width: 45.371%;
  aspect-ratio: 49/59;
  left: 0;
  background: url(/council/assets/images/about-image.jpg) no-repeat center/cover;
}

@media only screen and (max-width: 1199px) {
  .p-council-about-bg {
    padding: 60px 0;
  }
  .p-council-about_img {
    padding-left: 0;
    padding-top: min(669px, 120.4% + 20px);
  }
  .p-council-about_img::before {
    width: 100%;
    max-width: 539px;
    margin-left: 50%;
    transform: translateX(-50%);
  }
}
/*==================================
  News - 新着情報
==================================*/
.p-council-news-list {
  border-bottom: solid 1px #D8D8D8;
}
.p-council-news-list_item {
  padding: 20px;
  border-top: solid 1px #D8D8D8;
}

.p-council-news_body {
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .p-council-news-list_item {
    display: block;
    padding: 20px;
  }
}
/*==================================
  guide - 施設について
==================================*/
.p-council-guide-linklist {
  display: flex;
  gap: 60px;
  flex-wrap: wrap;
}

.p-council-guide-linklist_item {
  width: calc(50% - 30px);
}
.p-council-guide-linklist_item a {
  display: block;
  padding: 40px 60px;
  background: #006284;
  text-decoration: none;
  color: #fff;
  width: 100%;
  margin: 0 auto;
}
.p-council-guide-linklist_item .p-council-guide-linklist_icon {
  padding-left: 140px;
  position: relative;
  min-height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-council-guide-linklist_item .p-council-guide-linklist_icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  aspect-ratio: 10/9;
  width: 100px;
}
.p-council-guide-linklist_item .p-council-guide-linklist_icon--img01::before {
  background: url(/council/assets/images/guide-icon01.svg) no-repeat center/cover;
}
.p-council-guide-linklist_item .p-council-guide-linklist_icon--img02::before {
  background: url(/council/assets/images/guide-icon02.svg) no-repeat center/cover;
}
.p-council-guide-linklist_item .p-council-guide-linklist_icon--img03::before {
  background: url(/council/assets/images/guide-icon03.svg) no-repeat center/cover;
}
.p-council-guide-linklist_item .p-council-guide-linklist_icon--img04::before {
  background: url(/council/assets/images/guide-icon04.svg) no-repeat center/cover;
}
.p-council-guide-linklist_item .p-council-guide-linklist_icon--img05::before {
  background: url(/council/assets/images/guide-icon05.svg) no-repeat center/cover;
}
.p-council-guide-linklist_item .p-council-guide-linklist_icon--img06::before {
  background: url(/council/assets/images/guide-icon06.svg) no-repeat center/cover;
}
.p-council-guide-linklist_item .p-council-guide-linklist_icon--img07::before {
  background: url(/council/assets/images/guide-icon07.svg) no-repeat center/cover;
}
.p-council-guide-linklist_item .p-council-guide-linklist_icon--img08::before {
  background: url(/council/assets/images/guide-icon08.svg) no-repeat center/cover;
}
.p-council-guide-linklist_item span {
  padding-bottom: 10px;
  position: relative;
}
.p-council-guide-linklist_item span::before {
  content: "";
  width: 40px;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media only screen and (min-width: 1200px) {
  .p-council-guide-linklist_item--col3 {
    width: calc(33.3333333333% - 40px);
  }
  .p-council-guide-linklist_item--col3 .p-council-guide-linklist_icon {
    padding-left: 0;
    padding-top: 110px;
  }
  .p-council-guide-linklist_item--col3 .p-council-guide-linklist_icon::before {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media only screen and (max-width: 1199px) {
  .p-council-guide-linklist {
    gap: 20px;
  }
  .p-council-guide-linklist_item {
    width: calc(50% - 10px);
  }
  .p-council-guide-linklist_item a {
    padding: 30px 20px;
  }
  .p-council-guide-linklist_item .p-council-guide-linklist_icon {
    padding-left: 0;
    padding-top: 65px;
  }
  .p-council-guide-linklist_item .p-council-guide-linklist_icon::before {
    width: 50px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media only screen and (max-width: 767px) {
  .p-council-guide-linklist_item {
    width: 100%;
  }
}
/*==================================
  Footer - フッター
==================================*/
.l-footer_inner {
  padding-top: 120px;
  padding-bottom: 20px;
  position: relative;
}
.l-footer_logo {
  width: 24%;
  max-width: 140px;
}
.l-footer_logo a {
  display: inline-block;
}
.l-footer_content {
  display: flex;
  gap: 60px;
  align-items: flex-end;
  justify-content: space-between;
}
.l-footer_title {
  font-size: 2.8rem;
}
.l-footer_top {
  position: absolute;
  top: -30px;
  right: 80px;
}
.l-footer_top a {
  text-decoration: none;
  position: relative;
  padding-top: 70px;
  color: inherit;
  display: block;
}
.l-footer_top a::before {
  content: "";
  background: #3A3A3A url(/council/assets/images/arrow.svg) no-repeat center/18%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translatex(-50%);
  width: 60px;
  aspect-ratio: 1;
  border-radius: 50%;
}

@media only screen and (max-width: 767px) {
  .l-footer_content {
    flex-direction: column;
    gap: 30px;
    text-align: center;
    align-items: center;
  }
  .l-footer_title {
    font-size: 2.2rem;
  }
  .l-footer_top {
    right: 20px;
  }
  .l-footer_top a::after {
    bottom: 20px;
    width: 6px;
  }
}