/* arguments inittial */
/* font style */
/* site style */
/* [ opacity ]
-------------------------------------------------*/
/* [ display style ]
-------------------------------------------------*/
/* [ background-image ]
-------------------------------------------------*/
/* [ writing-mode ]
-------------------------------------------------*/
/* [ illustrator & photoshop letter spacing ]
-------------------------------------------------*/
/* [ easy breakpoint ]
-------------------------------------------------*/
/* [ easy transform ]
-------------------------------------------------*/
.text-red {
  color: #ff480d;
}

.caption {
  text-align: left;
}
.caption.text-center {
  text-align: center;
}
.caption.text-right {
  text-align: right;
}

.sup {
  padding-top: 0;
}

.fv {
  position: relative;
  width: 100%;
  min-height: 480px;
  height: 60vh;
}
.fv-img {
  background-image: url("../img/town-management/fv-img.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
}
@media (min-width: 768px) {
  .fv-img {
    background-image: url("../img/town-management/fv-img-pc.jpg");
  }
}
.fv-img:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  z-index: 3;
}
@media (min-width: 768px) {
  .fv {
    height: 70vh;
  }
}
.fv .wrap {
  position: relative;
  width: 100%;
  height: 100%;
}
.fv-caption {
  position: absolute;
  z-index: 4;
  left: 5px;
  bottom: 5px;
  font-size: 10px;
  letter-spacing: 0;
  font-weight: 400;
}

.headbtn {
  padding: 30px 15px;
}
@media (min-width: 768px) {
  .headbtn {
    padding: 70px 15px 0;
  }
}
.headbtn-title {
  text-align: center;
  position: relative;
  z-index: 6;
  max-width: 300px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .headbtn-title {
    transform: translateY(-100%);
    padding: 0 8rem;
    max-width: none;
  }
}

.titlearea {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-top: 15px;
  position: relative;
  z-index: 3;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .titlearea {
    margin-top: 0;
    padding-bottom: 70px;
  }
}
.titlearea-eng {
  margin-bottom: -12vw;
}
@media (min-width: 768px) {
  .titlearea-eng {
    margin-bottom: -80px;
  }
}
.titlearea-eng.title-access {
  width: 100%;
  max-width: 1200px;
}
.titlearea-eng.title-car {
  margin-bottom: 0;
}

.sec01 {
  padding: 30px 15px;
}
@media (min-width: 768px) {
  .sec01 {
    padding: 50px 15px;
  }
}
.sec01-title {
  font-size: 22px;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .sec01-title {
    font-size: 30px;
  }
}
.sec01-title .underline {
  border-bottom: 5px solid #56b386;
}

.sec02 {
  background-color: #d4e7eb;
  background-image: url("../img/town-management/sec01-bg01.svg"), url("../img/town-management/sec01-bg02.svg");
  background-size: 100% 50px, 100% 50px;
  background-position: top center, bottom center;
  background-repeat: no-repeat, no-repeat;
  padding: 50px 15px 15px;
  position: relative;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .sec02 {
    padding: 100px 15px calc(1vw + 40px);
    background-size: 100% 80px, 100% 80px;
  }
}
.sec02:after {
  content: "";
  width: 100%;
  height: 3px;
  background: #fff;
  margin-top: -2px;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.sec02-bubble {
  background: #fff;
  border-radius: 30px;
  position: relative;
  padding: 15px 10px;
  z-index: 2;
}
.sec02-bubble:after {
  content: "";
  width: 40px;
  height: 50px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, calc(100% - 1px));
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
@media (min-width: 768px) {
  .sec02-bubble:after {
    width: 50px;
    height: 100px;
  }
}
@media (min-width: 768px) {
  .sec02-bubble {
    border-radius: 50px;
  }
}
.sec02-bubble-text {
  padding-top: 15px;
  font-size: 12px;
  text-align: center;
  line-height: 1.8;
  color: #024e94;
}
@media (min-width: 768px) {
  .sec02-bubble-text {
    font-size: 18px;
  }
}
.sec02-bubble .il01 {
  position: absolute;
  top: 0;
  left: 5px;
  transform: translate(0, -30%);
  width: 40px;
}
@media (min-width: 768px) {
  .sec02-bubble .il01 {
    width: auto;
  }
}
.sec02-bubble .il02 {
  position: absolute;
  top: 0;
  right: 10px;
  transform: translate(0, -30%);
  width: 50px;
}
@media (min-width: 768px) {
  .sec02-bubble .il02 {
    width: auto;
  }
}
.sec02-bubble .il03 {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -5%);
  width: 25px;
}
@media (min-width: 768px) {
  .sec02-bubble .il03 {
    width: auto;
  }
}
.sec02-bubble .il04 {
  position: absolute;
  bottom: 0;
  left: 5%;
  transform: translate(0, 30%);
  width: 30px;
}
@media (min-width: 768px) {
  .sec02-bubble .il04 {
    left: 10%;
    width: auto;
  }
}
.sec02-bubble .il05 {
  position: absolute;
  bottom: 5px;
  right: 5px;
  transform: translate(0, 0);
  width: 40px;
}
@media (min-width: 768px) {
  .sec02-bubble .il05 {
    width: auto;
  }
}
.sec02-title {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .sec02-title {
    font-size: 44px;
  }
}
.sec02-title-box {
  position: relative;
}
.sec02-title .text {
  position: relative;
  color: #d4e7eb;
  z-index: 2;
  display: inline-block;
  text-shadow: 1px 1px 0 #024e94, -1px -1px 0 #024e94, -1px 1px 0 #024e94, 1px -1px 0 #024e94, 0px 1px 0 #024e94, -1px 0 #024e94, -1px 0 0 #024e94, 1px 0 0 #024e94;
}
.sec02-title .text-shadow {
  position: absolute;
  color: #024e94;
  display: inline-block;
  top: 4px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.sec02-img {
  display: flex;
  justify-content: center;
  padding-top: 30px;
}
@media (min-width: 768px) {
  .sec02-img {
    padding-top: 50px;
  }
}
.sec02-caption {
  max-width: 550px;
  margin: 15px auto 50px;
}
@media (min-width: 768px) {
  .sec02-caption {
    margin: 15px auto;
  }
}

.sec-title {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .sec-title {
    margin-left: 0;
  }
}

.triangle-left {
  border: 2px solid #666666;
  background: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 15px;
  position: relative;
  border-radius: 15px;
  font-size: 16px;
  font-weight: 400;
  width: calc(100% - 100px);
}
@media (min-width: 768px) {
  .triangle-left {
    width: auto;
    padding: 30px;
    font-size: 28px;
  }
}
.triangle-left:before {
  content: "";
  width: 15px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 50%;
  background: #fff;
  border-left: 2px solid #666666;
  clip-path: polygon(0 100%, 0 0, 100% 50%);
  transform: translate(calc(-100% + 2.5px), -50%) rotate(45deg);
}
.triangle-right, .triangle-right2 {
  border: 2px solid #024e94;
  background: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 15px;
  position: relative;
  border-radius: 15px;
}
@media (min-width: 768px) {
  .triangle-right, .triangle-right2 {
    padding: 30px;
  }
}
.triangle-right:after, .triangle-right2:after {
  content: "";
  width: 15px;
  height: 30px;
  position: absolute;
  background: #fff;
  right: 30%;
  bottom: 0;
  border: none;
  border-left: 2px solid #024e94;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  transform: translate(0, calc(100% - 10px)) rotate(-45deg);
}
@media screen and (min-width: 1000px) {
  .triangle-right:after, .triangle-right2:after {
    bottom: auto;
    right: 0;
    top: 50%;
    border-right: 2px solid #024e94;
    clip-path: polygon(100% 100%, 0 50%, 100% 0);
    transform: translate(calc(100% - 2.5px), -50%) rotate(-45deg);
  }
}
@media (min-width: 768px) {
  .triangle-right2 {
    padding: 15px 30px;
    padding-right: 15px;
  }
}

.swiper-wrapper {
  height: 100% !important;
}
.swiper-container {
  position: relative;
  overflow: hidden;
}
.swiper-slide {
  position: relative;
  height: auto;
}
.swiper-slide-item {
  height: 100%;
}
.swiper-button-next {
  background: #024e94;
  width: 15px;
  height: 30px;
  clip-path: polygon(100% 50%, 0 100%, 0 0);
}
@media (min-width: 768px) {
  .swiper-button-next {
    left: calc(82.5% + 5px);
    height: 50px;
  }
}
.swiper-button-next:after {
  content: "";
}
.swiper-button-prev {
  background: #024e94;
  width: 15px;
  height: 30px;
  clip-path: polygon(100% 100%, 0 50%, 100% 0);
}
@media (min-width: 768px) {
  .swiper-button-prev {
    left: calc(17.5% - 20px);
    height: 50px;
  }
}
.swiper-button-prev:after {
  content: "";
}

.sec03 {
  background: #7fb0d3;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .sec03 {
    padding-bottom: 50px;
  }
}
.sec03-intro {
  padding: 15px;
  display: flex;
  flex-direction: row;
  gap: 15px;
  align-items: center;
  margin-top: 20vw;
  position: relative;
}
@media screen and (min-width: 1000px) {
  .sec03-intro {
    margin-top: 0;
    padding: 30px 15px;
    gap: 30px;
  }
}
.sec03-intro .icon {
  position: relative;
  width: 65px;
}
@media (min-width: 768px) {
  .sec03-intro .icon {
    width: 120px;
  }
}
.sec03-intro .icon-question {
  width: 15px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-60%, -60%);
}
@media (min-width: 768px) {
  .sec03-intro .icon-question {
    width: auto;
  }
}
.sec03-intro .illust {
  position: absolute;
  top: 0;
  right: 15px;
  width: auto;
  height: 20vw;
  transform: translate(0, -100%);
}
@media screen and (min-width: 1000px) {
  .sec03-intro .illust {
    transform: none;
    height: auto;
    width: auto;
    display: block;
    right: 0;
    top: none;
    bottom: 0;
  }
}
.sec03-answer {
  padding: 15px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: flex-end;
}
@media screen and (min-width: 1000px) {
  .sec03-answer {
    flex-direction: row;
    align-items: flex-end;
    padding: 30px 15px;
    gap: 30px;
  }
}
.sec03-answer-title {
  font-size: 16px;
  color: #024e94;
}
@media (min-width: 768px) {
  .sec03-answer-title {
    font-size: 28px;
  }
}
.sec03-answer-text {
  font-size: 14px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .sec03-answer-text {
    font-size: 16px;
    width: 70%;
  }
}
.sec03-answer-flex {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.sec03-answer-flex-cont {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
}
@media (min-width: 768px) {
  .sec03-answer-flex-cont {
    padding-top: 15px;
    flex-direction: row;
    align-items: flex-start;
  }
}
.sec03-answer-img {
  position: relative;
}
@media (min-width: 768px) {
  .sec03-answer-img {
    transform: scale(1.05);
  }
}
.sec03-answer-img .caption {
  position: absolute;
  right: 0;
  bottom: 0;
}
.sec03-answer-icon {
  width: 65px;
}
@media (min-width: 768px) {
  .sec03-answer-icon {
    width: auto;
    min-width: 120px;
  }
}
.sec03-answer-icon.dummy {
  display: none;
}
@media screen and (min-width: 1000px) {
  .sec03-answer-icon.dummy {
    display: block;
    opacity: 0;
    min-width: 50px;
  }
}
.sec03-townto {
  padding: 30px 15px;
}
.sec03-townto-title {
  font-size: 16px;
  color: #024e94;
  font-weight: 900;
  position: relative;
  -webkit-text-stroke: 2px #fff;
  text-stroke: 2px #fff;
  transform: translate(0, -50%);
  text-align: center;
}
@media (min-width: 768px) {
  .sec03-townto-title {
    text-align: left;
    font-size: 28px;
    margin-left: 75px;
  }
}
.sec03-townto-frame {
  border: 2px solid #024e94;
  border-radius: 15px;
  background: #fff;
}
.sec03-townto-frame-flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
  padding: 0 15px 15px;
}
@media (min-width: 768px) {
  .sec03-townto-frame-flex {
    gap: 40px;
    flex-direction: row;
    align-items: center;
    padding: 0 30px 15px;
  }
}
@media (min-width: 768px) {
  .sec03-townto-frame-flex .logo {
    padding-bottom: 30px;
    width: 30%;
    min-width: 250px;
  }
}
.sec03-townto-frame-flex .text {
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .sec03-townto-frame-flex .text {
    padding-bottom: 0;
  }
}
.sec03-support-title {
  background: #024e94;
  color: #fff;
  font-weight: 300;
  font-size: 18px;
  text-align: center;
  border-radius: 50px;
  padding: 5px;
  line-height: 1.5;
  position: relative;
}
@media (min-width: 768px) {
  .sec03-support-title {
    font-size: 38px;
  }
}
.sec03-support-title:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 20px;
  height: 30px;
  background: #024e94;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  transform: translate(-50%, calc(100% - 2px));
}
@media (min-width: 768px) {
  .sec03-support-title:after {
    width: 30px;
    height: 30px;
  }
}
.sec03-support-intro {
  padding-top: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .sec03-support-intro {
    padding-bottom: 30px;
  }
}
.sec03-support-intro .text {
  font-size: 20px;
}
@media (min-width: 768px) {
  .sec03-support-intro .text {
    font-size: 45px;
  }
}
.sec03-support-intro .icon {
  width: 20%;
  max-width: 90px;
}
.sec03-support-swiper {
  padding: 0 15px;
}
@media (min-width: 768px) {
  .sec03-support-swiper {
    padding: 0;
  }
}
.sec03-support-swiper .swiper-slide {
  background: #fff;
  border: 2px solid #024e94;
  padding: 30px 15px 15px;
  border-radius: 15px;
  margin-right: 15px;
}
@media (min-width: 768px) {
  .sec03-support-swiper .swiper-slide {
    padding: 15px 25px;
  }
}
.sec03-support-swiper-cont {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.sec03-support-swiper-cont .title {
  font-size: 18px;
  color: #024e94;
  text-align: center;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .sec03-support-swiper-cont .title {
    font-size: 30px;
  }
}
.sec03-support-swiper-cont .text {
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  padding: 20px 0;
  flex-grow: 1;
}
@media (min-width: 768px) {
  .sec03-support-swiper-cont .text {
    font-size: 18px;
  }
}
.sec03-support-swiper-cont .flex {
  display: flex;
  flex-direction: column;
  gap: 15px;
  justify-self: flex-end;
}
@media (min-width: 768px) {
  .sec03-support-swiper-cont .flex {
    flex-direction: row;
  }
}
.sec03-support-swiper-cont .flex .img {
  position: relative;
}
.sec03-support-swiper-cont .flex .img .caption {
  position: absolute;
  z-index: 2;
  right: 3px;
  bottom: 3px;
}
@media (min-width: 768px) {
  .sec03-support-swiper-cont .flex .img {
    width: calc((100% - 15px) / 2);
  }
}
.sec03-support-swiper-cont .flex .img .text-black {
  color: #000;
}
.sec03-support-swiper-cont .flex .img .text-black.text-shadow {
  text-shadow: 0 0 3px rgb(255, 255, 255);
}
.sec03-support-swiper-cont .flex .img .text-white {
  color: #fff;
}
.sec03-support-swiper-cont .flex .cont {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: flex-end;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .sec03-support-swiper-cont .flex .cont {
    width: calc((100% - 15px) / 2);
  }
}
.sec03-support-swiper-cont .flex .cont-bubble {
  border: 2px solid #666666;
  position: relative;
  padding: 15px;
  border-radius: 15px;
  text-align: center;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .sec03-support-swiper-cont .flex .cont-bubble {
    align-self: flex-start;
    min-width: 90%;
  }
}
.sec03-support-swiper-cont .flex .cont-bubble:before {
  content: "";
  width: 15px;
  height: 30px;
  position: absolute;
  left: 70%;
  bottom: 0;
  background: #fff;
  border-left: 2px solid #666666;
  clip-path: polygon(0 100%, 0 0, 100% 50%);
  transform: translate(0, calc(60% + 2px)) rotate(-45deg);
}
.sec03-support-swiper-cont .flex .cont-icon {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: flex-end;
}
.sec03-support-swiper-cont .flex .cont-icon-img {
  min-width: 110px;
}
.sec03-support-caption {
  padding: 15px;
}
.sec03-nisumu {
  padding: 30px 0 0;
}
@media (min-width: 768px) {
  .sec03-nisumu {
    padding: 50px 15px 0;
  }
}
.sec03-nisumu-manage {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 30px 0;
}
@media (min-width: 768px) {
  .sec03-nisumu-manage {
    flex-direction: row;
  }
}
.sec03-nisumu-manage .manage-col {
  width: 100%;
}
@media (min-width: 768px) {
  .sec03-nisumu-manage .manage-col {
    width: 50%;
  }
}
.sec03-nisumu-title {
  background: #fff;
  color: #024e94;
  font-size: 18px;
  letter-spacing: 0;
  padding: 5px;
  text-align: center;
  line-height: 1.5;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .sec03-nisumu-title {
    font-size: 28px;
    padding: 15px;
  }
  .sec03-nisumu-title .sup {
    padding-right: 5px;
    padding-top: 5px;
  }
}
.sec03-nisumu-title .small {
  font-size: 15px;
}
@media (min-width: 768px) {
  .sec03-nisumu-title .small {
    font-size: 21px;
  }
}
.sec03-nisumu-title .pcsmall {
  font-size: 18px;
}
@media (min-width: 768px) {
  .sec03-nisumu-title .pcsmall {
    font-size: 21px;
  }
}
.sec03-nisumu-radiustitle {
  background: #5bc2d9;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0;
  padding: 10px;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.15em;
}
@media (min-width: 768px) {
  .sec03-nisumu-radiustitle {
    font-size: 28px;
    padding: 10px;
  }
}
.sec03-nisumu-radiustitle .small {
  font-size: 16px;
}
@media (min-width: 768px) {
  .sec03-nisumu-radiustitle .small {
    font-size: 21px;
  }
}
.sec03-nisumu-text {
  padding: 15px;
  text-align: left;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .sec03-nisumu-text {
    text-align: center;
  }
}
.sec03-nisumu-text .caption {
  display: block;
  text-align: right;
  max-width: 660px;
  margin: 0 auto;
}
.sec03-nisumu-notice {
  max-width: 720px;
  margin: 0 auto;
  color: #fff;
  font-size: 10px;
  padding-top: 10px;
}
.sec03-nisumu-flex {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 300px;
  margin: 0 auto;
  justify-content: center;
}
@media (min-width: 768px) {
  .sec03-nisumu-flex {
    flex-direction: row;
  }
}
.sec03-nisumu-flex-col {
  border: 2px solid #5bc2d9;
  background: #fff;
  border-radius: 5px;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec03-nisumu-image {
  max-width: 720px;
  margin: 0 auto;
  padding: 15px 0;
}
.sec03-nisumu-facility {
  display: flex;
  flex-direction: column;
}
.sec03-nisumu-facility .flex {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 300px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .sec03-nisumu-facility .flex {
    max-width: 600px;
    flex-direction: row;
  }
}
.sec03-nisumu-facility .col {
  border: 2px solid #00b3c6;
  display: flex;
  flex-direction: column;
  gap: 5px;
  background: #00b3c6;
  justify-content: space-between;
}
.sec03-nisumu-facility .col .image {
  background: #fff;
}
.sec03-nisumu-facility .col .flex {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  gap: 5px;
  height: 100%;
  padding-bottom: 5px;
  position: relative;
  width: 100%;
}
.sec03-nisumu-facility .col .flex .title {
  color: #ffffa7;
  font-size: 20px;
  font-weight: 300;
  text-align: center;
  padding: 5px;
}
@media (min-width: 768px) {
  .sec03-nisumu-facility .col .flex .title {
    font-size: 23px;
  }
}
.sec03-nisumu-facility .col .flex .text {
  font-size: 14px;
  text-align: center;
  padding: 5px;
  color: #fff;
}
.sec03-nisumu-facility .col .flex .abs-sup {
  position: absolute;
  top: 5px;
  right: 5px;
  color: #ffffa7;
}
.sec03-nisumu-facility .caption {
  display: block;
  font-size: 10px;
  text-align: right;
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  padding-top: 5px;
}
.sec03-nisumu-caption {
  margin-top: 15px;
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
  font-size: 10px;
  letter-spacing: 0;
  margin-top: 15px;
}
.sec03-nisumu-price {
  padding: 30px 0;
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .sec03-nisumu-price {
    padding: 50px 0;
  }
}

.sec04 {
  background: #c1e7ea;
  padding-bottom: 30px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .sec04 {
    padding-bottom: 50px;
  }
}
.sec04-intro {
  padding: 15px;
  display: flex;
  flex-direction: row;
  gap: 15px;
  align-items: center;
  margin-top: 20vw;
  position: relative;
}
@media screen and (min-width: 1000px) {
  .sec04-intro {
    margin-top: 0;
    padding: 30px 15px;
    gap: 30px;
  }
}
.sec04-intro .icon {
  position: relative;
  width: 65px;
}
@media (min-width: 768px) {
  .sec04-intro .icon {
    width: 120px;
  }
}
.sec04-intro .icon-question {
  width: 15px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-60%, -60%);
}
@media (min-width: 768px) {
  .sec04-intro .icon-question {
    width: auto;
  }
}
.sec04-intro .illust {
  position: absolute;
  top: 0;
  right: 15px;
  height: 20vw;
  transform: translate(0, -100%);
}
@media screen and (min-width: 1000px) {
  .sec04-intro .illust {
    transform: none;
    height: auto;
    width: auto;
    display: block;
    right: -10px;
    top: auto;
    bottom: 0;
    width: 20%;
  }
}
.sec04-answer {
  padding: 15px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: flex-end;
}
@media screen and (min-width: 1000px) {
  .sec04-answer {
    flex-direction: row;
    align-items: flex-end;
    padding: 30px 15px;
    gap: 30px;
  }
}
.sec04-answer-title {
  font-size: 16px;
  color: #024e94;
}
@media (min-width: 768px) {
  .sec04-answer-title {
    font-size: 28px;
  }
}
.sec04-answer-text {
  font-size: 14px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .sec04-answer-text {
    font-size: 16px;
    letter-spacing: -1px;
  }
}
.sec04-answer-flex {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 768px) {
  .sec04-answer-flex {
    flex-direction: row;
  }
}
.sec04-answer-flex-cont {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
}
@media (min-width: 768px) {
  .sec04-answer-flex-cont {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (min-width: 768px) {
  .sec04-answer-img {
    width: 35%;
    transform: scale(1.05);
  }
  .sec04-answer-img .slidetop {
    margin-top: -30px;
  }
}
.sec04-answer-icon {
  width: 65px;
}
@media (min-width: 768px) {
  .sec04-answer-icon {
    width: auto;
    min-width: 120px;
  }
}
.sec04-answer-icon.dummy {
  display: none;
}
@media screen and (min-width: 1000px) {
  .sec04-answer-icon.dummy {
    display: block;
    opacity: 0;
    min-width: 50px;
  }
}
.sec04-support-title {
  background: #024e94;
  color: #fff;
  font-weight: 300;
  font-size: 18px;
  text-align: center;
  border-radius: 50px;
  padding: 5px;
  line-height: 1.5;
  position: relative;
}
@media (min-width: 768px) {
  .sec04-support-title {
    font-size: 38px;
  }
}
.sec04-support-title:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 20px;
  height: 30px;
  background: #024e94;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  transform: translate(-50%, calc(100% - 2px));
}
@media (min-width: 768px) {
  .sec04-support-title:after {
    width: 30px;
    height: 30px;
  }
}
.sec04-support-intro {
  padding-top: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .sec04-support-intro {
    padding-bottom: 30px;
  }
}
.sec04-support-intro .text {
  font-size: 20px;
}
@media (min-width: 768px) {
  .sec04-support-intro .text {
    font-size: 45px;
  }
}
.sec04-support-intro .icon {
  width: 20%;
  max-width: 90px;
}
.sec04-support-swiper {
  padding: 0 15px;
}
@media (min-width: 768px) {
  .sec04-support-swiper {
    padding: 0;
  }
}
.sec04-support-swiper .swiper-slide {
  background: #fff;
  border: 2px solid #024e94;
  padding: 30px 15px 15px;
  border-radius: 15px;
  margin-right: 15px;
}
@media (min-width: 768px) {
  .sec04-support-swiper .swiper-slide {
    padding: 30px 30px 15px;
    padding-bottom: 5px;
  }
}
.sec04-support-swiper-cont {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.sec04-support-swiper-cont .title {
  font-size: 18px;
  color: #024e94;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .sec04-support-swiper-cont .title {
    font-size: 30px;
    min-height: 3rem;
  }
}
.sec04-support-swiper-cont .title .blueframe {
  padding: 3px 10px;
  border: 1px solid #024e94;
  margin-left: 10px;
  font-size: 0.8em;
}
.sec04-support-swiper-cont .text {
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  padding: 20px 0;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .sec04-support-swiper-cont .text {
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 130px;
    letter-spacing: -1px;
  }
}
.sec04-support-swiper-cont .flex {
  display: flex;
  flex-direction: column;
  gap: 15px;
  justify-self: flex-end;
}
@media (min-width: 768px) {
  .sec04-support-swiper-cont .flex.w80 {
    width: 80%;
    align-self: center;
  }
}
.sec04-support-swiper-cont .flex .img {
  position: relative;
  align-self: center;
}
@media (min-width: 768px) {
  .sec04-support-swiper-cont .flex .img {
    width: calc((100% - 15px) / 2);
  }
}
.sec04-support-swiper-cont .flex .img .caption {
  position: absolute;
  bottom: 3px;
  right: 3px;
}
.sec04-support-swiper-cont .flex .img .smartphone {
  position: absolute;
  top: -10px;
  right: -10px;
  max-width: 25%;
}
@media (min-width: 768px) {
  .sec04-support-swiper-cont .flex .img.w40 {
    width: 42%;
  }
}
.sec04-support-swiper-cont .flex .img.w40 .caption {
  transform: translateX(-100%);
}
.sec04-support-swiper-cont .flex .cont {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: flex-end;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .sec04-support-swiper-cont .flex .cont {
    width: calc((100% - 15px) / 2);
    justify-content: flex-end;
    flex-grow: 1;
  }
}
.sec04-support-swiper-cont .flex .cont.w60 {
  width: calc(55% - 15px);
}
.sec04-support-swiper-cont .flex .cont.bubble-side {
  flex-direction: row;
}
.sec04-support-swiper-cont .flex .cont .row {
  display: flex;
  flex-direction: row;
  gap: 15px;
}
.sec04-support-swiper-cont .flex .cont-bubble {
  border: 2px solid #666666;
  position: relative;
  padding: 15px;
  border-radius: 15px;
  text-align: center;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .sec04-support-swiper-cont .flex .cont-bubble {
    align-self: flex-start;
    min-width: 90%;
  }
}
.sec04-support-swiper-cont .flex .cont-bubble:before {
  content: "";
  width: 15px;
  height: 30px;
  position: absolute;
  left: 70%;
  bottom: 0;
  background: #fff;
  border-left: 2px solid #666666;
  clip-path: polygon(0 100%, 0 0, 100% 50%);
  transform: translate(0, calc(60% + 2px)) rotate(-45deg);
}
.sec04-support-swiper-cont .flex .cont-bubble-side {
  border: 2px solid #666666;
  position: relative;
  padding: 15px;
  border-radius: 15px;
  text-align: center;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .sec04-support-swiper-cont .flex .cont-bubble-side {
    align-self: flex-start;
  }
}
.sec04-support-swiper-cont .flex .cont-bubble-side:before {
  content: "";
  width: 15px;
  height: 30px;
  position: absolute;
  right: 0;
  top: 50%;
  background: #fff;
  border-left: 2px solid #666666;
  clip-path: polygon(0 100%, 0 0, 100% 50%);
  transform: translate(calc(100% - 2px), 0) rotate(135deg);
}
.sec04-support-swiper-cont .flex .cont-icon {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: flex-end;
}
.sec04-support-swiper-cont .flex .cont-icon-img {
  min-width: 110px;
}
@media (min-width: 768px) {
  .sec04-support-swiper-cont .flex {
    flex-direction: row;
  }
  .sec04-support-swiper-cont .flex.flex-column {
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
  }
  .sec04-support-swiper-cont .flex.flex-column .cont {
    width: 100%;
    justify-content: flex-end;
  }
  .sec04-support-swiper-cont .flex.flex-column .cont-bubble {
    align-self: flex-end;
    min-width: none;
  }
  .sec04-support-swiper-cont .flex.flex-column .align-center {
    align-self: center;
  }
}
.sec04-support-swiper-cont .option {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec04-support-swiper-cont .area {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sec04-support-swiper-cont .area .btn-carshare {
  transition: all 0.5s ease;
  padding-top: 15px;
}
.sec04-support-swiper-cont .area .btn-carshare:hover {
  opacity: 0.6;
}
@media (min-width: 768px) {
  .sec04-support-swiper-cont .area .btn-carshare {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 45%;
    bottom: 35%;
    right: 5px;
  }
}
.sec04-support-caption {
  padding: 15px;
}

.sec05 {
  background: #c5dbb4;
  overflow: hidden;
}
.sec05-intro {
  padding: 15px;
  display: flex;
  flex-direction: row;
  gap: 15px;
  align-items: center;
  margin-top: 20vw;
  position: relative;
}
@media screen and (min-width: 1000px) {
  .sec05-intro {
    margin-top: 0;
    padding: 30px 15px;
    gap: 30px;
  }
}
.sec05-intro .icon {
  position: relative;
  width: 65px;
}
@media (min-width: 768px) {
  .sec05-intro .icon {
    width: 120px;
  }
}
.sec05-intro .icon-question {
  width: 15px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-60%, -60%);
}
@media (min-width: 768px) {
  .sec05-intro .icon-question {
    width: auto;
  }
}
.sec05-intro .illust {
  position: absolute;
  top: 0;
  right: 15px;
  height: 20vw;
  transform: translate(0, -100%);
}
@media screen and (min-width: 1000px) {
  .sec05-intro .illust {
    transform: none;
    height: auto;
    width: auto;
    display: block;
    right: -10px;
    top: auto;
    bottom: 0;
    width: 20%;
  }
}
.sec05-answer {
  padding: 15px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: flex-end;
}
@media screen and (min-width: 1000px) {
  .sec05-answer {
    flex-direction: row;
    align-items: flex-end;
    padding: 30px 15px;
    gap: 30px;
  }
}
.sec05-answer-title {
  font-size: 16px;
  color: #024e94;
}
@media (min-width: 768px) {
  .sec05-answer-title {
    font-size: 28px;
  }
}
.sec05-answer-text {
  font-size: 14px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .sec05-answer-text {
    font-size: 16px;
    letter-spacing: -1px;
    padding-right: 200px;
  }
}
.sec05-answer-flex {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.sec05-answer-flex-cont {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  position: relative;
}
@media (min-width: 768px) {
  .sec05-answer-flex-cont {
    padding-top: 15px;
    flex-direction: row;
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .sec05-answer-img {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .sec05-answer-img .slideleft {
    width: 230px;
  }
}
.sec05-answer-icon {
  width: 65px;
}
@media (min-width: 768px) {
  .sec05-answer-icon {
    width: auto;
    min-width: 120px;
  }
}
.sec05-answer-icon.dummy {
  display: none;
}
@media screen and (min-width: 1000px) {
  .sec05-answer-icon.dummy {
    display: block;
    opacity: 0;
    min-width: 50px;
  }
}
.sec05-guideline {
  padding: 0 15px 30px;
}
@media (min-width: 768px) {
  .sec05-guideline {
    padding: 0 15px 50px;
  }
}
.sec05-guideline-frame {
  padding: 15px;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sec05-guideline-title {
  background: #2d9d80;
  color: #fff;
  text-align: center;
  padding: 10px;
  font-size: 16px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .sec05-guideline-title {
    font-size: 22px;
  }
}
.sec05-guideline-text {
  text-align: left;
  padding: 15px 0;
  font-size: 14px;
}
@media (min-width: 768px) {
  .sec05-guideline-text {
    text-align: center;
    font-size: 16px;
  }
}
.sec05-guideline-img .caption {
  padding-top: 5px;
}
.sec05-guideline-btn {
  margin-top: 15px;
  transition: all 0.4s ease;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  display: inline-block;
}
.sec05-guideline-btn:hover {
  transform: translate(-5px, -5px);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
}
.sec05-guideline-flex {
  display: flex;
  justify-content: center;
  padding-top: 15px;
}
@media (min-width: 768px) {
  .sec05-guideline-flex {
    padding-top: 30px;
  }
}/*# sourceMappingURL=town-management.css.map */