@charset "UTF-8";
@import url("//fonts.googleapis.com/earlyaccess/notosansjp.css");
@import url("//fonts.googleapis.com/css?family=Oswald:400,700");
@import url("//fonts.googleapis.com/css2?family=Istok+Web:ital,wght@0,400;0,700;1,400;1,700");
*,
*::after,
*::before {
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  text-decoration: none;
  font-style: normal;
  font-size: inherit;
  box-sizing: border-box;
}

html {
  box-sizing: border-box;
  height: 100%;
}

body {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #ffffff;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
  width: 100%;
  font-weight: normal;
}

img {
  max-width: 100%;
  height: auto;
  text-decoration: none;
  vertical-align: top;
  font-size: 0px;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  color: #333;
  box-sizing: border-box;
  outline: none;
}

a.link {
  text-decoration: underline;
}
a.link:hover {
  text-decoration: none;
}

strong {
  font-weight: 700;
}
strong span {
  font-weight: inherit;
}

::-ms-reveal {
  display: none;
}

.header {
  position: sticky;
  top: 0px;
  height: 100px;
  border-radius: 0px 0px 0px 100px;
  display: flex;
  padding: 21px 40px 21px 70px;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(90deg, rgba(11, 169, 95, 0.9) 0%, rgba(8, 191, 190, 0.9) 49.5%, rgba(0, 160, 233, 0.9) 100%);
  z-index: 100;
}
@media (max-width: 768px) {
  .header {
    height: auto;
    padding: 10px 0 10px 40px;
    border-radius: 0px 0px 0px 30px;
  }
}
.header .area-header-waqpper {
  width: 100%;
}
.header .area-header {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  gap: 20px;
}
@media (max-width: 768px) {
  .header .area-header {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}
.header ._sitetitle a {
  color: #fff;
}
.header ._sitetitle ._job {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
@media (max-width: 768px) {
  .header ._sitetitle ._job {
    font-size: 10px;
  }
}
.header ._sitetitle ._name {
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
@media (max-width: 768px) {
  .header ._sitetitle ._name {
    font-size: 20px;
  }
}
.header ._sitetitle ._name span {
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
}
@media (max-width: 768px) {
  .header ._sitetitle ._name span {
    font-size: 13px;
  }
}
.header ._pagetitle {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
@media (max-width: 768px) {
  .header ._pagetitle {
    font-size: 20px;
    padding-right: 40px;
  }
}
.header ._update {
  display: flex;
  margin-left: auto;
  color: #fff;
  align-items: center;
  gap: 8px;
}
@media (max-width: 768px) {
  .header ._update {
    justify-content: center;
    font-size: 10px;
    margin: 0 auto;
    padding-right: 40px;
  }
}
.header ._update-icon {
  border: 1px solid #fff;
  border-radius: 16px;
  font-size: 14px;
  padding: 2px 24px;
}
@media (max-width: 768px) {
  .header ._update-icon {
    font-size: 10px;
    padding: 2px 5px;
  }
}
.header ._sitemenu {
  position: absolute;
  top: 35px;
  right: 25px;
}
@media (max-width: 768px) {
  .header ._sitemenu {
    top: 20px;
    right: 15px;
  }
}
.header ._menu-btn {
  display: none;
}

.footer {
  background: linear-gradient(90deg, #0BA95F 0%, #08BFBE 49.5%, #00A0E9 100%);
  padding: 64px 0 120px 0;
  border-radius: 0 80px 0 0;
  color: #FFF;
  /* Footer buttons */
  /* footer link */
  /* footer link2 */
}
@media (max-width: 768px) {
  .footer {
    padding: 60px 40px 100px 40px;
    border-radius: 0 40px 0 0;
  }
}
.footer.is-mini {
  padding: 16px;
}
@media (min-width: 769px) {
  .footer ._cols {
    display: flex;
    justify-content: space-between;
    width: 920px;
    margin: 0 auto;
  }
}
@media (min-width: 769px) {
  .footer ._cols ._col-main {
    width: 377px;
  }
}
@media (min-width: 769px) {
  .footer ._cols ._col-main ._type {
    width: 377px;
  }
}
@media (max-width: 768px) {
  .footer ._cols ._col-main ._type {
    margin: 0 auto;
  }
}
.footer ._cols ._col-main ._add {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 230%;
  letter-spacing: 1.1px;
}
@media (max-width: 768px) {
  .footer ._cols ._col-main ._add {
    margin-top: 8px;
    padding-top: 8px;
    font-size: 14px;
  }
}
.footer ._cols ._col-texts {
  width: 360px;
  display: flex;
  gap: 56px;
}
@media (max-width: 768px) {
  .footer ._cols ._col-texts {
    width: 100%;
    gap: 40px;
  }
}
.footer ._links {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 768px) {
  .footer ._links {
    margin-top: 20px;
    gap: 10px;
  }
}
.footer ._links a {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 1px;
}
@media (max-width: 768px) {
  .footer ._links a {
    font-size: 14px;
  }
}
.footer ._btns {
  margin-top: 64px;
  display: flex;
  justify-content: center;
  gap: 80px;
}
@media (max-width: 768px) {
  .footer ._btns {
    margin-top: 30px;
    gap: 5px;
    flex-direction: column;
  }
}
.footer ._copy {
  margin-top: 48px;
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 19.2px */
  letter-spacing: 0.6px;
}
@media (max-width: 768px) {
  .footer ._copy {
    margin-top: 24px;
    font-size: 14px;
    letter-spacing: 0.4px;
  }
}
.footer .mod-btn-footer {
  width: 428px;
  position: relative;
  display: block;
  padding: 29px 96px 29px 48px;
  border-radius: 40px;
  background: #fff;
  color: #0BA95F;
  text-align: center;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1px;
  cursor: pointer;
  transition-duration: 0.2s;
}
@media (max-width: 768px) {
  .footer .mod-btn-footer {
    width: 100%;
    padding: 12px 40px 12px 20px;
    border-radius: 17px;
    font-size: 16px;
  }
}
.footer .mod-btn-footer:hover {
  filter: brightness(1.1);
}
.footer .mod-btn-footer.is-support {
  color: #00A0E9;
}
.footer .mod-btn-footer.is-support:after {
  background-image: url(/common/images/icon/arrow_more_r.png);
}
.footer .mod-btn-footer:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translate(0, -50%);
  background: url(/common/images/icon/arrow_more_r2.png) left top no-repeat;
  background-size: contain;
  width: 52px;
  height: 52px;
}
@media (max-width: 768px) {
  .footer .mod-btn-footer:after {
    right: 12px;
    width: 22px;
    height: 22px;
  }
}
.footer ._externalLinksWrap {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  margin-top: 54px;
}
@media (max-width: 768px) {
  .footer ._externalLinksWrap {
    margin-top: 24px;
    font-size: 14px;
  }
}
@media (min-width: 769px) {
  .footer ._externalLinks {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 28px;
  }
}
@media (max-width: 768px) {
  .footer ._externalLinks {
    margin-top: 10px;
  }
}
.footer ._externalLinks a {
  background: none;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  border-radius: 0;
  width: auto;
  padding: 24px 72px 24px 36px;
}
@media (max-width: 768px) {
  .footer ._externalLinks a {
    padding: 14px 40px 14px 20px;
    font-size: 12px;
  }
}
@media (min-width: 769px) {
  .footer ._externalLinks a + a {
    border-left: 1px solid #fff;
  }
}
@media (max-width: 768px) {
  .footer ._externalLinks a + a {
    border-top: 1px solid #fff;
  }
}
.footer ._externalLinks .mod-btn-footer:after {
  background: url(/common/images/icon/arrow_more4.png) left top no-repeat;
  background-size: contain;
}
@media (min-width: 769px) {
  .footer ._externalLinks .mod-btn-footer:after {
    right: 24px;
    right: 14px;
    width: 33px;
    height: 33px;
  }
}
.footer ._internalLinks {
  text-align: center;
  width: 920px;
  margin: 54px auto 0;
}
@media (max-width: 768px) {
  .footer ._internalLinks {
    width: 100%;
    margin: 24px auto 0;
  }
}
.footer ._internalLinks a {
  color: #fff;
  font-size: 12px;
}

.mod-footer-support {
  transition-duration: 0.2s;
  transform: translate(105%);
  position: fixed;
  left: 16px;
  right: 16px;
  z-index: 10;
  bottom: 0;
  border-radius: 8px 8px 0 0;
  border: 3px solid #F7EB8C;
  color: #00A0E9;
  border-bottom: none;
  padding: 8px 40px 8px 15px;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  cursor: pointer;
}
body.is-support-show .mod-footer-support {
  transform: translate(0%);
}
@media (max-width: 768px) {
  .mod-footer-support {
    left: 16px;
    right: 16px;
    border-radius: 8px 8px 0 0;
    border-bottom: none;
    padding: 8px 40px 8px 15px;
    font-size: 14px;
  }
}
.mod-footer-support:hover {
  filter: brightness(1.1);
}
.mod-footer-support:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -13px;
  transform: translate(0, -50%);
  background: url(/common/images/icon/arrow_support.png) left top no-repeat;
  background-size: contain;
  width: 45px;
  height: 45px;
}
@media (max-width: 768px) {
  .mod-footer-support:after {
    top: 50%;
    right: -13px;
  }
}

@media (min-width: 769px) {
  .main {
    max-width: 1280px;
    margin: 64px auto 128px auto;
    padding: 0 40px;
  }
}
@media (max-width: 768px) {
  .main {
    max-width: 100%;
    margin: 32px auto 64px auto;
    padding: 0 20px;
  }
}

.report__title {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #666;
  padding: 8px 0;
  margin-bottom: 40px;
  word-break: keep-all;
}
.report__title span {
  font-size: 45px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .report__title span {
    font-size: 24px;
  }
}
.report__title-pdf {
  display: inline-block;
  background-color: #00A1E9;
  color: #fff;
  padding: 8px 24px 8px 48px;
  border-radius: 28px;
  text-decoration: none;
  font-size: 16px;
  transition: background-color 0.3s;
  background-image: url("../images/pdf_icon.png");
  background-repeat: no-repeat;
  background-position: 24px center;
  background-size: 16px;
}
@media (max-width: 768px) {
  .report__title-pdf {
    font-size: 12px;
    background-size: 12px;
    background-position: 12px center;
    padding: 4px 16px 4px 32px;
  }
}
.report__title-pdf:hover {
  background-color: #007BB8;
}
.report__intro {
  margin: 32px 0 16px;
  font-size: 26px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .report__intro {
    font-size: 18px;
    margin: 16px 0;
  }
}
.report__text {
  margin: 16px 0;
  font-size: 18px;
  line-height: 1.6;
  color: #333;
}
@media (max-width: 768px) {
  .report__text {
    font-size: 16px;
  }
}

.report-section {
  margin-top: 64px;
}
.report-section + .report-section {
  margin-top: 128px;
}
@media (max-width: 768px) {
  .report-section + .report-section {
    margin-top: 64px;
  }
}
.report-section__title {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 48px;
  padding: 30px 0 30px 230px;
  background-color: #21C1B4;
  color: #fff;
  position: relative;
}
@media (max-width: 768px) {
  .report-section__title {
    font-size: 18px;
    padding: 16px 16px 16px 120px;
    margin-bottom: 32px;
  }
}
.report-section__title:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  width: 167px;
  height: 56px;
  background-image: url(../images/title_city.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 768px) {
  .report-section__title:before {
    width: 80px;
  }
}
.report-section__title::after {
  content: "";
  position: absolute;
  background-color: #fff;
  top: 20px;
  left: 210px;
  width: 1px;
  height: calc(100% - 40px);
}
@media (max-width: 768px) {
  .report-section__title::after {
    left: 110px;
  }
}
.report-section__title--money::before {
  background-image: url(../images/title_money.png);
}
.report-section__subtitle {
  font-size: 26px;
  line-height: 1.6;
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .report-section__subtitle {
    font-size: 18px;
    margin-bottom: 24px;
  }
}
.report-section__subtitle span {
  font-family: "Istok Web", sans-serif;
  font-size: 40px;
}
@media (max-width: 768px) {
  .report-section__subtitle span {
    font-size: 20px;
  }
}
.report-section__subtitle--memo {
  font-size: 18px;
  margin-top: -48px;
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .report-section__subtitle--memo {
    font-size: 14px;
    margin-top: -24px;
    margin-bottom: 24px;
  }
}

.report-group {
  border: 2px solid #5C5C5C;
  margin-bottom: 48px;
}
.report-group__title {
  background-color: #5C5C5C;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 8px 0;
  text-align: center;
}
@media (max-width: 768px) {
  .report-group__title {
    font-size: 14px;
    padding: 8px 0;
  }
}
.report-group__content {
  padding: 32px 56px;
  font-size: 18px;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .report-group__content {
    padding: 16px 16px;
    font-size: 14px;
    line-height: 1.4;
  }
}
.report-group__list {
  margin: 16px 0;
  list-style: none;
}
@media (max-width: 768px) {
  .report-group__list {
    font-size: 14px;
    margin: 8px 0;
  }
}
.report-group__list li {
  text-indent: -1.25em;
  margin-left: 1.25em;
  margin-bottom: 8px;
}
.report-group__list li:before {
  content: "・";
  margin-right: 4px;
}
.report-group__list--number li {
  text-indent: -1.25em;
  margin-left: 1.25em;
}
.report-group__list--number li:before {
  content: "";
  margin-right: 0;
}

.report-dialogue {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 768px) {
  .report-dialogue {
    gap: 16px;
  }
}
.report-dialogue__entry {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 24px;
}
@media (max-width: 768px) {
  .report-dialogue__entry {
    grid-template-columns: 50px 1fr;
    gap: 16px;
  }
}
.report-dialogue__entry--ichihara {
  color: #21C1B4;
  font-weight: bold;
}
.report-dialogue__entry--ichihara .report-dialogue__speaker {
  background-image: url(../images/icon_ichihara.png);
}
.report-dialogue__entry--kensetsu {
  color: #3D3D3D;
}
.report-dialogue__entry--kensetsu .report-dialogue__speaker {
  background-image: url(../images/icon_person1.png);
}
.report-dialogue__entry--jousui,
.report-dialogue__entry--manager {
  color: #826AA4;
  font-weight: bold;
}
.report-dialogue__entry--jousui .report-dialogue__speaker,
.report-dialogue__entry--manager .report-dialogue__speaker {
  font-size: 11px;
  font-weight: bold;
  background-image: url(../images/icon_person2.png);
}
.report-dialogue__entry--manager .report-dialogue__speaker{
  font-size: 14px;
}
.report-dialogue__entry--mayor .report-dialogue__speaker {
  background-image: url(../images/icon_person1.png);
}
.report-dialogue__entry--hoken {
  color: #4D6CBA;
  font-weight: bold;
}
.report-dialogue__entry--hoken .report-dialogue__speaker {
  background-image: url(../images/icon_person3.png);
}
.report-dialogue__entry--zaimu .report-dialogue__speaker {
  background-image: url(../images/icon_person1.png);
}
.report-dialogue__speaker {
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  padding-top: 74px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .report-dialogue__speaker {
    font-size: 12px;
    padding-top: 54px;
    padding-bottom: 8px;
  }
}
.report-dialogue__content {
  font-size: 18px;
  letter-spacing: 0.05rem;
  padding-top: 4px;
  padding-bottom: 16px;
}
@media (max-width: 768px) {
  .report-dialogue__content {
    font-size: 14px;
    padding-top: 2px;
    padding-bottom: 8px;
  }
}
.report-dialogue__lastly .report-dialogue__content{
  font-size: 18px;
  font-weight: 700;
}

.report-dialogue__content ._box{
  border: 2px solid #21C1B4;
  display: block;
  padding: 20px 40px;
}

.report-dialogue__content ._box + ._box{
  margin-top: 20px;
}

.report__2col {
  display: flex;
  gap: 32px;
}
@media (max-width: 768px) {
  .report__2col {
    display: block;
    gap: 16px;
  }
}
@media (min-width: 769px) {
  .report__2col .report__image {
    width: 342px;
    flex-shrink: 0;
  }
}
@media (max-width: 768px) {
  .report__2col .report__image {
    width: 100%;
  }
}

.report-separate {
  height: 2px;
  margin: 50px 0;
  border-top: 2px dashed #ccc;
}

.report-tsukusuma {
  max-width: 980px;
  margin: 80px auto 40px auto;
  border: 2px dashed #5C5C5C;
  border-radius: 24px;
  padding: 20px;
}
@media (max-width: 768px) {
  .report-tsukusuma {
    max-width: 100%;
    margin: 40px auto 20px auto;
    padding: 16px;
  }
}
.report-tsukusuma__inner {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 32px;
  font-size: 18px;
}
@media (max-width: 768px) {
  .report-tsukusuma__inner {
    grid-template-columns: 1fr;
    gap: 16px;
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .report-tsukusuma__illust {
    text-align: center;
  }
  .report-tsukusuma__illust img {
    width: 100px;
  }
}
.report-tsukusuma__content {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
}
.report-tsukusuma__content p {
  font-weight: bold;
  margin-bottom: 16px;
}

.report-btn {
  position: relative;
  display: inline-block;
  padding: 24px 78px 24px 54px;
  border-radius: 40px;
  background: #0BA95F;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1px;
  transition-duration: 0.2s;
}
@media (max-width: 768px) {
  .report-btn {
    padding: 12px 40px 12px 20px;
    font-size: 14px;
    letter-spacing: 0.4px;
  }
}
.report-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  width: 46px;
  height: 46px;
  background-image: url(../images/icon-next.svg);
  background-size: contain;
}
@media (max-width: 768px) {
  .report-btn::after {
    right: 12px;
    width: 22px;
    height: 22px;
  }
}/*# sourceMappingURL=style.css.map */

h4.sub__comment {
	margin-bottom: 48px;
}