@charset "UTF-8";

@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;
  }
}

.local-heading_2 {
  font-weight: 700;
  color: #00c7dc;
  line-height: 1.42;
  position: relative;
}
.local-heading_2:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.75em;
  border-top: 2px solid #00c7dc;
  width: 100%;
  height: 0;
}
.local-heading_2 span {
  position: relative;
  display: inline-flex;
  align-items: center;
  background-color: #fff;
}
.local-heading_2 span:before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 0.1em;
}
.local-heading_3 {
  font-weight: 700;
  color: #00c7dc;
  line-height: 1.16;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
}
.local-heading_3 .number {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex: 0 0 auto;
  border-radius: 100%;
  background-color: #00c7dc;
  color: #fff;
  line-height: 1;
  font-family: Roboto, sans-serif;
  padding: 0 0 0 0.15em;
}
.local-heading_graph-title {
  padding-left: 1em;
  text-indent: -1em;
}
.local-heading_graph-title:before {
  content: "■";
  color: #00c7dc;
}
.local-heading_fukidashi {
  position: relative;
  display: inline-block;
  font-weight: 700;
  color: #00c7dc;
  letter-spacing: 0.05em;
}
.local-heading_fukidashi:after,
.local-heading_fukidashi:before {
  content: "";
  display: block;
  width: 0;
  border-right: 1px solid #00c7dc;
  position: absolute;
  bottom: 0;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
.local-heading_fukidashi:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.local-heading_fukidashi:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.local-p {
  letter-spacing: 0.05em;
}
.local-p_note {
  letter-spacing: 0.08em;
}
.local-link {
  color: #00c7dc;
  word-break: break-all;
  text-decoration: underline;
}
.sub-section {
  position: relative;
}
.sub-section + .sub-section:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  background: url(../img/city/dot_01.png) 0 / contain repeat-x;
}
picture.-center {
  display: block;
  text-align: center;
}
.js-fadeUpElm {
  opacity: 0;
  -webkit-transform: translateY(2em);
  transform: translateY(2em);
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
}
.js-fadeUpElm.active {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.js-fadeInElm {
  opacity: 0;
  transition: opacity 0.5s;
}
.js-fadeInElm.active {
  opacity: 1;
}
.js-inview {
  opacity: 0;
  transition: opacity 1s;
}
.js-inview.on {
  opacity: 1;
}
.js-inviewUp {
  opacity: 0;
  -webkit-transform: translateY(2em);
  transform: translateY(2em);
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}
.js-inviewUp.on {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.js-inviewDown {
  opacity: 0;
  -webkit-transform: translateY(-2em);
  transform: translateY(-2em);
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}
.js-inviewDown.on {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.number-box .symbol {
  display: inline;
}
.local-nav .nav {
  position: relative;
  z-index: 1;
}
.local-nav .nav [class^="item_"] a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 2px solid #00c7dc;
  color: #00c7dc;
  font-weight: 700;
  position: relative;
  line-height: 1.2em;
}
.local-nav .nav [class^="item_"] a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xml%3Aspace%3D%22preserve%22%20viewBox%3D%220%200%2066.36%2040.92%22%3E%20%3Cpath%20d%3D%22M2.27%202.27a7.738%207.738%200%200%201%2010.94%200l19.97%2019.97L53.16%202.27a7.738%207.738%200%200%201%2010.94%200%207.738%207.738%200%200%201%200%2010.94L38.65%2038.65a7.787%207.787%200%200%201-5.47%202.27c-2.04%200-4.03-.83-5.47-2.27L2.27%2013.21A7.717%207.717%200%200%201%200%207.74c0-1.98.76-3.96%202.27-5.47z%22%20fill%3D%22%2300c7dc%22%2F%3E%3C%2Fsvg%3E")
    50% / contain no-repeat;
}
.local-nav .nav [class^="item_"] a .icon {
  background-repeat: no-repeat;
  background-size: contain;
}
.local-nav .nav .item_suuji a .icon {
  background-image: url(../img/howto/icon01.svg);
}
.local-nav .nav .item_kurashi a .icon {
  background-image: url(../img/howto/icon02.svg);
}
.local-nav .nav .item_hatarakou a .icon {
  background-image: url(../img/howto/icon03.svg);
}
.local-nav .nav .item_voice a .icon {
  background-image: url(../img/howto/icon04.svg);
}
.acc_wrap dt {
  border-top: 2px solid #00c7dc;
  color: #00c7dc;
  font-size: 3.2rem;
  font-weight: 700;
  padding: 18px 0 18px 90px;
  line-height: 1em;
  cursor: pointer;
  position: relative;
}
.acc_wrap #emigration dt {
  border-bottom: 2px solid #00c7dc;
}
.acc_wrap dt::before,
.acc_wrap dt::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 2px;
  background-color: #00c7dc;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.5s;
}
.acc_wrap dt::after {
  transform: translateY(-50%) rotate(90deg);
  transition: transform 0.5s;
}

.acc_wrap dt.is-show::before {
  opacity: 0;
}

.acc_wrap dt.is-show::after {
  transform: translateY(-50%) rotate(180deg);
}
.acc_wrap #newgraduate dt {
  background: url(../img/howto/icon01.svg) no-repeat 20px 50%;
  background-size: 50px 44px;
}
.acc_wrap #midcareer dt {
  background: url(../img/howto/icon02.svg) no-repeat 20px 50%;
  background-size: 52px 56px;
}
.acc_wrap #parent dt {
  background: url(../img/howto/icon03.svg) no-repeat 20px 50%;
  background-size: 48px 44px;
}
.acc_wrap #emigration dt {
  background: url(../img/howto/icon04.svg) no-repeat 20px 50%;
  background-size: 53px 47px;
}
.acc_wrap dd {
  display: none;
  border-top: 2px solid #00c7dc;
  padding: 35px 0 100px;
}
.acc_wrap #emigration dd {
  border-top: none;
  border-bottom: 2px solid #00c7dc;
}
.acc_wrap dd .wrap {
  display: flex;
  justify-content: space-between;
}
.acc_wrap dd .wrap .text_area {
  width: 60%;
}
.acc_wrap dd .wrap .img_area {
  width: 36%;
}
.acc_wrap dd ol > li {
  position: relative;
  padding: 0 0 56px;
  margin: 0 0 50px;
}
.acc_wrap dd ol > li::after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, -50%);
  background: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2012%206%22%3E%20%3Ccircle%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%20fill%3D%22%23f5f4f3%22%2F%3E%20%3C%2Fsvg%3E)
    0/12px 100% repeat-x;
  height: 6px;
}
.acc_wrap dd ol > li:last-of-type {
  margin: 0;
  padding: 0;
}
.acc_wrap dd ol > li:last-of-type::after {
  display: none;
}
.acc_wrap dd ol li h3 {
  color: #00c7dc;
  font-size: 3.2rem;
  font-weight: 700;
  padding: 20px 0 20px 100px;
  line-height: 1em;
  margin: 0 0 20px;
}
.acc_wrap dd ol li h3.step01 {
  background: url(../img/howto/step01.svg) no-repeat left 50%;
}
.acc_wrap dd ol li h3.step02 {
  background: url(../img/howto/step02.svg) no-repeat left 50%;
}
.acc_wrap dd ol li h3.step03 {
  background: url(../img/howto/step03.svg) no-repeat left 50%;
}
.acc_wrap dd ol li h3.step04 {
  background: url(../img/howto/step04.svg) no-repeat left 50%;
}
.acc_wrap dd ol li .text_area p {
  line-height: 2em;
  margin: 0 0 30px;
}
.acc_wrap dd ol li .text_area h4 {
  color: #00c7dc;
  font-size: 2rem;
  line-height: 1.6em;
  margin: 0 0 10px;
}
.acc_wrap dd ol li .text_area .list_style {
  margin: 0 0 25px;
}
.acc_wrap dd ol li .text_area .list_style li {
  list-style: disc outside;
  margin: 0 0 0 24px;
  line-height: 2em;
}
.acc_wrap dd ol li .text_area .btn_ul {
  /* overflow: hidden; */
  margin: 0 0 25px;
  padding: 0 0 5px;
}
.acc_wrap dd ol li .text_area .btn_ul li {
  float: left;
  margin-right: 20px;
}
.acc_wrap dd ol li .text_area .btn_ul li:last-of-type {
  margin-right: 0;
}
@media print, screen and (min-width: 768px) {

  .cmn-btn_jump {
    padding: 10px 42px;
    height: 60px;
    border-radius: 30px;
  }
  .local-heading_2 {
    font-size: 4.2rem;
    margin-bottom: 35px;
  }
  .local-heading_2 span {
    padding-right: 35px;
  }
  .local-heading_2 span:before {
    margin-right: 16px;
  }
  .local-heading_3 {
    font-size: 2.4rem;
    margin-bottom: 25px;
  }
  .local-heading_3 .number {
    width: 40px;
    height: 40px;
  }
  .local-heading_3 .title {
    padding-left: 10px;
  }
  .local-heading_graph-title {
    font-size: 1.6rem;
    line-height: 1.375;
    margin-bottom: 15px;
  }
  .local-heading_fukidashi {
    font-size: 3.4rem;
  }
  .local-heading_fukidashi:after,
  .local-heading_fukidashi:before {
    height: 45px;
  }
  .local-heading_fukidashi:before {
    left: -25px;
  }
  .local-heading_fukidashi:after {
    right: -15px;
  }
  .local-p {
    line-height: 2;
    font-size: 1.4rem;
  }
  .local-p_note {
    font-size: 1.2rem;
    line-height: 1.83;
  }
  .local-link {
    transition: opacity 0.15s;
    text-underline-offset: 0.5em;
  }
  .local-link:hover {
    opacity: 0.6;
  }
  section + section {
    margin-top: 120px;
  }
  .sub-section + .sub-section {
    margin-top: 135px;
  }
  .sub-section + .sub-section:before {
    height: 6px;
    top: -66px;
  }
  .flex {
    display: flex;
    justify-content: space-between;
  }
  .flex.-col2 {
    align-items: center;
  }
  .flex.-col2 > .item:first-child {
    width: 520px;
  }
  .flex.-col2 > .item:nth-child(2) {
    width: 558px;
  }
  .flex.-col2.-reverse > .item:nth-child(2) {
    order: -1;
  }
  #localHeader {
    margin-bottom: 148px;
  }
  #localHeader .wrapper_text .heading_2 {
    margin-bottom: 40px;
  }
  #localHeader .image {
    top: 6px;
  }
  .local-nav {
    margin-bottom: 115px;
  }
  .local-nav .nav {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
  }
  .local-nav .nav [class^="item_"] {
    width: calc(50% - 8px);
    height: 70px;
  }
  .local-nav .nav [class^="item_"] a {
    border-radius: 10px;
    font-size: 2.2rem;
    transition: color 0.15s, background-color 0.15s;
  }
  .local-nav .nav [class^="item_"] a:after {
    width: 17px;
    height: 11px;
    right: 34px;
    transition: background-image 0.15s;
  }
  .local-nav .nav [class^="item_"] a:hover {
    background-color: #00c7dc;
    color: #fff;
  }
  .local-nav .nav [class^="item_"] a:hover:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xml%3Aspace%3D%22preserve%22%20viewBox%3D%220%200%2066.36%2040.92%22%3E%20%3Cpath%20d%3D%22M2.27%202.27a7.738%207.738%200%200%201%2010.94%200l19.97%2019.97L53.16%202.27a7.738%207.738%200%200%201%2010.94%200%207.738%207.738%200%200%201%200%2010.94L38.65%2038.65a7.787%207.787%200%200%201-5.47%202.27c-2.04%200-4.03-.83-5.47-2.27L2.27%2013.21A7.717%207.717%200%200%201%200%207.74c0-1.98.76-3.96%202.27-5.47z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
  }
  .local-nav .nav [class^="item_"] a .icon {
    transition: background-image 0.15s;
    margin-right: 20px;
  }
  .local-nav .nav .item_suuji a .icon {
    width: 47px;
    height: 40px;
  }
  .local-nav .nav .item_suuji a:hover .icon {
    background-image: url(../img/howto/icon01_white.svg);
  }
  .local-nav .nav .item_kurashi a .icon {
    width: 40px;
    height: 44px;
  }
  .local-nav .nav .item_kurashi a:hover .icon {
    background-image: url(../img/howto/icon02_white.svg);
  }
  .local-nav .nav .item_hatarakou a .icon {
    width: 44px;
    height: 40px;
  }
  .local-nav .nav .item_hatarakou a:hover .icon {
    background-image: url(../img/howto/icon03_white.svg);
  }
  .local-nav .nav .item_voice a .icon {
    width: 44px;
    height: 40px;
  }
  .local-nav .nav .item_voice a:hover .icon {
    background-image: url(../img/howto/icon04_white.svg);
  }

  .acc_wrap dd ol li .text_area .btn_ul {
    display: flex;
  }
}
@media print, screen and (min-width: 1367px) {
}
@media only screen and (max-width: 767px) {
  .cmn-btn_jump {
    width: 100%;
  }
  .heading_1 img {
    width: 60vw;
  }
  .heading_2 img {
    width: 70vw;
  }
  figure.image img {
    width: 65vw;
  }
  .acc_wrap dd {
    padding: 4.66vw 0 13.33vw;
  }
  .acc_wrap dd ol li .text_area p {
    margin: 0 0 4vw;
  }
  .acc_wrap dd ol li .text_area .list_style {
    margin: 0 0 4vw;
  }
  .acc_wrap dd ol li .text_area h4 {
    font-size: 4vw;
    margin: 0 0 1.5vw;
  }
  .acc_wrap dd ol li .text_area .btn_ul {
    margin: 0 0 4vw;
  }
  .acc_wrap dd ol > li::after {
    height: 4px;
  }
  .acc_wrap dd .wrap {
    flex-direction: column-reverse;
  }
  .acc_wrap dd .wrap .text_area {
    width: 100%;
  }
  .acc_wrap dd .wrap .img_area {
    width: 100%;
    margin: 0 0 15px;
  }
  .acc_wrap dd ol > li {
    padding: 0 0 4.91vw;
    margin: 0 0 4.39vw;
  }
  .acc_wrap dd ol li .text_area .btn_ul li {
    float: none;
    margin-right: 0;
    margin-bottom: 18px;
    text-align: center;
  }
  .acc_wrap dd ol li .text_area .btn_ul li:last-of-type {
    margin: 0;
  }
  .acc_wrap dt {
    font-size: 4.27vw;
    padding: 5.33vw 0 5.33vw 19.47vw;
    line-height: 1.3em;
  }
  .acc_wrap #newgraduate dt {
    background: url(../img/howto/icon01.svg) no-repeat 2.67vw 50%;
    background-size: 11.46vw;
  }
  .acc_wrap #midcareer dt {
    background: url(../img/howto/icon02.svg) no-repeat 2.67vw 50%;
    background-size: 11.46vw;
  }
  .acc_wrap #parent dt {
    background: url(../img/howto/icon03.svg) no-repeat 2.67vw 50%;
    background-size: 11.46vw;
  }
  .acc_wrap #emigration dt {
    background: url(../img/howto/icon04.svg) no-repeat 2.67vw 50%;
    background-size: 11.46vw;
  }
  .acc_wrap dd ol li h3 {
    font-size: 4.27vw;
    padding: 4vw 0 4vw 16vw;
    margin: 0 0 15px;
    line-height: 1.4em;
  }
  .acc_wrap dd ol li h3.step01 {
    background: url(../img/howto/step01.svg) no-repeat left 50%;
    background-size: 13.9vw;
  }
  .acc_wrap dd ol li h3.step02 {
    background: url(../img/howto/step02.svg) no-repeat left 50%;
    background-size: 13.9vw;
  }
  .acc_wrap dd ol li h3.step03 {
    background: url(../img/howto/step03.svg) no-repeat left 50%;
    background-size: 13.9vw;
  }
  .acc_wrap dd ol li h3.step04 {
    background: url(../img/howto/step04.svg) no-repeat left 50%;
    background-size: 13.9vw;
  }
  #localHeader .wrapper_text .heading_3 {
    font-size: 4.7vw;
  }
  .local-heading_2 {
    font-size: 5.6vw;
    margin-bottom: 5.33vw;
  }
  .local-heading_2:before {
    border-width: 1px;
  }
  .local-heading_2 span {
    padding-right: 5.33vw;
  }
  .local-heading_2 span:before {
    margin-right: 1.87vw;
  }
  .local-heading_3 {
    font-size: 4.27vw;
    margin-bottom: 2.67vw;
  }
  .local-heading_3 .number {
    width: 7.33vw;
    height: 7.33vw;
  }
  .local-heading_3 .title {
    padding-left: 1.6vw;
  }
  .local-heading_graph-title {
    font-size: 2.93vw;
    line-height: 1.3;
    margin-bottom: 2.93vw;
  }
  .local-heading_fukidashi {
    font-size: 4.8vw;
    line-height: 1.25;
  }
  .local-heading_fukidashi:after,
  .local-heading_fukidashi:before {
    height: 5.87vw;
  }
  .local-heading_fukidashi:after {
    right: -1.33vw;
  }
  .local-p {
    line-height: 1.58;
  }
  .local-p_note {
    font-size: 3.2vw;
    line-height: 1.5;
  }
  .local-link {
    text-underline-offset: 0.5em;
  }
  section + section {
    margin-top: 21.33vw;
  }
  .sub-section + .sub-section {
    margin-top: 16vw;
  }
  .sub-section + .sub-section:before {
    height: 0.53vw;
    top: -7.47vw;
  }
  .flex.-col2 > .item:first-child {
    margin-bottom: 5.33vw;
  }
  #localHeader .wrapper_text .caption {
    margin: 0 0 8vw;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
  }
  .local-nav {
    margin-bottom: 16vw;
  }
  .local-nav .nav [class^="item_"] {
    height: 13.33vw;
  }
  .local-nav .nav [class^="item_"] + [class^="item_"] {
    margin-top: 2.67vw;
  }
  .local-nav .nav [class^="item_"] a {
    border-radius: 1.33vw;
    font-size: 4.27vw;
  }
  .local-nav .nav [class^="item_"] a:after {
    width: 3.47vw;
    height: 2.4vw;
    right: 3.47vw;
  }
  .local-nav .nav [class^="item_"] a .icon {
    margin-right: 2.4vw;
  }
  .local-nav .nav .item_suuji a .icon {
    width: 6.97vw;
    height: 5.87vw;
  }
  .local-nav .nav .item_kurashi a .icon {
    width: 5.6vw;
    height: 6.13vw;
  }
  .local-nav .nav .item_hatarakou a .icon,
  .local-nav .nav .item_voice a .icon {
    width: 6.13vw;
    height: 5.63vw;
  }
}
@media only screen and (max-width: 767px) and (max-width: 1366px) {
  .local-heading_fukidashi:before {
    left: -2.67vw;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1366px) {
  .cmn-btn_jump {
    padding: 0 2.08vw;
    height: 4.17vw;
    line-height: 4.17vw;
    border-radius: 2.08vw;
  }
  .acc_wrap dd ol > li {
    padding: 0 0 4.91vw;
    margin: 0 0 4.39vw;
  }
  .acc_wrap dd ol li .text_area .btn_ul li {
    float: left;
    margin-right: 1.75vw;
  }
  .cmn-btn_jump {
    padding: 0.73vw 3.2vw;
  }
  .acc_wrap dt {
    font-size: 2.34vw;
    padding: 1.58vw 0 1.58vw 6.59vw;
  }
  .acc_wrap #newgraduate dt {
    background: url(../img/howto/icon01.svg) no-repeat 1.74vw 50%;
    background-size: 3.86vw;
  }
  .acc_wrap #midcareer dt {
    background: url(../img/howto/icon02.svg) no-repeat 1.74vw 50%;
    background-size: 3.86vw;
  }
  .acc_wrap #parent dt {
    background: url(../img/howto/icon03.svg) no-repeat 1.74vw 50%;
    background-size: 3.86vw;
  }
  .acc_wrap #emigration dt {
    background: url(../img/howto/icon04.svg) no-repeat 1.74vw 50%;
    background-size: 3.86vw;
  }
  .acc_wrap dd ol li h3 {
    font-size: 2.34vw;
    padding: 1.18vw 0 1.18vw 6.02vw;
    margin: 0 0 1.46vw;
  }
  .acc_wrap dd ol li h3.step01 {
    background: url(../img/howto/step01.svg) no-repeat left 50%;
    background-size: 5.12vw;
  }
  .acc_wrap dd ol li h3.step02 {
    background: url(../img/howto/step02.svg) no-repeat left 50%;
    background-size: 5.12vw;
  }
  .acc_wrap dd ol li h3.step03 {
    background: url(../img/howto/step03.svg) no-repeat left 50%;
    background-size: 5.12vw;
  }
  .acc_wrap dd ol li h3.step04 {
    background: url(../img/howto/step04.svg) no-repeat left 50%;
    background-size: 5.12vw;
  }
  .acc_wrap dd ol li h3 {
    font-size: 2.34vw;
    padding: 1.58vw 0 1.58vw 7.32vw;
  }
  .local-heading_2 span:before {
    margin-right: 1.17vw;
  }
  .local-heading_2 span {
    padding-right: 2.56vw;
  }
  .local-heading_2 {
    font-size: 3.07vw;
    margin-bottom: 2.56vw;
  }
  .local-heading_3 .number {
    width: 2.93vw;
    height: 2.93vw;
  }
  .local-heading_3 .title {
    padding-left: 0.73vw;
  }
  .local-heading_3 {
    font-size: 1.76vw;
    margin-bottom: 1.83vw;
  }
  .local-heading_graph-title {
    font-size: 1.17vw;
    margin-bottom: 1.1vw;
  }
  .local-heading_fukidashi:after,
  .local-heading_fukidashi:before {
    height: 3.29vw;
  }
  .local-heading_fukidashi:before {
    left: -1.83vw;
  }
  .local-heading_fukidashi:after {
    right: -1.1vw;
  }
  .local-heading_fukidashi {
    font-size: 2.49vw;
  }
  .local-p_note {
    font-size: 0.88vw;
  }
  .local-p {
    font-size: 1.02vw;
  }
  section + section {
    margin-top: 8.78vw;
  }
  .sub-section + .sub-section:before {
    height: 0.44vw;
    top: -4.83vw;
  }
  .sub-section + .sub-section {
    margin-top: 9.88vw;
  }
  .flex.-col2 > .item:first-child {
    width: 38.07vw;
  }
  .flex.-col2 > .item:nth-child(2) {
    width: 40.85vw;
  }
  #localHeader .wrapper_text .heading_2 {
    margin-bottom: 2.93vw;
  }
  #localHeader .image {
    top: 0.44vw;
  }
  #localHeader {
    margin-bottom: 10.83vw;
  }
  .local-nav .nav [class^="item_"] a:after {
    width: 1.24vw;
    height: 0.81vw;
    right: 2.49vw;
  }
  .local-nav .nav [class^="item_"] a .icon {
    margin-right: 1.46vw;
  }
  .local-nav .nav [class^="item_"] a {
    border-radius: 0.73vw;
    font-size: 1.61vw;
  }
  .local-nav .nav [class^="item_"] {
    width: calc(50% - 0.59vw);
    height: 5.12vw;
  }
  .local-nav .nav .item_suuji a .icon {
    width: 3.15vw;
    height: 2.65vw;
  }
  .local-nav .nav .item_kurashi a .icon {
    width: 3.07vw;
    height: 2.65vw;
  }
  .local-nav .nav .item_hatarakou a .icon {
    width: 3vw;
    height: 2.7vw;
  }
  .local-nav .nav .item_voice a .icon {
    width: 2.93vw;
    height: 2.63vw;
  }
  .local-nav .nav {
    gap: 1.17vw;
  }
  .local-nav {
    margin-bottom: 8.42vw;
  }
}
