@charset "utf-8";

.swp2 .onb-txtSlider .swiper-pagination-fraction {
  display: none;
}

#low-page .section04.bg-01 {
  margin-top: 6rem;
}

.imgarea.caption {
  text-align: center;
}

.imgarea.caption img {
  display: block;
  margin: 0 auto 0.5rem;
  border: solid 1px #eee;
  width: auto;
  max-width: 600px;
}

.pr-box {
  background: url(https://www.mirai-no-office.com/wp/wp-content/uploads/pixta_91123191_L.jpg) no-repeat top center;
  background-size: cover;
  border: 6px solid #0B3D43;
  margin: 4rem auto;
  max-width: 740px;
}

.pr-box-inner {
  background: rgb(255 255 255 / 0.5);
  padding: 4rem 2rem;
}

.pr-box .title {
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  margin: 0 0 2rem;
}

.pr-box p {
  background: #fff;
  padding: 2rem;
  margin: 0 0 2rem;
}

.pr-box .btn-internal {
  margin: 0 auto;
}

.section08.reverse .l-pickup-contents03-l {
  grid-template-areas: "image catch"
    "image content";
  grid-template-columns: 1fr 2fr;
}

.section08.reverse .l-pickup-contents03-l-img {
  padding-left: var(--s8);
}

.section08.reverse .l-pickup-contents03-l-content p:first-child {
  font-size: inherit;
  font-weight: inherit;
  color: var(--text-color);
}



/*----------------------------------------------------
    PCサイトcss
----------------------------------------------------*/
@media screen and (min-width: 768px) {

  /*/////////////PC用のCSSをここに作成してください。/////////////*/
  /*/////////////必ず中括弧の中に作成してください。/////////////*/
  .swp2 img {
    max-height: 360px;
    width: auto;
    margin: 0 auto;
    display: block;
  }

  #low-page .section04.bg-01 .section-title07 {
    font-size: 3.4rem;
  }

  #low-page .section04.bg-01 .onb-item-title-catch.onb-item-title-catch--underline {
    font-size: 2.6rem;
  }

  .css-slider {
    width: 90%;
    margin: 0 auto;
    position: relative;
  }

  .slides {
    display: flex;
    overflow: hidden;
    width: 100%;
    height: auto;
    position: relative;
  }

  .slide {
    min-width: 100%;
    transition: transform 0.6s ease;
    flex-shrink: 0;
    text-align: center;
    position: relative;
  }

  .slide img {
    width: 100%;
    height: auto;
    display: block;
  }

  .slide p {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 10px;
    margin: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: 16px;
  }

  /* インジケーター（ドット） */
  .navigation {
    text-align: center;
    margin-top: 10px;
  }

  .navigation label {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: #bbb;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
  }

  /* 選択中のドット色変更 */
  input#slide1:checked~.navigation label[for="slide1"],
  input#slide2:checked~.navigation label[for="slide2"],
  input#slide3:checked~.navigation label[for="slide3"] {
    background: #333;
  }

  /* スマホ対応のメディアクエリ */
  @media (max-width: 600px) {
    .slide p {
      font-size: 14px;
      padding: 8px;
    }

    .navigation label {
      width: 12px;
      height: 12px;
      margin: 0 4px;
    }
  }

}



/*----------------------------------------------------
    SPサイトcss
----------------------------------------------------*/
@media screen and (max-width: 767px) {

  /*/////////////SP用のCSSをここに作成してください。/////////////*/
  /*/////////////必ず中括弧の中に作成してください。/////////////*/
  .css-slider {
    width: 90%;
    margin: 0 auto;
    position: relative;
  }

  .swp2 .onb-txtSlider-area .swiper-button-next,
  .swp2 .onb-txtSlider-area .swiper-button-prev {
    top: 50%;
  }

  .swp2 .slide-text-img {
    width: 90%;
    margin: 0 auto;
  }

  .slides {
    display: flex;
    overflow: hidden;
    width: 100%;
    height: auto;
    position: relative;
  }

  .slide {
    min-width: 100%;
    transition: transform 0.6s ease;
    flex-shrink: 0;
    text-align: center;
    position: relative;
  }

  .slide img {
    width: 100%;
    height: auto;
    display: block;
  }

  .slide p {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 10px;
    margin: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: 16px;
  }

  /* インジケーター（ドット） */
  .navigation {
    text-align: center;
    margin-top: 10px;
  }

  .navigation label {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: #bbb;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
  }

  /* 選択中のドット色変更 */
  input#slide1:checked~.navigation label[for="slide1"],
  input#slide2:checked~.navigation label[for="slide2"],
  input#slide3:checked~.navigation label[for="slide3"] {
    background: #333;
  }

  /* スマホ対応のメディアクエリ */
  @media (max-width: 600px) {
    .slide p {
      font-size: 14px;
      padding: 8px;
    }

    .navigation label {
      width: 12px;
      height: 12px;
      margin: 0 4px;
    }
  }

  .imgarea.caption img {
    max-width: 90%;
  }

  .section08.reverse .l-pickup-contents03-l {
    grid-template-columns: none;
    grid-template-areas: inherit;
    background: url(./img/pickup-bg-l-sp.jpg) no-repeat left top;
    background-size: cover;
  }

  .section08.reverse .l-pickup-contents03-l-img {
    grid-area: inherit;
    margin: auto;
    text-align: center;
    padding: var(--s2);
  }

}
