@charset "UTF-8";
/*----------------------------------------------------
基本設定
----------------------------------------------------*/
.sab_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 30px;
  background: #DBECC9;
  margin-top: 70px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1.2vw;
  display: none;
  /* 961- */
}
.sab_header a:hover, .sab_header a img:hover {
  opacity: unset;
}
.sab_header.fixed {
  margin-top: 0px;
}
@media screen and (min-width: 961px) {
  .sab_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.sab_header .sab_header_l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6vw;
  padding-right: 1.6vw;
  position: relative;
}
.sab_header .sab_header_l::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 150%;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #495839;
}
.sab_header .sab_header_l img {
  height: 30px;
  width: auto;
}
.sab_header .sab_header_l ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  gap: 30px;
}
.sab_header .sab_header_l ul li {
  font-weight: bold;
  color: #495839;
  position: relative;
  padding-left: 1.6vw;
  margin-top: 0;
  margin-bottom: 0;
}
.sab_header .sab_header_l ul li::before {
  content: "";
  position: absolute;
  width: 1.4vw;
  height: 1px;
  background: #313131;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.sab_header .sab_header_r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sab_header .sab_header_r ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0;
  margin-bottom: 0;
  gap: 1vw;
}
.sab_header .sab_header_r ul li {
  margin-top: 0;
  margin-bottom: 0;
}
.sab_header .sab_header_r ul li a {
  background: #495839;
  color: #fff;
  padding: 2px 1vw;
  border-radius: 20px;
  border: 1px solid #495839;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sab_header .sab_header_r ul li a:hover {
  background: #fff;
  color: #495839;
}

.service_links {
  margin-top: 50px;
  /* 961- */
}
@media screen and (min-width: 961px) {
  .service_links {
    margin-top: 100px;
  }
}
.service_links ul {
  /* 961- */
}
@media screen and (min-width: 961px) {
  .service_links ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
  }
}
.service_links ul li {
  font-size: 18px;
  font-weight: 600;
  /* 961- */
  /* 1400- */
}
@media screen and (min-width: 961px) {
  .service_links ul li {
    width: calc(33.3333333333% - 10px);
  }
}
@media all and (max-width: 1400px) {
  .service_links ul li {
    margin-bottom: 20px;
  }
}
.service_links ul li a {
  border: 1px solid #A72128;
  padding: 10px;
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
.service_links ul li a::before, .service_links ul li a::after {
  content: "";
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.service_links ul li a::before {
  width: 130px;
  height: 120px;
  background: #A72128;
  top: 1px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: -65px;
}
.service_links ul li a::after {
  background-image: url(../images/municipality/arrow.svg);
  width: 7.3px;
  height: 14px;
  background-size: contain;
  background-repeat: no-repeat;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.service_links ul li a:hover::after {
  right: 15px;
}
/*# sourceMappingURL=service.css.map */