@charset "UTF-8";
@media (min-width: 768px) {
  .article-title {
    font-size: 317% !important; }
    .article-title__sub {
      font-size: 203% !important; } }

/*セクション*/
@media (min-width: 768px) {
  .article-body section {
    padding-top: 32px;
    padding-bottom: 32px; } }

/*セクションタイトル（h2）*/
@media (min-width: 768px) {
  .sec_header {
    margin-bottom: 80px; } }
.sec_title {
  color: #002941;
  text-align: center; }
  @media (min-width: 768px) {
    .sec_title {
      font-size: 30px; } }
  .sec_title::after {
    content: "";
    display: block;
    width: 76px;
    height: 13px;
    margin: 15px auto;
    background: linear-gradient(to right, #70A7D5, #143D5D); }
.sec_description {
  margin-top: 4em; }

/*レンタル商品一覧*/
#service-list .ncColumns_panel,
#service-list .splide__slide {
  container-type: inline-size;
  position: relative;
  overflow: hidden; }
  #service-list .ncColumns_panel > *,
  #service-list .splide__slide > * {
    width: 100%;
    height: 100%; }
  #service-list .ncColumns_panel picture,
  #service-list .splide__slide picture {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    width: 100%;
    height: 100%; }
  #service-list .ncColumns_panel .text,
  #service-list .splide__slide .text {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    aspect-ratio: 316/282;
    padding: 1.5cqw 2cqw;
    color: #fff; }
    #service-list .ncColumns_panel .text h3,
    #service-list .splide__slide .text h3 {
      order: 1;
      padding: 0;
      text-align: justify;
      font-size: 6cqw; }
    #service-list .ncColumns_panel .text p,
    #service-list .splide__slide .text p {
      margin-bottom: 0;
      font-size: 4.25cqw; }
      #service-list .ncColumns_panel .text p::before,
      #service-list .splide__slide .text p::before {
        margin-right: 1.5cqw;
        content: "●";
        font-size: 50%;
        color: #2A90DF; }
  #service-list .ncColumns_panel img,
  #service-list .splide__slide img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    object-fit: cover;
    max-width: initial; }
