@charset "UTF-8";
.back-to-top {
  width: auto;
}
#contents {
  padding-top: 80px;
}
.sp {
  display: none;
}
@media screen and (max-width: 980px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
.furusato .inner {
  width: 100%;
  max-width: 1024px;
  margin-bottom: 60px;
}
.furusato .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.furusato p {
  font-size: .9rem;
  letter-spacing: 0;
  line-height: 2;
}
.furusato img {
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .furusato .inner {
    padding-inline: 5.21vw;
  }
}
@media screen and (max-width: 768px) {
  #contents {
    padding-top: 60px;
  }
  .furusato .inner {
    width: 100%;
    max-width: 100%;
    padding-inline: 4vw;
  }
  .furusato .flex {
    flex-direction: column;
    align-items: flex-start;
  }
  .furusato p {
    line-height: 1.8;
  }
}
.kv {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  grid-template-columns: 33.9% 66.1%;
}
.kv .img:nth-child(1) {
  grid-area: 1 / 1 / 2 / 2;
  aspect-ratio: 383 / 230;
}
.kv .img:nth-child(2) {
  grid-area: 2 / 1 / 3 / 2;
  aspect-ratio: 383 / 230;
}
.kv .img:nth-child(3) {
  grid-area: 1 / 2 / 3 / 3;
  position: relative;
  aspect-ratio: 320 / 197;
}
.kv .img:nth-child(3) span {
  width: 67.38%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .kv {
    grid-template-rows: auto;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 0;
  }
  .kv .img:nth-child(1) {
    grid-area: 2 / 1 / 3 / 2;
  }
  .kv .img:nth-child(2) {
    grid-area: 2 / 2 / 3 / 3;
  }
  .kv .img:nth-child(3) {
    grid-area: 1 / 1 / 2 / 3;
  }
}
.bg-green {
  background: #088567;
}
.lead {
  padding-block: 50px;
  margin-top: -1px;
}
.furusato .lead .flex {
  justify-content: center;
  gap: 5.86%;
}
.lead .logo {
  width: 18.81%;
}
.lead .logo img:not(:last-child) {
  margin-bottom: 20px;
}
.lead .txt-wrap ul {
  position: relative;
  color: #fff;
  margin-bottom: 30px;
  padding-left: 50px;
}
.lead .txt-wrap ul li {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.6;
}
.lead .txt-wrap ul li:not(:last-child) {
  margin-bottom: 20px;
}
.lead .txt-wrap ul li::before {
  content: url("img/check.png");
  position: absolute;
  left: 0;
  padding-top: 3px;
}
.furusato .lead .txt-wrap ul ~ p {
  font-size: 1.063rem;
  font-weight: 600;
  color: #FCD13E;
}
@media screen and (max-width: 768px) {
  .lead {
    padding-block: 50px;
  }
  .furusato .lead .flex {
    align-items: center;
    gap: 40px;
  }
  .lead .logo {
    width: 35.2%;
    display: flex;
    justify-content: center;
    gap: 20px;
  }
  .lead .logo img:not(:last-child) {
    margin-bottom: 0;
  }
  .lead .txt-wrap ul {
    margin-bottom: 40px;
    padding-left: 40px;
  }
  .lead .txt-wrap ul li, .furusato .lead .txt-wrap ul ~ p {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
  }
}
.about, .flow, .list {
  margin-bottom: 60px;
}
.furusato p.subttl {
  font-weight: 600;
  font-size: 1.625rem;
  line-height: 1.5;
  text-align: center;
  width: 37.7%;
  margin: auto;
  border-radius: 100px;
  padding-block: 20px;
}
@media screen and (max-width: 980px) {
  .furusato p.subttl {
    width: 57.7%
  }
}
.about .subttl {
  color: #FFC627;
}
.about .subttl ~ .bg-green {
  margin-top: -50px;
  padding-block: 50px 25px;
}
.about .txt-wrap {
  width: 88.48%;
  column-count: 2;
  column-gap: 3.31%;
  text-align: justify;
  margin: auto;
}
.about .txt-wrap p {
  color: #fff;
}
.about .txt-wrap p span {
  font-size: .6em;
  display: inline-block;
  vertical-align: text-top;
}
.furusato p.notes {
  font-size: .75em;
  line-height: 1.5;
  margin-top: 15px;
}
.about .notes {
  color: #fff;
  width: 88.48%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .furusato p.subttl {
    font-size: 1.375rem;
    width: 88%;
    padding-block: 15px;
  }
  .about .subttl ~ .bg-green {
    border-image: linear-gradient(#088567, #088567) fill 0 / / 0 100vw 0 100vw;
    margin-top: -35px;
    padding-block: 40px;
  }
  .about .txt-wrap {
    width: 100%;
    column-count: auto;
  }
  .furusato .about .txt-wrap p:nth-child(1) {
    margin-bottom: 25px;
  }
  .furusato p.notes {
    font-size: .7em;
    margin-top: 30px;
  }
  .about .notes {
    width: 100%;
  }
}
.furusato .flow .flex {
  justify-content: start;
  gap: 15px;
  margin-bottom: 20px;
}
.furusato .flow .subttl {
  background: #FFC627;
  color: #1D7454;
  margin: 0;
}
@media screen and (max-width: 980px) {
  .furusato .flow .flex {
    flex-direction: column;
  }
  .furusato .flow .subttl {
    margin: auto;
  }
}
.furusato .hd {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
  color: #1F7554;
}
.furusato .msp .flex {
  margin-bottom: 50px;
}
.msp .txt-wrap {
  width: 58.3%;
}
.msp .img-wrap {
  width: 39.84%;
}
.btnwrap {
  text-align: center;
}
.btnwrap span {
  display: inline-flex;
  font-size: 1rem;
  font-weight: 600;
  margin: 0 auto 5px;
  position: relative;
  padding: 1rem 1.5rem;
}
.btnwrap span::before, .btnwrap span::after {
  position: absolute;
  top: .8rem;
  height: 1.8rem;
  content: '';
}
.btnwrap span::before {
  border-left: solid 3px;
  left: 0;
  transform: rotate(-30deg);
}
.btnwrap span::after {
  border-right: solid 3px;
  right: 0;
  transform: rotate(30deg);
}
.furusato .msp .btn {
  margin: auto;
}
@media screen and (max-width: 980px) {
  .furusato .msp .btn {
    width: 67%;
  }
}
.furusato .btn {
  display: block;
  width: 45%;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  background: #FFC627;
  border-radius: 100px;
  padding: 20px 8px;
  position: relative;
  transition: .2s ease;
}
.furusato .btn::after {
  content: '';
  display: inline-block;
  border-style: solid;
  border-width: 8px 0 8px 8px;
  border-color: transparent transparent transparent #000;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
@media (any-hover: hover) {
  .furusato .btn:hover {
    opacity: .8;
  }
}
@media screen and (max-width: 768px) {
  .furusato .list p.notes {
    margin-top: 10px;
  }
  .furusato .hd {
    font-size: 1.125rem;
    text-align: center;
    margin-bottom: 5px;
  }
  .furusato .msp .hd, .msp .txt-wrap {
    margin-bottom: 10px;
  }
  .msp .txt-wrap, .msp .img-wrap {
    width: 100%;
  }
  .btnwrap span {
    font-size: .875rem;
    font-weight: 500;
  }
  .btnwrap span::before, .btnwrap span::after {
    height: 1.5rem;
  }
  .btnwrap span::before {
    border-left: solid 1px;
  }
  .btnwrap span::after {
    border-right: solid 1px;
  }
  .furusato .msp .btn, .furusato .btn {
    width: 100%;
    max-width: 400px;
    font-size: 1.1rem;
    padding: 13px 8px;
  }
}
.furusato .inner.shop {
  margin-bottom: 0;
  padding-block: 40px;
}
.furusato .shop > p {
  font-size: 1.125rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}
.furusato .shop .flex {
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .furusato .inner.shop {
    padding-block: 30px;
  }
  .furusato .shop > p {
    font-size: 1rem;
  }
  .furusato .shop .flex {
    align-items: center;
    gap: 20px;
  }
}