@charset "UTF-8";
@media screen and (min-width: 768px) {
  .pc-none {
    display: none !important;
  }
}

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

body {
  background-color: #062f94;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
}

main {
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}

img {
  max-width: 100%;
}

/*全て共通：hideエリアをはじめは非表示*/
.hide-area {
  display: none;
}

/*全て共通：モーダルのボタンの色を変更したい場合*/
.modaal-close:after,
.modaal-close:before {
  background: #ccc;
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
  background: #666;
}

/*確認を促すモーダル：タイトルの色を変更したい場合*/
#modaal-title {
  font-size: 1.2rem;
  text-align: center;
  margin: 0 0 20px 0;
}

/*動画表示のモーダル：余白を変更したい場合*/
.modaal-video .modaal-inner-wrapper {
  padding: 0;
}

.header {
  max-width: 1200px;
  margin: 0 auto;
}
.header__img {
  width: 126px;
}
@media screen and (max-width: 767px) {
  .header__img {
    width: 25vw;
  }
}
.header__inner {
  display: flex;
  padding-top: 14px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .header__inner {
    padding-top: 11px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .header__inner {
    margin: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .header__img-wrap {
    margin-left: 20px;
  }
}
.header__txt {
  font-size: 14px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .header__txt {
    font-size: 3vw;
  }
}
.header__txt-wrap {
  margin-left: 14px;
  padding-top: 9px;
}
@media screen and (max-width: 767px) {
  .header__txt-wrap {
    padding-top: 0;
  }
}

.fv {
  position: relative;
  max-width: 1366px;
  margin: 0 auto;
  z-index: 2;
}
.fv__bg-wrap-img {
  width: 1070px;
}
@media screen and (max-width: 767px) {
  .fv__bg-wrap-img {
    width: 125vw;
    max-width: initial;
  }
}
.fv__bg-char-wrap {
  position: absolute;
  z-index: 1;
  bottom: 5px;
  left: 443px;
}
@media screen and (max-width: 1199px) {
  .fv__bg-char-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    left: 0;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1199px) {
  .fv__bg-char-wrap {
    gap: 0;
    padding-left: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .fv__bg-char-wrap {
    gap: 9%;
    padding-left: 3.6%;
  }
}
@media screen and (max-width: 767px) {
  .fv__bg-char-wrap {
    bottom: 47.8%;
    gap: 7.4vw;
    padding-left: 3.7vw;
  }
}
.fv__bg-char {
  height: 98.5px;
}
.fv__bg-char.is-01 {
  margin-right: 94px;
}
@media screen and (max-width: 767px) {
  .fv__bg-char.is-01 {
    margin-right: 0;
    height: 13vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .fv__bg-char.is-01 {
    height: 9.4vw;
    margin-right: 0;
  }
}
.fv__bg-char.is-02 {
  height: 90px;
  margin-top: 9px;
}
@media screen and (max-width: 767px) {
  .fv__bg-char.is-02 {
    height: 11.7vw;
    margin-top: 1.1vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .fv__bg-char.is-02 {
    height: 8.7vw;
  }
}
.fv__bg-wrap {
  padding-top: 5px;
  margin-left: 98px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .fv__bg-wrap {
    margin-left: -10vw;
    padding-top: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .fv__bg-wrap {
    margin-left: -9vw;
    text-align: center;
  }
}
.fv__green-box {
  background-color: #46a025;
  height: 120px;
  margin: -13px calc(50% - 50vw) 0;
  width: 114vw;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 767px) {
  .fv__green-box {
    display: none;
  }
}
.fv__green-deco-wrap {
  position: relative;
}
.fv__green-deco-wrap:after {
  content: "";
  display: block;
  position: absolute;
  right: 1362px;
  top: -8px;
  background-image: url(/lp/economics/image/img_fv-02.png);
  background-size: 100%;
  height: 100%;
  background-repeat: repeat-x;
  width: 100%;
}
.fv__green-deco-wrap:before {
  content: "";
  display: block;
  position: absolute;
  left: 1361px;
  top: 0;
  background-image: url(/lp/economics/image/img_fv-02.png);
  background-size: 100%;
  height: 100%;
  background-repeat: repeat-x;
  width: 100%;
  transform: scale(-1, 1);
}
.fv__green-deco-wrap-img {
  width: 1360px;
  max-width: initial;
  margin-left: 3px;
  margin-top: -30px;
}
@media screen and (max-width: 767px) {
  .fv__green-deco-wrap-img {
    display: none;
  }
}
.fv__intro-txt {
  color: #fff;
  font-family: "DotGothic16", sans-serif;
  font-size: 24px;
  line-height: 1.9;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .fv__intro-txt {
    font-size: 5vw;
    line-height: 1.7;
    letter-spacing: -0.3px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .fv__intro-txt {
    font-size: 22px;
  }
}
.fv__intro-txt-wrap {
  position: absolute;
  z-index: 2;
  top: 486px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .fv__intro-txt-wrap {
    top: 55.2%;
    width: 70vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .fv__intro-txt-wrap {
    width: 100%;
    top: 68%;
  }
}
.fv__inner {
  position: relative;
}
.fv__deco-01 {
  position: absolute;
  top: 448px;
  left: 232px;
  z-index: 3;
  width: 95px;
}
@media screen and (max-width: 767px) {
  .fv__deco-01 {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .fv__deco-01 {
    display: none;
  }
}
.fv__deco-02 {
  position: absolute;
  top: 424px;
  left: 1181px;
  z-index: 3;
  width: 101px;
}
@media screen and (max-width: 767px) {
  .fv__deco-02 {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .fv__deco-02 {
    display: none;
  }
}

.background-cloud-wrap {
  top: 96px;
  max-width: 1366px;
  width: 100%;
  margin: 0 auto;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .background-cloud-wrap {
    top: 84px;
  }
}

.background-cloud-wrap img {
  max-width: initial;
  width: 1500px;
  margin-left: -100px;
}
@media screen and (max-width: 767px) {
  .background-cloud-wrap img {
    width: 139vw;
    margin-left: -81px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .background-cloud-wrap img {
    width: 140vw;
    margin-left: -206px;
  }
}

.background-cloud-01 {
  position: fixed;
  top: 110px;
  left: 10.8vw;
}
@media screen and (max-width: 767px) {
  .background-cloud-01 {
    top: 14%;
    left: -12%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .background-cloud-01 {
    left: -16.2vw;
  }
}

.background-cloud-01-img {
  width: 280px;
}
@media screen and (max-width: 767px) {
  .background-cloud-01-img {
    width: 22vw;
  }
}

.background-cloud-02 {
  position: fixed;
  top: 292px;
  left: 24.1vw;
}
@media screen and (max-width: 767px) {
  .background-cloud-02 {
    top: 20%;
    left: 9%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .background-cloud-02 {
    left: 6.1vw;
  }
}

.background-cloud-03 {
  position: fixed;
  top: 162px;
  left: 67.6vw;
}
@media screen and (max-width: 767px) {
  .background-cloud-03 {
    top: 14%;
    right: -2%;
    left: initial;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .background-cloud-03 {
    left: 6.1vw;
    right: 0;
    left: initial;
  }
}

.background-cloud-04 {
  position: fixed;
  top: 329px;
  left: 71.4vw;
}
@media screen and (max-width: 767px) {
  .background-cloud-04 {
    top: 23%;
    right: -13%;
    left: initial;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .background-cloud-04 {
    left: 6.1vw;
    right: -17vw;
    left: initial;
  }
}

.background-cloud-02-img {
  width: 250px;
}
@media screen and (max-width: 767px) {
  .background-cloud-02-img {
    width: 21vw;
  }
}

.background-cloud-03-img {
  width: 230px;
}
@media screen and (max-width: 767px) {
  .background-cloud-03-img {
    width: 25vw;
  }
}

.background-cloud-04-img {
  width: 297px;
}
@media screen and (max-width: 767px) {
  .background-cloud-04-img {
    width: 28vw;
  }
}

.tyoutyou {
  position: relative;
  background-color: #000;
  margin-top: -115px;
}
.tyoutyou__inner {
  position: relative;
  max-width: 832px;
  margin: 0 auto;
  display: flex;
  padding-top: 150px;
  padding-bottom: 125px;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .tyoutyou__inner {
    padding: 100px 20px 75px;
  }
}
.tyoutyou__block-01-img {
  width: 118px;
}
.tyoutyou__block-02-img {
  width: 656px;
}
@media screen and (max-width: 767px) {
  .tyoutyou__block-02-img {
    width: 160vw;
  }
}
.tyoutyou__block-01-txt {
  font-family: "DotGothic16", sans-serif;
  color: #fff;
  text-align: center;
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .tyoutyou__block-01-txt {
    font-size: 5vw;
  }
}
.tyoutyou__block-01-txt-wrap {
  padding-top: 20px;
}
.tyoutyou__block-01 {
  margin-top: 90px;
}
.tyoutyou__block-02-img-wrap {
  position: relative;
}
.tyoutyou__block-02 {
  padding-top: 56px;
  position: relative;
}
.tyoutyou__block-02-txt {
  font-family: "DotGothic16", sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .tyoutyou__block-02-txt {
    font-size: 2.7vw;
  }
}
.tyoutyou__block-02-txt-wrap {
  position: absolute;
  top: 65px;
  letter-spacing: 0.5px;
  left: 160px;
}
@media screen and (max-width: 767px) {
  .tyoutyou__block-02-txt-wrap {
    width: 80%;
    top: 48%;
    left: 59%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .tyoutyou__block-02-txt-wrap {
    width: 80%;
    top: 48%;
    left: 64%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
}

.town {
  height: 896px;
  background-size: 2%;
  background-position-x: 16px;
  position: relative;
  overflow: hidden;
  /*松尾追加点*/
}
@media screen and (max-width: 767px) {
  .town {
    height: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .town {
    height: 100%;
  }
}
.town__inner {
  position: relative;
  max-width: 1345px;
  margin: 0 auto;
  z-index: 3;
}
.town__inner:before {
  content: "";
  display: block;
  background: url(/lp/economics/image/img_town-16.png);
  background-size: 36px;
  height: 909px;
  width: 1300px;
  position: absolute;
  background-repeat: repeat-x;
  left: -1305px;
  top: -5px;
  z-index: 2;
}
.town__inner:after {
  content: "";
  display: block;
  background: url(/lp/economics/image/img_town-17.png);
  background-size: 36px;
  height: 909px;
  width: 1300px;
  position: absolute;
  background-repeat: repeat-x;
  right: -1300px;
  top: -2px;
  z-index: 1;
}
.town__wrap {
  position: relative;
}
.town__map-ttl-wrap {
  position: absolute;
  top: 77px;
  left: 70px;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .town__map-ttl-wrap {
    top: 8%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .town__map-ttl-wrap {
    top: 77px;
    left: 70px;
  }
}
.town__map-ttl {
  width: 378px;
}
@media screen and (max-width: 767px) {
  .town__map-ttl {
    width: 70vw;
    max-width: initial;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .town__map-ttl {
    width: 20vw;
  }
}
.town__background-img-wrap {
  position: relative;
  margin-left: -10px;
}
.town__background-img {
  width: 1365px;
  max-width: initial;
}
.town__modal-help-popup {
  width: 100% !important;
  height: auto !important;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .town__modal-help-popup {
    transform: none !important;
    top: 0 !important;
    left: 0 !important;
    -webkit-transform: none !important;
  }
}
.town__modal-char-img {
  position: absolute;
  width: initial !important;
  height: 38% !important;
  top: initial !important;
  bottom: 0;
  left: 30% !important;
}
@media screen and (max-width: 767px) {
  .town__modal-char-img {
    height: 38% !important;
    bottom: 0;
    left: 0;
  }
}
.town__modal-char-img.is-05 {
  height: 36% !important;
}
.town__modal-char-img.is-06 {
  left: 31% !important;
}
.town__modal-char-img.is-07 {
  height: 33% !important;
  left: 33% !important;
}
@media screen and (max-width: 767px) {
  .town__modal-char-img.is-07 {
    left: 34.3% !important;
    height: 37% !important;
  }
}
.town__modal-01 {
  position: absolute;
  top: 570px;
  left: 191px;
}
@media screen and (min-width: 1200px) {
  .town__modal-01 .town__modal-btn {
    height: 188px;
  }
}
@media screen and (max-width: 767px) {
  .town__modal-01 {
    top: 77.9%;
    left: 5.1%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .town__modal-01 {
    top: 60%;
    left: 11%;
  }
}
.town__modal-02 {
  position: absolute;
  top: 244px;
  left: 142px;
}
@media screen and (max-width: 767px) {
  .town__modal-02 {
    top: 55.8%;
    left: 22%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .town__modal-02 {
    top: 31%;
    left: 10%;
  }
}
.town__modal-03 {
  position: absolute;
  top: 67px;
  left: 499px;
}
@media screen and (max-width: 767px) {
  .town__modal-03 {
    top: 21.9%;
    left: 30.5%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .town__modal-03 {
    top: 13%;
    left: 40%;
  }
}
.town__modal-04 {
  position: absolute;
  top: 412px;
  left: 476px;
}
@media screen and (max-width: 767px) {
  .town__modal-04 {
    top: 42.8%;
    left: 10.4%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .town__modal-04 {
    top: 45%;
    left: 37%;
  }
}
.town__modal-05 {
  position: absolute;
  left: 859px;
  top: 88px;
}
@media screen and (min-width: 1200px) {
  .town__modal-05 .town__modal-btn {
    height: 189px;
  }
}
@media screen and (max-width: 767px) {
  .town__modal-05 {
    top: 25.1%;
    left: 61%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .town__modal-05 {
    top: 17%;
    left: 65%;
  }
}
.town__modal-06 {
  position: absolute;
  top: 354px;
  left: 831px;
}
@media screen and (min-width: 1200px) {
  .town__modal-06 .town__modal-btn {
    height: 191px;
  }
}
@media screen and (max-width: 767px) {
  .town__modal-06 {
    top: 46.7%;
    left: 57.8%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .town__modal-06 {
    top: 40%;
    left: 64%;
  }
}
.town__modal-07 {
  position: absolute;
  top: 517px;
  left: 1146px;
}
@media screen and (min-width: 1200px) {
  .town__modal-07 .town__modal-btn {
    height: 185px;
  }
}
@media screen and (max-width: 767px) {
  .town__modal-07 {
    top: 61.3%;
    left: 75.8%;
  }
  .town__modal-07 .town__modal-btn {
    height: 20.8vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .town__modal-07 {
    top: 55%;
    left: 87.5%;
  }
}
.town__modal-btn {
  position: relative;
  width: 184px;
  height: 196px;
  margin: 0 auto;
  display: block;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .town__modal-btn > a {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .town__modal-btn {
    width: 23.4vw;
    height: 24vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .town__modal-btn {
    width: 9vw;
    height: 9vw;
  }
}
.town__modal-btn img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.town__modal-btn a:hover img {
  opacity: 1;
}
.town__modal-btn:hover img:nth-of-type(2) {
  opacity: 0;
}
.town__modal-main {
  position: relative;
}
.town__modal-main-bg-wrap {
  position: relative;
}
.town__modal-main-bg-wrap:before {
  background-image: url(/lp/economics/image/img_town-09-upper.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  display: inline-block;
  position: relative;
  top: 5px;
  width: 100%;
  height: 76px;
}
@media screen and (max-width: 767px) {
  .town__modal-main-bg-wrap:before {
    height: 8vw;
    top: 6px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .town__modal-main-bg-wrap:before {
    top: 15px;
  }
}
.town__modal-main-bg-wrap:after {
  background-image: url(/lp/economics/image/img_town-09-lower.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  display: inline-block;
  position: relative;
  top: -4px;
  width: 100%;
  height: 78px;
}
@media screen and (max-width: 767px) {
  .town__modal-main-bg-wrap:after {
    height: 8vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .town__modal-main-bg-wrap:after {
    top: -18px;
  }
}
@media screen and (max-width: 767px) {
  .town__modal-main-bg-wrap {
    padding-top: initial;
  }
}
@media screen and (max-width: 767px) {
  .town__modal-main-bg {
    transform: rotate(90deg) scale(1.6);
  }
}
.town__modal-inside {
  width: 98.2%;
  margin-left: 8px;
  z-index: 3;
  padding: 0px 20px;
  background-color: #fff;
  border-left: 20px solid #000;
  border-right: 20px solid #000;
  position: relative;
}
.town__modal-inside:before {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  display: inline-block;
  position: absolute;
  top: 0px;
  left: -28px;
  width: 1.4vw;
  height: 100%;
  border-left: 7px solid #fff;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .town__modal-inside:before {
    left: -2.7vw;
    border-left: 1vw solid #fff;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .town__modal-inside:before {
    left: -2.8vw;
    border-left: 1vw solid #fff;
  }
}
.town__modal-inside:after {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  display: inline-block;
  right: -28px;
  position: absolute;
  top: 0px;
  width: 1.4vw;
  height: 100%;
  border-right: 7px solid #fff;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .town__modal-inside:after {
    right: -2.7vw;
    border-right: 1vw solid #fff;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .town__modal-inside:after {
    right: -2.7vw;
    border-right: 1vw solid #fff;
  }
}
@media screen and (max-width: 767px) {
  .town__modal-inside {
    width: initial;
    border-left: 2vw solid #000;
    border-right: 2vw solid #000;
    margin-left: initial;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .town__modal-inside {
    border-left: 2vw solid #000;
    border-right: 2vw solid #000;
  }
}
.town__modal-inside-clear {
  position: absolute;
  z-index: 4;
  top: 95%;
  right: -82px;
}
@media screen and (max-width: 767px) {
  .town__modal-inside-clear {
    top: 100%;
    right: 15%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .town__modal-inside-clear {
    top: 90%;
    right: -7%;
  }
}
.town__modal-inside-upper {
  display: flex;
  margin-left: 36px;
  padding-top: 15px;
}
@media screen and (max-width: 767px) {
  .town__modal-inside-upper {
    flex-direction: column;
    align-items: center;
    margin-left: initial;
    padding-top: initial;
  }
}
@media screen and (max-width: 767px) {
  .town__modal-inside-upper-img {
    width: 35vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .town__modal-inside-upper-img {
    width: 16vw;
  }
}
.town__modal-inside-txt-block {
  font-family: "DotGothic16", sans-serif;
  color: #c61616;
  margin-left: 30px;
  width: 72%;
}
@media screen and (max-width: 767px) {
  .town__modal-inside-txt-block {
    padding-top: 10px;
    margin-left: 12%;
    padding-right: 20px;
    width: 100%;
  }
}
.town__modal-inside-txt-upper-wrap {
  font-size: 26px;
  letter-spacing: 1.5px;
}
@media screen and (max-width: 767px) {
  .town__modal-inside-txt-upper-wrap {
    font-size: 4vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .town__modal-inside-txt-upper-wrap {
    font-size: 2vw;
  }
}
.town__modal-inside-txt-lower-wrap {
  padding-top: 16px;
}
@media screen and (max-width: 767px) {
  .town__modal-inside-txt-lower-wrap {
    padding-top: 6px;
  }
}
.town__modal-inside-txt-lower {
  font-size: 40px;
  letter-spacing: 2.2px;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .town__modal-inside-txt-lower {
    font-size: 5vw;
    padding-right: initial;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .town__modal-inside-txt-lower {
    font-size: 3vw;
  }
}
.town__modal-inside-upper-img-block {
  padding-top: 7px;
  width: 28%;
}
@media screen and (max-width: 767px) {
  .town__modal-inside-upper-img-block {
    width: 100%;
    text-align: center;
    margin-top: -15vw;
  }
}
.town__modal-inside-lower {
  padding-top: 50px;
  display: flex;
  max-width: 1000px;
  margin-left: 37px;
}
@media screen and (max-width: 767px) {
  .town__modal-inside-lower {
    padding-top: 15px;
    padding-bottom: 20px;
    flex-direction: column;
    align-items: center;
    margin-left: initial;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .town__modal-inside-lower {
    padding-top: 30px;
  }
}
.town__modal-inside-lower-img {
  width: 300px;
}
@media screen and (max-width: 767px) {
  .town__modal-inside-lower-img {
    width: 48vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .town__modal-inside-lower-img {
    width: 30vw;
  }
}
.town__modal-inside-lower-talk-block {
  display: flex;
  padding-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .town__modal-inside-lower-talk-block {
    align-items: center;
  }
}
.town__modal-inside-lower-talk {
  max-width: 492px;
  margin-left: 22px;
  overflow-y: auto;
  max-height: 258px;
  /*IE(Internet Explorer)?Microsoft Edgeへの対応*/
  -ms-overflow-style: thin;
  /*Firefoxへの対応*/
  scrollbar-width: thin;
}
@media screen and (max-width: 767px) {
  .town__modal-inside-lower-talk {
    margin-left: 0;
    padding-top: 20px;
    max-height: 43vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .town__modal-inside-lower-talk {
    max-height: 30vw;
    width: 50%;
  }
}
.town__modal-inside-lower-character-img {
  width: 324px;
}
@media screen and (max-width: 767px) {
  .town__modal-inside-lower-character-img {
    width: 45vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .town__modal-inside-lower-character-img {
    width: 40vw;
  }
}
.town__modal-inside-lower-character-txt-wrap {
  margin-top: -3px;
  width: 82%;
}
.town__modal-inside-lower-character-img-wrap {
  margin-right: 20px;
  width: 18%;
}
@media screen and (max-width: 767px) {
  .town__modal-inside-lower-character-img-wrap {
    margin-right: 10px;
  }
}
.town__modal-inside-lower-character-txt {
  font-family: "DotGothic16", sans-serif;
  line-height: 2;
  letter-spacing: 0.9px;
}
@media screen and (max-width: 767px) {
  .town__modal-inside-lower-character-txt {
    font-size: 2.7vw;
    line-height: 1.5;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .town__modal-inside-lower-character-txt {
    font-size: 1.3vw;
  }
}
.town__modal-inside-clear-img {
  width: 442px;
}
@media screen and (max-width: 767px) {
  .town__modal-inside-clear-img {
    width: 60vw;
    transform: rotate(17deg);
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .town__modal-inside-clear-img {
    width: 40vw;
  }
}
.town__modal-inside-close {
  z-index: 4;
}
@media screen and (max-width: 767px) {
  .town__modal-inside-lower-img-block {
    padding-bottom: 10px;
  }
}

.modaal-container {
  background: initial !important;
}

.modaal-close {
  top: -100px !important;
  left: 100% !important;
  border: initial !important;
  position: absolute !important;
}
@media screen and (max-width: 767px) {
  .modaal-close {
    top: -70px !important;
    left: 86% !important;
    width: 8vw !important;
    height: 8vw !important;
  }
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
  background: initial !important;
}

.modaal-close:focus,
.modaal-close:hover {
  outline: 0;
  background: initial !important;
}

.modaal-close:after,
.modaal-close:before {
  background: initial !important;
}

@media screen and (max-width: 767px) {
  .modaal-content-container {
    padding: 30px 0 !important;
  }
}

.liveliness {
  background-color: #fed004;
  background-image: url(/lp/economics/image/img_liveliness-04.png);
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.liveliness__inner {
  max-width: 759px;
  margin: 0 auto;
  padding-top: 146px;
  padding-bottom: 92px;
}
@media screen and (max-width: 767px) {
  .liveliness__inner {
    padding-top: 66px;
    padding-bottom: 52px;
  }
}
@media screen and (max-width: 767px) {
  .liveliness__voice-img-wrap {
    padding: 0 20px;
  }
}
.liveliness__voice {
  position: relative;
}
.liveliness__voice-txt {
  font-family: "DotGothic16", sans-serif;
  font-size: 20px;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .liveliness__voice-txt {
    font-size: 4vw;
    line-height: 1;
  }
}
.liveliness__voice-txt-wrap {
  position: absolute;
  top: 70px;
  width: 100%;
  margin-left: 126px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .liveliness__voice-txt-wrap {
    margin-left: initial;
    top: 21%;
    width: 70%;
  }
}
.liveliness__hero-img {
  width: 97px;
  margin: 0 48px;
}
@media screen and (max-width: 767px) {
  .liveliness__hero-img {
    width: 13vw;
  }
}
.liveliness__hero-img-flex {
  display: flex;
  justify-content: center;
}
.liveliness__hero {
  padding-top: 72px;
}
@media screen and (max-width: 767px) {
  .liveliness__hero {
    padding-top: 30px;
  }
}

.model__main {
  max-width: 1200px;
  margin: -95px auto 0;
  padding-top: 134px;
  padding-bottom: 122px;
}
@media screen and (max-width: 767px) {
  .model__main {
    padding-top: 91px;
    padding-bottom: 42px;
    background-color: #f7e3c4;
    margin-top: -58px;
    z-index: 3;
    position: relative;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .model__main {
    padding-top: 91px;
    padding-bottom: 42px;
    background-color: #f7e3c4;
    margin-top: -58px;
    z-index: 3;
    position: relative;
  }
}
.model__main-inner {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
.model__explanation {
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .model__explanation {
    padding: 0 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .model__explanation {
    padding: 0 18px;
  }
}
.model__main-background {
  position: absolute;
  width: 1200px;
  top: -135px;
  left: -100px;
}
@media screen and (max-width: 767px) {
  .model__main-background {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .model__main-background {
    display: none;
  }
}
.model__ttl {
  text-align: center;
  max-width: 450px;
  padding-top: 70px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .model__ttl {
    padding-top: 46px;
    max-width: initial;
  }
}
.model__ttl-img-wrap {
  position: relative;
}
@media screen and (max-width: 767px) {
  .model__ttl-img-wrap {
    padding: 0 18px;
  }
}
.model__ttl-txt-wrap {
  position: absolute;
  top: 20px;
  left: 38px;
}
@media screen and (max-width: 767px) {
  .model__ttl-txt-wrap {
    top: 4vw;
    left: 15vw;
  }
}
.model__ttl-txt {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .model__ttl-txt {
    font-size: 5.6vw;
  }
}
.model__question-img {
  width: 820px;
}
@media screen and (max-width: 767px) {
  .model__question-img {
    width: 90vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .model__question-img {
    width: 90vw;
  }
}
.model__question-img-wrap {
  text-align: center;
  position: relative;
}
.model__ttl-img {
  background-color: #062f94;
}
@media screen and (max-width: 767px) {
  .model__ttl-img {
    width: 100vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .model__ttl-img {
    width: 100vw;
  }
}
.model__question {
  position: relative;
  padding-top: 68px;
  max-width: 826px;
  margin: 0 auto;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .model__question {
    padding-top: 33px;
    z-index: 4;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .model__question {
    padding-top: 33px;
    z-index: 4;
  }
}
.model__question-txt {
  font-size: 32px;
  font-weight: 900;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .model__question-txt {
    font-size: 5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .model__question-txt {
    font-size: 32px;
  }
}
.model__question-txt-wrap {
  position: absolute;
  top: 29px;
  left: 174px;
}
@media screen and (max-width: 767px) {
  .model__question-txt-wrap {
    width: 80%;
    top: 53%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .model__question-txt-wrap {
    width: 80%;
    top: 53%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
}
.model__question-white-txt {
  color: #fff;
  -webkit-text-stroke: 2px #000;
  text-stroke: 2px #000;
  font-size: 48px;
  margin-right: 0px;
  margin-left: 20px;
  margin-top: 3px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .model__question-white-txt {
    font-size: 9vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .model__question-white-txt {
    font-size: 48px;
  }
}
.model__explanation-txt {
  text-align: center;
  font-size: 18px;
  line-height: 2;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .model__explanation-txt {
    font-size: 4.2vw;
    letter-spacing: -0.6px;
    line-height: 1.9;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .model__explanation-txt {
    font-size: 16px;
    letter-spacing: -0.6px;
    line-height: 1.9;
  }
}
.model__seven-theme-block-upper {
  display: flex;
  align-items: center;
}
.model__seven-theme-ttl-wrap {
  display: flex;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .model__seven-theme-ttl-wrap {
    margin-left: 7px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .model__seven-theme-ttl-wrap {
    margin-left: 7px;
  }
}
.model__seven-theme-block-number {
  font-family: "Poppins", sans-serif;
  font-size: 38px;
  font-weight: 700;
  background-color: #fdf365;
  min-width: 20px;
  padding: 10px 19px;
  border-radius: 100%;
  border: 4px solid #000;
}
@media screen and (max-width: 767px) {
  .model__seven-theme-block-number {
    padding: 1vw 2.5vw;
    text-align: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .model__seven-theme-block-number {
    padding: 1vw 2.5vw;
    text-align: center;
  }
}
.model__seven-theme {
  padding-top: 33px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .model__seven-theme {
    padding: 35px 16px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .model__seven-theme {
    padding: 35px 16px 0;
  }
}
.model__seven-theme-block {
  margin-left: 13px;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .model__seven-theme-block {
    margin-left: initial;
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .model__seven-theme-block {
    margin-left: initial;
    padding-bottom: 20px;
  }
}
.model__seven-theme-ttl {
  -webkit-text-stroke: 0px #000;
  text-stroke: 2px #000;
  font-size: 39px;
  color: #fff;
  font-weight: 700;
  text-shadow: 1px 1px 6px rgb(0, 0, 0);
}
@media screen and (max-width: 767px) {
  .model__seven-theme-ttl {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .model__seven-theme-ttl {
    font-size: 24px;
  }
}
.model__seven-theme-block-lower {
  display: flex;
  padding-top: 15px;
  align-items: center;
  margin-left: 76px;
}
@media screen and (max-width: 767px) {
  .model__seven-theme-block-lower {
    margin-left: initial;
    flex-direction: column;
    padding-top: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .model__seven-theme-block-lower {
    margin-left: initial;
    flex-direction: column;
    padding-top: 10px;
  }
}
.model__seven-theme-block-mid-img {
  width: 70px;
}
@media screen and (max-width: 767px) {
  .model__seven-theme-block-mid-img {
    width: 50px;
  }
}
.model__seven-theme-block-first {
  padding: 22px 22px;
  background-color: #000;
  clip-path: polygon(0% 0%, 94% 0%, 100% 50%, 94% 100%, 0% 100%);
  min-width: 318px;
}
@media screen and (max-width: 767px) {
  .model__seven-theme-block-first {
    padding: 17px 0;
    clip-path: initial;
    min-width: initial;
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .model__seven-theme-block-first {
    padding: 17px 0;
    clip-path: initial;
    min-width: initial;
    width: 100%;
  }
}
.model__seven-theme-block-first-txt {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .model__seven-theme-block-first-txt {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .model__seven-theme-block-first-txt {
    font-size: 20px;
  }
}
.model__seven-theme-block-small-txt {
  font-size: 18px;
  letter-spacing: 0.1px;
}
@media screen and (max-width: 767px) {
  .model__seven-theme-block-small-txt {
    font-size: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .model__seven-theme-block-small-txt {
    font-size: 15px;
  }
}
.model__seven-theme-block-mid {
  margin-left: -12px;
}
@media screen and (max-width: 767px) {
  .model__seven-theme-block-mid {
    margin-left: initial;
    transform: rotate(90deg);
    margin-top: -13px;
    position: relative;
    z-index: 2;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .model__seven-theme-block-mid {
    margin-left: initial;
    transform: rotate(90deg);
    margin-top: -17px;
    position: relative;
    z-index: 2;
  }
}
.model__seven-theme-block-end {
  margin-left: -12px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .model__seven-theme-block-end {
    margin-left: initial;
    margin-top: -9px;
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .model__seven-theme-block-end {
    margin-left: initial;
    margin-top: -14px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .model__seven-theme-block-end-img-wrap {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .model__seven-theme-block-end-img-wrap {
    display: none;
  }
}
.model__seven-theme-block-end-txt {
  color: #000;
  font-size: 24px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .model__seven-theme-block-end-txt {
    font-size: 19px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .model__seven-theme-block-end-txt {
    font-size: 19px;
  }
}
.model__seven-theme-block-first-txt-wrap {
  text-align: center;
}
.model__seven-theme-block-end-txt-wrap {
  text-align: center;
  position: absolute;
  top: 23px;
  left: 66px;
}
@media screen and (max-width: 767px) {
  .model__seven-theme-block-end-txt-wrap {
    position: initial;
    padding: 10px 10px;
    background-color: #fff;
    border: 3px solid #000;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .model__seven-theme-block-end-txt-wrap {
    position: initial;
    padding: 10px 10px;
    background-color: #fff;
    border: 2px solid #000;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.model__seven-theme-block-end-img {
  width: 490px;
}

.is-05 .model__seven-theme-block-first {
  padding: 11px 22px;
}
@media screen and (max-width: 767px) {
  .is-05 .model__seven-theme-block-first {
    padding: 11px 0;
    min-height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .is-05 .model__seven-theme-block-first {
    padding: 11px 0;
    min-height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.is-02 .model__seven-theme-block-end-txt-wrap {
  left: 40px;
}

.is-03 .model__seven-theme-block-end-txt-wrap {
  left: 32px;
}

.is-04 .model__seven-theme-block-end-txt-wrap {
  top: 10px;
  left: 106px;
}

.is-05 .model__seven-theme-block-end-txt-wrap {
  left: 78px;
}

.is-06 .model__seven-theme-block-end-txt-wrap {
  left: 40px;
}

.is-07 .model__seven-theme-block-end-txt-wrap {
  left: 44px;
}

.is-01 .model__seven-theme-block-upper-img {
  width: 471px;
}
@media screen and (max-width: 767px) {
  .is-01 .model__seven-theme-block-upper-img {
    width: 78vw;
  }
}

.is-02 .model__seven-theme-block-upper-img {
  width: 435px;
}
@media screen and (max-width: 767px) {
  .is-02 .model__seven-theme-block-upper-img {
    width: 72vw;
  }
}

.is-03 .model__seven-theme-block-upper-img {
  width: 552px;
}
@media screen and (max-width: 767px) {
  .is-03 .model__seven-theme-block-upper-img {
    width: 90vw;
  }
}

.is-04 .model__seven-theme-block-upper-img {
  width: 471px;
}
@media screen and (max-width: 767px) {
  .is-04 .model__seven-theme-block-upper-img {
    width: 77vw;
  }
}

.is-05 .model__seven-theme-block-upper-img {
  width: 436px;
}
@media screen and (max-width: 767px) {
  .is-05 .model__seven-theme-block-upper-img {
    width: 70vw;
  }
}

.is-06 .model__seven-theme-block-upper-img {
  width: 552px;
}
@media screen and (max-width: 767px) {
  .is-06 .model__seven-theme-block-upper-img {
    width: 88vw;
  }
}

.is-07 .model__seven-theme-block-upper-img {
  width: 202px;
}
@media screen and (max-width: 767px) {
  .is-07 .model__seven-theme-block-upper-img {
    width: 34vw;
  }
}

.and-more {
  padding-top: 122px;
}
@media screen and (max-width: 767px) {
  .and-more {
    padding-top: 76px;
  }
}
.and-more__inner {
  max-width: 1015px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .and-more__inner {
    padding: 0 17px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .and-more__inner {
    padding: 0 17px;
  }
}
.and-more__btn-flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .and-more__btn-flex {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .and-more__btn-flex {
    flex-direction: column;
    align-items: center;
  }
}
.and-more__btn-img {
  width: 484px;
}
@media screen and (max-width: 767px) {
  .and-more__btn-img {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .and-more__btn-img {
    width: 50vw;
  }
}
.and-more__btn-wrap {
  position: relative;
}
@media screen and (max-width: 767px) {
  .and-more__btn-wrap {
    padding-bottom: 32px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .and-more__btn-wrap {
    margin: 0 10px;
    padding-bottom: 32px;
  }
}
.and-more__btn-txt {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 767px) {
  .and-more__btn-txt {
    font-size: 4.6vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .and-more__btn-txt {
    font-size: 2.6vw;
  }
}

.is-01 .and-more__btn-txt-wrap {
  position: absolute;
  top: 39px;
  left: 130px;
}
@media screen and (max-width: 767px) {
  .is-01 .and-more__btn-txt-wrap {
    top: 6.5vw;
    left: 24%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .is-01 .and-more__btn-txt-wrap {
    left: 23%;
    top: 3.8vw;
  }
}

.is-02 .and-more__btn-txt-wrap {
  position: absolute;
  top: 39px;
  left: 83px;
}
@media screen and (max-width: 767px) {
  .is-02 .and-more__btn-txt-wrap {
    top: 6.6vw;
    left: 13%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .is-02 .and-more__btn-txt-wrap {
    left: 11%;
    top: 3.9vw;
  }
}

.pagetop {
  position: fixed;
  z-index: 999;
  right: 40px;
  bottom: 40px;
  width: 184px;
  height: 200px;
  margin: 0 auto;
  display: block;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .pagetop {
    right: 1%;
    bottom: 3%;
    width: 25vw;
    height: 25vw;
  }
}
.pagetop a:hover img {
  opacity: 1;
}

.pagetop__sp {
  position: fixed;
  z-index: 999;
  right: 40px;
  bottom: 40px;
  width: 184px;
  height: 200px;
  margin: 0 auto;
  display: block;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .pagetop__sp {
    right: 2%;
    bottom: 0%;
    width: 20vw;
    height: 25vw;
  }
}
.pagetop__sp a:hover img {
  opacity: 1;
}

.footer {
  padding-top: 117px;
  text-align: center;
  color: #fff;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .footer {
    padding-top: 45px;
  }
}
.footer__logo-img {
  width: 293px;
}
@media screen and (max-width: 767px) {
  .footer__logo-img {
    width: 35vw;
  }
}
.footer__address {
  padding-top: 43px;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .footer__address {
    padding-top: 30px;
  }
}
.footer__address-campus {
  font-weight: 600;
}
.footer__address-more {
  padding-top: 12px;
  font-size: 14.2px;
}
.footer__address-tel {
  padding-top: 21px;
  font-size: 22.6px;
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .footer__address-tel {
    padding-top: 13px;
    font-size: 19px;
  }
}
.footer__sns-wrap {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.footer__sns {
  display: flex;
  padding-top: 77px;
  max-width: 260px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .footer__sns {
    padding-top: 30px;
  }
}
.footer__sns-youtube-img {
  width: 50px;
}
.footer__sns-facebook-img {
  width: 34px;
}
.footer__sns-instagram-img {
  width: 35px;
}
.footer__sns-line-img {
  width: 33px;
}
.footer__sns-x-img {
  width: 35px;
}
.footer__copyright-wrap {
  position: relative;
  width: 1366px;
  margin: 0 auto;
  padding-top: 26px;
}
@media screen and (max-width: 767px) {
  .footer__copyright-wrap {
    width: initial;
  }
}
.footer__copyright-wrap:after {
  content: "";
  display: block;
  position: absolute;
  right: 1366px;
  top: 26px;
  background-image: url(/lp/economics/image/img_footer-09.png);
  background-size: 100%;
  height: 100%;
  background-repeat: repeat-x;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .footer__copyright-wrap:after {
    display: none;
  }
}
.footer__copyright-wrap:before {
  content: "";
  display: block;
  position: absolute;
  left: 1326px;
  top: 26px;
  background-image: url(/lp/economics/image/img_footer-09.png);
  background-size: 100%;
  height: 100%;
  background-repeat: repeat-x;
  width: 100%;
  transform: scale(-1, 1);
}
@media screen and (max-width: 767px) {
  .footer__copyright-wrap:before {
    display: none;
  }
}
.footer__copyright-wrap-img {
  width: 1366px;
}
.footer__copyright {
  margin-top: -112px;
  background-color: #46a025;
  position: relative;
}
@media screen and (max-width: 767px) {
  .footer__copyright {
    margin-top: -3px;
    overflow: hidden;
  }
}
.footer__deco-wrap {
  width: 100%;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
.footer__deco-01 {
  position: absolute;
  top: -290px;
  left: 76px;
  z-index: 3;
  width: 78px;
}
@media screen and (max-width: 767px) {
  .footer__deco-01 {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .footer__deco-01 {
    display: none;
  }
}
.footer__deco-02 {
  position: absolute;
  top: -271px;
  left: 1083px;
  z-index: 3;
  width: 95px;
}
@media screen and (max-width: 767px) {
  .footer__deco-02 {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .footer__deco-02 {
    display: none;
  }
}
.footer__copyright-character-img {
  width: 1343px;
}
@media screen and (max-width: 767px) {
  .footer__copyright-character-img {
    width: 200vw;
    max-width: initial;
  }
}
@media screen and (max-width: 767px) {
  .footer__copyright-character-img-wrap {
    margin-left: -28vw;
  }
}
.footer__copyright-txt-wrap {
  padding: 56px 0 33px;
}
.footer__copyright-txt {
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .footer__copyright-txt {
    font-size: 10px;
  }
}

/*# sourceMappingURL=style.css.map */
