  /* SP用スタイル */
  @charset "utf-8";
  /* http://meyerweb.com/eric/tools/css/reset/ 
     v2.0 | 20110126
     License: none (public domain)
  */
   
  html, body, div, span, applet, object, iframe,
  h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  a, abbr, acronym, address, big, cite, code,
  del, dfn, em, img, ins, kbd, q, s, samp,
  small, strike, strong, sub, sup, tt, var,
  b, u, i, center,
  dl, dt, dd, ol, ul, li,
  fieldset, form, label, legend,
  table, caption, tbody, tfoot, thead, tr, th, td,
  article, aside, canvas, details, embed, 
  figure, figcaption, footer, header, hgroup, 
  menu, nav, output, ruby, section, summary,
  time, mark, audio, video {
      margin: 0;
      padding: 0;
      border: 0;
      font-size: 100%;
      font: inherit;
      vertical-align: baseline;
  }
  /* HTML5 display-role reset for older browsers */
  article, aside, details, figcaption, figure, 
  footer, header, hgroup, menu, nav, section {
      display: block;
  }
  body,h1,h2.school-ichiran {
    color: #222344;
  }
  body {
      line-height: 1.6;
      position:relative !important;
      width:100% !important;
      overflow-x: hidden !important;
      font-family: serif;
      font-size: 18px;
  }
  a {
      text-decoration: none !important;
      color: #212529 !important;
  }
  a:hover{
  opacity:0.8;
  }
 .img4 a:hover{
  opacity:1;
  }
  blockquote, q {
      quotes: none;
  }
  blockquote:before, blockquote:after,
  q:before, q:after {
      content: '';
      content: none;
  }
  table {
      border-collapse: collapse;
      border-spacing: 0;
  }
  .align-it-c,.floating-btn,.site-header,.header-container {
    align-items: center;
  }
  .flex,.other-items .items,.steps ol,.plan-abc,.floating-btn,.site-header,.header-container,.main-navigation ul,.product-options,.item-img-content {
    display: flex;
  }
  .f-j,.hamburger-menu,.other-items .items,.steps ol,.plan-abc,.product-options {
    justify-content: space-around;
  }
  .f-j-b,.site-header,.header-container {
    justify-content: space-between;
  }
  .w-100,input,textarea#inquiry,.cta-area,.header-container,.site-header,.plan-header img,.hamburger-menu span,.product-item img {
    width: 100%;
  }
  .display-no {
    display: none;
  }
  .m-b-5 {
    margin-bottom: 5rem;
  }
  /* ==============================
  ここから
  ============================== */
  img,video {
      vertical-align: bottom;
  }
img {
      margin-top:-1px;
  }
  .wrap {
      width: 600px;
      margin: auto;
  }
.cta {
    position: relative;
}
.top-cta {
    position: absolute;
    top: 0;
}
.img2 {
    width: 50%;
    float: inline-end;
}
.bottom-cta {
    position: absolute;
    bottom: 2%;
    width: 90%;
    margin: auto;
    left: 0;
    right: 0;
}
.cta-posi {
    position: absolute;
bottom:28%;
    width: 90%;
    margin: auto;
    left: 0;
    right: 0;
}
.map {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0f1b29;
    padding: 2rem;
}

.map-flame {
  padding: 2px; /* グラデーションの太さ */
  border-radius: 10px;
  background: linear-gradient(to right, #b8860b, #897547);
  width: 90%;
  max-width: 600px;
  aspect-ratio: 4 / 3;
  box-sizing: border-box;
}

.map-flame iframe {
  width: 100%;
  height: 260px;
  border: none;
  border-radius: 10px;
  display: block;
}
.cta-posi2 {
    bottom: 2%;
}
.img-posi {
    z-index: 10;
    position: relative;
}