@charset "utf-8";
/* ===================== reset ==== */
html,
body,
div,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
img,
small,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
table,
tr,
th,
td,
article,
footer,
header,
nav,
section,
figure,
address {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
}
input,
textarea {
  margin: 0;
  resize: none;
  font-size: 16px;
  padding: 6px;
  box-sizing: border-box;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none;
  display: block;
}
a:focus {
  outline: none;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
html {
  font-family: "Noto Sans JP", sans-serif;
  -webkit-text-size-adjust: 100%;
  /* -webkit-font-smoothing: antialiased; */
  box-sizing: border-box;
}
@media print, screen and (min-width: 768px) {

  .cmn-inner {
    max-width: 1144px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1366px) {

  .cmn-inner {
    max-width: 79.44vw;
  }
}
/* ============================================
                      #link
============================================= */

@media print, screen and (min-width: 768px) {
  #localHeader .wrapper_text {
    margin-bottom: 100px;
  }
  #localHeader .wrapper_text .heading_2 {
    margin-bottom: 40px;
  }
  #localHeader .image {
    top: 12px;
    right: 100px;
  }

  #link .linkInner {
    width: 83.75vw;
    max-width: 1144px;
    margin: 0 auto;
  }

  .linkSubTitle img {
    width: 18vw;
    max-width: 246px;
  }

  /* ================== アンカーボタン ================== */

  #link .AnchorList {
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  #link .AnchorList a {
    position: relative;
    width: 20.6vw;
    max-width: 280px;
    font-size: min(1.75vw, 24px);
    font-weight: bold;
    color: #51c4d9;
    text-align: center;
    border: solid 2px #51c4d9;
    padding: 1.48vw 0;
    cursor: pointer;
    border-radius: 10px;
    margin-bottom: 0.5vw;
    transition: all 0.3s;
  }
  #link .AnchorList a::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
  }

  /* ===== 移住者向け ===== */
  #link .AnchorListBtn--migrants a::before {
    top: 30%;
    left: 14%;
    background: url(../img/link/house_icon.svg) center no-repeat;
    background-size: contain;
    width: 1.8vw;
    height: 1.7vw;
  }
  /* hover */
  #link .AnchorListBtn--migrants a:hover::before {
    background: url(../img/link/house_icon-f.svg) center no-repeat;
  }

  /* ===== 事業者向け ===== */
  #link .AnchorListBtn--bp a::before {
    top: 27%;
    left: 14%;
    background: url(../img/link/office_icon.svg) center no-repeat;
    background-size: contain;
    width: 1.5vw;
    height: 1.9vw;
  }

  /* hover */
  #link .AnchorListBtn--bp a:hover::before {
    background: url(../img/link/office_icon-f.svg) center no-repeat;
  }

  /* ===== 起業家向け ===== */
  #link .AnchorListBtn--entrepreneur a::before {
    top: 30%;
    left: 14%;
    background: url(../img/link/startup_icon.svg) center no-repeat;
    background-size: contain;
    width: 1.5vw;
    height: 1.9vw;
  }

  /* hover */
  #link .AnchorListBtn--entrepreneur a:hover::before {
    background: url(../img/link/startup_icon-f.svg) center no-repeat;
  }

  /* ===== 子育て ===== */
  #link .AnchorListBtn--children a::before {
    top: 30%;
    left: 23%;
    background: url(../img/link/Parenting_icon.svg) center no-repeat;
    background-size: contain;
    width: 1.6vw;
    height: 1.7vw;
  }
  /* hover */
  #link .AnchorListBtn--children a:hover::before {
    background: url(../img/link/Parenting_icon-f.svg) center no-repeat;
  }

  /* ===== 就活生 ===== */
  #link .AnchorListBtn--justlive a::before {
    top: 30%;
    left: 15%;
    background: url(../img/link/recruit_icon.svg) center no-repeat;
    background-size: contain;
    width: 1.4vw;
    height: 1.7vw;
  }

  /* hover */
  #link .AnchorListBtn--justlive a:hover::before {
    background: url(../img/link/recruit_icon-f.svg) center no-repeat;
  }

  /* ===== 仕事探し ===== */
  #link .AnchorListBtn--job a::before {
    top: 33%;
    left: 14%;
    background: url(../img/link/PC_icon.svg) center no-repeat;
    background-size: contain;
    width: 2vw;
    height: 1.6vw;
  }
  /* hover */
  #link .AnchorListBtn--job a:hover::before {
    background: url(../img/link/PC_icon-f.svg) center no-repeat;
  }

  /* ===== 就労・就職 ===== */
  #link .AnchorListBtn--employment a::before {
    top: 33%;
    left: 7%;
    background: url(../img/link/support_icon.svg) center no-repeat;
    background-size: contain;
    width: 1.92vw;
    height: 1.45vw;
  }
  /* hover */
  #link .AnchorListBtn--employment a:hover::before {
    background: url(../img/link/support_icon-f.svg) center no-repeat;
  }

  /* ===== 若い力を探す ===== */
  #link .AnchorListBtn--young a::before {
    top: 33%;
    left: 13%;
    background: url(../img/link/energie_icon.svg) center no-repeat;
    background-size: contain;
    width: 1.6vw;
    height: 1.6vw;
  }
  /* hover */
  #link .AnchorListBtn--young a:hover::before {
    background: url(../img/link/energie_icon-f.svg) center no-repeat;
  }

  /* ===== Arrow  ===== */
  #link .AnchorList a::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 41%;
    right: 7%;
    background: url(../img/link/icon-arrow.svg) center no-repeat;
    background-size: contain;
    width: 1vw;
    height: 1vw;
  }

  #link .AnchorList a:hover {
    background-color: #51c4d9;
    color: #fff;
  }
  #link .AnchorList a:hover::after {
    background: url(../img/link/icon-arrow-f.svg) center no-repeat;
    background-size: contain;
    width: 1vw;
    height: 1vw;
  }
  /* ================== 情報リスト ================== */
  #link .infoListItem {
    padding-bottom: 4.4vw;
    margin-bottom: 4.17vw;
    border-bottom: solid 2px #e8e8e8;
  }

  #link .infoListItem:last-of-type {
    border-bottom: none;
    margin-bottom: 6.17vw;
  }

  #link .infoListTitle {
    position: relative;
    font-size: min(1.75vw, 24px);
    color: #51c4d9;
    font-weight: bold;
    margin-bottom: 1.46vw;
    padding-left: 2.3vw;
    line-height: 1.25;
  }
  #link .infoListTitle::before {
    content: "";
    display: inline-block;
    position: absolute;
  }

  /* 移住者向け */
  #link .infoListTitle--migrants::before {
    top: 0;
    left: 0;
    background: url(../img/link/house_icon.svg) center no-repeat;
    background-size: contain;
    width: 1.8vw;
    height: 1.7vw;
  }

  /* 事業者向け */
  #link .infoListTitle--bp::before {
    top: 0;
    left: 0;
    background: url(../img/link/office_icon.svg) center no-repeat;
    background-size: contain;
    width: 1.8vw;
    height: 1.7vw;
  }

  /* 起業家向け */
  #link .infoListTitle--entrepreneur::before {
    top: 0;
    left: 0;
    background: url(../img/link/startup_icon.svg) center no-repeat;
    background-size: contain;
    width: 1.8vw;
    height: 1.7vw;
  }

  /* 子育てに関する情報 */
  #link .infoListTitle--children::before {
    top: 0;
    left: 0;
    background: url(../img/link/Parenting_icon.svg) center no-repeat;
    background-size: contain;
    width: 1.8vw;
    height: 1.7vw;
  }

  /* 就活生の支援団体 */
  #link .infoListTitle--justlive::before {
    top: 0;
    left: 0;
    background: url(../img/link/recruit_icon.svg) center no-repeat;
    background-size: contain;
    width: 1.8vw;
    height: 1.7vw;
  }

  /* 就活生の支援団体 */
  #link .infoListTitle--job::before {
    top: 0;
    left: 0;
    background: url(../img/link/PC_icon.svg) center no-repeat;
    background-size: contain;
    width: 1.8vw;
    height: 1.7vw;
  }

  /* 就労・就職のサポート */
  #link .infoListTitle--employment::before {
    top: 0;
    left: 0;
    background: url(../img/link/support_icon.svg) center no-repeat;
    background-size: contain;
    width: 1.8vw;
    height: 1.7vw;
  }

  /* 若い力を活かす取り組み */
  #link .infoListTitle--young::before {
    top: 0;
    left: 0;
    background: url(../img/link/energie_icon.svg) center no-repeat;
    background-size: contain;
    width: 1.8vw;
    height: 1.7vw;
  }

  #link .InnerListItem {
    position: relative;
    padding-left: 1vw;
    margin-bottom: 1.46vw;
  }

  #link .InnerListItem:last-of-type {
    margin-bottom: 0;
  }

  #link .InnerListLink {
    position: relative;
    display: inline;
    color: #38d2a5;
    font-size: 1.17vw;
    font-weight: 500;
    line-height: 1.4;
    border-bottom: solid 1px #38d2a5;
  }

  #link .InnerListLink::after {
    position: absolute;
    transform: translateY(0.4vw);
    content: "";
    display: inline-block;
    background: url(../img/link/link_icon.svg) center no-repeat;
    background-size: contain;
    width: 1vw;
    height: 1vw;
    margin-left: 6px;
  }

  #link .InnerListLink::before {
    content: "・";
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: -1.2vw;
    color: #000;
  }
  #link .InnerListText {
    font-size: 1.17vw;
    font-weight: 500;
    line-height: 1.4;
    margin-top: 8px;
  }
}

/* SP */
@media only screen and (max-width: 767px) {
  #localHeader .wrapper_text {
    margin-bottom: 4vw;
  }

  #localHeader .wrapper_text .heading_3 {
    letter-spacing: 0.03em;
  }

  #link .linkInner {
    width: 94.6vw;
    margin: 0 auto;
  }

  .linkSubTitle img {
    width: 41.6vw;
  }

  /* ================== アンカーボタン ================== */

  #link .AnchorList {
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  #link .AnchorList a {
    position: relative;
    width: 46vw;
    font-size: min(4.2vw, 32px);
    font-weight: bold;
    color: #51c4d9;
    text-align: center;
    border: solid 2px #51c4d9;
    padding: 3.33vw 0;
    cursor: pointer;
    line-height: 1.75;
    border-radius: 10px;
    margin-bottom: 3.7vw;
    transition: all 0.3s;
  }

  #link .AnchorList a::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
  }

  /* ===== 移住者向け ===== */
  #link .AnchorListBtn--migrants a::before {
    top: 32%;
    left: 12%;
    background: url(../img/link/house_icon.svg) center no-repeat;
    background-size: contain;
    width: 5vw;
    height: 4.8vw;
  }

  /* ===== 事業者向け ===== */
  #link .AnchorListBtn--bp a::before {
    top: 34%;
    left: 14%;
    background: url(../img/link/office_icon.svg) center no-repeat;
    background-size: contain;
    width: 4vw;
    height: 4.9vw;
  }

  /* ===== 起業家向け ===== */
  #link .AnchorListBtn--entrepreneur a::before {
    top: 38%;
    left: 14%;
    background: url(../img/link/startup_icon.svg) center no-repeat;
    background-size: contain;
    width: 4.4vw;
    height: 4.2vw;
  }

  /* ===== 子育て ===== */
  #link .AnchorListBtn--children a::before {
    top: 30%;
    left: 23%;
    background: url(../img/link/Parenting_icon.svg) center no-repeat;
    background-size: contain;
    width: 4.4vw;
    height: 4.9vw;
  }

  /* ===== 就活生 ===== */
  #link .AnchorListBtn--justlive a::before {
    top: 32%;
    left: 15%;
    background: url(../img/link/recruit_icon.svg) center no-repeat;
    background-size: contain;
    width: 4vw;
    height: 4.8vw;
  }

  /* ===== 仕事探し ===== */
  #link .AnchorListBtn--job a::before {
    top: 33%;
    left: 12%;
    background: url(../img/link/PC_icon.svg) center no-repeat;
    background-size: contain;
    width: 5.6vw;
    height: 4.4vw;
  }

  /* ===== 就労・就職 ===== */
  #link .AnchorListBtn--employment a::before {
    top: 33%;
    left: 2%;
    background: url(../img/link/support_icon.svg) center no-repeat;
    background-size: contain;
    width: 5.7vw;
    height: 4.3vw;
  }

  /* ===== 若い力を探す ===== */
  #link .AnchorListBtn--young a::before {
    top: 31%;
    left: 13%;
    background: url(../img/link/energie_icon.svg) center no-repeat;
    background-size: contain;
    width: 4.6vw;
    height: 4.6vw;
  }

  /* ===== Arrow  ===== */
  #link .AnchorList a::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 44%;
    right: 7%;
    background: url(../img/link/icon-arrow.svg) center no-repeat;
    background-size: contain;
    width: 3.2vw;
    height: 2vw;
  }

  /* ================== 情報リスト ================== */
  #link .infoList {
    padding: 0 3.33vw;
  }
  #link .infoListItem {
    padding-bottom: 10.4vw;
    margin-bottom: 12vw;
    border-bottom: solid 2px #e8e8e8;
  }

  #link .infoListItem:last-of-type {
    margin-bottom: 0;
    border-bottom: none;
  }

  #link .infoListTitle {
    position: relative;
    font-size: min(4.8vw, 18px);
    color: #51c4d9;
    font-weight: bold;
    margin-bottom: 5.2vw;
    padding-left: 6vw;
    line-height: 1.25;
  }
  #link .infoListTitle::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    width: 5vw;
    height: 4.8vw;
  }

  /* 移住者向け */
  #link .infoListTitle--migrants::before {
    background: url(../img/link/house_icon.svg) center no-repeat;
    background-size: contain;
  }

  /* 事業者向け */
  #link .infoListTitle--bp::before {
    background: url(../img/link/office_icon.svg) center no-repeat;
    background-size: contain;
  }

  /* 起業家向け */
  #link .infoListTitle--entrepreneur::before {
    background: url(../img/link/startup_icon.svg) center no-repeat;
    background-size: contain;
  }

  /* 子育てに関する情報 */
  #link .infoListTitle--children::before {
    background: url(../img/link/Parenting_icon.svg) center no-repeat;
    background-size: contain;
  }

  /* 就活生の支援団体 */
  #link .infoListTitle--justlive::before {
    background: url(../img/link/recruit_icon.svg) center no-repeat;
    background-size: contain;
  }

  /* 就活生の支援団体 */
  #link .infoListTitle--job::before {
    background: url(../img/link/PC_icon.svg) center no-repeat;
    background-size: contain;
  }

  /* 就労・就職のサポート */
  #link .infoListTitle--employment::before {
    background: url(../img/link/support_icon.svg) center no-repeat;
    background-size: contain;
  }

  /* 若い力を活かす取り組み */
  #link .infoListTitle--young::before {
    background: url(../img/link/energie_icon.svg) center no-repeat;
    background-size: contain;
  }

  #link .InnerListItem {
    position: relative;
    padding-left: 4vw;
    margin-bottom: 6.3vw;
  }

  #link .InnerListItem:last-of-type {
    margin-bottom: 0;
  }

  #link .InnerListLink {
    position: relative;
    display: inline;
    color: #38d2a5;
    font-size: 4.2vw;
    font-weight: 500;
    line-height: 1.4;
    border-bottom: solid 1px #38d2a5;
  }

  #link .InnerListLink::after {
    position: absolute;
    transform: translateY(1.6vw);
    content: "";
    display: inline-block;
    background: url(../img/link/link_icon.svg) center no-repeat;
    background-size: contain;
    width: 3.2vw;
    height: 3.2vw;
    margin-left: 3px;
  }

  #link .InnerListLink::before {
    content: "・";
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: -4.2vw;
    color: #000;
  }
  #link .InnerListText {
    font-size: 4.2vw;
    font-weight: 500;
    line-height: 1.4;
    margin-top: 8px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1366px) {
  #localHeader .wrapper_text .heading_2 {
    margin-bottom: 2.93vw;
  }
  #localHeader .wrapper_text {
    margin-bottom: 7.32vw;
  }
  #localHeader .image {
    top: 0.88vw;
    right: 10.25vw;
  }
}

footer .tel a {
  display: inline-block;
}
