@media only screen and (min-width: 767px){
  .u-hide-pc{
    display: none;
  }
}
@media only screen and (max-width: 767px){
  .u-hide-sp{
    display: none;
  }
}
@media only screen and (max-width: 767px){
  .pc-card--info{
    display: none;
  }
  .text--section-desc{
    font-size: 1.3rem;
    margin-bottom: 30px;
}
  .heading--section-title{
    font-size: 2.2rem;
    margin-bottom: 39px;
  }
  .heading--section-title span{
    bottom: -21px;
  }
  .heading--section-title::before,
  .heading--section-title::after{
    width: 24px;
    height: 24px;
  }
}
@media only screen and (max-width: 767px){
  .section--location-search .text--section-desc{
    margin-bottom: 15px;
  }
  .section--location-search .btn--primary{
    min-width: 0;
    width: 100%;
    max-width: 230px;
    font-size: 1.5rem;
    height: 40px;
    border-radius: 15px;
  }
  .section--location-search .btn--primary::after{
    border-radius: 13px;
  }
  .section--purpose-search .text--section-desc{
    margin-bottom: 25px;
  }
  .section--top{
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .section--top:first-of-type{
    padding-top: 2.8rem;
    padding-bottom: 2.1rem;
  }
  .area--top-slider{
    background-color: #fff;
    background-image: none;
    height: auto;
    aspect-ratio: 345 / 252;
    max-height: 420px;
    max-width: 540px;
    margin: auto;
  }
  .area--top-slider .container{
    padding-left: 15px;
    padding-right: 15px;
  }
  .area--top-slider .block--slider{
    width: 100%;
    height: 100%;
    padding: 0;
  }
  .area--top-slider .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4.5px);
  }
  .area--top-slider .swiper-wrapper{
    height: auto;
    aspect-ratio: 3 / 2;
  }
  .area--top-slider .swiper-slide .anchor{
    height: 100%;
    display: block;
    aspect-ratio: 3 / 2;
    overflow: hidden;
    border-radius: 10px;
  }
  .area--top-slider .swiper-slide img{
  }
  .block--slider .swiper .swiper-button-prev,
  .block--slider .swiper .swiper-button-next{
    display: none;
  }

  .card--info{
    background-color: #61bd28;
    height: auto;
    border-radius: 10px;
    margin-bottom: 1.8rem;
  }
  .card--info .card__header{
    padding: 5px 0;
    height: 35px;
  }
  .card--info .card__body{
    border-radius: 0 0 10px 10px;
    padding: 20px 0;
    height: 194px;
    overflow-y: scroll;
  }
  .heading--section-title.heading--info{
    font-size: 1.8rem;
  }
  .heading--info::before,
  .heading--info::after{
    content: none;
  }
  .list--info {
    padding: 0 13px;
    height: auto;
  }
  .list--info .list__item:first-child{
    padding-top: 0;
  }
  .list--info .list__item .block--info-top{
    line-height: 1.6rem;
  }
  .list--info .list__item .block--info-top .text{
    font-weight: bold;
  }
  .badge--info{
    border-radius: 20px;
    padding: 2.5px 10px 3.5px;
    font-size: 1.2rem;
    min-width: 77px;
    text-align: center;
  }
  .badge--info.badge--report2,
  .badge--info.badge--report0{
    font-weight: 500;
  }
  .card--info--X{
    background-color: #000;
    border-radius: 1rem;
  }
  .card--info--X .card__header{
    height: auto;
    font-weight: 500;
    font-size: 1.5rem;
    padding: 4px 0 8px;
  }
  .card--info--X .heading--section-title{
    display: block;
    margin-bottom: 0;
    font-size: 1.4rem;
    font-weight: 500;
    font-feature-settings: "palt";
    letter-spacing: 0.07em;
  }
  .card--info--X .heading--section-title::before,
  .card--info--X .heading--section-title::after{
    content: none;
  }
  .card--info--X .card__header small{
    font-weight: normal;
  }
  .section--related{
    padding-bottom: 6rem;
  }
  .list--banner .list__item a .image--banner{
    max-width: 335px;
    width: 100%;
  }
  .heading--purpose-sub-title.heading--first{
    margin-top: 30px;
  }
  .btn--primary{
    min-width: 0;
    width: 100%;
    max-width: 230px;
    font-size: 1.5rem;
  }
  .btn--mini{
    min-width: 0;
    width: 100%;
    max-width: 260px;
  }
  .section--app-download .block--app-qrcode .image--btn{
    width: 100%;
    max-width: 132px;
  }
  .section--app-download .block--app-qrcode .image--qr{
    height: auto;
    width: 100%;
    max-width: 115px;
    aspect-ratio: 23 / 20;
  }
}