@charset "UTF-8";
/* mv */
.mv {
  position: relative;
}
.mv-text {
  bottom: 70px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  z-index: 1;
}
.mv-text h2 {
  color: #fff;
  font-size: clamp(4rem, 3.1rem + 2.8125vw, 8.5rem);
}

/* intro */
.intro {
  background: url(../images/access/access-bg01.webp) no-repeat center;
  background-size: cover;
  color: #fff;
}
.intro .note {
  font-size: 3.2rem;
  letter-spacing: .1em;
  margin: 0 auto 1em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.intro .note::before,
.intro .note::after {
  content: '';
  display: block;
  width: 80px;
  height: 1px;
  background: #fff;
}
.intro .note::before {
  margin-right: 1.6em;
}
.intro .note::after {
  margin-left: 1.6em;
}
.intro h2 {
  font-size: 5rem;
  letter-spacing: 0.18em;
  margin-bottom: 100px;
  line-height: 1.4;
}
.area01{
  position: relative;
}
.intro-mark {
  position: absolute;
  width: 20px;
  left: 50%;
  bottom: 52%;
}

.usp {
  background: url(../images/access/access-bg02.webp) no-repeat center;
  background-size: cover;
  margin-top: -1px;
}
.usp-text{
  font-size: 4rem;
  color: #fff;
  line-height: 1.8;
  letter-spacing: .3rem;
}
.access-wrap {
  background: url(../images/access/access-bg03.webp) no-repeat center;
  background-size: cover;
  margin-top: -1px;
  color: #fff;
}
.access-flex{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 60px;
  align-items: flex-end;
  max-width: 1200px;
  margin: 0 auto;
}
.access-flex-item{
  width: calc(100%/2 - 30px);
}
.access-wrap .lead{
  margin-top: 30px;
  font-size: 2.8rem;
  letter-spacing: .1rem;
  line-height: 1.5;
}
.access-wrap .note{
  margin-top: 30px;
  font-size: 1.8rem;
  letter-spacing: .1rem;
  line-height: 1.6;
}
.access-img .inner{
  padding: 100px 16px;
}
.content {
  background: url(../images/access/access-bg04.webp) no-repeat center;
  background-size: cover;
  margin-top: -1px;
  color: #fff;
}
.content-lead{
  font-size: 3rem;
  letter-spacing: .5rem;
}
.content-note{
  font-size: 1.8rem;
  letter-spacing: .2rem;
  line-height: 2.2;
  margin-top: 40px;
  text-align: center;
}
.content-note .small-text{
  font-size: 50%;
}
.content-title{
  font-size: 6.4rem;
  letter-spacing: .1rem;
  margin-top: 50px;
}
.content-img{
  margin-top: 60px;
}
.content-flex{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: #000022;
}
.content-flex-img,
.content-flex-text {
  width: 50%;
}
.content-flex-text{
  padding: 0 32px;
}
.content-flex-text-lead{
  font-size: 2.8rem;
  line-height: 1.6;
  letter-spacing: .3rem;
}
.content-flex-text-note{
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: .1rem;
  margin-top: 30px;
}
.car-img{
  margin-top: 40px;
}

@media screen and (max-width: 767px){
  .mv-text {
    bottom: 30px;
  }
  .intro {
    background: url(../images/access/access-bg01-sp.webp) no-repeat center;
    background-size: cover;
    color: #333;
  }
  .intro.general-section .inner{
    padding: 30px 16px 40px;
  }
  .intro .note {
    font-size: 1.8rem;
    margin-bottom: .5em;
  }
  .intro .note::before,
  .intro .note::after {
    width: 60px;
    background-color: #333;
  }
  .intro .note::before {
    margin-right: 1.4em;
  }
  .intro .note::after {
    margin-left: 1.4em;
  }
  .intro h2 {
    font-size: 2.4rem;
    margin-bottom: 0;
  }
  .intro-mark {
    width: 12px;
    bottom: 40%;
  }
  .usp {
    background: url(../images/access/access-bg02-sp.webp) no-repeat center;
    background-size: cover;
  }
  .usp.general-section .inner{
    padding: 70px 16px 50px;
  }
  .usp-text{
    font-size: 2rem;
  }
  .access-flex{
    gap: 0;
    width: 90%;
  }
  .access-flex-item{
    width: 100%;
  }
  .access-wrap .lead{
    font-size: 1.6rem;
    margin-top: 20px;
  }
  .access-wrap .note{
    font-size: 1rem;
    margin: 20px auto 30px;
  }
  .access-img .inner{
    padding: 30px 16px;
  }
  .content {
    background: url(../images/access/access-bg04.webp) no-repeat center;
    background-size: cover;
  }
  /* .content.general-section .inner{
    width: 90%;
  } */
  .content-lead{
    font-size: 1.8rem;
    line-height: 1.6;
    letter-spacing: .3rem;
  }
  .content-note{
    font-size: 1.1rem;
    line-height: 1.8;
    letter-spacing: .1rem;
  }
  .content-note sub{
    font-size: 75%;
  }
  .content-title{
    font-size: 3.2rem;
    margin-top: 30px;
  }
  .content-img{
    width: 100vw;
    margin: 40px calc(50% - 50vw) 0;
  }
  .content-img-text{
    width: 90%;
    margin: 20px auto 40px;
  }
  .content-flex {
    width: 90%;
    margin: 0 auto;
  }
  .content-flex.second {
    flex-wrap: wrap-reverse;
    margin-top: 20px;
  }
  .content-flex-img,
  .content-flex-text {
    width: 100%;
  }
  .content-flex-text {
    padding: 24px 12px;
  }
  .content-flex-text-lead{
    font-size: 1.4rem;
    letter-spacing: .2rem;
  }
  .content-flex-text-note{
    font-size: 1rem;
    margin-top: 16px;
  }
  .car-img{
    width: 90%;
    margin: 30px auto 0;
  }
}