@import url("../../../resource/css/reset.css");
@import url("../../../resource/css/header.css");
@import url("../../../resource/css/footer.css");

/* GovernmentのReset設定
 * ======================================== */
.government_contents {
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 1.7;
}

.government_contents * {
  border: 0;
  box-sizing: border-box;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ",
    Meiryo, "Yu Gothic", YuGothic, Verdana, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

.government_contents a {
  color: #0a508d;
  text-decoration: underline;
}

.government_contents a:hover {
  text-decoration: none;
}

.government_contents .inner {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}


.government_contents img {
  max-width: 100%;
}

@media (min-width: 801px) {
  .show_mobile {
    display: none;
  }
}

@media (max-width: 800px) {
  .inner {
    padding: 0 16px;
  }

  .hide_mobile {
    display: none;
  }
}

/* コンテンツエリア
 * ======================================== */
.layout_hero_area {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 300px;
  background: linear-gradient(90deg, #3FA151 41%, #61AD46 75%);
  position: relative;
  overflow: hidden;
}

.layout_hero_area .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.layout_hero_area h1 {
  margin: 0 0 16px;
}


.layout_hero_area h1 span {
  display: block;
  font-family: Haru TP M;
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: 0.06em;
  color: #fff;
}

.layout_hero_area h1 span.maintext {
  font-size: 34px;
  letter-spacing: 0;
}

.hero_illust {
  width: 40.5%;
}

.leadtext {
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 1.5;
  color: #fff;
}

.layout_introduce_area {
  padding: 72px 0;
}

.layout_introduce_area > .inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 800px;
  margin: auto;
}

.layout_introduce_area .list {
  padding-left: 1em;
}

.layout_introduce_area .list li {
  display: flex;
  line-height: 1.7;
}

.layout_introduce_area .list li::before {
  content: "・";
  flex-shrink: 0;
}

.layout_introduce_area p {
  width: 100%;
  line-height: 1.7;
}

.layout_introduce_area p span {
  display: flex;
  font-size: 12px;
  color: #6B6B6B;
}
.layout_introduce_area p span::before {
  content: "※";
}

.layout_introduce_area sup {
  display: inline-block;
  font-size: 12px;
  transform: translateY(2px);
}

.cta_area .link_as_button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 100%;
  max-width: 320px;
  height: 55px;
  margin: 40px auto 0;
  position: relative;
  background: linear-gradient(91deg, #58A466 30%, #69B51E 100%);
  border-radius: 8px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 1.7;
  font-weight: 600;
  text-decoration: none;
  line-height: 100%;
}

.cta_area .link_as_button::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url(../images/icon_arrow.svg) no-repeat center center;
  background-size: 100% 100%;
}

.link_list {
  display: flex;
  justify-content: center;
  gap: 18px;
  list-style-type: none;
  margin-top: 102px;
}

.link_list li {
  width: 308px;
}

.link_text {
  display: flex;
  flex-direction: column;
  padding: 24px 24px 16px;
  font-size: 14px;
  line-height: 1.7;
  border-radius: 0 0 4px 4px;
  border: solid 1px #D7D7D7;
  border-top: none;
  & a {
    align-self: flex-end;
    text-decoration: none;
    color: #0066BE;
    margin: 32px 0 0;
    & span {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      gap: 4px;
      text-align: right;
      color: #0066BE;
      &::after {
        content: "";
        display: block;
        width: 12px;
        height: 13px;
        background: url(../images/icon_arrow_blue.svg) no-repeat center center;
        background-size: 100% 100%;
      }
    }
  }
}

.link_title {
  font-weight: 600;
  text-align: center;
  margin: 0 0 16px;
}

.layout_topics_area {
  background-color: #f1f1f1;
  padding: 72px 0 102px;
}

.layout_topics_area h2 {
  font-size: 20px;
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin: 0 0 16px;
}

.topics_list {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 32px;
  background-color: #fff;
}

.topics_list li {
  display: flex;
  padding: 6px 0;
  line-height: 160%;
}

.topics_list time {
  flex: 0 0 104px;
  flex-shrink: 0;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 1.7;
}

.topic_title {
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 1.7;
}

.topic_title a {
  color: #0066BE;
  text-decoration: none;
}

@media (min-width: 601px) {
  .cta_area .link_as_button:hover {
    opacity: 0.7;
  }

  .link_list li a:hover {
    text-decoration: underline;
  }

  .topic_title a:hover {
    text-decoration: underline;
  }
}

@media (max-width: 600px) {
  .layout_hero_area {
    height: auto;
    padding: 55px 0;
  }

  .layout_hero_area .inner {
    padding: 0 32px;
  }

  .layout_hero_area h1 span {
    font-size: 20px;
  }

  .layout_hero_area h1 span.maintext {
    font-size: 28px;
  }

  .hero_text {
    position: relative;
    z-index: 1;
    filter: drop-shadow(1px 1px 7px rgba(0, 0, 0, 0.50));
  }

  .hero_illust {
    width: 75.128205128%;
    position: absolute;
    right: -25px;
    bottom: -43px;
  }

  .leadtext {
    font-size: 14px;
    letter-spacing: 0.04em;
    line-height: 1.7;
  }

  .layout_introduce_area {
    padding: 36px 0;
  }

  .link_list {
    flex-direction: column;
    gap: 24px;
    margin: 72px 35px 0;
  }

  .link_list li {
    width: 100%;
  }

  .layout_topics_area {
    padding: 36px 0 50px;
  }
  .topics_list {
    padding: 16px;
  }
  .topics_list li {
    flex-direction: column;
    gap: 4px;
  }

  .topics_list time {
    flex: 0 0 auto;
  }
}

/* ------------------------------
.bread-foot
------------------------------ */

.bread-foot {
  position: relative;
  color: #ccc;
  background: #808088;
  border-bottom: 1px solid #707077;
}

.bread-foot .lists {
  display: flex;
  width: 960px;
  height: 34px;
  margin: 0 auto;
  font-size: 11px;
  align-items: center;
}

.bread-foot .link {
  position: relative;
  color: #ccc;
}

.bread-foot .link:hover {
  text-decoration: underline;
}

.bread-foot li:nth-of-type(n+2)::before {
  content: "\f105";
  margin: 0 8px;
  font-family: "FontAwesome";
}

.bread-foot .fa {
  margin: 0 8px;
  font-size: 10px;
}

@media (max-width: 959px) {
  .bread-foot {
    display: none;
  }
}