.container,
.container__inner {
  max-width: initial;
  width: 100%;
}
img {
  width: 100%;
  display: block;
  object-fit: contain;
}
/* ============================================================
components
============================================================ */
.c-head {
  width: min(80%, 1200px);
  margin: 0 auto;
  padding: 7.32vw 0 80px 0;
}
.c-head__title {
  width: 100%;
  padding-bottom: 0.73vw;
  color: var(--accent);
  font-size: min(1.76vw, 24px);
  font-weight: 700;
  line-height: 1.25;
  border-bottom: 3px solid var(--accent);
}

/* ============================================================
hero
============================================================ */
.hero {
  width: 100%;
  height: calc(100vh - 60px);
}
.hero__inner {
  width: 100%;
  height: 100%;
}
.hero__head {
  position: relative;
  padding-bottom: 5.3333vw;
  width: 100%;
  height: 100%;
}
.hero__img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.hero__img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.hero__title {
  position: absolute;
  bottom: 5.3333vw;
  left: 0;
  right: 0;
}
.hero__title__inner {
  display: block;
  margin: 0 auto;
  max-width: 1200px;
  width: 80%;
}
.hero__title-text {
  position: relative;
  color: var(--accent);
  font-size: 4.333vw;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding-left: 0.6em;
  padding-right: 1.8em;
}
.hero__title-text::after {
  content: "";
  display: block;
  width: 100%;
  height: 5.3333vw;
  position: absolute;
  left: 0;
  bottom: -5.3333vw;
  background-color: var(--accent);
}

/* ============================================================
visual
============================================================ */
.visual {
  margin-top: 80px;
}
.visual__2col {
  width: min(80%, 1200px);
  display: flex;
  gap: 20px;
  margin: 0 auto;
}
.visual__2col--left {
  width: 50%;
}
.visual__2col--right {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}
.visual__text {
  font-size: min(1.46vw, 20px);
}
.visual-bottom {
  margin-top: 120px;
}
.visual-map {
  width: min(80%, 1200px);
  margin: 80px auto 0;
}
.visual-map .visual__img-wrap {
  width: 80%;
  margin: 0 auto;
}
.visual__3col {
  display: flex;
  width: 100%;
}
.visual__3col .visual__img-wrap {
  flex: 1;
}
.visual__caption {
  margin-top: 4px;
  font-size: 12px;
  text-align: right;
}
/* ============================================================
visual-top
============================================================ */
.visual-top {
  width: min(80%, 1200px);
  margin: 0 auto;
}
.visual-top__top {
  position: relative;
}
.visual-top__lead {
  font-size: 1.46vw;
  font-size: min(1.46vw, 22px);
  line-height: 1.9;
  display: flex;
  justify-content: center;
}
.visual-top__text {
  margin-top: 20px;
  font-size: 1.46vw;
  font-size: min(1.46vw, 22px);
  text-align: center;
  margin-bottom: 10%;
}
.visual-top__img--01 {
  width: 100%;
  display: block;
  object-fit: cover;
}
.visual-top-content__bottom {
  margin-top: 3.37vw;
  position: relative;
  z-index: 2;
  margin-top: 50px;
}

/* ============================================================
commercial
============================================================ */
.commercial {
  margin-top: 80px;
  margin-bottom: 80px;
}
.commercial-head {
  width: min(80%, 1200px);
  margin: 0 auto;
}
.commercial__2col {
  width: min(80%, 1200px);
  display: flex;
  gap: 20px;
  margin: 55px auto 0;
}
.commercial__img {
  width: 50%;
}
.commercial__caption {
  font-size: 1.46vw;
  font-size: min(1.46vw, 22px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 30px;
}
.google-map-frame {
  width: 100%;
  margin-top: 50px;
}

/* ============================================================
ikebukuro
============================================================ */
.ikebukuro {
  margin-top: 80px;
}
.ikebukuro-head {
  width: min(80%, 1200px);
  margin: 0 auto;
}
.ikebukuro-head__title {
  width: fit-content;
  margin: 0 auto;
  font-size: min(1.46vw, 20px);
  font-weight: bold;
  line-height: 1.4;
}
.ikebukuro-head__text {
  margin-top: 16px;
  font-size: min(1.46vw, 20px);
  line-height: 1.4;
}
.ikebukuro__1col {
  /* width: min(80%, 1200px); */
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0 auto;
}
.ikebukuro__1col--top {
  /* width: 80%; */
  margin: 0 auto;
}
.ikebukuro__1col--bottom {
  display: flex;
  justify-content: center;
  gap: 8px;
  width: 100%;
}
.ikebukuro__1col--bottom > div {
  flex: 1;
}
.ikebukuro__caption {
  font-size: 14px;
}

/* ============================================================
ikebukuro
============================================================ */
.ikebukuro__content {
  width: min(80%, 1200px);
  margin: 0 auto;
}
.ikebukuro-content__top {
  position: relative;
}
.ikebukuro__lead {
  font-size: 1.46vw;
  font-size: min(1.46vw, 22px);
  line-height: 1.9;
  display: flex;
  justify-content: center;
}
.ikebukuro__text {
  margin-top: 20px;
  font-size: 1.46vw;
  font-size: min(1.46vw, 22px);
  text-align: center;
  margin-bottom: 10%;
}
.ikebukuro__img--01 {
  width: 100%;
  display: block;
  object-fit: cover;
}

/* ============================================================
smart
============================================================ */
.smart {
  margin-top: 80px;
}
.smart-head {
  width: min(80%, 1200px);
  margin: 0 auto;
}
.smart-head__title {
  width: fit-content;
  margin: 0 auto;
  font-size: min(1.46vw, 20px);
  font-weight: bold;
  line-height: 1.4;
}
.smart__bottom {
  margin-top: 16px;
  background-color: #f2f2f2;
}
.smart__2col {
  width: min(80%, 1200px);
  display: flex;
  gap: 20px;
  margin: 55px auto;
}
.smart__img {
  width: 50%;
}
.smart__caption {
  font-size: min(1.46vw, 20px);
}

/* ============================================================
pre-footer
============================================================ */
.pre-footer {
  margin-top: 7.32vw;
  width: 100%;
  height: 32.58vw;
  background-image: url("/assets/img/pages/access/img-smart-visual-bottom.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-color: var(--accent);
}

/* ============================================================
btn-section
============================================================ */
.btn-section {
  text-align: center;
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  /* ============================================================
components
============================================================ */
  .c-head {
    width: calc(100% - 40px);
    margin: 0 20px;
    padding: 32px 0 24px;
  }
  .c-head__title {
    padding-bottom: 4px;
    font-size: 24px;
  }

  /* ============================================================
hero
============================================================ */
  .hero {
    height: calc(100vh - 45px);
  }
  .hero__head {
    padding-bottom: 24px;
  }
  .hero__img img {
    height: 100%;
    object-fit: cover;
  }
  .hero__title {
    bottom: 24px;
    font-size: 3.2rem;
    line-height: 1.2;
  }
  .hero__title__inner {
    width: 100%;
    padding: 0 20px;
  }
  .hero__title-text {
    font-size: 3.2rem;
    display: inline-block;
  }
  .hero__title-text::after {
    height: 24px;
    bottom: -24px;
  }
  /* ============================================================
visual
============================================================ */
  .visual {
    margin-top: 40px;
    /* padding: 0 20px; */
  }
  .visual__2col {
    width: 100%;
    flex-direction: column;
    display: flex;
    gap: 16px;
    margin: 0 auto;
  }
  .visual__2col--left {
    width: 100%;
  }
  .visual__2col--right {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 8px;
  }
  .visual__text {
    font-size: min(1.46vw, 20px);
  }
  .visual-bottom {
    margin-top: 20px;
  }
  .visual__3col {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  /* ============================================================
visual-top
============================================================ */
  .visual-top {
    width: calc(100% - 40px);
  }
  .visual-top__top {
    flex-direction: column;
    position: initial;
    margin-left: 0;
  }
  .visual-top__lead {
    width: initial;
    font-size: 2rem;
  }
  .visual-top__text {
    font-size: 2rem;
  }
  .visual-top__img--01 {
    width: 100%;
    position: initial;
  }
  .visual-map .visual__img-wrap {
    width: initial;
  }

  /* ============================================================
ikebukuro
============================================================ */
  .ikebukuro {
    margin-top: 40px;
    /* padding: 0 20px; */
  }
  .ikebukuro-head {
    width: 100%;
  }
  .ikebukuro-head__text {
    margin-top: 8px;
  }
  .ikebukuro__1col {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 0 auto;
  }
  .ikebukuro__1col--top {
    width: 100%;
  }
  .ikebukuro__1col--bottom {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 8px;
  }
  .ikebukuro__content {
    width: calc(100% - 40px);
  }
  .ikebukuro__top {
    flex-direction: column;
    position: initial;
    margin-left: 0;
  }
  .ikebukuro__lead {
    width: initial;
    font-size: 2rem;
  }
  .ikebukuro__text {
    font-size: 2rem;
  }
  .ikebukuro__img--01 {
    width: 100%;
    position: initial;
  }

  /* ============================================================
commercial
============================================================ */
  .commercial {
    margin-top: 40px;
  }
  .commercial-head {
    width: 100%;
    padding: 0 20px;
  }
  .commercial__2col {
    width: calc(100% - 40px);
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 30px 20px;
  }
  .commercial__img {
    width: 100%;
  }
  .commercial__2col--right p {
    order: 2;
  }
  .commercial__2col--right img {
    order: 1;
  }
  .commercial__caption {
    padding: 0;
    align-items: flex-start;
    font-size: 1.6rem;
  }

  /* ============================================================
smart
============================================================ */
  .smart {
    margin-top: 40px;
  }
  .smart-head {
    width: 100%;
    padding: 0 20px;
  }
  .smart__2col {
    width: calc(100% - 40px);
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 30px 20px;
  }
  .smart__img {
    width: 100%;
  }
  .smart__2col--left {
    width: 100%;
  }
  .smart__2col--right {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 8px;
  }

  /* ============================================================
pre-footer
============================================================ */
  .pre-footer {
    margin-top: 40px;
  }

  /* ============================================================
btn-section
============================================================ */
  .btn-section {
    text-align: center;
    margin-bottom: 100px;
  }
}
