@charset "UTF-8";

/*****************************
    topスライド
*****************************/
.topsec-firstview{
  padding-top: 0px;
  overflow: hidden;
}
.topslider {
  height: 90vh;
  position: relative;
  width: 100%;
}
.topslider .slideitem {
  height: 90vh;
  width: 100%;
}

/* .topslider::after{
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  content: "";
  background: rgb(83,175,232,.45);
} */




/*****************************
  top キャッチコピー
*****************************/
.catchcopy{
  position: absolute;
  width: 800px;
  max-width: 100%;
  color: #D84190;
  top: 68%;
  left: 32%;
  transform: translateY(-50%) translateX(-50%);
  margin: 0;
  padding: 10px 0;
  z-index: 1;
  filter: drop-shadow(4px 4px 0px #f3f3f3);
}
.catchcopy h2{
  font-size: 40px;
  line-height: 1.4;
}
.catchcopy h2 span{
  font-size: 50px;
}
@media only screen and (max-width: 1180px) {
  .catchcopy{
    left: 38%;
  }
}
@media only screen and (max-width: 1024px) {
  .catchcopy{
    left: 41%;
  }
}
@media only screen and (max-width: 820px) {
  .catchcopy {
    left: 52%;
  }
}
@media only screen and (max-width: 767px) {
  .catchcopy h2{
  font-size: 22px;
  }
  .catchcopy h2 span{
  font-size: 32px;
  }
}

/*****************************
  topsec-news
*****************************/
.topsec-news{
  margin: 30px 0;
  padding: 30px 0;
}
.topsec-news input[type="radio"] {
  display: none;
}
.topsec-news .tab_area{
  margin-bottom: 3rem;
}
.topsec-news .tab_area .ftab{
  background: #ccc;
  border-radius: 5px;
  margin-right: 10px;
  position: relative;
  text-align: center;
  width: calc(15% - 10px);
}
.topsec-news .tab_area .ftab label{
  cursor: pointer;
  display: block;
  font-weight: bold;
  padding: .3rem 0;
  position: relative;
  width: 100%;
  z-index: 1;
}
.topsec-news .tab_panel{
  display: none;
}
.topsec-news .tab_area .ftab:hover,
.topsec-news #tnewstab1:checked ~ .tab_area .tnewsftab1{
  background: #101010;
  color: #fff;
}
.topsec-news .tab_area .tnewsftab2:hover,
.topsec-news #tnewstab2:checked ~ .tab_area .tnewsftab2{
  background: #F7EE4D;
  color: #101010;
}
.topsec-news .tab_area .tnewsftab3:hover,
.topsec-news #tnewstab3:checked ~ .tab_area .tnewsftab3{
  background: #D84190;
  color: #fff;
}

.topsec-news #tnewstab1:checked ~ .panel_area #tnewspanel1,
.topsec-news #tnewstab2:checked ~ .panel_area #tnewspanel2,
.topsec-news #tnewstab3:checked ~ .panel_area #tnewspanel3{
  display:block;
}

@media only screen and (max-width: 1024px) {
  .topsec-news .tab_area {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 820px) {
  .topsec-news .tab_area .ftab{
    margin: 1rem 1rem 0 0;
    width: calc(30% - 10px);
  }
}
@media only screen and (max-width: 767px) {
  .topsec-news .t-newsttlbox,
  .topsec-news .tab_area .ftab label{
    font-size: 1.4rem;
  }
  .topsec-news .tab_area .ftab{
    width: calc(33% - 10px);
  }
}

/*****************************
  お知らせ一覧
*****************************/
.newslist{
  margin-bottom: 60px;
}
.newslinktab{
  margin-bottom: 5rem;
}
.newslinktab li{
  width: calc(15% - 10px);
}
.newslinktab  a.label{
  background: #ccc;
  border-radius: 5px;
  display: block;
  font-weight: bold;
  margin-right: 10px;
  opacity: 1 !important;
  padding: .3rem 0;
  position: relative;
  text-align: center;
}
.newslinktab  a.label:hover,
.newslinktab  a.label.label_cr{
  background: #101010;
  color: #fff;
}
.newslinktab  a.label.label_cr{
  pointer-events: none;
}
.newslinktab  a.label2:hover,
.newslinktab a.label2.label_cr{
  background: #F7EE4D;
  color: #101010;
}
.newslinktab  a.label3:hover,
.newslinktab a.label3.label_cr{
  background: #D84190;
}

.newslist li{
  margin-top: 2rem;
}
.newslist a{
  opacity: 1 !important;
  position: relative;
}
.newslist a::before,
.newslist a::after{
  content: "";
  background: #c8c8c8;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
}
.newslist a::after{
  background: #D84190;
  transition: 0.3s;
  width: 7%;
  z-index: 1;
}
.newslist a:hover::after{
  width: 100%;
}
.newslist a .cat,
.singlehead .cat{
  background: #D84190;
  border-radius: 5px;
  color: #fff;
  margin-right: 1rem;
  text-align: center;
  width: 135px;
}
.newslist a .cat-cat01,
.singlehead .cat-cat01{
  background: #F7EE4D;
  color: #101010;
}
.newslist a .cat-cat02,
.singlehead .cat-cat02{
  background: #D84190;
}
.newslist a .ttl{
  padding: 1rem 0;
}
@media only screen and (max-width: 820px) {
  .newslinktab li{
    margin: 1rem 1rem 0 0;
    width: calc(30% - 10px);
  }
}
@media only screen and (max-width: 767px) {
  .newslinktab li{
    width: calc(50% - 10px);
  }
  .newslist a .cat{
    font-size: 1.2rem;
    line-height: 2;
    width: 110px;
  }
  .newslist a .date{
    font-size: 1.4rem;
  }
  .singlehead .ttl{
    font-size: 2rem;
  }
}
.newsflex{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.newsimg{
  width: 20%;
  margin-right: 20px;
}
.newscont{
  width: 76%;
}
.newsimg img{
  width: 100%;
  height: 120px;
  object-fit: cover;
  padding: 5px;
  aspect-ratio: 4/3;
}
@media only screen and (max-width: 767px) {
  .newsimg{
    margin-right: 10px;
  }
  .newsimg img{
    padding: 0;
    height: auto;
  }
}


/*****************************
ボタン
*****************************/
.top_btn {
  margin: 20px 0;
}
.top_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 300px;
  margin: 0 auto;
  padding: 6px 30px 6px 2px;
  border: 1px solid #D84190;
  color: #fff;
  font-size: 1em;
  transition: .6s;
  background: #D84190;
  border-radius: 50px;
}
.top_btn a:hover {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border: 1px solid #D84190;
  color: #D84190;
  background: #fff;
  opacity: 1;
  transition: .6s;
}
.top_btn a::after {
  position: absolute;
  right: .5em;
  transform: translateY(-50%);
  transform-origin: left;
  width: 2em;
  height: .5em;
  background-color: #fff;
  clip-path: polygon(0 100%, 100% 100%, 70% 40%, 70% 90%, 0% 90%);
  content: '';
  transition: .6s;
}
.top_btn a:hover::after {
  /* transform: translateY(-50%) scaleX(1.4); */
  border: 1px solid #EDBFD9;
}
.top_btn a:hover::after {
  position: absolute;
  right: -1.5em;
  transform: translateY(-50%);
  transform-origin: left;
  width: 2em;
  height: .5em;
  background-color: #D84190;
  clip-path: polygon(0 100%, 100% 100%, 70% 40%, 70% 90%, 0% 90%);
  content: '';
}


/*****************************
  GREETING
*****************************/
.greebox h3{
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .greebox h3{
    text-align: left;
    font-size: 18px;
  }
}


/*****************************
  WAVESEC
*****************************/
.wavesec{
  background: #F7EE4D;
  padding: 60px 0;
  margin-top: -1px;
}
.svgarea{
  font-size: 0;
  margin-top: -30px;
  width: 100%;
  max-width: 100%;
}

/*****************************
  実績・成果
*****************************/
.topflex{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.topfbox1{
  width: 55%;
}
.topfbox2{
  width: 42%;
  padding: 30px;
}
.topfbox2 .topttl{
  text-align: left;
}
.top2txt{
  font-size: 18px;
  margin-bottom: 20px;
}
.toparclist li{
  position: relative;
  padding-left: 1.5em; /* アイコン分の余白 */
}
.toparclist li::before {
  content: "\f0c8";
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0.2em;
  display: inline-block;
  width: 1em;
}
@media only screen and (max-width: 820px) {
  .topfbox1{
    width: 80%;
  }
  .topfbox2{
    width: 100%;
    padding: 20px 80px;
  }
}
@media only screen and (max-width: 767px) {
  .topfbox1{
    width: 90%;
  }
  .topfbox2{
    padding: 20px;
  }
}

/*****************************
  市政レポート
*****************************/
.reportlist{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.reportfbox{
  width: calc(100% / 3);
  padding: 10px;
}
.reportcont .ttl{
  font-size: 18px;
  text-align: center;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .reportfbox {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
}

/*****************************
  市政の課題
*****************************/
.topsec5 .topflex {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-start;
}
@media only screen and (max-width: 767px){
  .topsec5 .topflex{
    align-items: flex-end;
    flex-direction: column-reverse;
  }
}

/*****************************
  button-container
*****************************/
.button-container {
  display: flex;
  gap: 20px;
  justify-content: space-evenly;
  margin: 20px 0;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  padding: 15px 25px;
  border-radius: 15px;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s;
  text-align: center;
  gap: 10px;
}
.btn-line {
  background-color: #00c300;
}
.btn-contact {
  background-color: #ec3ba9;
}
.btn:hover {
  opacity: 0.8;
}
.btn .fa {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
}
.btn-contact .fa {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .button-container {
    flex-direction: column;
    align-items: center;
  }
  .btn {
    width: 90%;
    max-width: 400px;
    font-size: 18px;
    padding: 12px 20px;
  }
  .btn .fa {
    font-size: 18px;
  }
}