@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@media screen and (min-width: 768px) {
  .pc-none {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .sp-none {
    display: none !important;
  }
}

body {
  min-width: 100%;
}
body .inner, body #fnav {
  width: 100%;
}
body #topicPath {
  width: 100%;
  max-width: 1024px;
  padding: 0 4%;
}
@media screen and (min-width: 768px) {
  body #topicPath {
    padding: 0 20px;
  }
}
body .pagetop.is-fixed.is-display {
  bottom: 20px !important;
}
@media screen and (max-width: 767px) {
  body .pagetop.is-fixed {
    bottom: 20px !important;
  }
}

#renewal #nav-4 .burger-menu {
  left: inherit;
  right: 15px;
  transform: inherit;
}

.box-bg {
  padding: 32px 6%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .box-bg {
    margin-top: 32px;
  }
}
@media screen and (min-width: 768px) {
  .box-bg {
    padding: 100px 0;
  }
}
.box-bg::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
}
@media screen and (min-width: 768px) {
  .box-bg::before {
    width: 120vw;
    max-width: 1200px;
  }
}

.prefectures47-carousel-controller {
  display: inline-block;
  padding: 0.2vw 1.5vw 0;
  margin: 12px auto 0;
}
@media screen and (max-width: 767px) {
  .prefectures47-carousel-controller {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .prefectures47-carousel-controller {
    margin-top: 10px;
  }
}
.prefectures47-carousel-controller-inner {
  display: inline-block;
  position: relative;
}
.prefectures47-carousel-controller-prev, .prefectures47-carousel-controller-next {
  position: absolute;
  top: 0;
  z-index: 10;
  width: 33.3333333333%;
  height: 100%;
  background: #fff;
  opacity: 0;
  transition: 0.4s;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .prefectures47-carousel-controller-prev:hover, .prefectures47-carousel-controller-next:hover {
    opacity: 0.3;
  }
}
.prefectures47-carousel-controller-prev {
  left: 0;
}
.prefectures47-carousel-controller-next {
  right: 0;
}
.prefectures47-carousel-controller-pause {
  margin: 0 auto;
  width: 110px;
  z-index: 10;
  transition: 0.4s;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .prefectures47-carousel-controller-pause {
    width: 100px;
  }
}
@media screen and (min-width: 768px) {
  .prefectures47-carousel-controller-pause:hover {
    opacity: 0.7;
  }
}

.p-prefectures47 {
  background: url(/jgbs/individual/kojinmuke/assets/img/47_interview/common/contents_bg.jpg) repeat-y center 0/100% auto;
}
.p-prefectures47 * {
  box-sizing: border-box;
}

.prefectures47-kv {
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
}
@media screen and (min-width: 768px) {
  .prefectures47-kv {
    min-height: 40vw;
    padding: 2.5% 0 1.5%;
  }
}
@media screen and (min-width: 768px) {
  .prefectures47-kv-img {
    position: absolute;
    top: 0;
    right: 0;
    width: 53%;
    z-index: 1;
  }
}
@media screen and (max-width: 767px) {
  .prefectures47-kv-list {
    display: none;
  }
}
.prefectures47-kv-list li {
  position: absolute;
  width: 3.2%;
}
.prefectures47-kv-list li.is-toyama {
  top: 65.3%;
  left: 49.2%;
}
.prefectures47-kv-list li.is-nagano {
  top: 70.2%;
  left: 52.5%;
}
.prefectures47-kv-list li.is-fukushima {
  top: 64.8%;
  left: 65%;
}
.prefectures47-kv-list a {
  display: block;
}
.prefectures47-kv-list a:hover {
  opacity: 1 !important;
}
.prefectures47-kv-txt {
  font-size: 3.4vw;
}
@media screen and (max-width: 767px) {
  .prefectures47-kv-txt {
    text-align: right;
    padding-right: 3%;
    margin-top: 2.5%;
  }
}
@media screen and (min-width: 768px) {
  .prefectures47-kv-txt {
    position: absolute;
    right: 1%;
    bottom: 2%;
    font-size: clamp(100%, 1.4vw, 135.7142857143%);
  }
}
.prefectures47-kv-row {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .prefectures47-kv-row {
    flex-direction: column-reverse;
    padding: 5% 4% 9%;
  }
}
@media screen and (min-width: 768px) {
  .prefectures47-kv-row {
    align-items: flex-end;
    width: 74%;
    padding: 1.2vw 1.5vw 1.4vw;
    margin-left: 0.18vw;
  }
}
.prefectures47-kv-col {
  width: 23vw;
}
@media screen and (max-width: 767px) {
  .prefectures47-kv-col {
    width: 100%;
  }
}
.prefectures47-kv-col:first-child {
  position: relative;
}
@media screen and (max-width: 767px) {
  .prefectures47-kv-col:first-child {
    margin-top: -16.5%;
    z-index: 1;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  .prefectures47-kv-col:first-child {
    width: 28vw;
  }
}
.prefectures47-kv-col:last-child {
  padding-left: 1vw;
}
@media screen and (max-width: 767px) {
  .prefectures47-kv-col:last-child {
    width: 65%;
    margin: 0 auto;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  .prefectures47-kv-col:last-child {
    width: 16.5vw;
  }
}
@media (min-width: 1000px) {
  .prefectures47-kv-col:last-child {
    width: 20vw;
    transform: translateY(-4%);
  }
}
.prefectures47-kv-col:last-child img {
  width: 100%;
}
.prefectures47-kv-history-heading {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  background: #333333;
  padding: 0.2em 0.7em 0.2em;
  border-radius: 0 2px 2px 0;
  transform: translateY(50%);
}
@media screen and (min-width: 768px) {
  .prefectures47-kv-history-heading {
    font-size: clamp(78.5714285714%, 0.86vw, 0.86vw);
  }
}
.prefectures47-kv-history-scroll {
  height: 42vw;
  padding-right: 22px;
  overflow: auto;
}
@media screen and (min-width: 768px) {
  .prefectures47-kv-history-scroll {
    height: 11vw;
    padding-right: clamp(15px, 1.5vw, 30px);
  }
}
.prefectures47-kv-history-scroll-wrap {
  background: #fff;
  padding: 1.4em 1.2em 1.4em 1.5em;
  border: #707070 1px solid;
  border-radius: 8px;
}
@media screen and (min-width: 768px) {
  .prefectures47-kv-history-scroll-wrap {
    padding: 1.5vw 1.3vw;
  }
}
.prefectures47-kv-history-scroll .simplebar-track.simplebar-vertical {
  width: 4px;
  background: #D5D5D5;
  border-radius: 3px;
  overflow: hidden;
}
.prefectures47-kv-history-scroll .simplebar-track.simplebar-vertical .simplebar-scrollbar {
  background: #8D8D8D;
  border-radius: 3px;
}
.prefectures47-kv-history-item {
  display: block;
  padding: 0.6em 0;
  border-bottom: 1px solid #D5D5D5;
}
.prefectures47-kv-history-item:first-child {
  padding-top: 0;
}
.prefectures47-kv-history-date {
  font-size: 12px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .prefectures47-kv-history-date {
    font-size: clamp(71.4285714286%, 0.85vw, 0.8vw);
  }
}
.prefectures47-kv-history-date img {
  margin-left: 0.5em;
  position: relative;
  top: -0.15em;
  width: 1.75vw;
  min-width: 22px;
  vertical-align: middle;
}
.prefectures47-kv-history-name {
  display: flex;
}
@media screen and (min-width: 768px) {
  .prefectures47-kv-history-name {
    justify-content: space-between;
    align-items: center;
  }
}
.prefectures47-kv-history-name span:first-child {
  font-size: 14px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .prefectures47-kv-history-name span:first-child {
    font-size: clamp(85.7142857143%, 1vw, 1.4vw);
  }
}
.prefectures47-kv-history-name span:last-child {
  font-size: 10px;
  font-weight: 600;
  padding-right: 1.5em;
  border-bottom: 1px solid #333;
  position: relative;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .prefectures47-kv-history-name span:last-child {
    font-size: clamp(67.8571428571%, 0.75vw, 0.75vw);
    padding-right: 1.1em;
  }
}
@media (min-width: 768px) and (max-width: 1999px) {
  .prefectures47-kv-history-name span:last-child {
    border-width: 1px;
  }
}
@media (min-width: 1200px) {
  .prefectures47-kv-history-name span:last-child {
    border-width: 1.5px;
  }
}
.prefectures47-kv-history-name span:last-child::after {
  content: "";
  display: block;
  width: 0.9em;
  height: 0.9em;
  background: url(/jgbs/individual/kojinmuke/assets/img/47_interview/common/icon_arrow_black.png) no-repeat right 0/contain;
  position: absolute;
  top: 46%;
  right: 0;
  transform: translateY(-60%);
}
@media (min-width: 1200px) {
  .prefectures47-kv-history-name span:last-child::after {
    border-width: 1.5px;
    top: 56%;
  }
}

.prefectures47-carousel {
  background: #523E32;
  position: relative;
  padding: 1px 0;
}
@media screen and (max-width: 767px) {
  .prefectures47-carousel {
    margin-top: 2%;
    margin-right: -65vw;
  }
}
@media screen and (min-width: 768px) {
  .prefectures47-carousel {
    width: 95.5%;
  }
}
.prefectures47-carousel::before, .prefectures47-carousel::after {
  content: "";
  display: block;
  width: 100%;
  height: 4.5vw;
  background-size: auto auto;
  background-color: #FEF7EF;
  background-image: repeating-linear-gradient(90deg, transparent, transparent 4.2vw, rgb(82, 62, 50) 4.2vw, rgb(82, 62, 50) 9.4vw);
  margin: 4.5vw 0;
}
@media screen and (max-width: 767px) {
  .prefectures47-carousel::before, .prefectures47-carousel::after {
    margin-left: 3.8vw;
  }
}
@media screen and (min-width: 768px) {
  .prefectures47-carousel::before, .prefectures47-carousel::after {
    height: 1.2vw;
    background-image: repeating-linear-gradient(90deg, transparent, transparent 1.2vw, rgb(82, 62, 50) 1.2vw, rgb(82, 62, 50) 2.8vw);
    margin: 1.2vw 0 1.2vw 1.2vw;
  }
}
@media screen and (min-width: 768px) {
  .prefectures47-carousel::before {
    margin-bottom: 1.2vw;
  }
}
@media screen and (min-width: 768px) {
  .prefectures47-carousel::after {
    margin-top: 1.2vw;
  }
}
.prefectures47-carousel .slick-list {
  margin-left: -8px;
}
.prefectures47-carousel-item {
  display: block;
  position: relative;
  opacity: 1;
  margin: 0 8px;
  transition: 0s, opacity 0.4s !important;
}
.prefectures47-carousel-item:hover {
  opacity: 1 !important;
}
.prefectures47-carousel-item-inner {
  position: relative;
}
.prefectures47-carousel-item-inner::before, .prefectures47-carousel-item-inner::after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.4s;
}
.prefectures47-carousel-item-inner::before {
  height: 50%;
  background: linear-gradient(rgba(0, 0, 0, 0), rgb(0, 0, 0));
  opacity: 0.8;
  z-index: 1;
}
.prefectures47-carousel-item-inner::after {
  opacity: 0;
  height: 100%;
  background: #fff;
}
.prefectures47-carousel-item-inner:hover::after {
  opacity: 0.2;
}
.prefectures47-carousel-item-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 19%;
}
.prefectures47-carousel-item-icon img {
  margin: inherit;
}
.prefectures47-carousel-item-box {
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  padding: 3.9% 4.4%;
}
.prefectures47-carousel-item-date {
  font-size: clamp(64.2857142857%, 0.75vw, 1vw);
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .prefectures47-carousel-item-date {
    font-size: clamp(57.1428571429%, 0.75vw, 1vw);
  }
}
.prefectures47-carousel-item-area {
  font-size: clamp(85.7142857143%, 1vw, 1.4vw);
  font-weight: 600;
  margin-top: 0.2em;
}
@media screen and (min-width: 768px) {
  .prefectures47-carousel-item-area {
    font-size: clamp(78.5714285714%, 1vw, 1.4vw);
    margin-top: 0.1em;
  }
}
.prefectures47-carousel-item-role {
  font-size: clamp(64.2857142857%, 0.75vw, 1vw);
  margin-top: 0.4em;
}
@media screen and (min-width: 768px) {
  .prefectures47-carousel-item-role {
    font-size: clamp(57.1428571429%, 0.75vw, 1vw);
    margin-top: 0.15em;
  }
}
.prefectures47-carousel-item-name {
  display: flex;
  align-items: baseline;
  font-weight: 600;
  margin-top: 0.3em;
}
@media screen and (max-width: 767px) {
  .prefectures47-carousel-item-name {
    font-size: 11px;
  }
}
@media screen and (min-width: 768px) {
  .prefectures47-carousel-item-name {
    margin-top: 0.1em;
  }
}
.prefectures47-carousel-item-name span {
  font-size: clamp(78.5714285714%, 1.3vw, 1.3vw);
}
.prefectures47-carousel-item-name span:first-child {
  font-size: clamp(114.2857142857%, 1.6vw, 2vw);
  margin-right: 0.3em;
}
@media screen and (min-width: 768px) {
  .prefectures47-carousel-item-name span:first-child {
    font-size: clamp(100%, 1.31vw, 2vw);
  }
}
.prefectures47-carousel-item-name span:last-child {
  font-size: clamp(9px, 2.2vw, 10px);
  padding-right: 1.2em;
  padding-bottom: 0.25em;
  border-bottom: 0.1em solid #fff;
  margin-left: auto;
  position: relative;
  top: -0.2em;
}
@media screen and (min-width: 768px) {
  .prefectures47-carousel-item-name span:last-child {
    font-size: clamp(64.2857142857%, 0.768vw, 1vw);
  }
}
.prefectures47-carousel-item-name span:last-child::after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background: url(/jgbs/individual/kojinmuke/assets/img/47_interview/common/icon_arrow_white.png) no-repeat right 0/contain;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -52%);
}
@media screen and (min-width: 768px) {
  .prefectures47-carousel-item-name span:last-child::after {
    transform: translate(0, -60%);
  }
}

.prefectures47-anchor {
  max-width: 848px;
  margin: 0 auto;
}
.prefectures47-anchor-list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding: 16px 0;
  margin: 0 -0.35em;
}
@media screen and (min-width: 768px) {
  .prefectures47-anchor-list {
    padding: 24px 0;
    margin: 0 -0.65em;
  }
}
.prefectures47-anchor-list::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background: #EDEDED;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.prefectures47-anchor-list li {
  width: 33.3333333333%;
  padding: 0 0.35em;
}
@media screen and (max-width: 767px) {
  .prefectures47-anchor-list li:nth-child(n+4) {
    margin-top: 0.7em;
  }
}
@media screen and (min-width: 768px) {
  .prefectures47-anchor-list li {
    width: 25%;
    padding: 0 0.65em;
  }
  .prefectures47-anchor-list li:nth-child(n+5) {
    margin-top: 1.3em;
  }
}
.prefectures47-anchor-list a {
  display: flex;
  align-items: center;
  font-size: 114.2857142857%;
  font-weight: bold;
  letter-spacing: 0.05em;
  width: 100%;
  height: 50px;
  padding: 0 1em;
  background: #fff;
  border: 1px solid #707070;
  border-radius: 5px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .prefectures47-anchor-list a {
    font-size: clamp(100%, 1.4vw, 114.2857142857%);
  }
}
.prefectures47-anchor-list a.is-disable {
  pointer-events: none;
  color: #aaa !important;
  background: #ddd;
  border-color: #bbb;
  filter: grayscale(100%);
}
.prefectures47-anchor-list a::after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background: url(/jgbs/individual/kojinmuke/assets/img/main/renewal2025/icon_arrow_lightblue.svg) no-repeat 0 0/contain;
  position: absolute;
  top: 50%;
  right: 0.6em;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .prefectures47-anchor-list a::after {
    width: 1.05em;
    height: 1.05em;
    right: 1em;
  }
}

.prefectures47-section {
  margin-top: 80px;
}
@media screen and (min-width: 768px) {
  .prefectures47-section {
    margin-top: 120px;
  }
}
.prefectures47-section:first-of-type {
  margin-top: 0;
}

.prefectures47-heading {
  font-size: 157.1428571429%;
  font-weight: bold;
  display: flex;
  align-items: center;
  min-height: 2.6em;
  padding: 0 1em;
  border-left-width: 4px;
  border-left-style: solid;
}
@media screen and (min-width: 768px) {
  .prefectures47-heading {
    font-size: clamp(171.4285714286%, 2.4vw, 200%);
    color: #333333;
    min-height: 2.85em;
    border-left-width: 8px;
  }
}
#hokkaido .prefectures47-heading {
  background: rgba(75, 59, 193, 0.2);
  border-color: #4B3BC1;
}
#tohoku .prefectures47-heading {
  background: rgba(34, 152, 188, 0.2);
  border-color: #2298BC;
}
#kanto .prefectures47-heading {
  background: rgba(26, 139, 39, 0.2);
  border-color: #1A8B27;
}
#chubu .prefectures47-heading {
  background: rgba(146, 185, 43, 0.2);
  border-color: #92B92B;
}
#kinki .prefectures47-heading {
  background: rgba(230, 192, 34, 0.2);
  border-color: #E6C022;
}
#chugoku .prefectures47-heading {
  background: rgba(216, 142, 54, 0.2);
  border-color: #D88E36;
}
#shikoku .prefectures47-heading {
  background: rgba(226, 88, 157, 0.2);
  border-color: #E2589D;
}
#kyushu .prefectures47-heading {
  background: rgba(231, 52, 12, 0.2);
  border-color: #E7340C;
}

.prefectures47-comingsoon {
  font-family: "Roboto", serif;
  font-size: 128.5714285714%;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
  background: #F5F5F5;
  border: #D5D5D5 1px solid;
  border-radius: 8px;
  max-width: 880px;
  padding: 0.4em 1em;
  margin: 40px auto 0;
}
@media screen and (min-width: 768px) {
  .prefectures47-comingsoon {
    font-size: clamp(171.4285714286%, 2.4vw, 200%);
  }
}

.prefectures47-row {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .prefectures47-row {
    margin: 0 -2.5%;
  }
}

@media screen and (max-width: 767px) {
  .prefectures47-col {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .prefectures47-col {
    padding: 0 2.5%;
  }
}
@media screen and (min-width: 768px) {
  .prefectures47-col.is-col4 {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 768px) {
  .prefectures47-col.is-col8 {
    width: 66.6666666667%;
  }
}

.prefectures47-card-img {
  width: 100%;
}
.prefectures47-card-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #EDEDED;
  padding: 0.6em 0.8em;
  border-radius: 4px;
  margin-top: 1.6em;
}
.prefectures47-card-head span {
  letter-spacing: 0.05em;
}
.prefectures47-card-head span:first-child {
  font-size: 128.5714285714%;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .prefectures47-card-head span:first-child {
    font-size: clamp(114.2857142857%, 1.6vw, 128.5714285714%);
  }
}
.prefectures47-card-head span:last-child {
  font-size: 100%;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .prefectures47-card-head span:last-child {
    font-size: clamp(85.7142857143%, 1.2vw, 100%);
  }
}
.prefectures47-card-role {
  font-size: 100%;
  font-weight: 500;
  letter-spacing: 0.02em;
  margin-top: 0.8em;
}
@media screen and (min-width: 768px) {
  .prefectures47-card-role {
    font-size: clamp(85.7142857143%, 1.2vw, 100%);
  }
}
.prefectures47-card-name {
  font-size: 114.2857142857%;
  letter-spacing: 0.05em;
  margin-top: 0.2em;
}
.prefectures47-card-name span:first-child {
  font-size: 142.8571428571%;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .prefectures47-card-name span:first-child {
    font-size: clamp(121.4285714286%, 1.7vw, 142.8571428571%);
  }
}
.prefectures47-card-name span:last-child {
  font-size: 114.2857142857%;
}
@media screen and (min-width: 768px) {
  .prefectures47-card-name span:last-child {
    font-size: clamp(100%, 1.4vw, 114.2857142857%);
  }
}
.prefectures47-card-detail {
  font-size: 114.2857142857%;
  font-weight: 600;
  text-align: right;
  position: relative;
}
@media screen and (min-width: 768px) {
  .prefectures47-card-detail {
    font-size: clamp(92.8571428571%, 1.3vw, 114.2857142857%);
  }
}
.prefectures47-card-detail span {
  display: inline-block;
  padding-right: 1em;
  padding-bottom: 0.2em;
  border-bottom: 2px solid #000;
  margin-top: 0.5em;
  position: relative;
}
#hokkaido .prefectures47-card-detail span {
  border-color: #4B3BC1;
}
#tohoku .prefectures47-card-detail span {
  border-color: #2298BC;
}
#kanto .prefectures47-card-detail span {
  border-color: #1A8B27;
}
#chubu .prefectures47-card-detail span {
  border-color: #92B92B;
}
#kinki .prefectures47-card-detail span {
  border-color: #E6C022;
}
#chugoku .prefectures47-card-detail span {
  border-color: #D88E36;
}
#shikoku .prefectures47-card-detail span {
  border-color: #E2589D;
}
#kyushu .prefectures47-card-detail span {
  border-color: #E7340C;
}
.prefectures47-card-detail span::after {
  content: "";
  display: block;
  width: 0.85em;
  height: 0.85em;
  background: url(/jgbs/individual/kojinmuke/assets/img/47_interview/common/icon_arrow_black.png) no-repeat right 0/contain;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-60%);
}

.p-prefectures47-single.is-post {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-prefectures47-single.is-post {
    width: 92%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .p-prefectures47-single.is-post {
    padding-top: 100px;
  }
}
.p-prefectures47-single.is-post::before {
  content: "";
  display: block;
  width: 100vw;
  max-width: 1200px;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 10.5vw;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .p-prefectures47-single.is-post::before {
    top: 100px;
  }
}
.p-prefectures47-single.is-post > * {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-prefectures47-single.is-post .l-contents {
    padding: 0 5% !important;
  }
}
.p-prefectures47-single .p-prefectures47-single-heading {
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-prefectures47-single .p-prefectures47-single-heading {
    margin-top: 6%;
    margin-bottom: 8%;
  }
}
@media screen and (min-width: 768px) {
  .p-prefectures47-single .p-prefectures47-single-heading {
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 767px) {
  .p-prefectures47-single .p-prefectures47-single-heading img {
    width: 80vw;
    max-width: 600px;
  }
}
.p-prefectures47-single .p-prefectures47-single-kv {
  margin-top: -1.8%;
}
@media screen and (min-width: 768px) {
  .p-prefectures47-single .p-prefectures47-single-kv {
    display: flex;
    justify-content: center;
  }
}
.p-prefectures47-single .p-prefectures47-single-kv-col {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-prefectures47-single .p-prefectures47-single-kv-col:first-child {
    width: 37.6%;
    padding-right: 5%;
  }
}
@media screen and (max-width: 767px) {
  .p-prefectures47-single .p-prefectures47-single-kv-col:last-child {
    margin: 15px -5.5% 0;
  }
}
@media screen and (min-width: 768px) {
  .p-prefectures47-single .p-prefectures47-single-kv-col:last-child {
    width: 62.4%;
  }
}
.p-prefectures47-single .p-prefectures47-single-kv-txt {
  font-feature-settings: "palt";
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  border-bottom: 1px solid #8D8D8D;
  padding-bottom: 0.6em;
}
@media screen and (min-width: 768px) {
  .p-prefectures47-single .p-prefectures47-single-kv-txt {
    font-size: clamp(185.7142857143%, 2.6vw, 228.5714285714%);
  }
}
.p-prefectures47-single .p-prefectures47-single-unit {
  display: flex;
  align-items: center;
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  .p-prefectures47-single .p-prefectures47-single-unit {
    margin-top: 1.6em;
  }
}
.p-prefectures47-single .p-prefectures47-single-unit-prefectures {
  font-size: 15px;
  font-weight: 700;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #FAD6CE;
  min-width: 5em;
  padding: 0.75em 0 0.8em;
  border-radius: 4px;
}
@media screen and (min-width: 768px) {
  .p-prefectures47-single .p-prefectures47-single-unit-prefectures {
    font-size: clamp(114.2857142857%, 1.6vw, 157.1428571429%);
  }
}
.p-prefectures47-single .p-prefectures47-single-unit-prefectures.is-hokkaido {
  background: rgba(75, 59, 193, 0.2);
}
.p-prefectures47-single .p-prefectures47-single-unit-prefectures.is-tohoku {
  background: rgba(34, 152, 188, 0.2);
}
.p-prefectures47-single .p-prefectures47-single-unit-prefectures.is-kanto {
  background: rgba(26, 139, 39, 0.2);
}
.p-prefectures47-single .p-prefectures47-single-unit-prefectures.is-chubu {
  background: rgba(146, 185, 43, 0.2);
}
.p-prefectures47-single .p-prefectures47-single-unit-prefectures.is-kinki {
  background: rgba(230, 192, 34, 0.2);
}
.p-prefectures47-single .p-prefectures47-single-unit-prefectures.is-chugoku {
  background: rgba(216, 142, 54, 0.2);
}
.p-prefectures47-single .p-prefectures47-single-unit-prefectures.is-shikoku {
  background: rgba(226, 88, 157, 0.2);
}
.p-prefectures47-single .p-prefectures47-single-unit-prefectures.is-kyushu {
  background: rgba(231, 52, 12, 0.2);
}
.p-prefectures47-single .p-prefectures47-single-unit dl {
  padding-left: 1.2em;
}
.p-prefectures47-single .p-prefectures47-single-unit dt {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .p-prefectures47-single .p-prefectures47-single-unit dt {
    font-size: clamp(12px, 1.3vw, 16px);
    line-height: 1.3;
  }
}
.p-prefectures47-single .p-prefectures47-single-unit dd {
  font-size: 11px;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-prefectures47-single .p-prefectures47-single-unit dd {
    font-size: clamp(12px, 1.3vw, 16px);
  }
}
.p-prefectures47-single .p-prefectures47-single-unit dd span {
  font-size: 19px;
  font-size: clamp(22px, 2.2vw, 28px);
  font-weight: 700;
  margin-right: 0.4em;
}
.p-prefectures47-single .p-prefectures47-single-section {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .p-prefectures47-single .p-prefectures47-single-section {
    margin-top: 50px;
  }
}
.p-prefectures47-single .p-prefectures47-single-section-heading {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 0.5em;
  border-bottom: 2px solid #ED99AB;
}
@media screen and (min-width: 768px) {
  .p-prefectures47-single .p-prefectures47-single-section-heading {
    font-size: clamp(128.5714285714%, 1.8vw, 157.1428571429%) !important;
  }
}
.p-prefectures47-single .p-prefectures47-single-section-heading img {
  margin-right: 0.7em;
}
@media screen and (max-width: 767px) {
  .p-prefectures47-single .p-prefectures47-single-section-heading img {
    width: 80px;
  }
}
.p-prefectures47-single .p-prefectures47-single-section-heading span {
  margin-top: 0.8em;
}
.p-prefectures47-single .p-prefectures47-single-section-row {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .p-prefectures47-single .p-prefectures47-single-section-row {
    margin: 2.8em -2% 0;
  }
}
@media screen and (max-width: 767px) {
  .p-prefectures47-single .p-prefectures47-single-section-row.is-reverse {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 768px) {
  .p-prefectures47-single .p-prefectures47-single-section-row.is-reverse {
    flex-direction: row-reverse;
  }
}
.p-prefectures47-single .p-prefectures47-single-section-col {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-prefectures47-single .p-prefectures47-single-section-col {
    padding: 0 2%;
  }
}
@media screen and (max-width: 767px) {
  .p-prefectures47-single .p-prefectures47-single-section-col:first-child {
    margin-top: 24px;
  }
}
@media screen and (min-width: 768px) {
  .p-prefectures47-single .p-prefectures47-single-section-col:first-child {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .p-prefectures47-single .p-prefectures47-single-section-col:last-child {
    margin-top: 24px;
  }
}
@media screen and (min-width: 768px) {
  .p-prefectures47-single .p-prefectures47-single-section-col:last-child {
    width: 60%;
  }
}
.p-prefectures47-single .p-prefectures47-single-section-subheading {
  font-size: 18px !important;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-prefectures47-single .p-prefectures47-single-section-subheading {
    font-size: clamp(142.8571428571%, 2vw, 171.4285714286%) !important;
    line-height: 1.5;
  }
}
.p-prefectures47-single .p-prefectures47-single-section-txt {
  font-size: 16px;
  line-height: 1.75;
  margin-top: 0.6em;
}
@media screen and (min-width: 768px) {
  .p-prefectures47-single .p-prefectures47-single-section-txt {
    margin-top: 1em;
  }
}

.p-prefectures47-single-profile {
  position: relative;
  padding-bottom: 1em;
  margin-bottom: 8%;
}
@media screen and (min-width: 768px) {
  .p-prefectures47-single-profile {
    margin-bottom: 10%;
  }
}
.p-prefectures47-single-profile::before {
  content: "";
  display: block;
  width: 100%;
  height: 84%;
  background: #F5F5F5;
  position: absolute;
  left: 0;
  border-radius: 2em;
}
@media screen and (min-width: 768px) {
  .p-prefectures47-single-profile::before {
    bottom: 0;
    height: 82%;
  }
}
.p-prefectures47-single-profile > * {
  position: relative;
}
.p-prefectures47-single-profile-heading {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  color: #58C2DD;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .p-prefectures47-single-profile-heading {
    font-size: clamp(178.5714285714%, 2.5vw, 214.2857142857%);
    transform: translateY(32%);
  }
}
.p-prefectures47-single-profile-heading img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-prefectures47-single-profile-row {
    padding-left: 12%;
    padding-right: 12%;
    padding-bottom: clamp(100px, 49%, 150px);
  }
}
@media screen and (min-width: 768px) {
  .p-prefectures47-single-profile-row {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.p-prefectures47-single-profile-col {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .p-prefectures47-single-profile-col:nth-child(1), .p-prefectures47-single-profile-col:nth-child(4) {
    position: absolute;
    bottom: 0;
    left: 50%;
  }
}
@media screen and (min-width: 768px) {
  .p-prefectures47-single-profile-col:nth-child(1), .p-prefectures47-single-profile-col:nth-child(4) {
    margin-top: -2.8%;
  }
}
@media screen and (max-width: 767px) {
  .p-prefectures47-single-profile-col:nth-child(1) {
    transform: translateX(-100%);
  }
  .p-prefectures47-single-profile-col:nth-child(1) img {
    height: 130px;
  }
}
@media screen and (min-width: 768px) {
  .p-prefectures47-single-profile-col:nth-child(1) {
    width: 13%;
    margin-right: 3.5%;
  }
}
@media screen and (min-width: 768px) {
  .p-prefectures47-single-profile-col:nth-child(2) {
    width: 30%;
    min-width: 230px;
  }
}
@media screen and (min-width: 768px) {
  .p-prefectures47-single-profile-col:nth-child(3) {
    width: 33%;
    padding-left: 4%;
  }
}
@media screen and (max-width: 767px) {
  .p-prefectures47-single-profile-col:nth-child(4) {
    transform: translateX(15%);
  }
  .p-prefectures47-single-profile-col:nth-child(4) img {
    height: 146px;
  }
}
@media screen and (min-width: 768px) {
  .p-prefectures47-single-profile-col:nth-child(4) {
    width: 15.7%;
    padding-left: 4%;
  }
}
.p-prefectures47-single-profile p {
  font-size: 14px;
  line-height: 1.7;
  margin-top: 1.3em;
}
@media screen and (max-width: 767px) {
  .p-prefectures47-single-profile p {
    padding-top: 1.2em;
    border-top: 1px solid #8D8D8D;
  }
}
@media screen and (min-width: 768px) {
  .p-prefectures47-single-profile p {
    font-size: clamp(85.7142857143%, 1.2vw, 100%);
  }
}

.p-prefectures47-single-profile-pagination {
  padding-top: 32px;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-prefectures47-single-profile-pagination {
    padding-left: 3.2%;
    padding-right: 3.2%;
  }
}
@media screen and (min-width: 768px) {
  .p-prefectures47-single-profile-pagination {
    padding-top: 48px;
  }
}
@media screen and (max-width: 767px) {
  .p-prefectures47-single-profile-pagination-list {
    max-width: 340px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .p-prefectures47-single-profile-pagination-list {
    display: flex;
    justify-content: center;
  }
}
.p-prefectures47-single-profile-pagination-list > div {
  width: 100%;
  padding: 0 1.8%;
}
@media screen and (min-width: 768px) {
  .p-prefectures47-single-profile-pagination-list > div {
    width: 380px;
  }
}
@media screen and (max-width: 767px) {
  .p-prefectures47-single-profile-pagination-list > div:nth-child(n+2) {
    margin-top: 16px;
  }
}
.p-prefectures47-single-profile-pagination-list a {
  display: flex;
  align-items: center;
  background: #fff;
  padding: 1em;
  border-radius: 8px;
  position: relative;
}
.p-prefectures47-single-profile-pagination-list a::after {
  content: "";
  display: block;
  width: 0.8em;
  height: 0.8em;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  position: absolute;
  top: 43%;
}
@media screen and (min-width: 768px) {
  .p-prefectures47-single-profile-pagination-list a::after {
    width: 0.9em;
    height: 0.9em;
  }
}
.p-prefectures47-single-profile-pagination-list a.is-prev {
  padding-left: 35px;
}
.p-prefectures47-single-profile-pagination-list a.is-prev::after {
  left: 15px;
  transform: rotate(-135deg);
}
.p-prefectures47-single-profile-pagination-list a.is-next {
  padding-right: 35px;
}
.p-prefectures47-single-profile-pagination-list a.is-next::after {
  right: 15px;
  transform: rotate(45deg);
}
.p-prefectures47-single-profile-pagination-list a.is-reverse {
  flex-direction: row-reverse;
}
.p-prefectures47-single-profile-pagination-list a.is-reverse > div {
  padding-left: 0;
  padding-right: 1em;
}
.p-prefectures47-single-profile-pagination-list a > div {
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  .p-prefectures47-single-profile-pagination-list a img {
    max-width: 120px !important;
  }
}
@media screen and (min-width: 768px) {
  .p-prefectures47-single-profile-pagination-list a img {
    max-width: 150px;
  }
}
.p-prefectures47-single-profile-pagination-txt01 {
  font-size: 14px;
  font-weight: 700;
}
.p-prefectures47-single-profile-pagination-txt02 {
  font-size: 12px;
  font-weight: 500;
}
.p-prefectures47-single-profile-pagination-txt03 {
  font-size: 12px;
}
.p-prefectures47-single-profile-pagination-txt03 span {
  font-size: 16px;
  font-weight: 700;
}

.p-prefectures47-single-btn {
  text-align: center;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .p-prefectures47-single-btn {
    padding-bottom: 80px;
  }
}
.p-prefectures47-single-btn .cmn-btn {
  min-width: inherit !important;
  max-width: 200px !important;
  min-height: 50px !important;
  padding: 0.2em 1em !important;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-prefectures47-single-btn .cmn-btn {
    font-size: 16px !important;
  }
}
.p-prefectures47-single-btn .cmn-btn::after {
  display: none !important;
}

.u-txt-left {
  text-align: left;
}

.u-txt-center {
  text-align: center;
}

.u-txt-right {
  text-align: right;
}
