ul,
ol,
li,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-position: outside;
  font-size: 1.6rem;
}

p {
  margin: 0;
  padding: 0;
}



.fix-btn-lp {
  bottom: 11%;
}

.main-visual {
  padding-top: 3%;
  position: relative;
  background: url("../images/pages/lp-2026/main-bg.png") no-repeat top 80px left;
  background-repeat: no-repeat;
  background-size: 100%;
  padding-bottom: 37%;
}

.main-bg {
  position: absolute;
  left: 0%;
  top: 10%;
  padding-top: 0%;
}

.main-visual-img > img:nth-child(1) {
  width: 33%;
  z-index: 3;
  top: 50%;
  min-width: 500px;

}

.main-visual-slider {
  padding: 0 2%;
  position: relative;
}
.main-visual-slider .swiper-wrapper{
  height: auto;
}
.main-visual-slider .swiper-slide{
  height:700px;
}
.main-visual-slider .swiper-slide img {
  width: 100%;
  height:700px;
  object-fit: cover;
}
.main-bg02 {
  position: absolute;
  z-index: 5;
  bottom: 13%;
}
.catch-area {
  background: none;
  padding: 0% 0 4rem;
  margin-top: -32rem;
}

.space-area {
  background:
    url("../images/pages/lp/bg01.png") no-repeat top 0px left,
    url("../images/pages/lp/bg02.png") no-repeat bottom 0 center;
  background-size: auto, auto;
  background-size: auto;
  background-size: auto;
  background-size: 100%;
  margin-top: -17rem;
  padding-bottom: 21%;
}

.space-area .main-ttl {
  position: relative;
  padding-top: 18rem;
}

.space-area .main-ttl img:nth-child(1) {
  width: 70%;
  margin: auto;
  display: block;
}

.map-img .features-img {
  grid-area: 4 / 1 / 5 / 3;
}

.space-area .features-img {
  background: #f0f2b9;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1.05fr 1fr;
  padding: 2rem;
  border-radius: 20px;
  border: solid 1px#000000;
  margin-top: 2rem;
  width: 104%;
  transform: translateX(-1.4%);
  box-sizing: border-box;
}


.space-icon02 {
  bottom: 600px;
}
.space-icon03 {
  /* top: -19px; */
  top: -49px;
}

.space-icon01 {
  /* top: -120px; */
  top: -69px;
}

.map-box {
  margin-top: 25%;
}

.map-img {
  display: block;
  grid-template-columns: 1fr 1fr;
  background: #ffc625;
  position: relative;
  border-radius: 20px;
  padding: 43rem 5% 5rem 4%;
}
.map-img-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.map-img-box > img:nth-child(1) {
  position: absolute;
  width: 78%;
  display: block;
  position: absolute;
  top: -13%;
  left: 50%;
  transform: translate(-50%, 0%);
}

.map-img .map-img-txt {
  font-size: 1.6rem;
  margin-top: 2rem;
  font-weight: bold;
}

.passage-area {
  padding-top: 0;
  margin-top: -14rem;
  background: url("../images/pages/lp-2026/passage-bg.png") no-repeat top 29px center;
    background-size: auto;
  background-size: 90%;
}

.passage-img {
  grid-template-columns: 1.12fr 1fr;
 
}
.passage-area .main-ttl img:nth-child(1) {
  width: 45%;
}


.passage-txt p.attention-text {
 margin: 2rem 0;
  font-size: 1.4rem;
}

.passage-txt-text span {
  background: #000;
  color: #fff;
  display: block;
  font-size: 2.2rem;
  font-weight: bold;
  width: fit-content;
  margin: auto;
  margin-bottom: auto;
  margin-bottom: 1.5rem;
  padding: 0 1rem;
}

.features-area {
  background: url("../images/pages/lp/bg01.png") no-repeat top 0px left 0;
  padding-bottom: 2%;
  background-size: 100%;
}

.utilization-box div.catch-block > .catch-text {
  gap: 15px;
  font-size: 4.33rem;
}

div.catch-block p:nth-child(2) {
  font-size: 1.7rem;
  margin: 4rem 0;
}

.utilization-icon02-ttl {
  top: 12%;
}

.utilization-box {
  padding: 8rem 5rem;
  margin-top: 5rem;
}
.utilization-box-list-item h3 {
  font-size: 2rem;
  color: #fff;
  background: #fa6e00;
  border-radius: 25px;
  position: relative;
  padding: 1rem;
  text-align: center;
  margin-bottom: 2rem;
}
.utilization-box-list-item h3 span {
  /* display: block; */
  font-size: 1.4rem;
  width: 65px;
  height: 65px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #db3a00;
  border: solid 3px #fff;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0%, -50%);
}

div.utilization-box-list-item01 > h3:nth-child(1) {
  width: 80%;
  margin: auto;
  margin-bottom: 2rem;
}

.utilization-box-list01 {
  margin-bottom: 3rem;
}
.utilization-box-list01 h3 {
  width: 80%;
  margin: auto;
}
div.utilization-box-list02 h3 {
  text-align: center;
  font-size: 1.7rem;
  padding-left: 5rem;
}

div.utilization-box-list-item > ul {
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-top: 2cqmax;
}
div.utilization-box-list-item ul > li p {
  font-size: 1.6rem;
  font-weight: bold;
  background: #f6ed36;
  padding: 1rem 2rem;
  margin: 0;
  margin-bottom: 1rem;
}

div.utilization-box-list-item:nth-child(1) > ul:nth-child(2) > li:nth-child(1) {
  grid-area: 1 / 1 / 3 / 3;
}
div.utilization-box-list-item:nth-child(1) > ul:nth-child(2) > li:nth-child(2) {
  grid-area: 1 / 3 / 2 / 5;
}
div.utilization-box-list-item:nth-child(1)
  > ul:nth-child(2)
  > li:nth-child(2)
  .utilization-img-box {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

div.utilization-box-list-item:nth-child(1)
  > ul:nth-child(2)
  > li:nth-child(2)
  img {
  width: 48.5%;
}

div.utilization-box-list-item:nth-child(1) > ul:nth-child(2) > li:nth-child(3) {
  grid-area: 2 / 3 / 3 / 4;
}

div.utilization-box-list-item:nth-child(1) > ul:nth-child(2) > li:nth-child(4) {
  grid-area: 2 / 4 / 3 / 5;
}

div.utilization-box-list02 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin-top: 5rem;
  margin-bottom: 2rem;
}

.features-area .inner {
  position: relative;
}
.utilization-box > p:nth-child(4) {
 
  font-size: 1.6rem;
}

@media screen and (max-width: 736px) {
  .main-visual {
    padding-top: 3%;
    position: relative;
    background: url("../images/pages/lp-2026/main-bg-sp.png") no-repeat top 80px
      left;
    background-repeat: no-repeat;
    background-size: auto;
    background-repeat: no-repeat;
    background-size: 100%;
  }


.main-visual-img > img:nth-child(1) {
  width: 56%;
  min-width: unset;
}


  .main-visual-slider .swiper-slide ,
  .main-visual-slider .swiper-slide img{
    height: 350px;
  }

  .catch-bg01 {
    margin-top: -7rem;
    height: 180px;
    object-fit: cover;
  }

  .main-visual {
    background: url("../images/pages/lp/bg01-sp.png") no-repeat top 180px left;
  }

  .catch-area {
    margin-top: -9rem;
  }
  .catch-area .catch-txt {
    background: url("../images/pages/lp-2026/catch-bg-sp.png") no-repeat top
      center;
    background-size: 100%;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }

  .main-bg02 {
    bottom: -7%;
  }

  .space-area {
    background:
      url("../images/pages/lp/bg01-sp.png") no-repeat top 160px left,
      url("../images/pages/lp/bg02-sp.png") no-repeat bottom 500px center;
    background-size: 100%;
    padding-top: 17rem;
  }

  .space-area .main-ttl {
    padding-top: 18rem;
    padding-top: 0rem;
  }
  .space-icon01 {
    display: none;
  }
.space-icon02 {
  display: none;
}

  .space-area .main-ttl img:nth-child(1) {
    width: 92%;
  }

  .map-img {
    padding: 16rem 5% 5rem 4%;
    margin: 0 calc(50% - 50vw);
    border-radius: 0;
  }

  .map-box {
    margin-top: 37%;
  }

  .map-img-box > img:nth-child(1) {
    width: 90%;
    top: -8%;
  }

  .space-area .features-img {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border: solid 1px #000000;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
  }
  .space-area .features-img img {
    width: 96%;

  }

.features-img > img:nth-child(5) {
  grid-area: 3 / 1 / 4 / 3;
  width: 48%;
  margin: auto;
}
.features-img > img:nth-child(4) {
  width: 100%;
}

  .map-img .map-img-txt {
    font-size: 1.1rem;
    line-height: 1.8  ;
  }

  .passage-area {
    margin-top: -2rem;
    background: url("../images/pages/lp-2026/passage-bg-sp.png") no-repeat top
      54px center;
    background-size: 95%;
    padding-bottom: 0;
  }

  .passage-area .main-ttl img:nth-child(1) {
    width: 65%;
    margin-bottom: 3rem;
  }

  .passage-txt p.attention-text {
    /* font-size: 1.4rem; */
    font-size: 1rem;
    margin: 2rem 0 !important;
  }

  .passage-txt-text span {
    /* font-size: 2.2rem; */
    /* padding: 0 1rem; */
    font-size: 1.1rem;
    padding: 3px 1rem;
  }

  .passage-img {
    grid-template-columns: 1fr;
    gap: 2rem;
    width: 60%;
  }
  .utilization-icon02-ttl {
    display: block;
    top: 0;
    max-width: 100% !important;
  }

  .utilization-box {
    /* padding: 8rem 5rem; */
    padding: 2rem 1rem;
  }

  .utilization-box div.catch-block > .catch-text {
    /* font-size: 4.33rem; */
    font-size: 2.1rem;
  }

  div.catch-block p:nth-child(2) {
    /* font-size: 1.7rem; */
    /* margin: 4rem 0; */
    font-size: 1rem;
    margin: 2rem 0;
  }

  div.utilization-box-list-item h3 {
    text-align: left;
    padding-left: 6rem;
    font-size: 1.2rem;
    border-radius: 15px;
  }

  div.utilization-box-list-item h3 span {
    /* font-size: 1.4rem; */
    /* width: 65px; */
    /* height: 65px; */
    font-size: 1.1rem;
    width: 50px;
    height: 50px;
    left: -3px;
  }

  .utilization-box-list01 h3 {
    line-height: 1.2 !important;
  }
  .utilization-box-list01 h3 span {
    left: -7px !important;
  }

  div.utilization-box-list-item ul > li p {
    /* font-size: 1.7rem; */
    /* padding: 1rem 2rem; */
    font-size: 1.2rem;
    padding: 0.5rem 1rem;
  }

  div.utilization-box-list-item > ul {
    display: flex;
    flex-wrap: wrap;
    width: 95%;
    margin: auto;
  }
  div.utilization-box-list-item > ul li {
    grid-area: unset !important;
  }
  div.utilization-box-list-item:nth-child(1)
    > ul:nth-child(2)
    > li:nth-child(3),
  div.utilization-box-list-item:nth-child(1)
    > ul:nth-child(2)
    > li:nth-child(4),
  div.utilization-box-list-item:nth-child(1)
    > ul:nth-child(2)
    > li:nth-child(2)
    img {
    width: 48%;
  }
  div.utilization-box-list02 {
    grid-template-columns: 1fr;
    margin-top: 3rem;
  }
  div.utilization-box-list-item h3 {
    margin-bottom: 1rem;
  }
  .utilization-box > p:nth-child(4) {
    text-align: left !important;
    font-size: 1.2rem;
  }
  .features-area {
    background: url("../images/pages/lp/bg01-sp.png") no-repeat top 100px left
      0px;
    padding-bottom: 2%;
    background-size: 100%;
  }
}
