@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400&display=swap");
main {
  position: relative;
  padding-bottom: 115px;
}
@media screen and (max-width: 480px) {
  main {
    padding: 5px 0 55px;
  }
  main .p_ttl img {
    width: 242px;
    height: auto;
  }
}
main .p_lead {
  position: absolute;
  z-index: 1;
  top: 184px;
  left: calc(50% + 164px);
}
main .p_lead::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 98px;
  width: 40px;
  height: 51px;
  background: #fff;
}
main .p_lead img {
  position: relative;
}
@media screen and (max-width: 480px) {
  main .p_lead {
    position: relative;
    margin-top: 56px;
    top: 0;
    left: 0;
  }
  main .p_lead::before {
    display: none;
  }
  main .p_lead img {
    width: 146px;
    height: auto;
  }
}
main .p_mv {
  margin-top: 88px;
}
@media screen and (max-width: 480px) {
  main .p_mv {
    margin-top: -49px;
    overflow: hidden;
    text-align: left;
  }
  main .p_mv img {
    margin-left: calc(50% - 207px);
    width: 414px;
    height: auto;
  }
}
main .address {
  margin-top: 25px;
}
main .address p {
  font-size: 1.6rem;
  line-height: 2;
}
main .address .btn {
  margin-top: 15px;
}
@media screen and (max-width: 480px) {
  main .address {
    margin-top: 15px;
  }
  main .address p {
    font-size: 1.4rem;
    line-height: 1.86;
  }
  main .address .btn {
    margin-top: 10px;
  }
}
main .step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  gap: 54px;
  width: 642px;
  margin: 75px auto 0;
}
@media screen and (max-width: 480px) {
  main .step {
    gap: 30px;
    width: 92%;
    max-width: 345px;
    margin: 40px auto 0;
  }
}
main .step li {
  padding: 23px 0 28px;
  border: 2px solid #000;
  position: relative;
}
@media screen and (max-width: 480px) {
  main .step li {
    padding: 0;
    border: none;
    background: url("/img/access_flame_pat_sp.png") repeat-y center top/100%;
  }
  main .step li .inr {
    padding: 14px 12px;
  }
}
main .step li::before, main .step li::after {
  content: "";
  display: block;
  position: absolute;
  left: -2px;
  right: -2px;
  height: 25px;
}
@media screen and (max-width: 480px) {
  main .step li::before, main .step li::after {
    left: 0;
    right: 0;
    aspect-ratio: 690/28;
    height: auto;
  }
}
main .step li::before {
  top: -2px;
  background: #fff url("/img/access_flame_hd.png") no-repeat left top/100%;
}
@media screen and (max-width: 480px) {
  main .step li::before {
    top: 0;
    background: #fff url("/img/access_flame_hd_sp.png") no-repeat left top/100%;
  }
}
main .step li::after {
  bottom: -2px;
  background: #fff url("/img/access_flame_ft.png") no-repeat left bottom/100%;
}
@media screen and (max-width: 480px) {
  main .step li::after {
    bottom: 0;
    background: #fff url("/img/access_flame_ft_sp.png") no-repeat left bottom/100%;
  }
}
main .step li:nth-child(even)::before, main .step li:nth-child(even)::after {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
main .step .img {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 480px) {
  main .step .img > img {
    width: 100%;
    height: auto;
  }
}
main .step p {
  position: relative;
  z-index: 1;
  margin-top: 20px;
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 480px) {
  main .step p {
    margin-top: 10px;
    font-size: 1.2rem;
    line-height: 1.67;
  }
}
main .step .bal {
  position: absolute;
  z-index: 2;
  top: -27px;
  right: -38px;
}
@media screen and (max-width: 480px) {
  main .step .bal {
    width: 72px;
    height: auto;
    top: -19px;
    right: -11px;
  }
}
main .step .welcome {
  position: absolute;
  z-index: 2;
  left: -95px;
  bottom: -18px;
}
@media screen and (max-width: 480px) {
  main .step .welcome {
    left: -22px;
    bottom: -7px;
  }
}
main .step .welcome::before {
  content: "";
  display: block;
  background: #fff;
  position: absolute;
  width: 16px;
  height: 103px;
  left: 88px;
  top: -11px;
}
@media screen and (max-width: 480px) {
  main .step .welcome::before {
    width: 7px;
    height: 43px;
    left: 8px;
    top: 0;
  }
}
main .step .welcome img {
  position: relative;
}
@media screen and (max-width: 480px) {
  main .step .welcome img {
    width: 75px;
    height: auto;
  }
}
main .map {
  margin-top: 95px;
}
main .map #map {
  margin: 33px auto 0;
  width: 650px;
  height: 600px;
}
main .map .btn {
  margin-top: 40px;
}
@media screen and (max-width: 480px) {
  main .map {
    margin-top: 54px;
  }
  main .map .ttl img {
    width: 148px;
    height: auto;
  }
  main .map #map {
    margin: 21px auto 0;
    width: 100%;
    height: 275px;
  }
  main .map .btn {
    margin-top: 20px;
  }
}