@charset "UTF-8";
/*----------------------------------------------------
基本設定
----------------------------------------------------*/
main a:hover, main a img:hover {
  opacity: unset;
}

.main_visual {
  position: relative;
  margin-bottom: 20px;
  margin-top: 70px;
  /* 961- */
}
@media screen and (min-width: 961px) {
  .main_visual {
    margin-top: 0;
  }
}
.main_visual .main_catch {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -17%);
          transform: translate(-50%, -17%);
  color: #fff;
  font-weight: 500;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 20px;
  /* 751- */
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
  /* 751- */
}
@media all and (min-width: 751px) {
  .main_visual .main_catch {
    font-size: 4vw;
  }
}
@media all and (min-width: 751px) {
  .main_visual .main_catch {
    -webkit-transform: translate(-50%, -26%);
            transform: translate(-50%, -26%);
  }
}
.main_visual .main_catch span {
  display: block;
  font-size: 28px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 10px auto 30px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .main_visual .main_catch span {
    font-size: 5.5vw;
    margin: 20px auto 40px;
  }
}
.main_visual .main_catch span::after {
  content: "";
  position: absolute;
  background: #F6DD4F;
  width: 90%;
  height: 3px;
  bottom: -8px;
  left: 50%;
  border-radius: 10px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  /* 751- */
}
@media all and (min-width: 751px) {
  .main_visual .main_catch span::after {
    height: 7px;
  }
}

.city_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.city_logo {
  height: 44px;
  width: 44px;
  overflow: hidden;
  margin-right: 10px;
}

.section_ttl {
  text-align: center;
  font-size: 24px;
  color: #495839;
  font-weight: 600;
  border: none;
  letter-spacing: 0.08em;
  position: relative;
  padding-bottom: 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 50px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .section_ttl {
    font-size: 34px;
    padding-bottom: 80px;
    margin: 0 auto 100px;
  }
}
.section_ttl span.en_l {
  font-size: 28px;
  margin-right: 10px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .section_ttl span.en_l {
    font-size: 44px;
  }
}
.section_ttl span.en_m {
  font-size: 26px;
  margin-right: 10px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .section_ttl span.en_m {
    font-size: 38px;
  }
}
.section_ttl::before, .section_ttl::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 6px;
  bottom: 0;
  /* 751- */
}
@media all and (min-width: 751px) {
  .section_ttl::before, .section_ttl::after {
    width: 68px;
    height: 10px;
  }
}
.section_ttl::before {
  background: #495839;
  left: 56%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.section_ttl::after {
  background: #A9C190;
  right: 44%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.package_area {
  margin: 50px 0;
  /* 751- */
}
@media all and (min-width: 751px) {
  .package_area {
    margin: 100px 0;
  }
}

.package_note {
  text-align: left;
  /* 751- */
}
@media all and (min-width: 751px) {
  .package_note {
    text-align: center;
  }
}

.package_link {
  margin: 20px 0 60px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .package_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 40px;
    margin: 60px 0;
  }
}
.package_link li {
  /* -750 */
}
@media all and (max-width: 750px) {
  .package_link li {
    margin-bottom: 20px;
  }
}
.package_link li a {
  display: block;
  background: #495839;
  color: #fff;
  padding: 8px 30px;
  border-radius: 20px;
  padding-right: 60px;
  position: relative;
  border: 1px solid #495839;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 16px;
  text-align: center;
  /* 751- */
}
@media all and (min-width: 751px) {
  .package_link li a {
    padding: 15px 60px 15px 30px;
    font-size: 19px;
    border-radius: 17px;
  }
}
.package_link li a span {
  font-size: 14px;
  line-height: 1;
  /* 751- */
}
@media all and (min-width: 751px) {
  .package_link li a span {
    display: block;
    font-size: 16px;
  }
}
.package_link li a::after {
  content: "";
  position: absolute;
  background: #ffffff;
  height: 20px;
  width: 20px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.package_link li a:hover {
  background: #fff;
  color: #495839;
}
.package_link li a:hover::after {
  content: "";
  background: #495839;
  top: 54%;
}

.officer_area {
  margin-top: -100px;
  padding-top: 100px;
}

.officer_box {
  /* -750 */
  margin-bottom: 60px;
  /* 751- */
}
@media all and (max-width: 750px) {
  .officer_box {
    padding: 0 20px;
  }
}
@media all and (min-width: 751px) {
  .officer_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
  }
}
.officer_box .officer_icon {
  width: 240px;
  /* -750 */
}
@media all and (max-width: 750px) {
  .officer_box .officer_icon {
    margin: 0 auto;
  }
}
.officer_box .officer_text .officer_name {
  background: #495839;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 20px;
  border-radius: 20px;
  font-weight: 500;
  letter-spacing: 0.2em;
  margin-bottom: 20px;
  /* -750 */
}
@media all and (max-width: 750px) {
  .officer_box .officer_text .officer_name {
    margin: 20px auto;
  }
}
.officer_box .officer_text p {
  font-size: 16px;
  margin-bottom: 0;
}

.officer_list {
  margin-bottom: 60px;
}
.officer_list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.officer_list > li:nth-child(odd) {
  background: #F1F6EB;
}
.officer_list > li .officer_list_box {
  text-align: center;
  padding: 20px 0 40px;
  position: relative;
  /* 751- */
}
@media all and (min-width: 751px) {
  .officer_list > li .officer_list_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 40px 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
  }
}
.officer_list > li .officer_list_box::after {
  content: "";
  background: #495839;
  height: 10px;
  width: 10px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  border: 0px;
  z-index: 1;
  left: 50%;
  position: absolute;
  bottom: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  /* 751- */
}
@media all and (min-width: 751px) {
  .officer_list > li .officer_list_box::after {
    display: none;
  }
}
.officer_list > li .officer_list_box .officer_field {
  color: #495839;
  font-weight: 600;
  font-size: 19px;
  line-height: 1.4;
  /* 751- */
}
@media all and (min-width: 751px) {
  .officer_list > li .officer_list_box .officer_field {
    font-size: 20px;
    width: 460px;
  }
}
.officer_list > li .officer_list_box .officer_answer {
  /* 751- */
  /* -750 */
  position: relative;
}
@media all and (min-width: 751px) {
  .officer_list > li .officer_list_box .officer_answer {
    font-size: 16px;
    width: calc(100% - 480px);
  }
}
@media all and (max-width: 750px) {
  .officer_list > li .officer_list_box .officer_answer {
    font-size: 14px;
    height: 0;
    overflow: hidden;
    margin-top: 10px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: left;
  }
}
.officer_list > li .officer_list_box .officer_answer::before {
  content: "";
  position: absolute;
  background: #495839;
  width: 3px;
  height: 110px;
  left: -50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.officer_list > li .officer_list_box .officer_answer span {
  display: block;
  font-size: 11px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .officer_list > li .officer_list_box .officer_answer span {
    font-size: 14px;
  }
}
.officer_list > li .officer_list_box .officer_answer ul {
  /* 751- */
}
@media all and (min-width: 751px) {
  .officer_list > li .officer_list_box .officer_answer ul {
    margin: 5px 0 0 10px;
  }
}
.officer_list > li .officer_list_box .officer_answer ul li {
  font-size: 14px;
  padding-left: 22px;
  text-indent: -22px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .officer_list > li .officer_list_box .officer_answer ul li {
    font-size: 15px;
  }
}
.officer_list > li .officer_list_box .officer_answer ul li::before {
  content: "●";
  color: #A9C190;
  margin-right: 10px;
}
.officer_list > li.active {
  /* -750 */
}
@media all and (max-width: 750px) {
  .officer_list > li.active .officer_answer {
    height: 100%;
  }
  .officer_list > li.active .officer_list_box::after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

.feature_wrap > li:not(:last-child) {
  margin-bottom: 40px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .feature_wrap > li:not(:last-child) {
    margin-bottom: 80px;
  }
}

.feature_ttl {
  text-align: center;
  font-size: 24px;
  color: #495839;
  font-weight: 600;
  position: relative;
}
.feature_ttl::after {
  content: "";
  position: absolute;
  width: 150%;
  height: 20px;
  background: #F6DD4F;
  bottom: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

.feature_list {
  /* 751- */
}
@media all and (min-width: 751px) {
  .feature_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.feature_list li {
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: linear-gradient(-45deg, #DBEAC9, #ffffff);
  border: solid 3px #495839;
  border-radius: 8px;
  text-align: center;
  padding: 10px;
  font-weight: 600;
  color: #495839;
  -webkit-box-shadow: 3px 3px 0 #495839;
          box-shadow: 3px 3px 0 #495839;
  /* 751- */
}
@media all and (min-width: 751px) {
  .feature_list li {
    width: calc(33.3333% - 20px);
    font-size: 20px;
    padding: 16px;
    margin: 10px;
  }
}
.feature_list.nowrap {
  -ms-flex-wrap: unset;
      flex-wrap: unset;
}

.full-width_note {
  background: #fff !important;
}
.full-width_note li.slick-slide {
  background: #F1F6EB;
}

.news_area {
  padding: 30px 0;
  background: #F1F6EB;
  /* 751- */
}
@media all and (min-width: 751px) {
  .news_area {
    padding: 60px 0;
  }
}

.news_list li {
  font-size: 16px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  border-bottom: 2px solid #495839;
  /* -750 */
}
@media all and (max-width: 750px) {
  .news_list li {
    text-align: left;
    padding: 20px 0;
  }
}
.news_list li .news_date {
  width: 12%;
  display: block;
  margin-right: 30px;
  /* -750 */
}
@media all and (max-width: 750px) {
  .news_list li .news_date {
    display: block;
    margin-bottom: 10px;
  }
}
.news_list li a {
  display: block;
  position: relative;
}
.news_list li a::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 1px;
  bottom: 0;
  left: 0;
  background: #495839;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.news_list li a:hover::after {
  width: 100%;
}

.book_area {
  background: #DBECC9;
  margin-top: 180px;
  padding: 10px;
  /* -750 */
}
@media all and (max-width: 750px) {
  .book_area {
    padding: 40px 20px;
  }
}

.book_box {
  position: relative;
  /* 751- */
}
@media all and (min-width: 751px) {
  .book_box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    padding-left: 100px;
  }
}

.book_image {
  width: 171px;
  /* -750 */
  /* 751- */
  /* -750 */
}
@media all and (max-width: 750px) {
  .book_image {
    margin: 20px auto;
  }
}
@media all and (min-width: 751px) {
  .book_image {
    position: absolute;
    top: -50px;
    left: 0;
  }
}
.book_image img {
  -webkit-box-shadow: 0px 0px 29px rgba(0, 0, 0, 0.26);
          box-shadow: 0px 0px 29px rgba(0, 0, 0, 0.26);
}
.book_image span {
  font-size: 12px;
  position: relative;
  /* 751- */
  /* -750 */
}
@media all and (min-width: 751px) {
  .book_image span {
    top: -10px;
  }
}
@media all and (max-width: 750px) {
  .book_image span {
    display: block;
    text-align: right;
  }
}
@media all and (max-width: 750px) {
  .book_image {
    margin: 0 auto;
  }
}

.book_text {
  text-align: center;
  font-weight: 600;
  position: relative;
  /* 751- */
}
@media all and (min-width: 751px) {
  .book_text {
    margin-left: 100px;
  }
}
.book_text::after {
  content: "";
  position: absolute;
  background-image: url(../images/municipality/book_one.png);
  width: 128px;
  height: 65px;
  background-size: contain;
  background-repeat: no-repeat;
  top: -30px;
  right: -60px;
  /* -750 */
}
@media all and (max-width: 750px) {
  .book_text::after {
    width: 90px;
    height: 52px;
    top: -20px;
    right: 50px;
  }
}

.book_text_catch {
  background: #495839;
  color: #FFFF91;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0 30px;
  border-radius: 30px;
  /* -750 */
}
@media all and (max-width: 750px) {
  .book_text_catch {
    margin: 0 0 0 40px;
  }
}

.book_text_main {
  font-size: 29px;
  color: #495839;
  letter-spacing: 0.1em;
  /* -750 */
  /* 751- */
}
@media all and (max-width: 750px) {
  .book_text_main {
    margin: 20px 0;
  }
}
@media all and (min-width: 751px) {
  .book_text_main {
    font-size: 53px;
  }
}

.book_text_sub {
  color: #495839;
  font-size: 18px;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* 751- */
}
@media all and (min-width: 751px) {
  .book_text_sub {
    font-size: 28px;
  }
}
.book_text_sub span {
  background: #495839;
  color: #FFFF91;
  border-radius: 60px;
  display: block;
  width: 42px;
  height: 42px;
  margin: 0 5px;
  font-size: 26px;
  letter-spacing: 0;
  /* 751- */
}
@media all and (min-width: 751px) {
  .book_text_sub span {
    width: 50px;
    height: 50px;
    font-size: 28px;
  }
}
/*# sourceMappingURL=municipality.css.map */